body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main_slider_sub{background-color:#fff;box-sizing:border-box;list-style:none;margin:0;padding:0;position:relative;text-decoration:none}:root{--border-color:#fff5;--w-image:600px;--calculate:1}.carousel{height:100vh;max-height:950px;min-height:600px;overflow:hidden;width:100%}.carousel .list{height:100%;position:relative}.carousel .list:before{height:100%;left:calc(100% - 600px);left:calc(100% - var(--w-image)*var(--calculate));top:0;width:600px;width:var(--w-image)}.carousel .list:after,.carousel .list:before{content:"";pointer-events:none;position:absolute;z-index:10}.carousel .list:after{background-color:#90ee90;border-radius:20px 50px 110px 230px;filter:blur(250px);height:300px;left:50px;opacity:.6;top:50px;width:400px}.carousel .list .item{height:100%;left:0;position:absolute;top:0;width:100%}.carousel .list .item .image{align-items:center;display:flex;flex-direction:column;font-weight:500;height:100%;justify-content:end;left:calc(100% - 600px);left:calc(100% - var(--w-image)*var(--calculate));padding:20px;position:absolute;top:0;width:600px;width:var(--w-image)}.carousel .list .item .image img{height:100%;margin-top:30px;object-fit:cover;padding:0 10px;width:100%}.carousel .list .item .main-content{display:grid;grid-template-columns:calc(100% - 600px);grid-template-columns:calc(100% - var(--w-image)*var(--calculate));height:100%}.carousel .list .item .main-content .content{margin:auto;padding:0 10%}.carousel .list .item .main-content .content h2{font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:50px;font-weight:750px}.carousel .list .item .main-content .content p{font-family:Roboto,serif;font-optical-sizing:auto;font-size:22px;font-variation-settings:"wdth" 100;font-weight:470;margin-top:-20px}.carousel .list .item .main-content .content p span{color:green;font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:25px;font-weight:650}.carousel .button_div button{border-radius:5px;cursor:pointer;font-family:Roboto,serif;font-size:18px;font-weight:750px;margin:10px;max-width:200px;overflow:hidden;position:relative;transition:all .3s ease;width:90%}.carousel .button_div .button_trial{background-color:green;border:none;color:#fff;padding:15px 20px}.carousel .button_div .button_trial:hover{animation:infinite 1s infinite}.carousel .button_div .button_extra{background-color:#9dc5c3;background-image:linear-gradient(315deg,#9dc5c3,#5e5c5c 74%);border:none;border-radius:8px;-webkit-clip-path:polygon(10% 0,90% 0,100% 50%,90% 100%,10% 100%,0 50%);clip-path:polygon(10% 0,90% 0,100% 50%,90% 100%,10% 100%,0 50%);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;outline:none;overflow:hidden;padding:15px 30px;position:relative;transition:all .4s ease}.carousel .button_div .button_extra:hover{background:linear-gradient(135deg,#3498db,#2c3e50);transform:rotate(2deg)}.arrows{grid-gap:10px;bottom:20px;display:grid;gap:10px;grid-template-columns:repeat(2,50px);grid-template-rows:50px;justify-content:end;position:absolute;width:calc(100% - 600px);width:calc(100% - var(--w-image)*var(--calculate))}.arrows button{background-color:initial;border:1px solid #fff5;border:1px solid var(--border-color);box-shadow:0 10px 40px #5555;color:#000;cursor:pointer;font-family:monospace;font-size:20px;font-weight:700;line-height:0;transition:.5s}.arrows button:hover{background-color:#eee5}.carousel .list .item{display:none}.carousel .list .item.active,.carousel .list .item.other_1,.carousel .list .item.other_2{display:block}.carousel .list .item.active{z-index:2}.carousel .list .item.other_1,.carousel .list .item.other_2{pointer-events:none}.carousel .list .item.active .main-content{animation:showContent 1s ease-in-out 1 forwards;z-index:2}@keyframes showContent{0%{-webkit-clip-path:circle(0 at 70% 50%);clip-path:circle(0 at 70% 50%)}to{-webkit-clip-path:circle(100% at 70% 50%);clip-path:circle(100% at 70% 50%)}}.next .item.other_1{z-index:1}.next .item .image figcaption,.next .item .image img{animation:effectNext 1s ease-in-out 1 forwards}@keyframes effectNext{0%{transform:translateX(calc(var(--transform-from)))}to{transform:translateX(calc(var(--transform-from) - 600px));transform:translateX(calc(var(--transform-from) - var(--w-image)))}}.next .item.active .image{--transform-from:var(--w-image)}.next .item.other_1 .image{--transform-from:0px;overflow:hidden;z-index:3}.next .item.other_2 .image{--transform-from:calc(var(--w-image)*2);z-index:3}.arrows{z-index:10}.prev .list .item .image figcaption,.prev .list .item .image img{animation:effectPrev .5s ease-in-out 1 forwards}@keyframes effectPrev{0%{transform:translateX(calc(var(--transform-from)))}to{transform:translateX(calc(var(--transform-from) + 600px));transform:translateX(calc(var(--transform-from) + var(--w-image)))}}.prev .list .item.active .image{--transform-from:calc(var(--w-image)*-1);overflow:hidden}.prev .list .item.other_1 .image{--transform-from:0px;z-index:3}.prev .list .item.other_2 .image{--transform-from:var(--w-image);z-index:3}.prev .list .item.other_2 .main-content{opacity:0}.carousel .list .item .main-content .mobile_imgdiv{display:none}@media screen and (max-width:1250px){.carousel .list .item .main-content .content{padding:0 5%}.carousel .list .item .main-content .content h2{font-size:30px;font-weight:750px}.carousel .list .item .main-content .content p{font-size:22px;font-weight:470}}@media screen and (max-width:1200px){:root{--w-image:400px}}@media screen and (max-width:1000px){:root{--w-image:400px}.carousel .list .item .main-content .content p{font-size:18px;font-weight:470}}@media screen and (max-width:890px){:root{--w-image:400px}.carousel .list .item .main-content .content p{font-size:18px;font-weight:470}}@media screen and (max-width:820px){:root{--w-image:100%;--calculate:1}.carousel .list .item .image,.carousel .list:after{display:none}.carousel .list .item .main-content{display:block;height:100%}.carousel .list .item .main-content .mobile_imgdiv{display:block;height:100%;width:100%}.carousel .list .item .main-content .mobile_imgdiv img{height:100%;margin-top:5px;object-fit:cover;padding:0;width:100%}.carousel .list .item .main-content .content{bottom:0;display:none;position:absolute}.carousel .list .item.active .main-content .content{background-color:inherit;display:block;opacity:.87;padding:0 5%}.carousel .list .item .main-content .content h2{color:#000;font-size:40px;font-weight:750px}.carousel .list .item .main-content .content p{font-size:22px;font-weight:470}.carousel .list .item .main-content .content p span{font-size:25px;font-weight:650}.carousel .button_div button{font-size:18px;font-weight:750px;max-width:200px;width:45%}}@media screen and (max-width:600px){.carousel .list .item .main-content .content h2{color:#000;font-size:25px;font-weight:750px}.carousel .list .item .main-content .content p{font-size:18px;font-weight:470;margin-top:-10px}.carousel .list .item .main-content .content p span{font-size:21px;font-weight:650}}@media screen and (max-width:450px){.carousel .list .item .main-content .content h2{color:#000;font-size:20px;font-weight:750px}.carousel .list .item .main-content .content p{font-size:16px;font-weight:470}.carousel .list .item .main-content .content p span{font-size:17px;font-weight:650}.carousel .button_div button{font-size:15;font-weight:500;margin-left:0;width:40%}.carousel .button_div .button_trial{padding:10px 5px}.carousel .button_div .button_extra{cursor:pointer;font-size:15px;left:10%;padding:10px}}@media screen and (max-width:350px){.carousel .list .item .main-content .content p{font-size:15px;font-weight:470;margin-top:-10px}.carousel .list .item .main-content .content p span{font-size:17px;font-weight:650}}@media screen and (max-width:290px){.carousel .list .item .main-content .content p{font-size:12px;font-weight:470;margin-top:-10px}.carousel .list .item .main-content .content p span{font-size:16px;font-weight:650}.carousel .button_div button{font-size:15;font-weight:600;margin-left:10%;width:80%}.carousel .button_div .button_trial{padding:10px 5px}.carousel .button_div .button_extra{cursor:pointer;font-size:15px;left:0;padding:10px}}.homep_patners{background:linear-gradient(359.3deg,#afd9af 1%,#bbb0 70.9%);padding:30px 0}.homep_patners_div{height:-webkit-fit-content;height:fit-content;margin-bottom:30px}.homep_patners_div,.homep_patners_div section{display:grid;place-items:center}.homep_heading{margin-bottom:30px}.homep_heading h1{font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:35px;font-weight:800}.homep_heading h1 span{color:green}.homep_heading hr{border:3px solid #006400;margin-top:-20px;width:100px}.homep_patners_div .slider{align-items:center;backdrop-filter:blur(7.4px);-webkit-backdrop-filter:blur(7.4px);background:#fff;border:1px solid #fff6;border-radius:16px;box-shadow:0 4px 30px #0000001a;display:flex;justify-content:center;max-width:1200px;overflow:hidden;width:90%}.homep_patners_div .slider-items{align-items:center;animation:scrolling 20s linear infinite;display:flex;gap:0;justify-content:center}.homep_patners_div .slider-items img{margin:20px;width:12%}@media (max-width:500px){.homep_heading h1{font-size:30px}.homep_heading hr{width:70px}.homep_patners_div .slider{overflow:hidden;width:90%}.homep_patners_div .slider-items img{margin:17px;width:15%}}@media (max-width:420px){.homep_heading h1{font-size:25px}.homep_heading hr{margin-top:-10px;width:50px}.homep_patners_div .slider{overflow:hidden;width:95%}}@media (max-width:310px){.homep_heading h1{font-size:20px}}.main_home .summary{align-items:center;justify-content:center;margin-bottom:30px;margin-top:30px;width:100%}.main_home .summary .subdiv{background-color:#fff;margin:auto;max-width:1000px;padding:0;width:90%}.main_home .summary .sry_content{margin:auto;padding:10px 20px;width:100%}.main_home .summary .sry_content .detail{margin-left:0}.main_home .summary .sry_content h1{font-family:Roboto,serif;font-optical-sizing:auto;font-size:30px}.main_home .summary .sry_content .linear-wipe{-webkit-text-fill-color:#0000;animation:shine 1s linear infinite;background:linear-gradient(90deg,#000 20%,green 40%,green 60%,#000 80%);background-clip:text;-webkit-background-clip:text;background-size:200% auto;color:#000}.main_home .summary .sry_content p{border-left:5px solid green;font-size:20px;font-weight:500;margin-top:40px;padding:0 15px}.main_home .summary .sry_conts,.main_home .summary .sry_conts .wrapper{display:flex;width:100%}.main_home .summary .sry_conts .container{align-items:center;display:flex;flex-flow:column nowrap;gap:20px;justify-content:center;margin:0 auto;padding:10px;width:100%}.main_home .summary .sry_conts .row{display:flex;flex-flow:row wrap;gap:40px;justify-content:center}.main_home .summary .sry_conts .card{align-items:center;border-radius:30%;box-shadow:0 3px 8px #0000003d;color:#fcfcfc;display:flex;gap:28px;padding:32px;position:relative;z-index:1}.main_home .summary .card:before{background:linear-gradient(110deg,green 10%,#000);border-radius:1rem;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-2}.main_home .summary .card:after{background:linear-gradient(90deg,#171721,#060609);border-radius:1rem;content:"";height:calc(100% - 1px);left:1px;position:absolute;top:1px;transition:box-shadow .3s ease;width:calc(100% - 1px);z-index:-1}.main_home .summary .card .info{display:flex;flex-flow:column nowrap}.main_home .summary .card .info .sub{color:green;font-family:Roboto,serif;font-optical-sizing:auto;font-size:25px;font-weight:700;margin-bottom:10px}.main_home .summary .card .info .title p{font-family:Roboto,serif;font-optical-sizing:auto;font-size:18px;letter-spacing:1px}.main_home .summary .card .info .btn{background:#0000;border:initial;border-radius:16px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-right:auto;margin-top:28px;overflow:hidden;padding:12px 24px;position:relative;transition:background .3s ease;z-index:0}.main_home .summary .card .info .btn:after,.main_home .summary .card .info .btn:before{content:"";position:absolute}.main_home .summary .card .info .btn:before{animation:move 5s linear infinite paused;background:linear-gradient(90deg,green,#0000 45%,#0000 55%,green);border-radius:16px;height:240%;left:50%;opacity:.4;top:50%;transform:translate(-50%,-50%) rotate(55deg);transition:all .3s ease;width:100%;z-index:-2}.main_home .summary .card .info .btn:after{background:#171721;border-radius:16px;height:calc(100% - 4px);left:2px;top:2px;width:calc(100% - 4px);z-index:-1}.main_home .summary .card .info .btn:hover:before{animation-play-state:running;opacity:1}@media screen and (max-width:1150px){.main_home .summary .card .info .sub{font-size:16px;font-weight:700}.main_home .summary .card .info .title p{font-size:20px}.main_home .summary .card .info .btn{font-size:13px;margin-top:20px}.main_home .summary .sry_content h1{font-family:Roboto,serif;font-optical-sizing:auto;font-size:20px}.main_home .summary .sry_content p{border-left:5px solid green;font-size:18px;font-weight:500;margin-top:20px;padding:0 15px}.main_home .summary .card .info .title{font-size:16px;font-weight:500}}@media screen and (max-width:820px){.main_home .summary .subdiv{background-color:#fff;display:block;margin:auto;max-width:700px;width:100%}.main_home .summary .sry_content{margin:auto;padding:0;width:90%}.main_home .summary .sry_conts{display:flex;margin:auto;max-width:700px;width:100%}}@media screen and (max-width:500px){.main_home .summary .sry_content h1{font-family:Roboto,serif;font-optical-sizing:auto;font-size:17px}.main_home .summary .sry_content p{border-left:5px solid green;font-size:16px;font-weight:500;margin-top:20px;padding:0 15px}.main_home .summary .sry_conts .card{color:#fcfcfc;gap:15px;padding:10px}.main_home .summary .card .info .sub{margin-top:10px}.main_home .summary .card .info .title p{font-size:13px}}@media screen and (max-width:350px){.main_home .summary .sry_content h1{font-family:Roboto,serif;font-optical-sizing:auto;font-size:17px}.main_home .summary .sry_content p{border-left:5px solid green;font-size:15px;font-weight:500;margin-top:20px;padding:0 15px}}.home_bgimg section{background-repeat:no-repeat;height:100vh;image-rendering:auto;max-height:-webkit-fit-content;max-height:fit-content;min-width:-webkit-fit-content;min-width:fit-content;padding:8% 0}.home_bgimg section,.home_bgimg section:nth-child(2){background-attachment:fixed;background-position:50%;background-size:cover}.home_bgimg section:nth-child(2){background-image:linear-gradient(#000000b3,#000000b3),url(/static/media/bg_1.aba925568d0ba1d27e0d.jpg)}.home_bgimg section:nth-child(4){background-attachment:fixed;background-image:linear-gradient(#000000b3,#000000b3),url(/static/media/bg_2.8bf1019f99c513479d50.jpg);background-position:50%;background-size:cover;padding:2% 0 8%}@property --angle{syntax:"<angle>";initial-value:0deg;inherits:true}.main_mj_div{margin-bottom:50px;margin-top:30px;text-align:center}.main_mj_div .mj_heading h1{font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:30px;font-weight:700}.main_mj_div .mj_heading hr{border-top:3px solid green;color:green;margin-top:-10px;width:100px}.mj_programs img{max-width:100%}.mj_programs input[type=radio]{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.mj_programs{display:grid;font:1rem system-ui;margin:0;min-height:-webkit-fit-content;min-height:fit-content;padding:10px;place-content:center}.mj_programs .cards{--img-w:35%;--duration:300ms;--img-easing:cubic-bezier(0.34,1.56,0.64,1);counter-reset:my-counter;display:grid;margin-inline:auto;width:min(100% - 60px,1200px)}.mj_programs .card{--cards-grid-cols:auto;--cards-grid-rows:var(--img-w) auto;--cards-grid-gap:10px;--cards-footer-justify:center;grid-gap:var(--cards-grid-gap);display:grid;gap:var(--cards-grid-gap);grid-area:1/1;grid-template-columns:var(--cards-grid-cols);grid-template-rows:var(--cards-grid-rows);place-items:center}@media (700px < width){.mj_programs .card{--cards-grid-cols:var(--img-w) auto;--cards-grid-rows:auto;--cards-grid-gap:40px;--cards-footer-justify:start}}.mj_programs .card-img{aspect-ratio:1/1;border-radius:10px;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038;height:300px;object-fit:cover;overflow:hidden;rotate:0deg;rotate:var(--angle,0deg);transform-origin:center;width:100%}.mj_programs input:first-of-type:checked+.card~.card>.card-img{animation:straighten-img-1 calc(var(--duration)*2) forwards;animation-timing-function:var(--img-easing)}.mj_programs .card:has(~input:nth-of-type(2):checked)>.card-img,.mj_programs input:nth-of-type(2):checked+.card~.card>.card-img{animation:straighten-img-2 calc(var(--duration)*2) forwards;animation-timing-function:var(--img-easing)}.mj_programs .card:has(~input:nth-of-type(3):checked)>.card-img,.mj_programs input:nth-of-type(3):checked+.card~.card>.card-img{animation:straighten-img-3 calc(var(--duration)*2) forwards;animation-timing-function:var(--img-easing)}.mj_programs .card:has(~input:nth-of-type(4):checked)>.card-img,.mj_programs input:nth-of-type(4):checked+.card~.card>.card-img{animation:straighten-img-4 calc(var(--duration)*2) forwards;animation-timing-function:var(--img-easing)}.mj_programs .card:has(~input:nth-of-type(5):checked)>.card-img,.mj_programs input:nth-of-type(5):checked+.card~.card>.card-img{animation:straighten-img-5 calc(var(--duration)*2) forwards;animation-timing-function:var(--img-easing)}@keyframes straighten-img-1{50%{--angle:0deg}}@keyframes straighten-img-2{50%{--angle:0deg}}@keyframes straighten-img-3{50%{--angle:0deg}}@keyframes straighten-img-4{50%{--angle:0deg}}@keyframes straighten-img-5{50%{--angle:0deg}}.mj_programs .card{z-index:-1}.mj_programs input:checked+.card{z-index:10!important}.mj_programs .card:has(+input:checked){z-index:9}.mj_programs .card:has(+input+.card+input:checked){z-index:8}.mj_programs .card:has(+input+.card+input+.card+input:checked){z-index:7}.mj_programs .card:has(+input+.card+input+.card+input+.card+input:checked){z-index:6}.mj_programs .mj_programs .card:has(+input+.card+input+.card+input+.card+input+.card+input:checked){z-index:5}.mj_programs .card:has(+input+.card+input+.card+input+input+.card+input+.card+input+.card+input:checked){z-index:4}.mj_programs .card:has(+input+.card+input+.card+input+.card+input+input+.card+input+.card+input+.card+input:checked){z-index:3}.mj_programs .card-data{grid-gap:10px;display:grid;gap:10px}.mj_programs .card-data>.card-num{color:#666;font-size:20px;font-weight:600;opacity:0;opacity:var(--data-opacity,0)}.mj_programs .card-data>h2{color:green;font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:25px}.mj_programs .card-data>p{font-family:Roboto,serif;font-optical-sizing:auto;font-size:20px;margin-top:-10px;text-align:left}.mj_programs .card-data>h2,.mj_programs .card-data>p{opacity:0;opacity:var(--data-opacity,0);transition:var(--duration) ease-in-out;transition-delay:0ms;transition-delay:var(--data-delay,0ms);translate:0 20px;translate:0 var(--data-y,20px)}.mj_programs .card-data>footer{display:flex;gap:30px;justify-content:center}.mj_programs .card-data>footer label{-webkit-margin-before:auto;aspect-ratio:1/1;background-color:green;border-radius:50%;color:#000;color:var(--label-clr-txt,#000);color:#fff;cursor:pointer;display:grid;height:40px;margin-block-start:auto;opacity:0;opacity:var(--data-opacity,0);place-content:center;pointer-events:none;pointer-events:var(--card-events,none);transition:color var(--duration) ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;width:40px}.mj_programs .card-data>footer label:hover,.mj_programs input:checked:focus-visible+.card>.card-data>footer label{--label-clr-txt:#fff;--label-clr-bg:#4682b4}.mj_programs input:checked+.card{--data-opacity:1;--data-y:0;--data-delay:var(--duration);--card-events:auto;transition:z-index;transition-delay:.3s}.mj_programs input:checked+.card>.card-img{animation:reveal-img calc(var(--duration)*2) forwards}@keyframes reveal-img{50%{--angle:0deg;translate:-150% 0}}@media screen and (max-width:699px){.main_mj_div{margin-bottom:0}.main_mj_div .mj_heading hr{margin-bottom:80px}.mj_programs .card-img{height:300px;width:90%}}@media screen and (max-width:540px){.main_mj_div{margin-bottom:20px}.main_mj_div .mj_heading h1{font-size:25px;font-weight:700}.mj_programs .card-data>h2{font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:20px}.mj_programs .card-data>p{font-size:17px;margin-top:-10px}.mj_programs .card-img{aspect-ratio:1/1;border-radius:10px;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038;height:300px;max-width:400px;object-fit:cover;overflow:hidden;rotate:0deg;rotate:var(--angle,0deg);transform-origin:center;width:90%}}.home_counts_div .container{align-items:center;background-position:50%;background-size:cover;display:flex;flex-direction:column;justify-content:center;margin-bottom:-100px;min-height:-webkit-fit-content;min-height:fit-content;text-align:center;width:100%}.home_counts_div .container .counters{grid-gap:0;background-image:url(/static/media/count_img.a9a96040ff4e8261225a.jpg);border-radius:20px;box-shadow:0 5px 15px #00000059;display:grid;gap:0;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(1,1fr);max-width:1200px;width:90%}.home_counts_div .counters .counter{color:#000;cursor:pointer;padding:20px;position:relative;transition:all .5s;width:100%}.home_counts_div .counters .counter:hover{transform:translateY(-5px)}.home_counts_div .counters .counter .number{color:#fff;font-size:40px;font-weight:700}.home_counts_div .counters .counter .detail{color:#f5f5f5;font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:20px;font-weight:700}.home_counts_div .counters .counter hr{border:none;border-left:3px dashed gold;height:100%;margin:0 20px;position:absolute;top:0;width:0}@media (max-width:900px){.home_counts_div .counters .counter{padding:10px}.home_counts_div .counters .counter .detail{color:#f5f5f5;font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:17px;font-weight:700}}@media (max-width:700px){.home_counts_div .container{margin-bottom:30px}.home_counts_div .container .counters{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,1fr);max-width:600px}.home_counts_div .counters .counter{padding:10px;position:relative}.home_counts_div .counters .counter .detail{font-size:20px;font-weight:700}.home_counts_div .counters .counter .number{color:#fff;font-size:30px;font-weight:700}.home_counts_div .counters .counter hr{border:none;border-bottom:3px dashed gold;height:0;left:15%;position:absolute;top:0;width:60%}}@media (max-width:400px){.home_counts_div .counters .counter{padding:10px 5px}.home_counts_div .counters .counter .detail{font-size:17px;font-weight:700}.home_counts_div .counters .counter hr{border:none;border-bottom:3px dashed gold;height:0;left:15%;position:absolute;top:0;width:60%}}.first_message_div{align-items:center;display:flex;justify-content:center;margin-top:10px;width:100%}.first_home_message{margin:auto;max-width:800px;text-align:center;width:90%}.first_home_message h1{color:#fff;font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:40px;font-weight:700}.first_home_message h3{color:#fff;font-family:Roboto,serif;font-size:18px;font-weight:400}.first_home_message h2{color:#daa520;font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:25px;margin-top:-20px}.first_home_message .push_button{background:green;border:1px solid green;border-radius:10px;box-shadow:0 9px 0 #006400;color:#fff;display:block;font-size:20px;font-weight:600;margin:30px auto 0;padding:10px 20px;position:relative;text-align:center;text-decoration:none;transition:all .1s}.first_home_message .push_button:hover{box-shadow:0 2px 0 #006400;cursor:pointer;position:relative;top:7px}@media screen and (max-width:550px){.first_home_message h1{font-size:25px}.first_home_message h3{font-size:18px}.first_home_message h2{font-size:20px;margin-top:10px}}@media screen and (max-width:380px){.first_home_message h1{font-size:20px}.first_home_message h3{font-size:16px}.first_home_message h2{font-size:18px;margin-top:10px}}.main_why{margin-top:20px;max-width:1600px;width:100%}.main_why h2{color:#000;font-family:Roboto,serif;font-optical-sizing:auto;font-size:30px;font-weight:700;text-align:center}.main_why hr{border:3px solid green;margin-top:-10px;width:70px}.home_why_div{align-items:center;display:flex;justify-content:space-between;max-width:1600px;width:100%}.home_why_first{position:relative;width:40%}.home_why_first .container{cursor:pointer;height:500px;left:10%;position:absolute;top:calc(50% - 250px);width:80%}.home_why_first .container:before{border:5px solid green;content:"";height:100%;left:-25px;position:absolute;top:-25px;width:90%}.home_why_first .container .content{background:#fff;border-radius:10px;box-shadow:0 19px 38px #0000004d,0 15px 12px #00000038;box-sizing:border-box;height:100%;left:0;padding:20px 25px;position:absolute;text-align:center;top:0;transform:perspective(1500px) rotateY(90deg);transform-origin:left;transition:.9s;width:100%}.home_why_first .container:hover .content{transform:perspective(1500px) rotateY(0deg)}.home_why_first .container .content h1{color:green;font-family:Smooch Sans,serif;font-optical-sizing:auto;text-align:left}.home_why_first .container .content p{font-family:Roboto,serif;font-optical-sizing:auto;font-size:18px;font-weight:400;text-align:left}.home_why_first .container .why_image_div{background-image:url(/static/media/gg_7.08c6292adfc51e3698ad.jpg);background-position:50%;background-size:cover;border-radius:10px;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;height:100%;left:0;position:absolute;top:0;transform:perspective(1500px) rotateY(0deg);transform-origin:left;transition:.9s;width:100%;z-index:2}.home_why_first .container:hover .why_image_div{transform:perspective(1500px) rotateY(-90deg)}.home_why_first .container .why_image_div .card_text{background:#fff;border-radius:10%;box-shadow:0 19px 38px #0000004d,0 15px 12px #00000038;box-sizing:border-box;padding:10px;position:absolute;right:-30px;top:10px;width:-webkit-fit-content;width:fit-content}.home_why_first .container .why_image_div .card_text h3{color:#000;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:30px;font-weight:700;margin:0}.home_why_first .container .why_image_div .card_text h3 span{color:green}.home_why_first .container .content .push_button{background:green;border:1px solid green;border-radius:10px;box-shadow:0 9px 0 #006400;color:#fff;display:block;font-size:17px;font-weight:600;margin:20px 0 0;padding:10px 20px;position:relative;text-align:center;text-decoration:none;transition:all .1s}.home_why_first .push_button:hover{box-shadow:0 2px 0 #006400;cursor:pointer;position:relative;top:7px}.home_why_second{width:50%}.home_why_second section{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:90%;margin-right:2%;width:95%}.home_why_second section .card{border-radius:2.25rem;box-shadow:.063em .75em 1.563em #000000c7;display:grid;margin:auto;min-height:330px;place-content:center;place-items:center;position:relative;text-align:center;width:95%;z-index:555}.home_why_second section .card:before{border:3px solid #0000;border-radius:2.25rem;content:"";height:100%;margin:auto;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;position:absolute;top:0;width:95%;z-index:-1}.home_why_second section .card-header{align-items:center;display:flex;justify-content:space-between;left:0;padding:20px;position:absolute;right:0;top:0}.home_why_second section .card-header .date{color:#ddd}.home_why_second section .card-body{display:block;margin-top:10%;padding:20px;width:90%}.home_why_second section .card-body h3{color:#fff;font-size:18px;font-weight:700;margin-bottom:10px;margin-top:0;text-align:left;text-transform:capitalize}.home_why_second section .card-body p{color:#ddd;font-size:16px;text-align:left}.home_why_second section .green{background:radial-gradient(ellipse at right top,#107667ed 0,#151419 47%,#151419 100%)}.home_why_second section .green:before{background:linear-gradient(45deg,#232228,#232228,#232228,#232228,#01c3a8) border-box}.home_why_second section .green .btn-countdown:hover{background:#01c3a8}.home_why_second section .blue{background:radial-gradient(ellipse at right top,#00458f8f 0,#151419 45%,#151419 100%)}.home_why_second section .blue:before{background:linear-gradient(45deg,#232228,#232228,#232228,#232228,#1890ff) border-box}.home_why_second section .orange{background:radial-gradient(ellipse at right top,#ffb74194 0,#151419 47%,#151419 100%)}.home_why_second section .orange:before{background:linear-gradient(45deg,#232228,#232228,#232228,#232228,#ffb741) border-box}.home_why_second section .red{background:radial-gradient(ellipse at right top,#a63d2a82 0,#151419 47%,#151419 100%)}.home_why_second section .red:before{background:linear-gradient(45deg,#232228,#232228,#232228,#232228,#a63d2a) border-box}@media screen and (max-width:1450px){.home_why_first{position:relative;width:45%}.home_why_first .container{cursor:pointer;height:500px;left:10%;top:calc(50% - 250px);width:90%}}@media screen and (max-width:1300px){.home_why_first{position:relative;width:45%}.home_why_first .container{height:600px;left:10%;top:calc(50% - 300px);width:90%}.home_why_second section .card-body h3{font-size:16px}.home_why_second section .card-body p{font-size:14px}}@media screen and (max-width:1100px){.home_why_div{display:block;margin:auto;max-width:1000px;padding-top:30px}.home_why_first{width:100%}.home_why_first .container{height:450px;margin-left:7%;margin-top:40px;position:relative;width:70%}.home_why_second section .card-body h3{font-size:16px}.home_why_second section .card-body p{font-size:14px}.home_why_second{width:100%}.home_why_second section{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:90%;margin:auto;width:95%}}@media screen and (max-width:900px){.home_why_first .container{height:440px;left:0;margin-top:40px;position:relative;width:85%}.home_why_second section .card-body h3{font-size:16px}.home_why_second section .card-body p{font-size:14px}.home_why_second{width:100%}.home_why_second section{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:90%;margin:auto;width:95%}}@media screen and (max-width:700px){.home_why_first .container{height:520px}}@media screen and (max-width:600px){.home_why_first .container{height:505px;width:90%}.home_why_first .container .why_image_div .card_text{right:2px}.home_why_first .container .content h1{font-size:25px}.home_why_first .container .content p{font-size:17px}.home_why_second{width:100%}.home_why_second section{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,1fr);width:90%}.home_why_second section .card-body h3{font-size:20px}.home_why_second section .card-body p{font-size:18px}}@media screen and (max-width:460px){.home_why_first .container{height:470px;left:0;width:90%}.home_why_first .container:before{border:2px solid green;content:"";height:100%;left:-10px;position:absolute;top:-10px;width:90%}.home_why_first .container .content h1{font-size:20px}.home_why_first .container .content p{font-size:14px}}@media screen and (max-width:350px){.home_why_first .container{height:450px;left:0;width:90%}.home_why_first .container:before{border:2px solid green;content:"";height:100%;left:-10px;position:absolute;top:-10px;width:90%}.home_why_first .container .content h1{font-size:18px}.home_why_first .container .content p{font-size:13px}.home_why_first .container .why_image_div .card_text h3{color:#000;font-size:25px}.home_why_first .container .content .push_button{font-size:15px;font-weight:600;margin-top:10px;padding:5px 10px}.home_why_second section .card-body h3{color:#fff;font-size:16px;font-weight:700;margin-bottom:10px;margin-top:0;text-align:left;text-transform:capitalize}.home_why_second section .card-body p{color:#ddd;font-size:13px;text-align:left}}@media screen and (max-width:310px){.home_why_first .container{height:490px;left:0;width:90%}.home_why_first .container .why_image_div .card_text h3{color:#000;font-size:20px}.home_why_first .container .content h1{font-size:15px}.home_why_first .container .content p{font-size:12px}}.home_teams{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center;width:100%}.home_teams .title{margin-bottom:60px;text-align:center}.home_teams .title h2{font-family:Roboto,serif;font-optical-sizing:auto;font-size:30px;font-weight:900}.home_teams .title h2 span{color:green}.home_teams .title p{font-size:20px;margin-top:-20px}.home_teams .wrapper .card_Container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin:auto;width:90%}.home_teams .card_Container .card{align-items:center;border-radius:15px;box-shadow:0 30px 30px -20px #000,inset 0 0 0 1000px green;display:flex;height:80%;justify-content:center;overflow:hidden;position:relative;width:100%}.home_teams .card .imbBx,.imbBx img{height:100%;object-fit:cover;width:100%}.home_teams .card .content{align-items:center;background-color:#00000080;border-radius:15px;bottom:0;display:flex;flex-direction:column;height:120px;justify-content:center;position:absolute;transition:bottom .5s;transition-delay:.65s;width:100%}.home_teams .content .contentBx h3{color:#fff;font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:25px;text-align:center}.home_teams .content .contentBx h3 span{font-size:15px;font-weight:300;text-transform:none}@media screen and (max-width:900px){.home_teams .wrapper .card_Container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);margin:auto;width:90%}}@media screen and (max-width:450px){.home_teams .wrapper .card_Container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(1,1fr);margin:auto;width:80%}}@media screen and (max-width:390px){.home_teams .wrapper .card_Container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(1,1fr);margin:auto;width:90%}.home_teams .title h2{font-size:25px}.home_teams .title h2 span{color:green}.home_teams .title p{font-size:17px;margin-top:-10px}}.testimonials{background:linear-gradient(0deg,#dffbe2 0,#fff);padding:20px 0}.testimonials .heading{text-align:center}.testimonials .heading h2{font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:40px;font-weight:700}.testimonials .heading hr{border:3px solid green;margin-top:-20px;width:100px}.testimonials_sub{align-items:center;display:flex;font-family:sans-serif;height:100%;justify-content:center;margin:0;padding:50px 0}.testimonial-container{max-width:56rem;padding:2rem;width:100%}.testimonial-grid{grid-gap:5rem;display:grid;gap:5rem}.testimonials_sub .image-container{height:24rem;perspective:1000px;position:relative;width:100%}.testimonial-image{border-radius:1.5rem;box-shadow:0 10px 30px #0003;position:absolute;transition:all .6s cubic-bezier(.23,1,.32,1)}.testimonial-image,.testimonial-image img{height:100%;object-fit:cover;width:100%}.testimonial-content{display:flex;flex-direction:column;justify-content:space-between}.testimonials_sub .name{color:#000;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.testimonials_sub .designation{color:#6b7280;font-size:.875rem;margin-bottom:2rem}.testimonials_sub .quote{color:#4b5563;font-size:18px;line-height:1.75}.testimonials_sub .arrow-buttons{display:flex;gap:20px;margin:auto}.testimonials_sub .arrow-button{background-color:green;border-radius:50%;color:green;color:#fff;padding:10px 15px}.arrow-button:hover{background-color:#006400}.arrow-button svg{fill:#f1f1f7;height:1.25rem;transition:transform .3s;width:1.25rem}.arrow-button:hover svg{fill:#fff}.prev-button:hover svg{transform:rotate(-12deg)}.next-button:hover svg{transform:rotate(12deg)}@media (min-width:768px){.testimonial-grid{grid-template-columns:1fr 1fr}.arrow-buttons{padding-top:0}}@media (max-width:400px){.testimonials .heading h2{font-size:30px}}.home_image_gallery .gallery{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.gallery__item{border-radius:10%;box-shadow:0 13px 27px -5px #32325d40,0 8px 16px -8px #0000004d;height:300px;overflow:hidden;width:100%}.gallery__image{display:block;height:100%;object-fit:cover;transition:transform .3s ease-in-out,opacity .3s ease-in-out;width:100%}.gallery__image:hover{cursor:pointer;opacity:.7;transform:scale(1.15)}.home_gallery{background:linear-gradient(130deg,#fff,#fff 50%,green 150%);padding:50px 0}.home_image_gallery{display:flex;font-family:Montserrat,Verdana,Geneva,sans-serif;height:-webkit-fit-content;height:fit-content;justify-content:center;line-height:1.4;text-shadow:1px 1px 2px #ccc}.lightbox{background-color:#000;background:#000c;display:grid;height:100vh;overflow:hidden;place-items:center;position:fixed;top:0;width:100%;z-index:1002}.lightbox.hidden{display:none}.lightbox-img{border-radius:10px;box-shadow:0 5px 15px #00000059;box-shadow:0 0 20px #00000080;height:50%;margin:auto;max-height:500px;max-width:700px;min-height:300px;object-fit:cover;width:90%}.lightbox .close{border-radius:50%;font-size:25px;right:30px;top:20px}.lightbox .close,.lightbox .nav{color:#fff;cursor:pointer;position:absolute}.lightbox .nav{background:none;background-color:green;border:none;border-radius:50%;font-size:20px;font-weight:800;padding:10px 20px;top:50%;transform:translateY(-50%)}.lightbox .prev{left:5%}.lightbox .next{right:5%}.lightbox .nav:focus{outline:none}.home_image_gallery .page{margin:auto;max-width:1000px;padding-right:70px;width:100%}.home_image_gallery .container{width:100%}.home_gallery .title_gallery{margin-bottom:30px;text-align:center;width:100%}.home_gallery .title_gallery h1{font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:40px;font-weight:700}.home_gallery .title_gallery p{font-size:18px;margin-top:-30px}.home_gallery .title_gallery hr{border:3px solid green;width:100px}.home_image_gallery .paragraph{margin-bottom:-1.625rem}.gallary_video{margin-top:80px;width:100%}.gallary_video video{border-radius:2%;box-shadow:0 19px 38px #0000004d,0 15px 12px #00000038;max-width:1000px;width:90%}@media screen and (max-width:800px){.home_image_gallery .gallery{gap:20px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.home_image_gallery .gallery{gap:0;grid-template-columns:repeat(1,1fr)}.home_gallery .title_gallery h1{font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:40px;font-weight:700}.home_gallery .title_gallery p{font-size:18px;margin-top:-30px}}.home_faq{display:flex;justify-content:space-between;margin:auto;max-width:1300px;padding:40px 0;width:90%}.home_faq .faq_heading{margin-bottom:30px;text-align:left}.home_faq .faq_heading h1{color:green;font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:30px;font-weight:800}.home_faq .faq_heading h2{font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:30px;font-weight:700;margin-top:-10px}.home_faq .faq_contents{width:50%}.faq-container{background-color:#fff;margin:auto;overflow:hidden;width:100%}.faq-item{box-shadow:0 5px 15px #00000059;margin-bottom:30px}.faq-question{align-items:center;background-color:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:0 20px;transition:background-color .3s ease}.faq-question.active{background-color:green;color:#fff}.faq-question p{font-family:Roboto,serif;font-optical-sizing:auto;font-size:18px;font-weight:700}.faq-question .eye{display:none;font-size:20px}.faq-question .eye.active{display:block}.faq-answer{font-size:18px;line-height:1.6;max-height:0;overflow:hidden;padding:0 20px;transition:max-height .3s ease,padding .3s ease}.faq-answer.open{border-bottom:5px solid green;margin-bottom:40px;max-height:-webkit-fit-content;max-height:fit-content;padding:15px 20px}.home_faq .faq_image{align-self:center;display:flex;height:400px;justify-content:center;width:40%}.faq_image .img-container{align-items:center;border-radius:6px;box-sizing:border-box;display:flex;filter:drop-shadow(0 0 .6rem #1a1a1a);height:100%;justify-content:center;overflow:hidden;width:100%}.faq_image .img-container img{height:100%;object-fit:cover;object-position:center;width:100%}@media (max-width:900px){.home_faq{display:block;margin:auto;max-width:800px;padding:40px 0;width:90%}.home_faq .faq_contents{width:100%}.home_faq .faq_image{height:500px;width:100%}}@media (max-width:400px){.faq-question p{font-size:16px;font-weight:700}.faq-question .eye{font-size:18px}.faq-answer{font-size:16px}.home_faq .faq_image{height:300px;width:100%}}.link{text-decoration:none}.desktop_nav{align-items:center;background-color:initial;display:flex;height:50px;height:60px;justify-content:space-between;padding:0 10px;position:fixed;top:0;transition:background-color .3s ease;width:100%;z-index:1000}.desktop_nav.scrolled{background-color:#fff;box-shadow:0 3px 8px #0000003d;top:0}.desktop_nav .logo{align-items:center;color:#454545;display:flex}.desktop_nav .logo img{border-radius:10%;height:40px;margin-top:0;width:50px}.desktop_nav .logo h3{color:green;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:34px;font-weight:700;margin-left:5px;padding-top:10px}.desktop_nav ul{align-items:center;display:flex;gap:30px;justify-content:"center"}.desktop_nav ul li{list-style-type:none}.desktop_nav ul li a{color:#000;font-family:Roboto,serif;font-optical-sizing:auto;font-size:18px;text-decoration:none}.desktop_nav ul li a.active,.desktop_nav ul li a:hover{color:green}.desktop_nav .button_div{margin-right:20px}.desktop_nav button{border-radius:5px;cursor:pointer;font-family:Roboto,serif;font-size:18px;font-weight:750px;margin:10px;overflow:hidden;position:relative;transition:all .3s ease}.desktop_nav .button_trial{background-color:green;border:none;color:#fff;padding:13px 20px}.desktop_nav .button_trial:hover{animation:infinite 1s infinite}.desktop_nav .button_login{background-color:#fff;border-color:green;border-width:1px;color:#000;padding:8px 20px}.desktop_nav .button_login:hover{animation:shake .5s}.desktop_nav ul li .nav_sublink_1{margin-top:3px;max-height:0;opacity:0;overflow:hidden;position:absolute;transition:max-height .5s ease-out,opacity .5s ease}.desktop_nav ul li:hover .nav_sublink_1{display:block;max-height:500px;opacity:1}.desktop_nav ul li .nav_sublink_ul{background-color:#fff;border-radius:10px;box-shadow:0 20px 30px -10px #26394d;display:block}.desktop_nav ul li .nav_sublink_ul li{cursor:pointer;font-size:17px;font-weight:500;padding:15px 20px;text-align:left;width:250px}.desktop_nav ul li .nav_sublink_ul li:last-child{border-bottom:0 dashed #d3d3d3;margin-bottom:5px}.desktop_nav ul li .nav_sublink_ul li:hover{background-color:green;color:#fff}@media (max-width:1020px){.desktop_nav ul{gap:15px}}@media (max-width:990px){.desktop_nav .logo img{height:40px;width:40px}.desktop_nav .logo h3{color:green;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:30px;font-weight:650;margin-left:5px;padding-top:10px}}.Nav_desktop_div{display:block}.Nav_mobile_div{display:none}@media (max-width:950px){.Nav_desktop_div{display:none}.Nav_mobile_div{display:block}}.mobile_nav{align-items:center;background-color:initial;display:flex;height:50px;height:60px;justify-content:space-between;padding:0 10px;position:fixed;top:0;transition:background-color .3s ease;width:100%;z-index:1000}.mobile_nav.scrolled{background-color:#fff;box-shadow:0 3px 8px #0000003d}.mobile_nav .logo{align-items:center;color:#454545;display:flex}.mobile_nav .logo img{border-radius:10%;height:40px;margin-top:0;width:50px}.mobile_nav .logo h3{color:green;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:34px;font-weight:700;margin-left:5px;padding-top:10px}.mobile_nav .icon_div{margin-right:20px}.mobile_nav .menu_icon{font-size:25px;font-weight:700}.sidebar_div .flex,.sidebar_div .nav_image{align-items:center;display:flex}.sidebar_div .nav_image{justify-content:center;margin-left:10px}.sidebar_div .nav_image img{border-radius:10%;height:30px;margin-top:0;width:30px}.sidebar_div .nav_image h3{color:green;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:23px;font-weight:700;margin-left:5px;padding-top:10px}.sidebar_div .sidebar{align-items:center;background:#fff;box-shadow:0 0 2px #0000001a;height:100%;left:-100%;max-width:270px;position:fixed;top:0;transition:all .4s ease;width:80%;z-index:1002}#sidebar_div.sidebar_active{left:0}.sidebar_div .sidebar_cloes_icon{color:#c0392b;font-size:23px;font-weight:800;margin-right:5px}.sidebar_div .logo_items{box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;height:50px;justify-content:space-between;width:100%}.sidebar_div .logo_name{font-family:Roboto,serif;font-optical-sizing:auto;font-size:20px;font-weight:600;transition:all .3s ease}.sidebar_div .menu_container{display:flex;flex-direction:column;height:calc(100% - 82px);justify-content:space-between;margin-top:30px;overflow-y:auto}.sidebar_div .menu_container::-webkit-scrollbar{display:none}.sidebar_div .item{border-bottom:1px dotted #add8e6;list-style:none;padding:15PX 0;position:relative}.sidebar_div .link{color:#000;text-decoration:none}.sidebar_div .link .icon{align-items:left;border-radius:4px;color:green;display:flex;font-size:20px;justify-content:left;margin-right:0;width:50px}.sidebar_div .link .icon.xtra{position:absolute;right:0}.sidebar_div .link .text{font-family:Roboto,serif;font-optical-sizing:auto;font-size:18px;font-weight:600}.sidebar_div .sidebar_subnav{background-color:#f8f8ff;max-height:0;opacity:0;overflow:hidden;transition:max-height .5s ease-out,opacity .5s ease}.sidebar_div .sidebar_subnav.subnav_active{margin-top:5px;max-height:500px;opacity:1;padding:20px 0}.sidebar_div .sidebar_subnav li{background-color:green;border-radius:10px;box-shadow:0 13px 27px -5px #32325d40,0 8px 16px -8px #0000004d;color:#fff;font-family:Roboto,serif;font-optical-sizing:auto;font-size:18px;font-weight:400;margin-left:30px;margin-right:10px;margin-top:10px;padding:20px 0;text-align:center}.sidebar_profile{border-top:2px solid #0000001a;gap:15px;margin-top:15px;padding-top:15px}.sidebar_profile .name{color:#333;font-size:18px}.sidebar_profile .email{color:#333;font-size:15px}.sidebar_body{background-color:#000;display:none;height:100vh;opacity:.3;position:fixed;top:0;width:100%;z-index:1002}.sidebar_div .button_div{margin-top:40px}.sidebar_div button{border-radius:5px;cursor:pointer;font-family:Roboto,serif;font-size:18px;font-weight:750px;margin:10px;overflow:hidden;position:relative;transition:all .3s ease;width:90%}.sidebar_div .button_trial{background-color:green;border:none;color:#fff;padding:15px 20px}.sidebar_div .button_trial:hover{animation:infinite 1s infinite}@keyframes infinite{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.sidebar_div .button_login{background-color:#fff;border-color:green;border-width:1px;color:#000;padding:15px 20px}.sidebar_div .button_login:hover{animation:shake .5s}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-5px)}to{transform:translateX(0)}}@media screen and (max-width:300px){.sidebar_div .sidebar{max-width:330px;width:100%}}@media screen and (max-width:400px){.mobile_nav .logo img{border-radius:10%;height:30px;margin-top:0;width:40px}.mobile_nav .logo h3{font-size:30px;font-weight:600}}@media screen and (max-width:350px){.mobile_nav .logo img{border-radius:10%;height:30px;margin-top:0;width:20px}.mobile_nav .logo h3{font-size:20px;font-weight:600}}.about_banner{height:400px;margin-top:60px;position:relative;width:100%}.about_banner .image-box{align-items:center;background-image:url(/static/media/bg_1.aba925568d0ba1d27e0d.jpg);background-position:50%;background-repeat:no-repeat;background-size:100%;color:#fff;display:flex;height:100%;justify-content:center;position:relative}.about_banner .image-box:after{background-color:#000000b3;content:"";height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:800px){.banner_content h1{font-size:25px}.about_banner{height:300px}.banner_content p{color:#fff;font-size:18px;font-weight:400}.banner_content{max-width:700px;text-align:center;width:90%}}@media (max-width:380px){.about_banner{height:270px}.banner_content h1{font-size:20px}.banner_content p{font-size:17px}}@media (max-width:290px){.about_banner{height:300px}}.aboutp_patners{background:linear-gradient(359.3deg,#afd9af 1%,#bbb0 70.9%);padding:30px 0}.aboutp_patners_div{height:-webkit-fit-content;height:fit-content;margin-bottom:30px}.aboutp_patners_div,.aboutp_patners_div section{display:grid;place-items:center}.aboutp_heading{margin-bottom:30px}.aboutp_heading h1{font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:35px;font-weight:800}.aboutp_heading h1 span{color:green}.aboutp_heading hr{border:3px solid #006400;margin-top:-20px;width:100px}.aboutp_patners_div .slider{align-items:center;backdrop-filter:blur(7.4px);-webkit-backdrop-filter:blur(7.4px);background:#fff;border:1px solid #fff6;border-radius:16px;box-shadow:0 4px 30px #0000001a;display:flex;height:100%;justify-content:center;max-width:1200px;overflow:hidden;width:80%}.aboutp_patners_div .slider-items{align-items:center;animation:scrolling 20s linear infinite;display:flex;gap:20px;justify-content:center}@keyframes scrolling{0%{transform:translateX(80%)}to{transform:translateX(-20%)}}.aboutp_patners_div .slider-items img{margin:20px;width:12%}@media (max-width:500px){.aboutp_heading h1{font-size:30px}.aboutp_heading hr{width:70px}.aboutp_patners_div .slider{overflow:hidden;width:90%}}@media (max-width:420px){.aboutp_heading h1{font-size:25px}.aboutp_heading hr{margin-top:-10px;width:50px}.aboutp_patners_div .slider{overflow:hidden;width:95%}}@media (max-width:310px){.aboutp_heading h1{font-size:20px}}.history_box{background:linear-gradient(359.3deg,#c4d6fc 1%,#bbb0 70.9%);padding:20px 0;width:100%}.history_div{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1300px;width:90%}.history_content{width:55%}.history_content .heading{position:relative}.history_content .heading h1{font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:30px;font-weight:800;margin-left:10px;text-align:left}.history_content .heading h1 span{color:green}.history_content .heading hr{background-color:green;height:20px;left:0;position:absolute;top:0;width:3px}.history_content .easy p{font-family:Roboto,serif;font-optical-sizing:auto;font-size:20px;font-variation-settings:"wdth" 100;font-weight:400}.history_images{align-items:center;display:flex;justify-content:center;width:40%}.history_images .container{height:100%;max-width:600px;overflow:hidden;width:95%}.history_images .container img{border-radius:7%;box-shadow:0 5px 15px #00000059;height:100%;object-fit:cover;transition:transform .8s ease;width:100%}.history_images .container img:hover{border-radius:5%;cursor:pointer;transform:scale(1.3) rotate(10deg)}@keyframes iconsLoad{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:950px){.history_content .heading h1{font-size:27px}.history_content .heading hr{background-color:green;height:18px;width:3px}.history_content .easy p{font-size:18px;font-weight:400}}@media (max-width:800px){.history_div{align-items:center;display:block;justify-content:space-between;margin:auto;max-width:700px;width:90%}.history_content{width:100%}.history_content .heading h1{font-size:27px}.history_content .heading hr{background-color:green;height:18px;width:3px}.history_content .easy p{font-size:18px;font-weight:400}.history_images{margin:auto;max-width:700px;padding:40px 0;width:100%}}@media (max-width:450px){.history_content .easy p{font-size:16px;font-weight:400}}.mvn_sub{margin-bottom:30px;padding:50px 0;width:100%}.mvn_sub .container{margin:auto;max-width:1300px;width:95%}.mvn_sub .row{gap:5%;justify-content:space-between}.mvn_sub .card,.mvn_sub .row{align-items:center;display:flex}.mvn_sub .card{border-radius:30%;box-shadow:6px 28px 46px -6px #000;color:#fcfcfc;gap:28px;padding:32px;position:relative;z-index:1}.mvn_sub .card:before{background:linear-gradient(110deg,green 10%,#000);height:100%;left:0;top:0;width:100%;z-index:-2}.mvn_sub .card:after,.mvn_sub .card:before{border-radius:1rem;content:"";position:absolute}.mvn_sub .card:after{background:linear-gradient(90deg,#171721,#060609);height:calc(100% - 1px);left:1px;top:1px;transition:box-shadow .3s ease;width:calc(100% - 1px);z-index:-1}.mvn_sub .card .info{display:flex;flex-flow:column nowrap}.mvn_sub .card .info .sub{color:green;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:25px;font-weight:700;margin-bottom:10px}.mvn_sub .card .info .title{font-size:17px;font-weight:500}.mvn_sub .card .info .btn{background:#0000;border:initial;border-radius:16px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-right:auto;margin-top:28px;overflow:hidden;padding:12px 24px;position:relative;transition:background .3s ease;z-index:0}.mvn_sub .card .info .btn:after,.mvn_sub .card .info .btn:before{content:"";position:absolute}.mvn_sub .card .info .btn:before{animation:move 5s linear infinite paused;background:linear-gradient(90deg,green,#0000 45%,#0000 55%,green);border-radius:16px;height:240%;left:50%;opacity:.4;top:50%;transform:translate(-50%,-50%) rotate(55deg);transition:all .3s ease;width:100%;z-index:-2}.mvn_sub .card .info .btn:after{background:#171721;border-radius:16px;height:calc(100% - 4px);left:2px;top:2px;width:calc(100% - 4px);z-index:-1}.mvn_sub .card .info .btn:hover:before{animation-play-state:running;opacity:1}.mvn_sub .motto{margin-bottom:30px}.mvn_sub .motto h1{color:green;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:40px;font-weight:800}.mvn_sub .motto_qoute{border:1px solid green;border-radius:10px;position:relative;width:100%}.mvn_sub .motto_qoute .icon{background-color:#fff;color:green;font-size:30px;left:-10px;padding-bottom:20px;position:absolute;top:-20px}.mvn_sub .motto_qoute p{font-size:20px;font-weight:500;margin-left:20px}@keyframes move{0%{transform:translate(-50%,-50%) rotate(55deg)}to{transform:translate(-50%,-50%) rotate(415deg)}}@media (max-width:850px){.mvn_sub .container{margin:auto;max-width:700px;width:90%}.mvn_sub .row{display:block}.mvn_sub .card{margin-bottom:40px}}@media (max-width:600px){.mvn_sub .card .info .title{font-size:16px;font-weight:500}}@media (max-width:450px){.mvn_sub .card{align-items:center;border-radius:30%;box-shadow:6px 28px 46px -6px #000;color:#fcfcfc;display:flex;gap:18px;padding:15px;position:relative;z-index:1}.mvn_sub .card .info .title{font-size:15px;font-weight:500}.mvn_sub .motto_qoute p{font-size:17px}}.about_summary{width:100%}.about_summary_title h1{font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:40px;font-weight:700;text-align:center}.about_summary_title{margin-bottom:30px}.about_summary_title h1 span{color:green}.about_summary_title hr{border:3px solid green;margin-top:-25px;width:100px}.about_summary_item{display:grid;grid-template-columns:18% 57% 25%;margin:auto;max-width:1300px;padding:30px 0;width:95%}.about_summary_item .title{display:flex;flex-direction:column;justify-content:center;position:relative;text-align:left}.about_summary_item .title h1{color:green;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:30px;font-weight:700;padding-top:5%}.about_summary_item .title hr{background-color:green;height:70%;position:absolute;right:10%;top:50%;transform:translateY(-50%);width:4px}.about_summary_item .abt_summary_content{display:flex;flex-direction:column;justify-content:center;margin-left:2%;text-align:left;width:95%}.abt_summary_content h2{color:#201111;font-family:Roboto,serif;font-optical-sizing:auto;font-size:25px;font-weight:700}.abt_summary_content p{font-family:Roboto,serif;font-optical-sizing:auto;font-size:18px;font-weight:400;margin-top:-10px}.abt_summary_content ul{margin-left:-20px;margin-top:0}.abt_summary_content li{color:#000;font-family:Roboto,serif;font-optical-sizing:auto;font-size:18px;list-style:none;margin-bottom:10px;position:relative}.abt_summary_content li:before{color:#555;color:green;content:"• ";font-size:50px;margin-left:-25px;margin-top:-20px;position:absolute}.abt_summary_content li span{color:#006400}.about_summary_item .abt_summary_image{align-items:center;display:flex;flex-direction:column;justify-items:center}.about_summary_item .abt_summary_image img{border-radius:5%;box-shadow:1.95px 1.95px 2.6px #00000026;height:100%;margin:auto;max-height:250px;object-fit:cover;width:100%}@media (max-width:1100px){.about_summary_item{display:grid;grid-auto-rows:auto;grid-template-columns:25% 75%;margin:auto;max-width:900px;padding:30px 0;width:95%}.about_summary_item .abt_summary_image{align-items:center;display:flex;flex-direction:column;grid-column:1/-1;justify-items:center;margin:40px auto auto;max-height:400px;max-width:600px;width:100%}.about_summary_item .abt_summary_image img{border-radius:5%;box-shadow:0 5px 15px #00000059;height:100%;margin:auto;max-height:400px;width:100%}}@media (max-width:800px){.about_summary_item{display:block;margin:auto;max-width:900px;padding:30px 0;width:95%}.about_summary_item .title{display:none}.about_summary_item .abt_summary_content{display:flex;flex-direction:column;justify-content:center;margin-bottom:30px;margin-left:5%;text-align:left;width:90%}.abt_summary_content h2 span{color:green}.about_summary_item .abt_summary_image{align-items:center;display:flex;flex-direction:column;justify-items:center;margin:auto;width:100%}.about_summary_item .abt_summary_image img{border-radius:5%;box-shadow:0 5px 15px #00000059;height:100%;margin:auto;max-height:400px;width:100%}}@media (max-width:420px){.abt_summary_content h2{font-size:22px}.abt_summary_content p{font-family:Roboto,serif;font-optical-sizing:auto;font-size:18px;font-weight:400;margin-top:0}.about_summary_item .abt_summary_image{align-items:center;display:flex;flex-direction:column;justify-items:center;margin:auto;width:100%}.about_summary_item .abt_summary_image img{border-radius:5%;box-shadow:0 5px 15px #00000059;height:100%;margin:auto;max-height:300px;width:100%}}@media (max-width:360px){.abt_summary_content h2{font-size:20px}.abt_summary_content p{font-family:Roboto,serif;font-optical-sizing:auto;font-size:18px;font-weight:400;margin-top:0}.about_summary_item .abt_summary_image{align-items:center;display:flex;flex-direction:column;justify-items:center;margin:auto;width:100%}.about_summary_item .abt_summary_image img{margin:auto;max-height:250px}}.about_our_team{align-items:center;background:linear-gradient(-225deg,#fffeff,#d7fffe);display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;justify-content:center;overflow-x:hidden;padding:50px 20px}.about_our_team .teams_title h1{font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:40px;font-weight:800;text-align:center}.about_our_team .teams_title h1 span{color:green}.about_our_team .teams_title hr{border:3px solid green;margin-top:-20px;width:80px}.about_our_team .carousel-container{height:500px;margin-top:60px;max-width:1400px;perspective:2000px;position:relative;width:100%;z-index:2}.about_our_team .carousel-track{align-items:center;display:flex;height:100%;justify-content:center;position:relative;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.68,-.6,.32,1.6);width:100%}.about_our_team .card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:green;background:linear-gradient(145deg,#0c5222e6,#189a34e6);border:1px solid green;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;cursor:pointer;height:420px;overflow:hidden;position:absolute;transform-origin:center;transition:all .8s cubic-bezier(.68,-.6,.32,1.6);width:300px;will-change:transform,opacity}.about_our_team .card:before{background:radial-gradient(circle at 10% 20%,#d8f1e675 .1%,#e9e2e247 90.1%);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%;z-index:2}.about_our_team .card:hover:before{opacity:1}.about_our_team .card-img{filter:brightness(.8);height:100%;object-fit:cover;transition:all .8s cubic-bezier(.68,-.6,.32,1.6);width:100%}.about_our_team .card-content{background:linear-gradient(0deg,rgba(21,84,41,.692) 0,rgba(29,154,67,.702) 50%,#0000);bottom:0;color:#fff;left:0;padding:20px 5px;position:absolute;transform:translateY(100%);transition:transform .4s cubic-bezier(.68,-.6,.32,1.6);width:100%;z-index:3}.about_our_team .card:hover .card-content{transform:translateY(0)}.about_our_team .card-name{color:#fff;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:25px;font-weight:700;margin-bottom:5px;text-align:center}.about_our_team .card-role{color:#f5f5f5;font-size:.9rem;letter-spacing:1px;opacity:.8;text-align:center}.about_our_team .card.center{box-shadow:0 30px 60px -10px #fb718566;transform:scale(1.15) translateZ(0);z-index:10}.about_our_team .card.center .card-img{filter:brightness(1)}.card.left-2{opacity:.6;transform:translateX(-400px) scale(.8) translateZ(-200px) rotateY(15deg);z-index:1}.about_our_team .card.left-1{opacity:.8;transform:translateX(-200px) scale(.95) translateZ(-50px) rotateY(8deg);z-index:5}.about_our_team .card.right-1{opacity:.8;transform:translateX(200px) scale(.95) translateZ(-50px) rotateY(-8deg);z-index:5}.about_our_team .card.right-2{opacity:.6;transform:translateX(400px) scale(.8) translateZ(-200px) rotateY(-15deg);z-index:1}.about_our_team .card.hidden{opacity:0;pointer-events:none}.member-info{margin-top:10px;max-width:600px;padding:5px;text-align:center;width:100%}.member-info-content{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s cubic-bezier(.34,1.56,.64,1)}.member-name{background:linear-gradient(90deg,#90ee90,green);-webkit-background-clip:text;background-clip:text;color:#f8fafc;color:#0000;font-size:22px;font-weight:700}.member-name,.member-role{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s cubic-bezier(.34,1.56,.64,1)}.member-role{background:linear-gradient(90deg,#7e7878cc,#030304ca);-webkit-background-clip:text;background-clip:text;color:#000;color:#0000;font-size:16px;font-weight:500;letter-spacing:2px;margin-bottom:10px;margin-top:-5px;text-transform:uppercase}.member-info.animate-out .member-info-content>*{opacity:0;transform:translateY(20px)}.member-info.animate-in .member-info-content>*{opacity:1;transform:translateY(0)}.nav-arrow{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(135deg,#90ee90,green);border:2px solid #ffffff1a;border-radius:50%;box-shadow:0 5px 15px #7dd3fc4d;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:50px;justify-content:center;outline:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .4s cubic-bezier(.68,-.6,.32,1.6);width:50px;z-index:20}.nav-arrow:hover{transform:translateY(-50%) scale(1.1)}.nav-arrow.left{left:0}.nav-arrow.right{right:0}.bg-blur{border-radius:50%;filter:blur(50px);height:500px;mix-blend-mode:soft-light;opacity:.15;position:absolute;width:500px;z-index:0}.bg-blur-1{animation:float1 20s ease-in-out infinite;background:radial-gradient(circle,green 0,#0000 70%)}.bg-blur-2{animation:float2 25s ease-in-out infinite;background:radial-gradient(circle,#90ee90 0,#0000 70%)}@keyframes float1{0%{transform:translate(0) rotate(0deg)}50%{transform:translate(-30px,-30px) rotate(180deg)}to{transform:translate(0) rotate(1turn)}}@keyframes float2{0%{transform:translate(0) rotate(0deg)}50%{transform:translate(30px,-20px) rotate(-180deg)}to{transform:translate(0) rotate(-1turn)}}@media (max-width:1024px){.about_our_team .carousel-container{margin-top:0}.about_our_team .card{height:360px;width:240px}.about_our_team .card.left-2{transform:translateX(-300px) scale(.8) translateZ(-200px) rotateY(15deg)}.about_our_team .card.left-1{transform:translateX(-150px) scale(.95) translateZ(-50px) rotateY(8deg)}.about_our_team .card.right-1{transform:translateX(150px) scale(.95) translateZ(-50px) rotateY(-8deg)}.about_our_team .card.right-2{transform:translateX(300px) scale(.8) translateZ(-200px) rotateY(-15deg)}.member-info{margin-top:-20px}.member-name{font-size:25px}.member-role{font-size:20px}}@media (max-width:768px){.about_our_team .carousel-container{margin-top:-40px}.carousel-container{height:400px}.about_our_team .card{height:300px;width:200px}.about_our_team .card.left-2{transform:translateX(-220px) scale(.8) translateZ(-200px) rotateY(15deg)}.about_our_team .card.left-1{transform:translateX(-110px) scale(.95) translateZ(-50px) rotateY(8deg)}.about_our_team .card.right-1{transform:translateX(110px) scale(.95) translateZ(-50px) rotateY(-8deg)}.about_our_team .card.right-2{transform:translateX(220px) scale(.8) translateZ(-200px) rotateY(-15deg)}.about_our_team .card-name{font-size:20px}.about_our_team .card-role{font-size:15px}.member-info{margin-top:-50px}.member-name{font-size:21px}.member-name:after,.member-name:before{width:40px}.member-name:before{left:-50px}.member-name:after{right:-50px}.nav-arrow{font-size:1.2rem;height:40px;width:40px}}@media (max-width:480px){.about_our_team .carousel-container{margin-top:-80px}.carousel-container{height:350px}.about_our_team .card{height:240px;width:160px}.about_our_team .card.left-2,.about_our_team .card.right-2{display:none}.about_our_team .card.left-1{transform:translateX(-90px) scale(.9) translateZ(-50px) rotateY(8deg)}.about_our_team .card.right-1{transform:translateX(90px) scale(.9) translateZ(-50px) rotateY(-8deg)}.about_our_team .card-name{font-size:18px}.about_our_team .card-role{font-size:15px}.member-info{margin-top:-80px}.member-name{font-size:17px}.member-name:after,.member-name:before{display:none}.member-role{font-size:14px}}.pre_profile{padding:40px 0}.pre_profile_div{align-items:center;background:#fff;box-sizing:border-box;display:flex;font-family:Poppins,sans-serif;justify-content:center;margin:0;overflow-x:hidden;padding:0;position:relative}.pre_profile_div .main-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;max-width:1300px;padding:4rem;position:relative;width:100%;z-index:2}.pre_profile_div .image-container{align-items:flex-end;background:linear-gradient(178.6deg,#e8f5fd 3.3%,#fcfdff 109.6%);border-radius:24px;box-shadow:0 5px 15px #00000059;display:flex;justify-content:center;overflow:hidden;padding-top:20px;position:relative}.pre_profile_div .character-img{border-radius:24px;height:100%;object-fit:cover;transform:translateY(0);width:100%;width:280px}.pre_profile_div .overlay-panel{background:green;border-radius:16px;bottom:70px;box-shadow:0 6px 14px #00000026;left:30px;padding:10px 20px;position:absolute;z-index:999}.pre_profile_div .overlay-panel h3{color:#fff;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:25px;font-weight:800;margin-bottom:.5rem}.pre_profile_div .types{display:flex;gap:.5rem}.pre_profile_div .types p{color:#f5f5f5;font-size:18px;font-weight:500;margin-top:-5px}.pre_profile_div .right-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:auto auto}.pre_profile_div .orange-box{background:linear-gradient(178.6deg,#e8f5fd 3.3%,#fcfdff 109.6%);border-radius:7%;box-shadow:0 3px 8px #0000003d;margin-bottom:30px;padding:20px 7% 0 10%}.pre_profile_div .pre_contact{margin-top:-40px}.pre_profile_div .pre_contact h4{color:#000;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:25px;font-weight:700}.pre_profile_div .pre_contact{padding:10px 0}.pre_profile_div .pre_contact p{font-size:17px;font-weight:500;margin-top:-30px}.pre_profile_div .pre_contact .icon{color:green;font-size:20px;margin-right:5px}.pre_profile_div .bottom-right{align-items:center;background:linear-gradient(178.6deg,#e8f5fd 3.3%,#fcfdff 109.6%);border-radius:24px;box-shadow:0 3px 8px #0000003d;display:flex;grid-column:span 2;padding:2rem}.pre_profile_div .vertical-line{background-color:green;border-radius:2px;height:60%;margin-right:1.5rem;width:5px}.pre_profile_div .text-content h1{font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:30px;font-weight:800;line-height:1.2;margin-bottom:20px}.pre_profile_div .white{color:#000}.pre_profile_div .orange{color:green}.pre_profile_div .text-content p{color:#000;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:22px;font-weight:600}@media (max-width:850px){.pre_profile_div .main-grid{display:block;max-width:700px;padding:4rem;position:relative;width:100%;z-index:2}.pre_profile_div .right-grid{margin-top:40px}}@media (max-width:450px){.pre_profile_div .main-grid{margin:auto;padding:0;position:relative;width:90%;z-index:2}.pre_profile_div .right-grid{margin-top:40px}.pre_profile_div .bottom-right{border-radius:24px;padding:10px 5%}.pre_profile_div .text-content h1{font-size:25px}}@media (max-width:350px){.pre_profile_div .pre_contact p{font-size:16px;font-weight:500;margin-top:-30px;word-break:break-all}.pre_profile_div .text-content h1{font-size:25px}.pre_profile_div .text-content p{color:#000;font-size:17px}.pre_profile_div .overlay-panel{left:5px;right:5px}.pre_profile_div .overlay-panel h3{color:#fff;font-size:20px}.pre_profile_div .types p{font-size:16px}}.about_page{width:100%}.contact_banner{height:400px;margin-top:60px;position:relative;width:100%}.contact_banner .image-box{align-items:center;background-image:url(/static/media/bg_1.aba925568d0ba1d27e0d.jpg);background-position:50%;background-repeat:no-repeat;background-size:100%;color:#fff;display:flex;height:100%;justify-content:center;position:relative}.contact_banner .image-box:after{background-color:#000000b3;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.contact_banner .banner_content{left:5%;max-width:700px;position:absolute;right:5%;text-align:left;top:50;transform:translateY(-50%)}.contact_banner .banner_content h1{color:#fff;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:40px;font-weight:800;position:relative}.contact_banner .banner_content h1 span{color:#10fc10}.contact_banner .banner_content p{color:#fff;font-size:20px;font-weight:400;margin-top:5px}.contact_banner .banner_content button{border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;margin-top:20px;outline:none;overflow:hidden;padding:15px 30px;position:relative;transition:all .4s ease}.contact_banner .btn1{background:linear-gradient(135deg,#32cd32,green)}.contact_banner .btn1:hover{background:linear-gradient(135deg,green,#32cd32);transform:translateY(-3px)}@media (max-width:1100px){.contact_banner{height:350px}.contact_banner .banner_content h1{font-size:30px}}@media (max-width:800px){.contact_banner .banner_content h1{font-size:25px}.contact_banner .banner_content p{color:#fff;font-size:18px;font-weight:400}.contact_banner .banner_content{max-width:700px;width:90%}}@media (max-width:600px){.contact_banner{height:320px}}@media (max-width:380px){.contact_banner .banner_content h1{font-size:20px}.contact_banner .banner_content p{font-size:17px}}.contact_content{background-color:#fff;padding:50px 0;width:100%}.contact_map_div{height:500px;margin:auto;max-width:1000px;width:90%}.contact_map_div iframe{border-radius:20px;box-shadow:0 5px 15px #00000059;height:100%;width:100%}.contact_info_div{background:#fff;background:linear-gradient(0deg,#08cd3c 0,#fff 80%);border-radius:20px;box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d;margin:-70px auto 0;max-width:800px;padding:30px 5%;position:relative;width:90%}.contact_info_div .contact_title{margin-bottom:30px;width:100%}.contact_info_div .contact_title h4{color:#006400;font-size:18px;font-weight:500}.contact_info_div .contact_title h1{color:#000;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:35px;font-weight:800;margin-top:-10px}.contact_info_div .contact_title hr{border:3px solid green;margin:-20px auto 0 0;width:50px}.contact_info_div .contact_title p{font-family:Roboto,serif;font-optical-sizing:auto;font-size:18px}.contact_info_div .contact_item{align-items:center;background-color:#fff;border-radius:15px;box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d;display:flex;justify-content:left;margin-bottom:40px;padding:10px 0;width:100%}.contact_info_div .contact_item .iconm{background-color:green;border-radius:10px;margin-left:10px;margin-right:5%}.contact_info_div .contact_item .icon{color:#fff;font-size:25px;padding:20px 25px}.contact_info_div .contact_item h2{font-family:Roboto,serif;font-optical-sizing:auto;font-size:25px;font-weight:600}.contact_info_div .contact_item p{font-size:20px;margin-top:-15px;word-break:break-all}.contact_info_div .contact_item .content :nth-child(2){margin-top:-5px}.contact_info_div .contact_item .content{margin-right:10px}@media (max-width:500px){.contact_info_div .contact_item .icon{font-size:20px;padding:15px 20px}.contact_info_div .contact_item h2{font-size:22px}.contact_info_div .contact_item p{font-size:17px;margin-top:-15px;word-break:break-all}}@media (max-width:360px){.contact_info_div .contact_item .icon{font-size:18px;padding:10px 15px}.contact_info_div .contact_item h2{font-size:20px}.contact_info_div .contact_item p{font-size:15px;margin-top:-15px;word-break:break-all}}a,link{list-style:none;outline:none;text-decoration:none}.footer_div footer{background:linear-gradient(75.7deg,#227e22 3.8%,#63a211 87.1%);width:100%}.footer_divfooter .content{margin:auto;max-width:1250px;padding:30px 0;width:95%}footer .logo{align-items:center;color:#454545;display:flex;justify-content:left;margin-left:-20px}footer .logo img{height:40px;margin-top:0;width:50px}footer .logo h3{color:#fff;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:34px;font-weight:700;margin-left:5px;padding-top:10px}footer .sub_li h3{color:#fff;font-family:Roboto,serif;font-optical-sizing:auto;font-size:20px;font-weight:700;margin-top:-20px}footer .sub_contact h3{color:#d3d3d3;font-size:20px;font-weight:700}footer .sub_contact p{color:#fff;font-size:18px;margin-top:-15px}footer .content .link-boxes{display:flex;justify-content:space-between;width:100%}footer .content .link-boxes .box{width:calc(20% - 10px)}footer .content .link-boxes .box:first-child{width:40%}.content .link-boxes .box .link_name{color:#f5f5f5;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:30px;font-weight:700;margin-bottom:20px;position:relative}.link-boxes .box .link_name:before{background:#f5f5f5;bottom:-3px;content:"";height:2px;left:0;position:absolute;width:35px}.content .link-boxes .box li{list-style:none}.content .link-boxes .box .links{color:#fff;font-size:17px;font-weight:500;list-style:none;margin-bottom:10px;margin-left:30px;opacity:.9;padding:5px 0;position:relative;text-decoration:none;transition:all .4s ease}.content .link-boxes .box .links:before{align-items:center;background:#fff;border:2px solid green;border-radius:3px;color:green;content:"✓";display:flex;font-size:.9em;font-weight:700;height:1.2em;justify-content:center;left:-30px;position:absolute;top:20%;width:1.2em}.content .link-boxes .box .links:hover{opacity:1}footer .bottom-details{background:green;width:100%}footer .bottom-details .bottom_text{display:flex;justify-content:center;margin:auto;max-width:1250px;padding:20px 40px}.bottom-details .bottom_text a,.bottom-details .bottom_text span{color:#fff;font-size:14px;font-weight:300;opacity:.8;text-decoration:none}footer .sm{align-items:center;display:flex;justify-content:center;width:-webkit-fit-content;width:fit-content}footer h1{color:#fff;font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:20px;font-weight:700;margin-top:30px}footer .sm .link{align-items:center;background-color:#fff;border-radius:25%;box-shadow:0 5px 15px #00000059;display:inline-block;display:flex;font-size:30px;height:60px;justify-content:center;line-height:90px;margin:10px;overflow:hidden;position:relative;text-align:center;transition:.8s;width:60px}.yt{color:red}.fb{color:#4267b2}.ig{color:#e949a3}.git{color:#222}.tweet{color:#1da1f2}.fb:hover,.git:hover,.ig:hover,.tweet:hover,.yt:hover{color:#f1f1f1}footer .sm .link:before{border-radius:0 0 50% 50%;content:"";height:0;left:0;position:absolute;top:0;transition:.8s;width:100%;z-index:-1}footer .sm .link.yt:hover{background:red}footer .sm .link.fb:hover{background-color:#4267b2}footer .sm .link.ig:hover{background:#e949a3}footer .sm .link.git:hover{background:#222}footer .sm .link.tweet:hover{background:#1da1f2}.fb:hover:before,.git:hover:before,.ig:hover:before,.tweet:hover:before,.yt:hover:before{height:180%}@media (max-width:1200px){footer .content .link-boxes{flex-wrap:wrap}}@media (max-width:1100px){footer{position:relative}footer .content .link-boxes .box{width:calc(33.33333% - 10px)}footer .content .link-boxes .input-box{width:60%}.bottom-details .bottom_text a,.bottom-details .bottom_text span{font-size:12px}}@media (max-width:800px){footer:before{top:145px}footer .content .top{flex-direction:column}.content .top .media-icons{margin-top:16px}footer .content .link-boxes .box{max-width:500px;width:100%}footer .content .link-boxes .box:first-child,footer .content .link-boxes .input-box{width:100%}}@media (max-width:450px){footer .sm .link{align-items:center;border-radius:20%;display:inline-block;display:flex;font-size:25px;height:50px;justify-content:center;margin:5px;width:50px}footer .logo img{height:30px;margin-top:0;width:30px}footer .logo h3{font-size:25px;margin-left:5px}footer .sub_li h3{color:#fff;font-family:Roboto,serif;font-optical-sizing:auto;font-size:16px;font-weight:700;margin-top:-20px}footer .sub_contact h3{color:#d3d3d3;font-size:20px;font-weight:700}footer .sub_contact p{color:#fff;font-size:16px;margin-top:-15px}}@media (max-width:300px){footer .sub_contact p{color:#fff;font-size:14px;margin-top:-15px}footer .sm .link{align-items:center;border-radius:20%;display:inline-block;display:flex;font-size:22px;height:45px;justify-content:center;margin:5px;width:45px}}.main_details{margin-top:70px}.details_page{width:100%}.details_banner{height:400px;margin-top:60px;position:relative;width:100%}.details_banner .image-box{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:100%;color:#fff;display:flex;height:100%;justify-content:center;position:relative}.details_banner .image-box:after{background-color:#000000b3;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.banner_content h1{font-family:Smooch Sans,serif;font-size:50px;margin:0}.banner_content h1 span{margin-left:10px}.banner_content p{text-align:center}.banner_content .btn1{background:linear-gradient(135deg,#00ff40,green)}.banner_content .btn1:hover{background:linear-gradient(135deg,green,#00ff40)}@media (max-width:800px){.details_banner{height:300px}.banner_content p{color:#fff;font-size:18px;font-weight:400}.banner_content{max-width:700px;text-align:center;width:90%}}@media (max-width:380px){.details_banner{height:270px}.banner_content h1{font-size:20px}.banner_content p{font-size:17px}}@media (max-width:290px){.details_banner{height:300px}}.home_who_container .who_content_div h2{font-size:40px}.home_who_container .who_content_div .ul_items h3{font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:35px;font-weight:500px;margin-left:15px;padding-top:5px}.home_who_container .who_content_div .ul_items{position:relative}.home_who_container .who_content_div .ul_items hr{background-color:green;border-radius:10px;font-weight:800;height:35px;left:0;position:absolute;top:0;width:5px}.home_who_container .who_content_div .ul_items div{display:flex;justify-content:space-between;margin-top:-30px;max-width:500px}.home_who_container .who_content_div .check-list li{font-family:Roboto,serif;font-size:18px;font-weight:400;margin-bottom:10px}@media screen and (max-width:400px){.home_who_container .who_content_div h2{font-size:30px;font-weight:650px}.home_who_container .who_content_div p{font-size:18px}.home_who_container .who_content_div .head hr{border-radius:10px;height:5px;margin-top:-30px;width:70px}.home_who_container .who_content_div .ul_items h3{font-size:28px;padding-top:5px}.home_who_container .who_content_div .ul_items hr{height:27px}.home_who_container .who_content_div .check-list li{font-size:16px}.house-header{display:grid;font-size:18px;padding:10px 10px 0}.house-meta li{font-size:16px;font-weight:500;margin-bottom:15px}}@media screen and (max-width:290px){.home_who_container .who_content_div .ul_items div{display:block;margin-bottom:10px;margin-left:10px;margin-top:10px}.home_who_container .who_content_div .check-list li{font-size:18px}.house-header{display:grid;font-size:14px;padding:7px 7px 0}.house-meta li{font-size:13px;font-weight:500;margin-bottom:15px}}.adm_page{width:100%}.adm_banner{height:400px;margin-top:60px;position:relative;width:100%}.adm_banner .image-box{align-items:center;background-image:url(/static/media/bg_1.aba925568d0ba1d27e0d.jpg);background-position:50%;background-repeat:no-repeat;background-size:100%;color:#fff;display:flex;height:100%;justify-content:center;position:relative}.adm_banner .image-box:after{background-color:#000000b3;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.banner_content h1{color:#fff;font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:40px;font-weight:800}.banner_content h1 span{color:#10fc10}@media (max-width:1100px){.banner_content h1{font-size:30px}}@media (max-width:800px){.banner_content h1{font-size:25px}.adm_banner{height:300px}.banner_content p{color:#fff;font-size:18px;font-weight:400}.banner_content{max-width:700px;text-align:center;width:90%}}@media (max-width:380px){.adm_banner{height:270px}.banner_content h1{font-size:20px}.banner_content p{font-size:17px}}@media (max-width:290px){.adm_banner{height:300px}}.pre_profile{padding:20px 0}.headers-abt{margin:auto;max-width:1000px;width:90%}.headers-abt h2{color:green;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:35px;font-weight:700;margin:auto}.headers-abt p{font-size:18px}@media (max-width:450px){.headers-abt h2{font-size:27px}.headers-abt p{font-size:16px}}.home_why{background:linear-gradient(-180deg,#fff,rgba(227,255,234,.993));padding:30px 0}.who_image_div .gallery-item{border:5px solid green;border-radius:100% 0 100% 0/19% 83% 17% 81%;box-shadow:0 7px 29px 0 #64646f33;height:100%;min-height:600px;overflow:hidden;position:relative}.who_image_div .gallery-item img{height:100%;min-height:600px;object-fit:cover;transition:transform .3s ease-in-out;width:100%}.gallery-item:hover img{transform:scale(1.1)}.why_list_ul{list-style:none;padding:0}.why_list_ul li{margin-bottom:10px;position:relative}.why_list_icon{color:#044904;font-size:20px;position:absolute}.why_list_ul li p{font-family:Roboto,serif;font-size:17px;font-weight:300;margin-left:40px}.why_list_inner{color:#044904;font-weight:600}.main_extra{background:linear-gradient(0deg,#dfe9f3 0,#fff);padding:20px 0;width:100%}.extra_praticals .who_content_div{margin:auto;max-width:1000px;width:95%}.extra_praticals button{background:radial-gradient(circle at 10% 20%,#408040 0,#004d00 90.2%);color:#fff}.extra_praticals .content_btn button span{color:#fff;margin-left:10px}.lab_page{width:100%}.lab_banner{height:400px;margin-top:60px;position:relative;width:100%}.lab_banner .image-box{align-items:center;background-image:url(/static/media/gg_10.f707a215fc2fa65acd74.jpg);background-position:50%;background-repeat:no-repeat;background-size:100%;color:#fff;display:flex;height:100%;justify-content:center;position:relative}.lab_banner .image-box:after{background-color:#000000b3;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.banner_content{left:50%;margin:auto;max-width:700px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.banner_content.lab h1{color:#fff;font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:30px;font-weight:800}.banner_content.lab h2{color:#10fc10;font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:25px;font-weight:700}.banner_content p{color:#fff;font-size:20px;font-weight:400}.banner_content button{border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;margin-top:20px;outline:none;overflow:hidden;padding:15px 30px;position:relative;transition:all .4s ease}.banner_content .btn1{background:linear-gradient(135deg,#32cd32,green)}.banner_content .btn1:hover{background:linear-gradient(135deg,green,#32cd32);transform:translateY(-3px)}@media (max-width:800px){.lab_banner{height:300px}.banner_content p{color:#fff;font-size:18px;font-weight:400}.banner_content{max-width:700px;text-align:center;width:90%}.banner_content.lab h1{font-size:25px;font-weight:800}.banner_content.lab h2{font-size:22px;font-weight:700}}@media (max-width:385px){.lab_banner.lab{height:300px}.banner_content.lab h1{font-size:20px;font-weight:800}.banner_content.lab h2{color:#10fc10;font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:18px;font-weight:700}.banner_content p{font-size:17px}}@media (max-width:290px){.lab_banner.lab{height:320px}}.main_lab{background:linear-gradient(0deg,#dff3e9 0,#fff 90%)}.main_lab .summary{align-items:center;justify-content:center;margin-bottom:30px;margin-top:30px;width:100%}.main_lab .summary .subdiv{margin:auto;max-width:1000px;padding:0;width:90%}.main_lab .summary .sry_content{margin:auto;padding:10px 2%;width:96%}.main_lab .summary .sry_content .detail{margin-left:0}.main_lab .summary .sry_content h1{font-family:Roboto,serif;font-optical-sizing:auto;font-size:30px}.main_lab .summary .sry_content .linear-wipe{-webkit-text-fill-color:#0000;animation:shine 1s linear infinite;background:linear-gradient(90deg,#000 20%,green 40%,green 60%,#000 80%);background-clip:text;-webkit-background-clip:text;background-size:200% auto;color:#000}@keyframes shine{to{background-position:200%}}.main_lab .summary .sry_content p{border-left:5px solid green;font-size:20px;font-weight:500;margin-top:40px;padding:0 15px}.home_who{background-color:#fff;padding:30px 0}.home_who_container{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1200px;width:95%}.home_who_container .who_content_div{width:60%}.home_who_container .who_image_div{width:35%}.home_who_container .who_content_div h2{font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:50px;font-weight:750px}.home_who_container .who_content_div p{font-family:Roboto,serif;font-optical-sizing:auto;font-size:22px;font-variation-settings:"wdth" 100;font-weight:400;margin-top:30px}.home_who_container .who_content_div div{position:relative}.home_who_container .who_content_div .head hr{background-color:green;border-radius:10px;font-weight:800;height:5px;margin-left:0;margin-top:-35px;width:100px}.home_who .ul_items h3{font-family:Smooch Sans,serif;font-optical-sizing:auto;font-size:35px;font-weight:500px;margin-left:15px;padding-top:5px}.home_who .ul_items{position:relative}.home_who .ul_items hr{background-color:green;border-radius:10px;font-weight:800;height:35px;left:0;position:absolute;top:0;width:5px}.home_who .ul_items div{display:flex;justify-content:space-between;margin-top:-30px;max-width:500px}.home_who_container .who_content_div .check-list{list-style:none;padding:0}.extra_praticalss .who_content_div .check-list li{font-family:Roboto,serif;font-size:16px;font-weight:400;margin-bottom:10px}.home_who_container .who_content_div .check-list li:before{color:green;content:"✓ ";font-weight:700}.house-info{--_br:1rem;grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr auto 1fr;position:relative;width:100%}.house-image{border-radius:var(--_br);grid-column:1/3;grid-row:1/3;overflow:hidden}.house-image:after,.house-image:before,.house-price:after{--_size:var(--_br);aspect-ratio:1;background-image:radial-gradient(circle at 100% 100%,#0000 var(--_size),#fff calc(var(--_size) + 1px));background-image:radial-gradient(circle at 100% 100%,#0000 var(--_size),var(--_corner-color,#fff) calc(var(--_size) + 1px));content:"";position:absolute;rotate:-90deg;width:var(--_size)}.house-image:before{bottom:0;grid-column:2;grid-row:2/3;left:0}.house-image:after{bottom:0;box-shadow:-1rem 0 0 #fff;grid-column:1;grid-row:1/2;left:0}.house-image img{height:100%;object-fit:cover;width:100%}.house-header{background:radial-gradient(circle at 24.1% 68.8%,#323232 0,#000 99.4%);border-radius:var(--_br) var(--_br) 0 0;box-shadow:0 1rem 0 #000,0 0 0 1rem #fff;display:grid;font-family:Roboto,serif;font-size:18px;font-weight:500;grid-column:1/2;grid-row:2/3;padding:15px 15px 0}.house-header:after{--_size:calc(var(--_br)*1.5);--_corner-color:#000;bottom:-1rem;grid-column:2/3;grid-row:2/3;left:-1rem}.house-header span{background:#fff;border-radius:calc(var(--_br)/2);display:grid;padding:10px 0;place-items:center}.house-meta{background:radial-gradient(circle at 24.1% 68.8%,#323232 0,#000 99.4%);border-radius:0 var(--_br) var(--_br) var(--_br);color:#fff;grid-column:1/3;grid-row:3/4;height:-webkit-fit-content;height:fit-content;line-height:1.8;list-style-type:none;margin:0;padding-bottom:20px;padding-top:1rem}.house-meta li{font-family:Roboto,serif;font-size:18px;font-weight:500;margin-bottom:15px;margin-left:-10px}.house-meta li span{color:green;margin-right:10px}.content_btn button{animation:infinite 1s infinite;background:radial-gradient(circle at 10% 20%,#000 0,#404040 90.2%);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Roboto,serif;font-size:18px;font-weight:750px;margin:10px;max-width:200px;overflow:hidden;padding:15px 20px;position:relative;transition:all .3s ease;width:90%}.content_btn button span{color:green;margin-left:10px}@media screen and (max-width:900px){.home_who_container{display:block;margin:auto;width:90%}.home_who_container .who_content_div,.home_who_container .who_image_div{width:100%}}@media screen and (max-width:400px){.home_who_container .who_content_div h2{font-size:40px;font-weight:650px}.home_who_container .who_content_div p{font-size:18px}.home_who_container .who_content_div .head hr{border-radius:10px;height:5px;margin-top:-30px;width:70px}.home_who .ul_items h3{font-size:28px;padding-top:5px}.home_who .ul_items hr{height:27px}.home_who_container .who_content_div .check-list li{font-size:16px}.house-header{display:grid;font-size:18px;padding:10px 10px 0}.house-meta li{font-size:16px;font-weight:500;margin-bottom:15px}}@media screen and (max-width:330px){.home_who_container .who_content_div .check-list li{font-size:14px}.house-header{display:grid;font-size:16px;padding:10px 10px 0}.house-meta li{font-size:15px;font-weight:500;margin-bottom:15px}}@media screen and (max-width:290px){.home_who .ul_items div{display:block;margin-bottom:10px;margin-left:10px;margin-top:10px}.home_who_container .who_content_div .check-list li{font-size:18px}.house-header{display:grid;font-size:14px;padding:7px 7px 0}.house-meta li{font-size:13px;font-weight:500;margin-bottom:15px}}.extra_praticalss .who_content_div{max-width:1000px;width:100%}@keyframes slideFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.slide_bottom_hidden{opacity:0}.slide_bottom_show{animation:slideFromBottom .6s ease-out forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.slide_up_hidden{opacity:0;transform:translateY(100%)}.slide_up_show{animation:slideUp .6s ease-out forwards}@keyframes zoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.zoom_hidden{opacity:0;transform:scale(.5)}.zoom_show{animation:zoomIn .5s ease-out forwards}@keyframes rotateIn{0%{opacity:0;transform:rotate(-20deg)}to{opacity:1;transform:rotate(0)}}div:has(.rotate_hidden){overflow-x:hidden}.rotate_hidden{opacity:0;transform:rotate(-20deg)}.rotate_show{animation:rotateIn .7s ease-out forwards}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.1)}70%{opacity:1;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.bounce_hidden{opacity:0;transform:scale(.3)}.bounce_show{animation:bounceIn .8s ease forwards}@keyframes flipInY{0%{opacity:0;transform:perspective(400px) rotateY(90deg)}to{opacity:1;transform:perspective(400px) rotateY(0)}}.flip_hidden{opacity:0;transform:perspective(400px) rotateY(90deg)}.flip_show{animation:flipInY .6s ease-out forwards}.main_ntf{--primary-color:green;--eye-pupil-color:#050505;--bg-color:#fff;--text-color:#000;--fs-heading:36px;--fs-text:26px;--fs-button:18px;--fs-icon:30px;--pupil-size:30px;--eye-size:80px;--button-padding:15px 30px}@media only screen and (max-width:567px){.main_ntf{--fs-heading:30px;--fs-text:22px;--fs-button:16px;--fs-icon:24px;--button-padding:12px 24px}}.main_ntf{background-color:var(--bg-color);color:var(--text-color);font-family:Fira Sans,sans-serif;height:-webkit-fit-content;height:fit-content;justify-content:center;margin-top:60px;min-height:calc(100vh - 60px)}.main_ntf,.main_ntf .container{align-items:center;display:flex}.main_ntf .container{flex-direction:column;row-gap:30px;text-align:center}.error-page__heading-title{color:var(--primary-color);font-size:var(--fs-heading);font-weight:500;text-transform:capitalize}.error-page__heading-desciption{font-size:var(--fs-text);font-weight:200;margin-top:10px}.error-page__button{border:1px solid var(--primary-color);border-radius:15px;box-shadow:0 7px 0 -2px var(--primary-color);color:inherit;font-size:var(--fs-button);font-weight:200;padding:var(--button-padding);text-decoration:none;text-transform:capitalize;transition:all .3s ease-in-out}.error-page__button:hover{background-color:var(--primary-color);box-shadow:none;color:#fff}.main_ntf .eyes{display:flex;gap:2px;justify-content:center}.main_ntf .eye{background-color:var(--primary-color);border-radius:50%;display:grid;height:var(--eye-size);place-items:center;width:var(--eye-size)}.main_ntf .eye__pupil{animation:movePupil 2s ease-in-out infinite;background-color:var(--eye-pupil-color);border-radius:50%;height:var(--pupil-size);transform-origin:center center;width:var(--pupil-size)}@keyframes movePupil{0%,to{transform:translate(0)}25%{transform:translate(-10px,-10px)}50%{transform:translate(10px,10px)}75%{transform:translate(-10px,10px)}}.color-switcher{background-color:initial;border:0;color:var(--primary-color);cursor:pointer;font-size:var(--fs-icon);position:fixed;right:40px;top:40px}
/*# sourceMappingURL=main.ac40a52b.css.map*/