@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap);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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:column;font-family:Arial,Helvetica,sans-serif;height:auto;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .8s ease-out}.Header{align-items:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:#0222431a;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:15px 30px;position:fixed;top:0;transition:transform .3s ease;width:100%;z-index:999}.Header.visible{transform:translateY(0)}.Header.hidden{transform:translateY(-100%)}.Header .leftSide{align-items:center;display:flex;flex:100% 1;height:100%;padding-left:20px}.Header .leftSide img{margin-left:0;width:80px}.Header .rightSide{align-items:center;display:flex;flex:100% 1;gap:20px;height:100%;justify-content:center}.Header a{color:#335479;font-size:18px;text-decoration:none}.Header .rightSide button{background-color:initial;border:none;color:#ff914d;cursor:pointer}.Header .rightSide svg{font-size:40px}.Header #open{padding-left:0}.Header #open img{display:none}.Header #close img{display:inherit}.Header #open .hiddenLinks{align-items:center;background-color:#022243f2;display:flex;flex-direction:column;gap:15px;left:0;padding:20px 0;position:absolute;top:80px;width:100%;z-index:998}.Header #close .hiddenLinks{display:none}.Header #open a{margin:5px;width:70px}.rightSide a:hover{text-decoration:underline}.Header #open .hiddenLinks a{color:#fff;font-size:18px;text-decoration:none}@media only screen and (max-width:900px){.Header .rightSide a{color:#fff;font-size:large;width:70px}.Header .leftSide{padding-left:50px}}@media only screen and (max-width:600px){.Header .rightSide a{display:none}.Header .rightSide{justify-content:flex-end;padding-right:50px}.Header .rightSide button{display:inherit}}@media only screen and (min-width:600px){.Header .rightSide button,.hiddenLinks{display:none}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Header #open .hiddenLinks{animation:slideDown .3s ease-out}.about{align-items:center;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;overflow:hidden;padding:60px 20px;position:relative;width:100%}.aboutBackground{height:100%;left:0;object-fit:cover;opacity:.5;position:absolute;top:0;width:100%;z-index:-1}body,html{margin:0;overflow-x:hidden;padding:0}.aboutTop{height:100px;margin-bottom:40px;margin-top:0;position:static}.aboutBottom,.aboutTop{border-radius:12px;width:100%}.aboutBottom{background-color:#fff;box-shadow:0 4px 20px #00000014;max-width:1000px;opacity:0;padding:40px;transform:translateY(40px);transition:opacity 1s ease-out,transform 1s ease-out}.aboutBottom.visible{opacity:1;transform:translateY(0)}.aboutBottom h1{border-left:6px solid #ff914d;color:#024;font-size:32px;margin-bottom:16px;margin-top:20px;padding-left:12px}.aboutBottom p{color:#333;font-size:18px;line-height:1.7;margin-bottom:24px}@media screen and (max-width:768px){.aboutBottom{padding:20px}.aboutTop{height:200px}.aboutBottom h1{font-size:26px}.aboutBottom p{font-size:16px}}.home{align-items:left;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;height:100vh;justify-content:center;overflow-y:auto;overflow:visible;width:100%}.bg-video{object-fit:cover;z-index:0}.bg-video,.overlay{height:100%;left:0;position:absolute;top:0;width:100%}.overlay{z-index:1}.headerContainer{animation:fadeSlideUp 1s ease-out forwards;color:#fff;padding:20px;position:relative;text-align:center;z-index:2}.headerContainer h1{align-items:flex-start;color:#ff914d;font-size:70px;font-weight:70;height:30px;justify-content:center}.headerContainer h1,.headerContainer p{font-family:Georgia,Times New Roman,Times,serif}.headerContainer p{color:#fff;font-size:40px;font-weight:lighter;padding:0}.headerContainer button{background-color:#121619;border:none;border-radius:5px;color:#000;color:#fff;cursor:pointer;font-size:20px;height:50px;justify-content:center;text-decoration:none;width:180px}.aboutSection{background-color:#fff;margin-top:0;padding:60px 20px}.aboutContent,.aboutSection{align-items:center;display:flex;justify-content:center}.aboutContent{flex-direction:row;flex-wrap:wrap;gap:40px;max-width:1200px}.aboutText{flex:1 1;min-width:300px}.aboutText h2{color:#024;font-size:36px;margin-bottom:20px}.aboutText p{color:#333;font-size:18px;line-height:1.6}.readMoreBtn{background-color:#ff914d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;padding:12px 24px;transition:background-color .3s ease}.readMoreBtn:hover{background-color:#cc5e1a}.aboutImage img{border-radius:12px;box-shadow:0 4px 16px #0000001a;max-width:500px;width:100%}.scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.scroll-animate.visible{opacity:1;transform:translateY(0)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.headerContainer{animation:fadeSlideUp 1s ease-out}.headerContainer button:hover{background-color:#07090a;cursor:pointer;transition:.3s ease-in}@media only screen and (max-width:650px){.headerContainer,.home{align-items:center;justify-content:center}.headerContainer{border-radius:10px;color:#fff;display:flex;flex-direction:column;margin-left:0;padding:10px;width:80%}.headerContainer h1{color:#fff;font-size:40px;height:30px}.headerContainer p{color:#fff;font-size:30px}.headerContainer button{background-color:#fff;color:#121619;margin-bottom:30px}.headerContainer button:hover{background-color:#e1e1e1;color:#121619}.home:hover{background-color:#0000001a;transition:background-color .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp 1s ease-out}}.footer{background-color:#8baec9;box-sizing:border-box;padding:30px 10px;width:100%}.footerContent{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px}.footerCenter,.footerLeft,.footerRight{color:#335479;display:flex;flex:1 1;flex-direction:column;gap:10px;min-width:220px}.footerRight{align-items:flex-end;text-align:right}.footerLeft h4,.footerRight h4{color:#ff914d;font-size:18px;margin-bottom:8px}.footerLeft p svg,.footerRight p svg{margin-right:6px;vertical-align:middle}.footerLeft p,.footerRight p{color:#335479;margin:0}.footerLeft a,.footerRight a{color:#335479;text-decoration:none}.footerLeft a:hover,.footerRight a:hover{text-decoration:underline}.footerCenter p{color:#335479}.socialMedia{display:flex;gap:10px;margin-top:12px}.socialMedia svg{color:#335479;cursor:pointer;font-size:30px;transition:transform .2s ease}.socialMedia svg:hover{transform:scale(1.1)}.footerLogoContainer{margin-bottom:10px;text-align:center}.footerLogoImage{height:auto;width:90px}.footerLogoText{color:#ff914d;font-size:26px;font-weight:700;margin-top:10px}.footerLinks{grid-gap:4px;display:grid;flex-direction:column;gap:4px}.footerLinks a{color:#335479;text-decoration:none}.footerLinks a:hover{text-decoration:underline}.footer .copyright{color:#fff;font-size:14px;margin-top:30px;text-align:center}@media (max-width:768px){.footerContent{align-items:center;flex-direction:column;text-align:center}.footerCenter,.footerLeft,.footerRight{align-items:center!important;text-align:center!important;width:100%}.socialMedia{justify-content:center}}.contact{display:flex;height:90vh;padding-top:100px;width:100%}.contact .leftSide{background-position:50%;background-repeat:no-repeat;background-size:cover;flex:50% 1;height:100%;padding-left:30px}.leftSide h2{color:#ff914d;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:50px;font-weight:10}.contact .rightSide{display:flex;flex:50% 1;flex-direction:column;height:100%;justify-content:center}.contact .rightSide h1{color:#ff914d;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:50px;font-weight:10;margin-left:30px}form{display:flex;flex-direction:column;height:auto;padding:30px;width:auto}form input{height:40px}form input,form textarea{border:none;border-bottom:1px solid #121619;color:#000;width:80%}form textarea{height:70px;margin-top:15px}input::placeholder,textarea::placeholder{color:#000;font-family:Arial,Helvetica,sans-serif;font-weight:700}form input:focus,textarea:focus{outline:none}form label{color:grey;margin-top:15px}form button{background-color:#121619;border:none;color:#f5f5f5;cursor:pointer;font-size:15px;height:40px;margin-top:40px;width:140px}.map-container{border-radius:8px;box-shadow:0 0 10px #0000001a;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.map-container iframe{border:0;height:100%!important;left:0;position:absolute;top:0;width:100%!important}.name-row{display:flex;gap:20px;width:88%}.input-group{display:flex;flex:1 1;flex-direction:column}.name-row label{color:grey;margin-top:15px}body{background-color:#f4f6fa;color:#333;font-family:Poppins,sans-serif;margin:0;padding:0}.Service{align-items:flex-start;display:flex;flex-direction:column;height:auto;justify-content:center;padding-left:20px;padding-right:20px;padding-top:120px;width:100%}.Service .serviceTittle{align-self:center;color:#1f3c88;font-family:Poppins,cursive;font-size:40px;font-weight:700;margin-bottom:40px}.serviceList{align-items:center;display:flex;flex-direction:column;gap:20px;margin-left:10%;overflow-x:auto;scroll-snap-type:x mandatory}.serviceItem{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff;background:#ffffff40;border:1px solid #ffffff2e;border-radius:15px;display:flex;height:350px;justify-content:flex-start;margin:20px 0;scroll-snap-align:start;transition:.3s ease-in-out;width:1000px}.serviceItem:hover{box-shadow:0 8px 20px #0003;cursor:pointer;transform:translateY(-5px)}.serviceImage{background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom-left-radius:15px;border-top-left-radius:15px;flex-shrink:0;height:350px;width:300px}.serviceText{flex:1 1;padding:20px;text-align:left}.serviceText h1{color:#1f3c88;font-size:26px;margin-left:30px}.serviceText p{font-size:18px;line-height:1.6;margin-top:10px}@media only screen and (max-width:1300px){.serviceItem{width:100%}}@media only screen and (max-width:768px){.serviceItem{flex-direction:column;height:auto}.serviceImage{border-radius:15px 15px 0 0;height:200px;width:100%}.serviceText{padding:15px}}.whatsapp-float{align-items:center;background-color:#25d366;border-radius:50%;bottom:50px;box-shadow:2px 2px 10px #0000004d;color:#fff;display:flex;font-size:35px;height:60px;justify-content:center;position:fixed;right:50px;text-align:center;transition:transform .3s ease;width:60px;z-index:999}.whatsapp-float:hover{background-color:#1ebc59;transform:scale(1.1)}
/*# sourceMappingURL=main.66b1b21f.css.map*/