@import"https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Glory:ital,wght@0,100..800;1,100..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Glory:ital,wght@0,100..800;1,100..800&family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";body{font-family:Cairo,sans-serif}.pre-bg{background:linear-gradient(135deg,#8e9eab,#eef2f3);height:100vh;max-width:1538px}.pre-bg{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.pre-bg .logo{width:300px;height:auto;animation:bubble 2s ease-in-out infinite}@keyframes bubble{0%{transform:translateY(0) scale(1);opacity:1}25%{transform:translateY(-10px) scale(1.2)}50%{transform:translateY(0) scale(1.15)}75%{transform:translateY(5px) scale(1.11)}to{transform:translateY(0) scale(1.1);opacity:1}}*{padding:0;margin:0;box-sizing:border-box}.navbar-header{background-color:#fff;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000;min-height:70px}.logo-img{max-width:180px}@media screen and (max-width: 600px){.logo-img{max-width:140px}}.nav-links{list-style:none;display:flex;align-items:center;margin:0;padding:0}.nav-link{font-weight:600;color:#333;text-decoration:none;margin:0 15px;transition:all .3s ease;font-size:18px}.nav-link:hover,.nav-link.active{color:#007bff;font-weight:700}.desktop-nav{display:none}@media (min-width: 768px){.desktop-nav{display:block}.menu-btn,.mobile-nav{display:none}}.menu-btn{border:none;font-size:1.3rem;padding:2px 8px;border-radius:8px;cursor:pointer;z-index:2500;transition:background .3s ease,color .3s ease}.menu-style{background:#007bff;color:#fff}.close-btn-inside{position:absolute;top:20px;right:20px;background:#fff;color:#007bff!important;border:none;font-size:1.3rem;padding:2px 6px;border-radius:8px;cursor:pointer;z-index:3000}.nav-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;opacity:.5;z-index:1500}.mobile-nav{position:fixed;top:0;right:0;width:55%;height:100vh;background:linear-gradient(135deg,#1e3c72,#2a5298,#6dd5ed);background-size:400% 400%;animation:gradientMove 10s ease infinite;box-shadow:-5px 0 20px #0003;z-index:2000;border-top-left-radius:80px;border-bottom-left-radius:80px;display:flex;align-items:center;justify-content:center;overflow-y:auto;padding:40px 20px}@keyframes gradientMove{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.nav-content{text-align:center;width:100%}.nav-content ul{list-style:none;padding:0;margin:0}.nav-content li{margin:20px 0}.mobile-link{color:#fff;text-decoration:none;font-size:1.2rem;transition:all .3s ease}.mobile-link:hover{color:red;font-weight:700}.mobile-link.active{color:#fa1717;font-weight:700}.footer{background-color:#0f2b72;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.footer h3,.footer h5{color:#fff;transition:color .3s ease}.footer ul li{margin-bottom:8px;cursor:pointer;transition:color .3s ease,transform .2s ease}.footer ul li:hover{color:#00d4ff;transform:translate(5px)}.icon-glass{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:21px;border-radius:50%;color:#fff;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff4d;box-shadow:0 5px 10px #ffffff49;transition:transform .4s ease,box-shadow .4s ease,background .4s ease;cursor:pointer;text-decoration:none}.icon-glass:hover{transform:scale(1.05);box-shadow:0 12px 25px #fff9;background:#ffffff26}.linkedin:hover{background:#0077b5;box-shadow:0 0 15px #0077b5}.instagram:hover{background:radial-gradient(circle at 30% 30%,#fdf497,#fd5949,#d6249f,#285aeb);box-shadow:0 0 15px #fd5949}.facebook:hover{background:#3b5998;box-shadow:0 0 15px #3b5998}.footer ul{padding:0;list-style:none}hr{border-color:#fff3}.copyright{font-size:18px;font-weight:400;color:#dcdcdc;animation:fadeInUp 1s ease-in-out}.rule:hover{color:#00d4ff!important}.faq-question{transition:color .3s ease}.faq-answer{margin-top:10px;padding-left:10px}.refund-page{margin:2rem auto;padding:2rem;font-family:Segoe UI,sans-serif;color:#000;background-color:#fff}.refund-page .breadcrumb{background-color:#36f;color:#fff;padding:1rem;border-radius:6px;font-size:1.1rem;margin-bottom:1.5rem}.refund-page .breadcrumb a{color:#fff;text-decoration:none;font-weight:700}.refund-page .breadcrumb .current{text-decoration:underline}.refund-page h3{margin-top:0}.refund-page ul{padding-left:1.5rem;margin-top:1rem}.refund-page ul li{margin-bottom:1rem;list-style-type:disc}.refund-page .policy-footer{display:flex;justify-content:center;gap:2rem;margin-top:3rem;padding:1rem;background-color:#f2f2f2}.refund-page .policy-footer a{text-decoration:none;color:#006}.refund-page .policy-footer a:hover{text-decoration:underline;color:#df0c0cd8;font-weight:700}.refund-page copyright{text-align:center;padding:1rem;background-color:#f2f2f2;font-weight:700}.privacy-policy-page{padding:40px;font-family:Arial,sans-serif;background-color:#fff;color:#000}.privacy-header{background-color:#2e6df6;padding:15px 20px;color:#fff;font-size:20px;font-weight:700;margin-bottom:30px}.privacy-header a{color:#fff;text-decoration:none}.privacy-header span.current{text-decoration:underline}.privacy-content h4{margin-top:25px;font-weight:700;text-decoration:underline}.privacy-content ul{list-style:disc;margin-left:30px;margin-bottom:20px}.privacy-content p{margin-bottom:16px;line-height:1.6}.privacy-policy-page .policy-footer{display:flex;justify-content:center;gap:2rem;margin-top:3rem;padding:1rem;background-color:#f2f2f2}.privacy-policy-page .policy-footer a{text-decoration:none;color:#006}.privacy-policy-page .policy-footer a:hover{text-decoration:underline;color:#df0c0cd8;font-weight:700}.privacy-policy-page copyright{text-align:center;padding:1rem;background-color:#f2f2f2;font-weight:700}.terms-page{padding:40px;font-family:Arial,sans-serif;background-color:#fff;color:#000}.terms-header{background-color:#2e6df6;padding:15px 20px;color:#fff;font-size:20px;font-weight:700;margin-bottom:30px}.terms-header a{color:#fff;text-decoration:none}.terms-header span.current{text-decoration:underline}.terms-content h4{margin-top:25px;font-weight:700;text-decoration:underline}.terms-content ul{list-style:disc;margin-left:30px;margin-bottom:20px}.terms-content p{margin-bottom:16px;line-height:1.6}.terms-page .policy-footer{display:flex;justify-content:center;gap:2rem;margin-top:3rem;padding:1rem;background-color:#f2f2f2}.terms-page .policy-footer a{text-decoration:none;color:#006}.terms-page .policy-footer a:hover{text-decoration:underline;color:#df0c0cd8;font-weight:700}.terms-page copyright{text-align:center;padding:1rem;background-color:#f2f2f2;font-weight:700}@keyframes fadeInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.footer h3,.footer h5,.footer ul li,.social-icon{animation:fadeInUp 1s ease forwards;animation-delay:.2s;opacity:0}@media screen and (max-width:792px){.footer h5{color:#fff;transition:color .3s ease;font-size:19px}.location-content{display:flex;justify-content:center;flex-direction:column;margin-left:15%}footer .icon-sec{display:flex;justify-content:center;align-items:center}}.cont{padding:0;max-width:1522px}.home1-row1,.home1-row2{padding-bottom:0}.carousel{width:100%}.carousel-item{position:relative}.carousel-item img{width:100%;height:450px;object-fit:cover}.carousel-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:1}.home1-row1,.home1-row2{position:relative}.home1-row2{margin:0}.home1-row2-div{position:absolute;top:-250px;left:0;right:0;z-index:2;color:#fff;text-align:center;padding:0 10px}.home1-heading{font-size:45px;font-weight:700;font-family:Inknut Antiqua,serif}.home1-para{font-size:22px;margin:10px 0}.home1-btn{width:100%;max-width:150px;height:50px;border:1px solid #fff;background-color:#0a2b7d;color:#fff;font-size:18px;font-weight:600;border-radius:10px;cursor:pointer}.home1-btn:hover{background-color:#071740}.animate-left{animation:slideInLeft 1s forwards}.animate-right{animation:slideInRight 1s forwards}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.home2-container{background-color:#e7eeff;margin-top:30px}.home2-para1{margin-top:20px;font-size:18px}.home2-img-div{padding-top:10px;padding-bottom:10px}.home2-img{height:107px;background-color:#0a2b7d;padding:20px;border-radius:10px}.home2-heading{font-weight:700}.home2-paragraph{font-size:18px;padding-left:55px;padding-right:80px}*{box-sizing:border-box;margin:0;padding:0}.welcome1{flex-direction:column}.welcome1_para1{font-size:32px;font-weight:700}.welcome1_span{color:#f90f12}.welcome1_para2{padding-right:220px;margin-top:-10px;font-size:17px}.handshake-div{margin-top:25px}.handshake-img{height:380px;width:75%;border-radius:20px;border:2px solid #3765d8}.together-img{width:82%;height:612px;border-top-left-radius:10px;border-top-right-radius:10px}.value2-div{margin-top:20px;gap:80px}.value2-para1{font-weight:700;font-size:32px;margin-bottom:0}.value2-span{color:#f90f12}.value2-para2{padding-right:20px;font-size:17px}.value2-heading{font-size:27px;font-weight:700}.value2-para{font-size:17px}.home5-img{height:218px;margin-top:-77px;margin-left:0}@media (max-width:431px){.carousel-item img{height:230px}.home1-heading{font-size:20px;text-align:center}.home1-row2-div{top:-198px;margin:0}.home1-para{font-size:15px;text-align:center;padding-left:10px;padding-right:10px}.home1-btn{max-width:94px;height:31px;font-size:11px}.welcome1{text-align:center}.welcome1_para1{font-size:24px;margin-bottom:8px}.welcome1_para2{padding:10px;font-size:15px;margin-bottom:0}.handshake-img{height:232px;width:85%;border:2px solid #3765d8}.home2-para1{font-size:15px;text-align:center;padding-left:25px;padding-right:25px}.home2-img{height:75px}.home2-heading{font-size:18px}.home2-paragraph{font-size:15px;padding-left:20px;padding-right:20px}.together-img{width:77%;height:500px}.value2-para1{font-size:24px;padding-left:10px;margin-bottom:0}.value2-para2{font-size:15px;padding-left:10px;padding-right:10px;padding-bottom:0;text-align:center!important}.value2-heading{font-size:16px;padding-left:20px}.value2-para{font-size:15px;padding-left:20px;padding-right:20px}.value2-div{flex-direction:column;gap:0}.home5-img{height:225px;margin-top:-10px;margin-left:0}.our-client-sec{padding-top:0!important}.our-client-sec h2{font-size:24px}.our-client-sec p{font-size:15px!important}.client-logo{max-width:155px!important;min-height:125px}.client-box{padding:0}.our-client-sec .card{width:177px!important;height:225px!important}.our-client-sec .card h3{font-size:18px}}@media (min-width:431px) and (max-width: 576px){.carousel-item img{height:280px}.home1-row2-div{margin-left:0;top:-200px}.home1-heading{font-size:20px;margin-bottom:0}.home1-para{font-size:16px}.home1-btn{max-width:112px;height:38px;font-size:16px}.welcome-div{padding-top:0}.welcome1_para1{font-size:28px;padding-left:10px}.welcome1_para2{font-size:15px;padding-right:10px;padding-left:10px}.handshake-img{height:330px}.home2-para1{font-size:15px;padding-left:30px;padding-right:20px}.home2-heading{font-size:18px}.home2-paragraph{font-size:15px;padding-left:20px;padding-right:20px}.together-img{height:526px}.value2-div{flex-direction:column;gap:0}.value2-para1{font-size:24px;padding-left:10px}.value2-para2{font-size:15px;padding-left:10px}.value2-heading{font-size:18px;padding:0 20px}.value2-para{padding-left:20px}.home5-img{height:228px;margin-top:-7px;margin-left:0}.our-client-sec{padding-top:0!important}.our-client-sec h2{font-size:24px}.our-client-sec p{font-size:15px!important}.client-logo{max-width:175px!important}.our-client-sec .card h3{font-size:20px}.our-client-sec .card{width:204px!important;height:233px!important}}@media (min-width: 576px) and (max-width: 768px){.carousel-item img{height:290px}.home1-row2-div{top:-200px}.home1-heading{font-size:22px;margin-bottom:0}.home1-para{font-size:16px}.home1-btn{max-width:116px;height:37px;font-size:15px}.welcome1_para1{font-size:25px}.welcome1_para2{font-size:16px;padding-right:0}.handshake-img{height:274px;width:70%}.home2-para1{font-size:16px}.home2-heading{font-size:20px}.home2-paragraph{font-size:16px;padding-right:55px}.together-img{height:500px}.value2-para1{font-size:25px;margin-bottom:5px}.value2-para2{font-size:16px}.value2-heading{font-size:20px}.value2-para{font-size:16px}.home5-img{height:211px;margin-top:-51px}.our-client-sec{padding-top:0!important}.our-client-sec p{font-size:16px!important}.client-logo{max-width:152px!important}.our-client-sec .card{width:180px!important;height:215px!important}.our-client-sec .card img{height:46px}.our-client-sec .card h3{font-size:20px}.our-client-sec .card p{font-size:15px!important}}@media (min-width:768px) and (max-width: 790px){.carousel-item img{height:280px}.home1-row2-div{margin-left:0;top:-200px}.home1-heading{font-size:28px;margin-bottom:0}.home1-para{font-size:15px}.home1-btn{max-width:105px;height:40px;font-size:14px}.welcome1_para2{padding-right:0;padding-left:20px;font-size:15px}.welcome1_para1{font-size:30px}.welcome-div{flex-wrap:nowrap;padding-top:0}.handshake-div{justify-content:start!important;margin-top:0}.handshake-img{height:280px;width:100%;margin-top:20px}.welcome1_para1{font-size:24px}.welcome1_para2{font-size:15px;padding-left:0}.home2-para1{font-size:15px;padding-left:0;padding-right:0}.home2-img{height:82px}.home2-heading{font-size:18px}.home2-paragraph{font-size:15px;padding-left:10px;padding-right:10px}.together-img{width:100%;height:573px}.value2-para1{font-size:30px;margin-bottom:5px}.value2-para2{padding:0;font-size:15px}.value2-heading{font-size:20px}.value2-para{font-size:15px;padding-left:0}.home5-img{height:183px;margin-left:0}.value2-div{margin-top:0;gap:0;justify-content:space-between!important}.our-client-sec{padding-top:0!important}.our-client-sec p{font-size:15px!important}.client-logo{max-width:162px!important}.discussion-para{font-size:15px!important}.our-client-sec .card h3{font-size:22px}.our-client-sec .card p{font-size:15px!important}}@media (min-width: 790px) and (max-width: 854px){.carousel-item img{height:270px}.home1-row2-div{margin-left:0;top:-200px}.home1-heading{font-size:28px;margin-bottom:0}.home1-para{font-size:15px}.home1-btn{max-width:105px;height:40px;font-size:14px}.welcome1_para2{padding-right:0;font-size:15px}.welcome1_para1{font-size:26px}.welcome-div{flex-wrap:nowrap;padding-top:0}.handshake-img{height:240px;width:100%}.home2-para1{font-size:15px}.home2-img{height:82px}.home2-heading{font-size:18px}.home2-paragraph{font-size:15px;padding-left:10px;padding-right:10px}.together-img{width:100%;height:565px}.value2-para1{font-size:26px;margin-bottom:5px}.value2-para2{padding:0;font-size:15px}.value2-heading{font-size:18px}.value2-para{font-size:15px}.home5-img{height:200px;margin-top:-69px;margin-left:0}.value2-div{margin-top:0;gap:0;justify-content:space-between!important}.our-client-sec{padding-top:0!important}.our-client-sec h2{font-size:26px;margin-bottom:5px}.our-client-sec p{font-size:15px!important}.client-logo{max-width:155px!important}.our-client-sec .card h3{font-size:20px}.our-client-sec .card{width:200px!important}}@media (min-width: 854px) and (max-width: 1024px){.carousel-item img{height:280px}.home1-row2-div{top:-200px}.home1-heading{font-size:32px;margin-bottom:0}.home1-para{font-size:18px}.home1-btn{max-width:107px;height:40px;font-size:15px}.welcome-div{flex-wrap:nowrap}.welcome1_para1{font-size:30px}.welcome1_para2{padding-right:0;font-size:15px}.handshake-img{height:250px;width:85%}.home2-para1{font-size:16px;padding:0}.home2-img{height:70px}.home2-heading{font-size:18px}.home2-paragraph{font-size:16px;padding-left:0;padding-right:0}.value2-div{margin-top:0}.value2-para1{font-size:30px;margin-bottom:0}.value2-para2{font-size:16px;padding-bottom:0}.value2-heading{font-size:20px}.value2-para{font-size:15px}.together-img{width:100%;height:550px}.home5-img{height:190px;margin-top:-42px;margin-left:-11px}.client-logo{max-height:154px!important;max-width:149px!important}.our-client-sec p{font-size:18px!important}}@media (min-width: 1024px) and (max-width: 1179px){.carousel-item img{width:100%;height:350px}.home1-heading{font-size:35px;margin-bottom:0}.home1-row2-div{top:-241px}.handshake-div{justify-content:center!important}.handshake-img{height:294px;width:100%}.welcome1_para1{font-size:30px}.welcome1_para2{padding-right:20px;font-size:17px}.home2-para1{font-size:17px}.home2-paragraph{font-size:17px;padding-left:0;padding-right:0}.home2-heading{font-size:22px}.home5-img{height:220px;margin-top:-76px;margin-left:-20px}.together-img{height:660px;width:100%}.value2-para1{font-size:30px}.value2-para2{font-size:17px}.client-logo{min-width:152px!important}.our-client-sec p{font-size:17px!important}}@media (min-width: 1180px) and (max-width: 1281px){.welcome1{padding-left:30px}.welcome1_para2{padding-right:0}.handshake-img{height:294px;width:67%}.home2-para1{padding-left:30px;padding-right:30px}.home2-paragraph{padding-left:40px;padding-right:40px}.together-img{width:90%;height:610px}.client-logo{min-width:154px!important}.our-client-sec p{font-size:17px!important}}@media (min-width: 1281px) and (max-width: 1370px){.welcome1_para2{padding-right:0}.welcome1{padding-left:30px}.handshake-img{height:313px;width:80%}.home2-para1{padding-left:40px;padding-right:40px}.together-img{height:640px;width:90%}.home5-img{margin-top:-50px;margin-left:0}.client-logo{min-width:160px!important}.our-client-sec p{font-size:17px!important}}@media (min-width: 1370px) and (max-width: 1640px){.welcome1_para2{padding-right:0}.home2-para1{padding-left:30px;padding-right:30px}.home2-paragraph{padding-left:50px;padding-right:50px}.client-logo{min-width:152px!important}.our-client-sec p{font-size:18px!important}}.service-hero-sec{height:450px;background-image:linear-gradient(#2322229a,#23222298),url(/assets/service_home-DQqbB2WH.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:flex-end;padding-right:100px;position:relative;text-align:right;color:#fff;overflow:hidden;max-width:1522px;margin:auto;animation:zoomBg 20s ease-in-out infinite}.service-hero-sec h1{font-size:48px;font-weight:600;position:relative;z-index:2;text-shadow:0 0 10px #fffc;letter-spacing:2px}.service-hero-sec h1:before{content:"";position:absolute;top:50%;left:50%;width:200px;height:200px;transform:translate(-50%,-50%);background:radial-gradient(circle,#fff3,transparent 70%);border-radius:50%;z-index:-1;animation:pulseGlow 3s infinite ease-in-out}.business-serve-sec{padding-top:4%;font-size:16px}.business-serve-sec h2{background-color:#3765d8;padding:2% 18%;margin-left:-18%;display:inline-block;font-size:2em;font-weight:700;color:#000;margin-bottom:5%}.business-serve-sec h2 span{color:#fff}.business-serve-sec h3{font-size:1.7em;font-weight:700;color:#000;display:inline-block;padding-bottom:2%;border-bottom:2.5px solid #3765d8}.business-serve-sec p{font-size:1.1em;width:100%;color:#000}.business-serve-sec .service_hero_rhs{height:520px;width:450px;border-radius:20px;border:2px solid #3765d8;margin-top:12%}@keyframes fadeSlideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeSlideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.animate-left{animation:fadeSlideInLeft 1.5s ease-out forwards}.animate-right{animation:fadeSlideInRight 1.5s ease-out forwards}.business-serve-sec .utube_img{height:45vh;width:100%}.our-service-sec{background-color:#e7eeff;position:relative;max-width:1522px;margin:auto;overflow:hidden}.our-service-sec p{font-size:18px}.our-service-sec h2 span{color:#f90f12}.our-service-sec .card-para{font-size:18px}.service-card{position:relative;overflow:hidden;transition:transform .3s ease;z-index:1;height:100%}.service-card:before{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background:linear-gradient(135deg,#007bff,#f50707);transition:top .3s ease-in-out;z-index:0}.service-card:hover:before{top:0;outline:none;border:none}.service-card h3,.service-card ul{position:relative;z-index:1;transition:color .3s ease}.service-card:hover h3,.service-card:hover ul{color:#fff!important}.our-service-sec .service_svg{position:absolute;bottom:5.5%;left:0;width:470px;height:auto;z-index:0;pointer-events:none}.our-client-sec,.client-section{max-width:1522px;margin:auto}.our-client-sec h2 span{color:#f90f12}.our-client-sec p{font-size:24px}.our-client-sec .py-5{padding-top:2rem!important;padding-bottom:0!important}.client-box{padding:2px;transition:transform .3s ease-in-out}.client-logo{max-height:140px;max-width:200px;object-fit:contain;padding:5px;transition:transform .3s ease-in-out;margin:0 auto}.client-logo:hover{transform:scale(1.1)}.our-client-sec .card{background-color:#0a2b7d;width:220px;height:250px;cursor:pointer;border-radius:20px;position:relative;transition:transform .4s ease,box-shadow .4s ease,background-color .4s ease;perspective:1000px;overflow:hidden;z-index:1;border:none}.our-client-sec .card-hover:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#f87676ec,#df0c0cd8);z-index:-1;background-size:400%;opacity:0;transition:opacity .4s ease;border-radius:20px;animation:glowBorder 4s linear infinite}.our-client-sec .card-hover:hover:before{opacity:1}.our-client-sec .card-hover:hover{transform:rotateY(8deg) rotateX(4deg);background-color:#102d98;box-shadow:0 20px 40px #0006}@keyframes glowBorder{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.our-client-sec .card img{height:60px;margin-bottom:10%;transition:transform .4s ease}.our-client-sec .card-hover:hover img{transform:scale(1.1) rotate(360deg)}.our-client-sec .card h3{font-size:26px}.our-client-sec .card p{font-size:18px}.card-container{margin-left:8%;margin-right:8%}.hide-scroll::-webkit-scrollbar{display:none}.hide-scroll{-ms-overflow-style:none;scrollbar-width:none}.our-client-sec .discussion-para{font-size:18px}.client-container{background-color:#ccdafa;padding-top:40px}@media screen and (max-width: 1280px){.client-logo{max-width:184px}}@media screen and (max-width: 1024px){.our-client-sec .card{width:190px}}@media (max-width: 767.98px){.service-hero-sec{height:360px}.service_svg{width:280px}}@media (min-width: 575.98px){.hide-desktop{display:none}}@media (max-width: 575.98px){.service-hero-sec{height:220px}.service-card{padding:1.5rem}.hide-mobile{display:none}.our-service-sec h2{font-size:1.8rem}.our-service-sec p{font-size:.9rem}.our-service-sec .service-card{padding:2rem!important}.our-service-sec .card-para{font-size:14px}.client-box{padding:5px}.our-client-sec p{font-size:19px;text-align:justify}.our-client-sec .card h3{font-size:21px}.client-logo{max-height:100px;max-width:150px}.our-client-sec .card p{font-size:16px;text-align:center}.our-client-sec .card{width:205px}.our-client-sec .discussion-para{font-size:14px}.service-hero-sec{text-align:center!important;padding-right:0}.service-hero-sec h1{font-size:25px}.logo{max-width:145px}.business-serve-sec h2{padding:2% 15%;font-size:1.5em}.business-serve-sec h3{font-size:1.2em}.business-serve-sec p{font-size:.9em}.business-serve-sec .mb-3,.business-serve-sec .mb-5{margin-bottom:0!important}.business-serve-sec .service_hero_rhs{height:350px;width:300px;margin-top:0}.service_hero_rhs-part{display:flex;justify-content:center!important;align-items:center!important}}.recruitment-herro{height:450px;background-image:linear-gradient(#2322229a,#23222298),url(/assets/recruitment-hero2-D3s2Hlax.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:flex-end;padding-right:100px;position:relative;text-align:right;overflow:hidden;max-width:1530px;margin:auto;animation:zoomBg 20s ease-in-out infinite}.recruitment-herro h1{font-size:48px;font-weight:600;position:relative;z-index:2;text-shadow:0 0 10px rgb(255 255 255 / .8);letter-spacing:2px}.recruitment-herro h1:before{content:"";position:absolute;top:50%;left:50%;width:200px;height:200px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgb(255 255 255 / .2),transparent 70%);border-radius:50%;z-index:-1;animation:pulseGlow 3s infinite ease-in-out}@keyframes pulseGlow{0%{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.2);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:.5}}.recruit-div{position:absolute;top:60%;right:100px;transform:translateY(-50%);z-index:2}.recruit{color:#fff;font-size:2.5rem;font-family:Inknut Antiqua,serif;font-weight:700;margin:0;text-shadow:0 0 2px #ffffff,0 0 5px #fff}.frnds-img{height:520px;width:450px;border:2px solid #3765d8;border-radius:20px;margin-top:-10px}.frnds-img2{display:none}.recruitment{background-color:#3765d8;padding:2% 20%;margin-left:-18%;display:inline-block;font-size:32px;font-weight:700;color:#000}.m-span2{color:#fff}.m-span3{font-size:17px;margin-top:20px;padding-right:51px}.method{display:flex;gap:20px;margin:20px 0}.method-row{margin-top:20px}.method-img{height:80px;width:80px;background-color:#3765d88a;border-radius:50%;text-align:center;transition:transform .3s ease-in,.3s ease-out}.method-icon{height:60px;background-color:#3765d8;border-radius:50%;padding:5px;margin-top:10px;transition:transform .3s ease-in,.3s ease-out}.method-img:hover{transform:scale(1.1)}.method-heading{font-size:20px;font-weight:700;border-bottom:2.5px solid #3765D8;display:inline-block}.method-hr{width:180px;height:4px;background-color:#3765d8;margin-bottom:15px;margin-top:-10px}.method-span{font-size:17px}.service-container{background-color:#e7eeff}.service-col1{display:flex;flex-direction:column;justify-content:center}.girl-img{height:600px;width:75%}.service-span1{font-weight:700;font-size:32px}.service-span2{color:red}.service-span3{font-size:17px;margin-top:10px;padding-left:0;padding-right:60px}.service-heading{font-size:20px;font-weight:700;border-bottom:2.5px solid #3765D8;display:inline-block}.service-hr{width:250px;height:4px;background-color:#3765d8;margin-bottom:15px;margin-top:-12px;margin-left:20px}.service-para{font-size:17px}.process-container{padding-bottom:30px;padding-top:20px}.process-head{font-size:32px;font-weight:700}.process-head2{color:red}.icon{display:flex;justify-content:center;align-items:center}.processIcon-div{height:80px;width:80px;border-radius:50%;border:1px solid #000;text-align:center}.processIcon{height:40px;margin-top:15px}.process-icons{display:flex;justify-content:center;align-items:center;height:300px}.half-circle-container{margin-top:350px;position:relative}.icon{position:absolute;left:46%;transform-origin:bottom center;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(calc(176deg / 8 * var(--i) + 161deg)) translate(368px) rotate(calc(-174deg / 8 * var(--i) + 197deg))}.circle-icon{width:80px;height:80px;border-radius:50%;box-shadow:inset #0000001a 0 0,inset #0000001a 0 0 0 3px;animation:floatAnimation 2s ease-in-out infinite}@keyframes floatAnimation{0%,to{transform:scale(1)}50%{transform:scale(.9)}}.icon img{width:40px;height:40px;border-radius:50%;margin-top:20px;margin-left:20px}.icon-para{font-size:12px;margin-top:5px;text-align:center}.consult-div{position:relative}.consult{height:340px;margin-top:-196px}@media (max-width:431px){.recruitment-herro{height:220px;animation:none}.recruitment-herro h1{font-size:25px}.recruit-div{right:20px}.recruit{font-size:24px}.method-row{padding-top:20px!important}.recruitment{font-size:20px}.m-span3{padding-right:0;font-size:13px;text-align:center;margin:10px auto}.method{margin:10px auto}.method-heading{font-size:16px;margin-bottom:5px}.method-span{font-size:13px}.method-img{height:50px;width:50px}.method-icon{height:30px}.frnds-img{display:none}.frnds-img2{display:block;height:230px;width:80%;border-radius:10px}.service-row{flex-direction:column-reverse;padding-top:10px!important}.girl-img{height:477px;width:90%}.service-span3{font-size:13px;padding-right:0;text-align:center}.service-span1{font-size:22px;margin-bottom:2px}.service-heading{font-size:16px;margin-bottom:2px}.service-para{font-size:13px}.process-head{font-size:20px}.half-circle-container{position:relative;margin-top:-100px;animation:rotateCircle 10s linear infinite}.circle-icon{height:50px;width:50px}.circle-icon img{height:20px;width:20px;margin-left:15px;margin-top:15px}.icon-para{font-size:10px}.icon{position:absolute;margin-top:30px;left:42%;transform-origin:center;width:60px}.icon:nth-child(1){transform:rotate(0) translateY(-120px) rotate(0)}.icon:nth-child(2){transform:rotate(40deg) translateY(-120px) rotate(-40deg)}.icon:nth-child(3){transform:rotate(80deg) translateY(-120px) rotate(-80deg)}.icon:nth-child(4){transform:rotate(120deg) translateY(-120px) rotate(-120deg)}.icon:nth-child(5){transform:rotate(160deg) translateY(-120px) rotate(-160deg)}.icon:nth-child(6){transform:rotate(200deg) translateY(-120px) rotate(-200deg)}.icon:nth-child(7){transform:rotate(240deg) translateY(-120px) rotate(-240deg)}.icon:nth-child(8){transform:rotate(280deg) translateY(-120px) rotate(-280deg)}.icon:nth-child(9){transform:rotate(320deg) translateY(-120px) rotate(-320deg)}.consult{margin-top:-213px;height:145px}}@media (min-width:692px) and (max-width:792px){.recruitment-herro{height:383px!important}}@media (min-width:431px) and (max-width:691px){.recruitment-herro{height:230px}.recruitment-herro h1{font-size:25px}.rhero-img{height:280px}.recruit-div{right:20px}.recruit{font-size:22px}.method-row{padding-top:10px!important}.recruitment{font-size:22px}.m-span3{font-size:15px}.method-heading{font-size:18px;margin-bottom:5px}.method-span{font-size:15px}.method-img{height:50px;width:50px}.method-icon{height:30px}.frnds-img{display:none}.frnds-img2{display:block;height:300px;width:90%;border-radius:10px}.service-row{padding-top:10px!important;flex-direction:column-reverse}.service-span1{font-size:22px;margin-bottom:5px}.service-span3{font-size:15px;padding-right:0}.service-heading{font-size:16px;margin-bottom:5px}.girl-img{height:532px;width:74%}.process-head{font-size:22px}.consult{height:160px;margin-top:-187px}.circle-icon{height:60px;width:60px}.circle-icon img{height:30px;width:30px;margin-left:15px;margin-top:15px}.half-circle-container{position:relative;animation:rotateCircle 10s linear infinite;margin-top:-45px}.icon{position:absolute;margin-top:30px;left:46%;transform-origin:center;width:60px}.icon-para{font-size:9px}.icon:nth-child(1){transform:rotate(0) translateY(-145px) rotate(0)}.icon:nth-child(2){transform:rotate(40deg) translateY(-145px) rotate(-40deg)}.icon:nth-child(3){transform:rotate(80deg) translateY(-145px) rotate(-80deg)}.icon:nth-child(4){transform:rotate(120deg) translateY(-145px) rotate(-120deg)}.icon:nth-child(5){transform:rotate(160deg) translateY(-145px) rotate(-160deg)}.icon:nth-child(6){transform:rotate(200deg) translateY(-145px) rotate(-200deg)}.icon:nth-child(7){transform:rotate(240deg) translateY(-145px) rotate(-240deg)}.icon:nth-child(8){transform:rotate(280deg) translateY(-145px) rotate(-280deg)}.icon:nth-child(9){transform:rotate(320deg) translateY(-145px) rotate(-320deg)}.process-container{padding-bottom:100px}}@media (min-width:539px) and (max-width:691px){.circle-icon{height:75px;width:75px}.circle-icon img{height:40px;width:40px;margin-left:17px;margin-top:17px}}@media (min-width:768px) and (max-width:854px){.recruit{font-size:26px}.method-row{padding-top:15px!important}.recruitment{font-size:22px;margin-bottom:2px;margin-left:-24%}.m-span3{font-size:14px;padding-right:0}.method{margin:5px auto}.method-heading{font-size:17px;margin-bottom:4px}.method-span{font-size:14px}.method-img{height:50px;width:20%}.method-icon{height:30px}.frnds-img{height:434px;width:90%;margin-top:4px}.girl-img{height:534px;width:90%}.service-span1{font-size:22px;margin-bottom:0}.service-span3{font-size:14px;padding-right:0}.service-heading{font-size:17px;margin-bottom:2px}.service-para{font-size:14px}.consult{height:266px;margin-top:-168px}.circle-icon{height:60px;width:60px}.circle-icon img{height:30px;width:30px;margin-left:15px;margin-top:15px}.icon{transform:rotate(calc(176deg / 8 * var(--i) + 161deg)) translate(315px) rotate(calc(-174deg / 8 * var(--i) + 197deg))}.half-circle-container{margin-top:310px}.process-head{font-size:22px}}@media (min-width:854px) and (max-width:992px){.recruit{font-size:30px}.recruitment{font-size:24px;margin-bottom:0;margin-left:-15%}.m-span3{font-size:15px;padding-right:0}.frnds-img{height:514px;width:100%}.method-heading{font-size:17px;margin-bottom:4px}.method-span{font-size:15px}.method-icon{height:35px}.method-img{height:55px}.method-col1{margin-left:-10%}.frnds-img{height:473px;margin-top:2px}.girl-img{height:598px;width:100%}.service-span1{font-size:24px}.service-span3{font-size:15px;padding-right:0}.service-heading{font-size:17px;margin-bottom:4px}.service-para{font-size:15px}.process-head{font-size:24px}.circle-icon{height:65px;width:65px}.circle-icon img{height:35px;width:35px;margin-top:15px;margin-left:15px}.consult{height:300px}}@media (min-width:992px) and (max-width:1200px){.rhero-img{height:330px}.recruit{font-size:35px}.recruitment{font-size:26px;margin-bottom:0}.m-span3{padding-right:0;font-size:16px}.method-heading{font-size:18px;margin-bottom:4px}.method-span{font-size:14px}.method-icon{height:40px}.method-img{height:60px;width:60px}.frnds-img{height:441px;width:82%;margin-top:5px}.service-span1{font-size:26px;margin-bottom:0}.service-span3{font-size:16px}.service-heading{font-size:17px;margin-bottom:4px}.service-para{font-size:15px}.girl-img{height:505px}.process-head{font-size:26px}.circle-icon{height:70px;width:70px}.circle-icon img{height:30px;width:30px}.consult{height:330px}}@media (min-width:1200px) and (max-width:1400px){.rhero-img{height:400px}.frnds-img{height:473px;width:67%;margin-top:0}.recruitment{font-size:30px}.m-span3{font-size:16px}.method-heading{font-size:18px;margin-bottom:4px}.method-icon{height:50px}.method-img{height:70px;width:70px}.method{margin-top:30px}.girl-img{height:509px;width:70%}.service-span1{font-size:30px}.service-heading{font-size:18px;margin-bottom:4px}.process-head{font-size:30px}.consult{height:340px}.circle-icon{height:75px;width:75px}.circle-icon img{height:35px;width:35px}}@media (min-width:702px) and (max-width:768px),(min-width:939px) and (max-width:992px),(min-width:1101px) and (max-width:1200px),(min-width:1312px) and (max-width:1400px){.recruitment{margin-left:-33%;padding-left:30%}}@media (min-width:691px) and (max-width:768px){.process-container{padding-bottom:30px!important}.half-circle-container{margin-top:260px}.circle-icon{height:55px;width:55px}.icon img{width:30px;height:30px;border-radius:50%;margin-top:13px;margin-left:13px}.icon-para{font-size:9px}.icon{transform:rotate(calc(176deg / 8 * var(--i) + 161deg)) translate(270px) rotate(calc(-174deg / 8 * var(--i) + 197deg))}.consult{height:230px;margin-top:-174px}.icon img{width:25px;height:25px}}.career-container{padding:0;max-width:1522px;margin:auto}.hero-div{position:relative;width:100%;max-width:1522px;margin:0 auto;overflow:hidden}.hero-div:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.5;z-index:1}.hero-div-img{width:100%;height:450px}.hero-section{position:absolute;z-index:1;margin-top:-300px}.hero-heading{font-weight:700;font-size:45px}.hero-para{padding-left:200px;padding-right:200px}.search-div{display:flex;justify-content:center;gap:20px}.search-input{background-color:#ffffff59;border:0;border-radius:10px;width:40%;height:40px;color:#fff;padding-left:35px;box-shadow:inset #0000001a 0 -3px 3px,inset #0000001a 0 3px 3px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFCSURBVHgBxVWBccIwDFQ6gTeoR2AEj9ARGCEb1BuEDaCTkA1oJzCdIGwgpHPuMI6cyAGOv/tLnLz0Viw7AAUgoiPuiQFvGIhH4pZoYS3G5GniEljzDbXgIKzHiWieYTCMXG9Egq9CYo/Jt+dEGNcjCPpuySQPCriwsPT+IBg5bRUDKjsHY6el2Gln5EEJjJ14N8GS8JQJLVRAiN/kmg9i+vDSNM0Z6vCXjY1kkuICLwCb/Cdji9qNdcPnokLokBaU4PXDKYwkbDNR0FZDui6L7UtC3sX5kbFXGLRCFdu5AC8EcGvawqQ6QR9K+Zsk+EgXJ2h+iWeInWchtrz0OXviD22BA8xUY3C6sdZg+R9Dol1Fwh6n3ak24tbkM22YSe5GbYtrK0oMNxgPQjfeG0HjHzZSTua9RvBsCEYeXoHEyPP4ChEmu4A0NJu8AAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:20px center;background-size:15px}.search-btn{width:100%;max-width:120px;height:40px;border-radius:5px;border:0;background-color:#0a2b7d;color:#fff;font-weight:600;font-size:18px;transition:color .3s ease-in,.3s ease-out}.search-btn:hover{background-color:#071740}.ext-container{padding:0}.ext-section{display:flex;justify-content:space-around;padding-top:20px;padding-bottom:20px}.ext{height:50px;width:100%;max-width:180px;background-color:#3765d8;border-radius:10px;text-align:center;box-shadow:#0003 0 3px,#fff0 0 0}.ext-para{padding-top:12px;font-weight:700;font-size:18px;color:#fff}.hiring-container{background-color:#e7eeff;margin-top:30px;padding-bottom:30px}.hiring-row1{margin-left:-80px}.hiring-head{font-size:40px;font-weight:700}.hiring-head2{color:#f90f12}.hiring-para{font-size:18px}.hiring-row2{margin-left:80px}.hv-div{height:50px;width:50px;border-radius:50%;box-shadow:#0003 0 -2px 13px 4px,#fff0 15px 7px 8px 9px;text-align:center}.hv-div:hover{cursor:pointer}.hv-img{height:10px;margin-top:20px}.save-img{height:20px}.save-img:hover{cursor:pointer}.hiring-image{height:40px}.hiring-name{font-weight:700;font-size:18px;margin-left:10px;color:#3765d8}.hire-img{height:20px}.hiring-card{padding:20px}.hiring-card:hover{cursor:pointer}.card1{margin-top:10px;gap:10px}.hiring-btn{width:100%;max-width:100px;height:30px;font-size:16px;font-weight:600;border:0;background-color:#d9d9d9}.ex{height:260px;background-image:linear-gradient(#2322229a,#23222298),url(/assets/explore2-CifQcTPS.png);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:flex-end;position:relative;text-align:right;overflow:hidden;max-width:1530px;margin:auto}.explore-div{display:flex;align-items:center;justify-content:center;width:100%}.explore-head{font-weight:700;font-size:40px;margin:auto;color:#fff;text-align:center}.team{width:100%;max-width:1517px;margin:0 auto;padding:0}.team-background{background-image:linear-gradient(#1b5f8296,#0006),url(/assets/explore-D_dfkykY.png);background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;height:200px;max-width:1530px;margin:0 auto;padding:0}.team-header{height:70px;width:100%;max-width:650px;background-color:#3765d8;font-weight:700;font-size:40px;margin-top:67px;color:#000}.team-headerpara{padding-left:30px}.team-headerspan{color:#fff}.team-row{box-shadow:#0003 0 3px,#fff0 0 0;padding:3px 0 0;margin:0}.teamComponent-div{display:flex;justify-content:space-around}.team-img{height:100px;padding:10px}.teamcomponent-head{background-color:#e7eeff;text-align:center;height:100px;border-right:2px solid #3765D8}.teamcomponent-head2{background-color:#e7eeff;text-align:center;height:100px;border-left:2px solid #3765D8}.teamcomoponent-para{font-weight:700;font-size:20px;padding-top:35px}.modal-form{display:flex;justify-content:end}.modal-form Form{width:500px;background-color:#c4ddff;padding:50px;border-radius:20px;margin-top:40px}@media (max-width:431px){.modal-form Form{margin-top:0;padding:30px}.modal-form{justify-content:center}.hero-div-img{height:230px}.hero-heading{font-size:21px;margin-bottom:8px}.hero-para{display:none}.hero-section{margin-top:-130px}.search-input,.search-btn{width:34%;height:34px}.search-btn{font-size:15px}.ext-section{gap:4px}.ext-para{padding-top:2px;font-size:12px}.ext{height:40px}.team-background{height:140px}.team-header{height:49px;max-width:293px;font-size:20px;margin-top:46px;padding-top:8px}.team-headerpara{padding-left:0}.ex{height:170px;padding-right:0}.explore-head{font-size:15px}.teamcomponent-head,.teamcomponent-head2{height:50px}.teamcomoponent-para{font-size:16px;padding-top:10px}.team-img{height:60px;padding:4px}.reverse-row{flex-direction:column-reverse}}@media (min-width:431px) and (max-width:657px){.modal-form Form{margin-top:0;padding:30px}.modal-form{justify-content:center}.hero-div-img{height:250px}.hero-section{margin-top:-242px}.hero-heading{font-size:24px}.hero-para{padding-left:20px;padding-right:20px;font-size:15px}.search-input,.search-btn{width:34%;height:33px}.search-btn{font-size:16px}.ext-section{gap:8px;padding-left:10px;padding-right:10px}.ext-para{padding-top:6px;font-size:14px}.team-background{height:160px}.team-header{font-size:20px}.team-headerpara{padding-left:0}.team-header{height:52px;max-width:350px;margin-top:55px;padding-top:8px}.reverse-row{flex-direction:column-reverse}.team-img{height:77px;padding:10px}.teamcomponent-head,.teamcomponent-head2{height:69px}.teamcomoponent-para{font-size:16px;padding-top:20px}.ex{height:140px}.explore-head{font-size:16px}}@media (min-width:540px) and (max-width:657px){.hero-section{margin-top:-202px}.hero-div-img{height:240px}}@media (min-width:657px) and (max-width:768px){.modal-form Form{margin-top:10px;padding:40px;width:400px}.modal-form{justify-content:center}.hero-div-img{height:280px}.hero-section{margin-top:-200px}.hero-heading{font-size:26px}.hero-para{padding-left:20px;padding-right:20px;font-size:15px}.search-input,.search-btn{height:35px}.ext-section{padding-left:10px;padding-right:10px;gap:12px}.ext-para{font-size:15px;padding-top:14px}.team-background{height:160px}.team-header{height:56px;max-width:496px;font-size:26px;margin-top:52px;padding-top:7px}.team-headerpara{padding-left:0}.teamcomponent-head,.teamcomponent-head2{height:60px}.teamcomoponent-para{font-size:15px;padding-top:19px}.team-img{height:86px}.ex{height:160px}.explore-head{font-size:18px}}@media (min-width:768px) and (max-width:936px){.modal-row{flex-direction:column}.modal-form Form{margin-top:10px}.modal-row .col-md-6{width:100%}.modal-form{justify-content:center}.hero-div-img{height:310px}.hero-section{margin-top:-220px}.hero-heading{font-size:30px}.hero-para{font-size:15px;padding-left:20px;padding-right:20px}.search-input,.search-btn{height:36px}.ext-section{gap:10px;padding-left:15px;padding-right:15px}.ext-para{padding-top:15px;font-size:15px}.team-background{height:170px}.team-headerspan{padding-left:0}.team-header{height:55px;max-width:560px;font-size:30px;margin-top:59px;padding-top:3px}.teamcomponent-head,.teamcomponent-head2{height:75px}.teamcomoponent-para{font-size:16px;padding-top:25px}.team-img{height:75px}.ex{height:190px}.explore-head{font-size:20px}}@media (min-width:937px) and (max-width:1168px){.modal-form Form{width:400px}.hero-div-img{height:360px}.hero-section{margin-top:-250px}.hero-heading{font-size:35px}.hero-para{padding-left:20px;padding-right:20px}.team-header{height:60px;max-width:638px;font-size:30px;padding-top:5px}.team-headerpara{padding-left:0}.teamcomponent-head,.teamcomponent-head2,.team-img{height:90px}.ex{height:210px}.explore-head{font-size:28px}.ext-para{padding-top:14px;font-size:15px}}@media (min-width:1169px) and (max-width:1517px){.ex{height:240px}.explore-head{font-size:30px}}.hiring-sec .job-icon{font-size:20px;margin-right:10px}.hiring-sec h2{font-size:32px!important;font-weight:700}.hiring-sec .ur-dream-para{font-size:17px!important;color:#000}.requirements-image{width:180px;height:auto;object-fit:contain;border-radius:8px}.python-title{color:#3765d8;font-weight:700}.apply-btn{background:linear-gradient(to right,#1f3db1,#02434b)!important;font-weight:600;color:#fff!important}.apply-btn:hover{background-color:#0a2b7d!important}@media (max-width:380px){.hiring-sec .container{margin-top:0!important}.hiring-card{width:80%!important;margin:0 auto}.hiring-sec h2{font-size:22px!important}.hiring-sec p{font-size:15px!important}}@media (min-width:381px) and (max-width:480px){.hiring-card{width:85%!important;margin:0 auto}.hiring-sec h2{font-size:24px!important}.hiring-sec .ur-dream-para{font-size:15px!important}}@media (min-width:480px) and (max-width:575px){.hiring-card{width:85%!important;margin:0 auto}.hiring-sec h2{font-size:24px!important}.hiring-sec .ur-dream-para{font-size:15px!important}}@media (min-width:575px) and (max-width:790px){.hiring-sec h2{font-size:26px!important}.hiring-sec .ur-dream-para{font-size:17px!important}}@media (min-width:768px) and (max-width:1200px){.hiring-sec .col-md-3{width:50%!important}}.contact-hero-sec{background-image:linear-gradient(#232222a3,#23222291),url(/assets/contact-home-wpW8NWqM.jpg);height:450px;background-position:center;background-repeat:no-repeat;background-size:cover;max-width:1522px;margin:auto;animation:zoomBg 20s ease-in-out infinite}@keyframes zoomBg{0%{background-size:100%}50%{background-size:110%}to{background-size:100%}}.contact-hero-sec h1{font-size:48px;font-weight:600;position:relative;z-index:2;text-shadow:0 0 10px #fffc;letter-spacing:2px;color:#fff}.get-in-touch-sec h2{color:#000;font-size:36px;font-weight:700}.get-in-touch-sec h2 span{color:#f90f12}.get-in-touch-sec form{margin-right:15%}.get-in-touch-sec form input,.get-in-touch-sec form textarea{padding:3%}.get-in-touch-sec .get-in-touch-rhs{margin-left:5%;margin-right:5%}.get-in-touch-sec .get-in-touch-rhs i{color:#3765d8}.get-in-touch-sec .get-in-touch-rhs h5{color:#3765d8;font-size:25px;font-weight:650}.get-in-touch-sec .get-in-touch-rhs p{font-size:16px}.get-in-touch-sec .get-in-touch-rhs hr{border:2px solid #3765d8}.get-in-touch-sec .btn{background-color:#3765d8;color:#fff}.get-in-touch-rhs a{text-decoration:none}.get-direction-sec{display:flex;justify-content:center;align-items:center;padding:25px;max-width:1522px;margin:auto}.direction-container{background-color:#e7eeff;padding:16px;border-radius:12px;box-shadow:0 4px 8px #0000001a;transition:box-shadow .3s ease-in-out;width:100%}.direction-container:hover{box-shadow:0 8px 16px #00000026}.direction-text{display:flex;justify-content:center;flex-direction:column;height:100%;padding-left:9%}.direction-text h2{font-size:35px;font-weight:700;margin:0}.direction-text .direction-arrow{color:#dc2626;display:flex;align-items:center;font-size:35px;font-weight:700}.direction-arrow span{margin-left:8px;font-size:38px;font-weight:bolder;transition:transform .3s ease-in-out}.direction-container:hover .direction-arrow span{transform:translate(5px)}.map-container{flex-grow:1;overflow:hidden;border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:box-shadow .3s ease-in-out}.map-container:hover{box-shadow:0 4px 8px #0003}.map-container iframe{width:100%;height:400px;border:none;border-radius:8px}.hiring-sec{background-color:#e7eeff}.hiring-sec .icon{font-size:20px;margin-right:10px}.hiring-sec h2{font-size:35px;font-weight:700}.hiring-sec h2 span{color:#f90f12}.hiring-sec .ur-dream-para{font-size:18px;color:#000}.hiring-sec .job-para{font-size:16px;color:#000;font-weight:600}.hiring-sec button{background-color:#d9d9d9;padding:3px 10px;outline:none;border:none;font-size:18px;border-radius:5px}@media screen and (max-width: 600px){.contact-hero-sec{height:220px}.contact-hero-sec h1{font-size:25px;text-align:center}.get-in-touch-sec h2{color:#000;font-size:21px}.get-in-touch-sec .py-5{padding-top:1.5rem!important;padding-bottom:3rem!important}.get-in-touch-sec form{margin:0 auto}.get-in-touch-sec form .form-content{flex-direction:column}.get-in-touch-sec .get-in-touch-rhs h5{font-size:19px}.get-in-touch-sec .get-in-touch-rhs p{font-size:13px}.direction-text h2,.direction-text .direction-arrow{font-size:22px}.direction-arrow span{margin-left:8px;font-size:26px}}@media (min-width:800px) and (max-width:1080px){.direction-text h2,.direction-text .direction-arrow{font-size:26px}.direction-text{padding-left:0}.direction-arrow span{margin-left:0;font-size:20px}.get-direction-sec .col-md-10{width:100%}}@media (min-width:1080px){.direction-text h2,.direction-text .direction-arrow,.direction-arrow span{font-size:28px}}
