.heroContainer{height:100vh;width:100%;background-color:#002557;padding-left:5%;padding-right:5%}.heroContainer .heroVideo{position:absolute;z-index:1;width:100%;object-fit:cover;left:0;display:flex;align-items:center;opacity:.2;height:100vh}.heroContainer .topDiv{position:relative;display:flex;height:75%;z-index:2}.heroContainer .topDiv .firstSection{display:flex;width:95%;align-items:end}.heroContainer .topDiv .firstSection h1{font-size:72px;font-weight:400;color:#fff}.heroContainer .topDiv .firstSection h1 span{margin-left:15px;margin-right:15px}.heroContainer .topDiv .firstSection h1 span .heroImage{border-radius:10px}.heroContainer .topDiv .secondSection{display:flex;flex-direction:column;align-items:end;justify-content:end;width:30%;z-index:2}.heroContainer .topDiv .secondSection p{text-align:right;line-height:1.5rem;color:#fff;z-index:2}.heroContainer .parallaxImage{will-change:transform}.heroContainer .bottomDiv{margin-top:8%;height:10vh;display:flex;width:100%;flex-direction:column;justify-content:center}.heroContainer .bottomDiv hr{opacity:.5}.heroContainer .bottomDiv .heroCarousel{display:flex;height:100%;align-items:center;justify-content:right;gap:10%;position:relative}.heroContainer .bottomDiv .heroCarousel span{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;justify-content:right;margin-left:5%;letter-spacing:8px;position:absolute;left:0;color:#fff;z-index:2}.heroContainer .bottomDiv .heroCarousel .logos{z-index:2;overflow:hidden;white-space:nowrap;position:relative;width:80%;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0,rgb(0,0,0) 10.5%,rgb(0,0,0) 87.5%,rgba(0,0,0,0));mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0,rgb(0,0,0) 10.5%,rgb(0,0,0) 87.5%,rgba(0,0,0,0))}.heroContainer .bottomDiv .heroCarousel .logosSlide{display:inline-block;animation:slide 35s linear infinite}.heroContainer .bottomDiv .heroCarousel .logosSlide img{height:80px;margin:0 20px}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.whiteMask{position:absolute;z-index:1;background:linear-gradient(0deg,rgb(0,37,87) 0,rgba(0,37,87,.8) 50%,rgba(0,37,87,0));color:#002557;left:0;bottom:0;width:100%;height:50vh}@media screen and (max-width:991px){.heroContainer{height:91vh}.heroContainer .topDiv{flex-direction:column;justify-content:end;gap:1rem}.heroContainer .topDiv .firstSection h1{font-size:35px}.heroContainer .topDiv .secondSection{width:100%;align-items:start;line-height:2rem}.heroContainer .topDiv .secondSection p{text-align:left}.heroContainer .bottomDiv{gap:10px;height:20vh}.heroContainer .bottomDiv .heroCarousel{flex-direction:column;justify-content:start;align-items:self-start;gap:2rem}.heroContainer .bottomDiv .heroCarousel span{position:relative;font-size:1rem}.heroContainer .bottomDiv .heroCarousel .logos{width:100%;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0,rgb(0,0,0) 9.5%,rgb(0,0,0) 88.5%,rgba(0,0,0,0));mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0,rgb(0,0,0) 9.5%,rgb(0,0,0) 88.5%,rgba(0,0,0,0))}}@media screen and (max-width:445px){.heroContainer .topDiv .firstSection h1{text-align:left}.heroContainer .topDiv .firstSection h1 span img{width:41px;height:41px}.heroContainer .bottomDiv .heroCarousel .logosSlide img{width:60px;height:60px}.whiteMask{background:linear-gradient(0deg,rgb(0,37,87) 30%,rgba(0,37,87,.8) 50%,rgba(0,37,87,0))}}.teamContainer{display:flex;padding-bottom:57px;justify-content:center;width:100%;background-color:#002557}.teamContainer .teamContent{width:90%;padding-top:10%}.teamContainer .teamContent .teamImage{position:relative;overflow:hidden;width:100%;height:80vh;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:30px}.teamContainer .teamContent .contentBottom{display:flex;align-items:center;width:100%;justify-content:center;margin-top:3%;height:30vh}.teamContainer .teamContent .contentBottom .contentLeft{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;color:#fff}.teamContainer .teamContent .contentBottom .contentLeft h1{font-size:40px}@media screen and (max-width:991px){.teamContainer .teamContent .teamImage{height:37vh}}@media screen and (max-width:640px){.teamContainer .teamContent .contentBottom{flex-direction:column}.teamContainer .teamContent .contentBottom .contentLeft{width:100%}}@media(max-width:425px){.teamContainer .teamContent .contentBottom .contentLeft h1{font-size:35px}}.testiContainer{height:70vh;width:100%;background-color:#002557;padding-top:5%;position:relative;padding-left:5%}.testiContainer div{color:#fff}.headingTesti span{display:flex;color:#fff;align-items:center;opacity:.5;gap:30px}.headingTesti span hr{width:80%;height:.5px}.testiBottom{margin-top:3%;display:flex;width:100%;gap:15%}.testiBottom .testiLeft{display:flex;flex-direction:column;gap:33px;width:20%}.testiBottom .testiLeft span{color:#fff;opacity:.5}.testiBottom .testiLeft div{display:flex;gap:10px}.testiBottom .testiLeft .oppositeArrow{transform:rotate(180deg)}.testiBottom .testiRight{width:50%;display:flex;flex-direction:column;gap:30px;transition:opacity .3s ease;opacity:1}.testiBottom .testiRight.fade-out{opacity:0}.testiBottom .testiRight.fade-in{opacity:1}.testiBottom .testiRight .testi{font-size:2rem}.testiBottom .testiRight .profile{gap:10px;height:100px}.testiBottom .testiRight .profile,.testiBottom .testiRight .profile div{display:flex;flex-direction:column}.testiBottom .testiRight .profile div span{font-size:1.2rem}.testiBottom .testiRight .profile div span:nth-child(2){opacity:.5}.arrowContainer{background-color:#f9bc28;width:35px;height:35px;display:flex;border-radius:50px;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:background-color .5s ease}.arrowContainer .svgArrow{width:20px;height:20px;transform:translateX(0);transition:transform .3s ease}.arrowContainer .secondArrow{width:20px;height:20px;transform:translateX(-155%);position:absolute;transition:transform .2s ease}.arrowContainer .secondArrow path{stroke:#f9bc28}@media(min-width:1200px){.arrowContainer:hover{background-color:#fff}.arrowContainer:hover .svgArrow{transform:translateX(150%)}.arrowContainer:hover .secondArrow{transform:translateX(0)}}@media screen and (max-width:1200px){.testiContainer{height:70vh}.testiBottom .testiRight .testi{font-size:1.5rem}}@media screen and (max-width:995px){.testiContainer{height:-moz-fit-content;height:fit-content}.testiBottom{flex-direction:column;gap:5%}.testiBottom .testiLeft{width:100%;flex-direction:row;align-items:center}.testiBottom .testiRight{width:100%;margin-top:30px}}@media(max-width:425px){.testiBottom .testiLeft span{font-weight:100;font-size:10px}.testiBottom .testiRight .testi{font-weight:100;font-size:17px}}.homeContainer{flex-direction:column}.homeContainer,.homeCourse{width:100%;display:flex;align-items:center;justify-content:center}.homeCourse{background-color:#002557;padding-bottom:10%}.blogContainer{width:100%;padding-left:5%;padding-right:5%}.blogHead span{display:flex;align-items:center;gap:20px}.blogHead span hr{width:100%}.blogHead .heading{margin-top:2%;display:flex;justify-content:space-between}.blogHead .heading span:first-child{font-size:2rem}.blogHead .heading .navButton{color:#fff}.blogBottom{margin-top:2%;display:grid;height:-moz-fit-content;height:fit-content;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.firstCardLink{width:100%;height:68vh}.blogLeft{width:100%;height:100%;border-radius:10px;position:relative;overflow:hidden;background-image:url(https://res.cloudinary.com/dqx63rbnh/image/upload/v1750409786/12da05f4-630d-4816-abdc-34888129eb99.png);background-position:50%;background-repeat:no-repeat;background-size:100%;transition:background-size .9s ease;padding-top:10px;padding-left:10px}.blogLeft:hover{background-size:120%}.blogLeft .imgeBtn{padding-left:10px;padding-right:10px}.blogLeft .blogContent{z-index:10;position:absolute;bottom:10px;left:10px;color:#fff}.blogLeft .blogContent h1{font-size:2rem;font-weight:400;margin-bottom:20px}.blogLeft .downMask{position:absolute;bottom:0;left:0;height:200px;width:100%;background-color:var(--token-597038af-f0ec-4881-81f5-3ba0336a1d7b,rgb(16,14,14));-webkit-mask:linear-gradient(rgba(0,0,0,0),rgb(0,0,0));mask:linear-gradient(rgba(0,0,0,0),rgb(0,0,0));opacity:1}.blogLeft .image{scale:1;transition:scale .9s ease;object-fit:cover}.blogLeft:hover .arrow{transform:rotate(0deg);opacity:1;right:10px}.arrow{width:35px;height:35px;background-color:#fff;border-radius:50px;position:absolute;right:20px;top:10px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.1),0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3);transform:rotate(-90deg);opacity:0;transition:.9s ease}.arrow svg{width:15px;height:15px}.imgeBtn{z-index:10;color:#fff;width:-moz-fit-content;width:fit-content;text-align:center;background-color:#002557;padding:5px;border-radius:20px;top:10px;left:10px;letter-spacing:1px;height:-moz-fit-content;height:fit-content}.blogRight{width:100%;height:80vh;display:flex;flex-direction:column;gap:9px}.blogRight .blogRightCard{width:90%;height:-moz-fit-content;height:fit-content;position:relative;display:flex;align-items:center;gap:10px}.blogRight .blogRightCard .blogImage{background-image:url(https://res.cloudinary.com/dqx63rbnh/image/upload/v1750409786/12da05f4-630d-4816-abdc-34888129eb99.png);width:180px;height:170px;background-position:50%;background-repeat:no-repeat;background-size:100%;border-radius:10px;position:relative}.blogRight .blogRightCard .rightBlogCtn{display:flex;flex-direction:column;gap:10px}.blogRight .blogRightCard .rightBlogCtn .imgeBtn{padding-left:10px;padding-right:10px;background:none;color:#002557;border:1px solid rgba(0,0,0,.5)}.blogRight .blogRightCard .rightBlogCtn .blogTitle{font-size:14px}.blogRight .blogRightCard .rightBlogCtn div{opacity:.5}.blogRightCard:hover .arrow{transform:rotate(0deg);opacity:1;right:10px}@media screen and (max-width:1100px){.blogContainer{height:auto;padding-bottom:10%}.blogBottom{flex-direction:column}.blogBottom .firstCardLink{width:100%;height:75vh}.blogBottom .blogRight,.blogBottom .firstCardLink .blogLeft{width:100%}.blogBottom .blogRight .blogRightCard{width:100%;justify-content:left}}@media(max-width:992px){.blogContainer{height:80vh}.blogLeft{height:100%}.blogLeft .blogContent h1{font-size:1.4rem;text-align:left}.blogBottom,.blogBottom .firstCardLink{height:50vh}.blogBottom .blogRight{display:grid;grid-template-rows:repeat(3,1fr);height:100%}.blogBottom .blogRight .blogRightCard,.blogBottom .blogRight .blogRightCard .blogImage{height:100%}.blogBottom .blogRight .blogRightCard .rightBlogCtn .blogTitle{text-align:left}}@media(max-width:812px){.blogBottom,.blogContainer{height:-moz-fit-content;height:fit-content}.blogBottom{grid-template-columns:repeat(1,1fr)}.blogBottom .firstCardLink{height:37vh}}@media(max-width:446px){.blogLeft .blogContent h1{font-size:1rem}.blogLeft .blogContent span{font-size:.8rem;opacity:.6}.blogHead .heading span:first-child{font-size:1.5rem}.blogRight .blogRightCard .rightBlogCtn div{font-size:.8rem}}.mentorTwoContainer{width:100%;padding-top:3vh;flex-wrap:wrap;display:flex;gap:1rem;align-items:center;justify-content:center;padding-bottom:5vh}@media(max-width:768px){.mentorTwoContainer{grid-template-columns:repeat(3,1fr)}}.mentorCard{width:20vw;height:50vh;background-color:#fff;border-radius:20px;padding:5px;min-width:250px}.mentorInner{background-color:#000;height:100%;position:relative;border-radius:20px;overflow:hidden;display:flex;align-items:end;justify-content:center}.mentorInner .mentorImage{position:absolute;top:0;left:0;height:100%;width:100%}.mentorInner .mentorImage img{width:100%;height:100%;object-fit:cover}.overlay{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent);z-index:1}.mentorCard-content{position:relative;z-index:3;height:100px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%}.mentorCard-content h1{font-size:26px}.mentorCard-content h5{font-size:15px;font-weight:400}@media(max-width:768px){.mentorCard{width:45vw}}@media(max-width:600px){.mentorCard{width:80vw}}