@font-face{font-family:span-100;src:url(../fonts/span-thin.otf)}@font-face{font-family:span-italic-100;src:url(/fonts/span-thin-italic.otf)}@font-face{font-family:span-300;src:url(../fonts/span-light.otf)}@font-face{font-family:span-italic-300;src:url(/fonts/span-light-italic.otf)}@font-face{font-family:span-400;src:url(../fonts/span-regular.otf)}@font-face{font-family:span-500;src:url(../fonts/span-semibold.otf)}@font-face{font-family:span-italic-500;src:url(/fonts/span-bold-italic.otf)}@font-face{font-family:span-700;src:url(../fonts/span-bold.otf)}@font-face{font-family:span-italic-700;src:url(/fonts/span-bold-italic.otf)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{scroll-padding-top:100px;font-size:62.5%;scroll-behavior:smooth}body{background-color:#f7f5f0;line-height:1.5;-webkit-font-smoothing:antialiased;font-family:var(--font-main);font-family:span-300,sans-serif;overflow-x:hidden}[data-scroll-container]{overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty;font-family:var(--font-secondary)}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}:root{--clr-white: #ffffff;--clr-black: #000000;--clr-heading: #3b454c;--clr-paragraph: #6b7280;--clr-footer-text: #ffffff;--clr-primary: #ffd48f;--clr-primary-hover: #e0b000;--clr-bg: #f7f5f0;--clr-bg2: #f1efe6;--clr-bg3: #797f54;--clr-card-hover: #f9fafb;--clr-footer-bg: #151617;--clr-link-hover: #ffc82c;--clr-paragraph-hover: #3b454c;--font-main: "Poppins", sans-serif;--font-secondary: "Open Sans", sans-serif}li{font-family:var(--font-secondary)}.grid{display:grid}.grid-col-2{grid-template-columns:repeat(2,1fr)}.grid-col-3{grid-template-columns:repeat(3,1fr)}.grid-col-4{grid-template-columns:repeat(4,1fr)}.grid-col-1{grid-template-columns:1fr}.grid-center{place-items:center}a{text-decoration:none;color:inherit}.container{max-width:128rem;margin:0 auto}.btn{outline:none;cursor:pointer;border:none;padding:1.3rem 4rem;margin:0;position:relative;display:inline-block;letter-spacing:.05rem;font-weight:600;font-size:1.8rem;border-radius:.3rem;overflow:hidden;background:#000;color:#000;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;white-space:nowrap}.btn:hover{box-shadow:0 0 0 .1rem #ffd48f}.btn span{position:relative;z-index:10;transition:color .4s}.btn:hover span{color:#ffd48f}.btn:before,.btn:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.btn:before{content:"";background:#ffd48f;width:120%;left:-10%;transform:skew(30deg);transition:transform .4s cubic-bezier(.3,1,.8,1)}.btn:hover:before{transform:translate3d(100%,0,0)}section .container{padding:12rem 0}.top-heading-content{margin-bottom:0rem}.top-heading-content .section-title{text-transform:uppercase;font-size:1.6rem;font-family:span-400,sans-serif;margin-bottom:1rem;letter-spacing:.2rem}.top-heading-content .section-subtitle{font-family:span-300,sans-serif;font-size:5.7rem;font-weight:300;line-height:1.1;margin-bottom:2rem}section:not(.our-company-section,.contact-us-section,.global-reach-section,.our-leadership-section,.lets-grow-section),header,footer{padding:0 7rem}.hero-section .container{padding:9rem 0}section:not(.contact-us-section) .container{padding-top:12rem;padding-bottom:12rem}.our-company-section .container,.lets-grow-section .container{padding-top:0!important}header{background-color:var(--clr-white);position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}header .container{display:flex;justify-content:space-between;align-items:center;padding:2.4rem 0}.logo img{width:17rem;height:auto;display:block;margin:0 auto}.menu-wrapper{position:relative;display:inline-block;margin:0;padding:0}.hover-buffer{position:absolute;top:100%;left:0;height:1rem;width:100%;pointer-events:auto;background:transparent;z-index:1}.navbar-list{display:flex;gap:3.5rem}.navbar-list>li>a{display:block;font-size:1.6rem;position:relative}.navbar-list>li>a:after{position:absolute;content:"";display:block;height:.2rem;width:0%;background-color:var(--clr-footer-bg);transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;bottom:0;left:0}.navbar-list>li>a:hover:after{width:100%;right:0}ul,li{margin:0;padding:0;list-style:none}header ul li i{display:inline-block;transition:all .2s;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s}header ul li:hover i{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}.mobile-responsive-btn{display:none}.mobile-responsive-btn i{font-size:2rem}.mobile-responsive-btn .close-btn{display:none}@media (max-width: 768px){header .container{display:flex;justify-content:space-between}nav{background-color:var(--clr-footer-bg);transform:translate(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);visibility:hidden;opacity:0;pointer-events:auto;color:#fff}nav{position:absolute;right:0;top:0;height:100vh;width:33rem;padding:0 0 0 5rem;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;z-index:30}.mobile-responsive-btn{display:flex;z-index:35}.mobile-responsive-btn i{font-size:2.4rem}.active nav{transform:translate(0);-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);visibility:visible;opacity:1;pointer-events:auto}.active .mobile-responsive-btn .close-btn{display:block;color:var(--clr-footer-text)}.active .mobile-responsive-btn .menu-btn{display:none}.active .overlay{width:100%;position:fixed;height:100%;background-color:#0000009d;left:0;top:0}nav .navbar-list{width:100%;flex-direction:column;gap:3rem;position:absolute;top:8rem}nav .navbar-list li{padding-bottom:1rem;border-bottom:.1rem solid rgba(128,128,128,.189)}.navbar-list>li>a{padding:0}.dropdown{position:initial}}.hero-section{background:linear-gradient(#00000005,#000000b3),url(../images/herobg.webp);background-size:cover;background-position:center;height:95vh;margin-top:8rem}.hero-section .container{display:flex;justify-content:flex-start;align-items:center;height:100%}.hero-content{color:var(--clr-white);text-align:left}.hero-content h1{width:80%;font-size:6.5rem;font-weight:400;margin-bottom:.5rem;text-transform:capitalize;line-height:1.1}.hero-content .hero-description{width:55%;font-size:1.5rem;margin-bottom:2rem;color:var(--clr-white)}.hero-content .btn{margin-top:3rem}.what-we-offer-section .top-heading-content{text-align:center;display:flex;flex-direction:column;align-items:center}.what-we-offer-section .top-heading-content .section-subtitle{font-size:5.4rem}.what-we-offer-section .top-heading-content .section-subtitle span{font-style:italic}.our-company-section .container,.lets-grow-section .container{max-width:100%;padding-top:0;padding-right:8rem}.our-company-section .grid-col-2,.lets-grow-section .grid-col-2{grid-template-columns:1.3fr 1fr;gap:10rem;align-items:center}.section-left-side{width:100%;height:100%}.section-left-side .img-container{overflow:hidden;height:100%}.section-left-side img{object-fit:cover;height:100%;transition:transform .5s ease-in-out;-webkit-transition:transform .5s ease-in-out;-moz-transition:transform .5s ease-in-out;-ms-transition:transform .5s ease-in-out;-o-transition:transform .5s ease-in-out}.our-company-section .section-left-side img:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05)}.our-products-section{background-color:var(--clr-bg2)}.our-products-section .sub-flex{display:flex;align-items:center}.our-products-section .company-description{width:80%}.sub-right{display:flex;justify-content:flex-end;width:40rem}.our-products-section .section-left-side{order:1}.our-products-section .flex{display:flex;flex-direction:column;gap:4rem}.product-container{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:2.4rem}.product-container .product-card{background-color:var(--clr-bg);width:fit-content;max-width:34rem}.our-products-section .product-card .card-img-container{height:20rem;overflow:hidden;position:relative}.our-products-section .product-card .card-img-container img{height:100%;width:100%;object-position:center;object-fit:cover}.our-products-section .product-card:hover .card-img-container>img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}.our-products-section .card-content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 3rem 5rem;text-align:center;position:relative}.card-btn{position:absolute;bottom:0}.card-icon{position:absolute;top:-2rem;background-color:var(--clr-bg3);padding:1.2rem;border-radius:50%;width:6.5rem;height:6.5rem;object-fit:contain}.card-title{font-size:1.7rem;margin-top:4.5rem}.card-description{margin-top:1rem;color:var(--clr-paragraph);font-weight:400;font-size:1.5rem}.our-responsibility-section{background:linear-gradient(#0a1128,#0a112893,#0a1128),url(../images/img2.webp);text-align:center;background-position:center;background-size:cover}.our-responsibility-section .top-heading-content{color:var(--clr-footer-text)}.our-responsibility-section .company-description p{color:var(--clr-footer-text);font-family:var(--font-secondary)!important}.global-reach-section,.our-leadership-section{background-color:var(--clr-bg2)}.global-reach-section .container,.our-leadership-section .container{max-width:100%;padding-left:8rem}.global-reach-section .grid-col-2,.our-leadership-section .grid-col-2{grid-template-columns:1fr 1.5fr!important;align-items:center;column-gap:10rem}.global-reach-section .section-right-side{grid-area:section-left-side}.global-reach-section .section-right-side{grid-area:section-right-side}.global-reach-section .grid-col-2{grid-template-areas:"section-right-side" "section-left-side"}.company-description{font-size:1.6rem;color:var(--clr-paragraph);line-height:1.8}.company-description~a{margin-top:4rem}.global-reach-section .section-left-side,.our-leadership-section .section-left-side{display:flex;align-items:center}.global-reach-section .section-left-side .img-container,.our-leadership-section .section-left-side .img-container{position:relative;height:100%;height:95%;width:100%}.section-left-side .img-container{overflow:hidden}.section-left-side img{width:100%;transition:transform .5s ease-in-out;-webkit-transition:transform .5s ease-in-out;-moz-transition:transform .5s ease-in-out;-ms-transition:transform .5s ease-in-out;-o-transition:transform .5s ease-in-out}.global-reach-section .section-left-side img:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}.contact-us-section .container{max-width:100%;padding-right:8rem;background-color:var(--clr-bg);padding-bottom:0;padding-top:0}.contact-us-section .section-left-side .img-container,.contact-us-section .section-left-side .img-container img{height:100%}.section-right-side{padding-bottom:4rem}.contact-us-section .grid-col-2{grid-template-columns:1.5fr 1fr;gap:8rem;align-items:center}.contact-form{margin-top:4rem}.contact-form form .grid-col-2{display:grid;grid-template-columns:1fr 1fr;gap:2.4rem;margin-bottom:4rem}.contact-form form .grid-col-2 input,textarea{width:100%;background-color:transparent;resize:none}.contact-form form .grid-col-2 input,textarea{border:none;font-size:1.6rem;font-family:var(--font-secondary)}textarea{height:40px;max-height:300px;width:100%;resize:none;overflow:auto;padding:8px 0 0;box-sizing:border-box}.text-area-container{padding-bottom:0!important}textarea::-webkit-scrollbar{display:none}.formdesign{position:relative;padding-bottom:1.5rem;border-bottom:.1rem solid rgba(86,70,61,.228)}.contact-form .formdesign:after{content:"";display:block;position:absolute;background-color:#000;height:.1rem!important;width:0%;bottom:-.1rem;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-ms-transition:all .3s ease-in;-o-transition:all .3s ease-in}.formdesign:hover:after{width:100%}.contact-form ::placeholder{font-family:var(--font-secondary);font-size:1.4rem}input:focus,textarea:focus{border:none;outline:none}#contact-btn{margin-top:5rem}footer{background-color:var(--clr-footer-bg);color:var(--clr-footer-text)}footer .container{padding-top:10rem;padding-bottom:10rem}footer .container .grid-col-3{grid-template-columns:2fr 1fr 1fr;gap:1rem}footer h2{font-size:4.8rem;font-weight:400;line-height:1}footer h3{margin-bottom:1rem;font-size:1.8rem;font-weight:400}.fot-dec{font-size:1.6rem;margin-top:1rem}footer .fot-col{display:flex;flex-direction:column;text-align:left}footer .fot-col a,footer .fot-col p{font-family:var(--font-secondary);font-size:1.5rem;margin-bottom:.9rem;font-weight:500;color:#bec2ced2}footer .fot-col a:hover,footer .fot-col p:hover{color:#ffffffd9;font-weight:500}.fot-cont{margin-top:2rem}.social-container{margin-top:3rem;display:flex;gap:1rem}.social-container i{display:flex;justify-content:center;align-items:center;height:3.8rem;width:3.8rem;font-size:1.8rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;color:#fff;border:.1rem solid rgba(157,157,157,.608)}.social-container i:hover{background-color:#fff;color:var(--clr-footer-bg)}.container.copyright{border-top:.1rem solid rgba(128,128,128,.594);padding:3rem 0}.container.copyright p{margin-bottom:0;font-size:1.2rem;color:var(--clr-paragraph)}.formerror{position:absolute;bottom:0;color:red;font-size:1.2rem;margin-top:4px;font-family:var(--font-secondary);display:block}.my-popup{background:f7f5f0;border-radius:10px;padding:25px;box-shadow:#00000026 0 5px 15px;font-family:var(--font-secondary);-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.my-title{color:#0a0a0a;font-size:24px}.my-text{color:#333;font-size:16px}.my-button{background-color:#fff4ac;color:#fff;padding:10px 20px;border-radius:10px;font-weight:700}.our-company-section .grid-col-2,.global-reach-section .grid-col-2,.contact-us-section .grid-col-2,.lets-grow-section .grid-col-2{column-gap:10rem}.head-office-section .company-description{color:#9d9d9d}@media (width < 1350px){.our-products-section .product-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4rem}}@media (width < 1150px){html{font-size:57%}.our-company-section .grid-col-2,.lets-grow-section .grid-col-2{gap:7rem}.hero-content h1{font-size:6rem}.what-we-offer-section .top-heading-content .section-subtitle{font-size:4rem;width:100%;margin-bottom:0}.top-heading-content .section-subtitle{font-size:4.8rem}}@media (width < 960px){.our-company-section .grid-col-2,.global-reach-section .grid-col-2,.contact-us-section .grid-col-2,.lets-grow-section .grid-col-2{grid-template-columns:1fr!important;gap:7rem}.who-we-are-section{padding:0 7rem!important}.who-we-are-section .container .grid-col-2{grid-template-columns:1fr!important;gap:8rem}.who-we-are-section .section-left-side img{aspect-ratio:1}.our-leadership-section .grid-col-2{grid-template-columns:1fr!important;gap:7rem}.our-leadership-section .grid-col-2 .section-left-side{order:1}.our-leadership-section .section-right-side{order:2}.our-leadership-section{padding-bottom:8rem}.our-leadership-section .container{padding-left:0}.our-leadership-section .section-left-side .img-container,.lets-grow-section .section-left-side .img-container{height:60vh!important}.who-we-are-section .container>.grid-col-2{padding-right:0!important}.who-we-are-section .section-right-side{padding-left:0;padding-right:0}.our-company-section .container,.global-reach-section .container,.contact-us-section .container,.lets-grow-section .container{padding:0rem}.our-company-section .container,.lets-grow-section .container{padding-top:0!important}.section-left-side .img-container,.contact-us-section .img-container{height:70vh!important;width:100%}.section-right-side{padding-bottom:0;padding-inline:7rem}.our-products-section .section-right-side{padding-inline:0}.global-reach-section .container,.our-leadership-section .container{padding-bottom:0!important}.lets-grow-section .container{padding-right:0!important}.lets-grow-section{padding-top:0!important}.contact-form{padding-bottom:8rem}footer .container .grid-col-3{display:flex;flex-wrap:wrap;justify-content:space-between;gap:7rem}.contact-form form .grid-col-2,#contact-form .grid-col-2{margin-bottom:2rem}}@media (width<768px){#cursor{display:none}section:not(.contact-us-section) .container{padding-top:7rem;padding-bottom:7rem}.hero-section .container{padding:7rem 0}.our-products-section{text-align:center}.our-products-section .company-description{text-align:center;width:100%}.our-products-section .sub-flex{flex-wrap:wrap}.our-products-section .sub-flex{justify-content:center;gap:3.5rem}.sub-right{display:flex;justify-content:center}}@media (width < 600px){.hero-content{text-align:center}.hero-content h1{width:100%;font-size:5.3rem}.hero-content .hero-description{width:100%;text-align:center;font-size:1.5rem}section:not(.our-company-section,.contact-us-section,.global-reach-section,.our-leadership-section,.lets-grow-section,.from-india-section,.what-we-offer-section,.who-we-are-section),header,footer{padding:0 4rem}.who-we-are-section{padding:0 3rem!important}.section-left-side .img-container,.contact-us-section .img-container{height:60vh!important;width:100%}.section-right-side{padding-inline:4rem}.our-products-section .section-right-side{padding-inline:0}.global-reach-section .container,.our-leadership-section .container{padding-bottom:0!important}.contact-form{padding-bottom:8rem!important}section:not(.contact-us-section) .container{padding-top:7rem;padding-bottom:7rem}.hero-section .container{padding:7rem 0}.our-company-section .grid-col-2,.global-reach-section .grid-col-2,.contact-us-section .grid-col-2,.our-leadership-section .grid-col-2,.lets-grow-section .grid-col-2{gap:4rem}.who-we-are-section .container .grid-col-2{gap:5rem!important}.contact-page{padding:0 3rem}.contact-page .container{max-width:100%!important}.head-office-section .container{padding:0}}@media (width < 425px){html{font-size:56%}.hero-content h1{font-size:4.5rem}nav{width:250px}section:not(.our-company-section,.contact-us-section,.global-reach-section,.our-leadership-section,.lets-grow-section),header,footer{padding:0 3rem}.section-left-side .img-container,.contact-us-section .img-container{height:50vh!important}.section-right-side{padding-inline:3rem}.our-products-section .section-right-side{padding-inline:0}.global-reach-section .container,.our-leadership-section .container{padding-bottom:0!important}.contact-form{padding-bottom:3rem}section:not(.contact-us-section) .container{padding-top:8rem;padding-bottom:8rem}.hero-section .container{padding:6rem 0}.our-company-section .grid-col-2,.global-reach-section .grid-col-2,.contact-us-section .grid-col-2,.our-leadership-section .grid-col-2,.lets-grow-section .grid-col-2{gap:5rem}.what-we-offer-section .top-heading-content .section-subtitle{font-size:3rem}.top-heading-content .section-subtitle{font-size:4rem}.contact-form form .grid-col-2{grid-template-columns:1fr}.who-we-are-section .img-grid-col-2{grid-template-columns:1fr!important}}/*! ------- About Us -------- *//*! -------------------------------------------------- */.pages-top-section{background:var(--clr-bg);display:flex;align-items:center;justify-content:center;margin-top:8rem;height:52vh}.pages-top-section .container{padding-bottom:7.8rem!important}.pages-top-section .hero-content{display:flex;flex-direction:column;justify-content:center;text-align:center;color:#000;gap:1.6rem}.pages-top-section .hero-content h1{white-space:nowrap;color:#000;font-size:5.6rem}.pages-top-section .hero-content i{font-size:2.8rem}.who-we-are-section{padding-left:3rem;display:flex;align-items:center;justify-content:center}.who-we-are-section .container .grid-col-2{gap:8rem}.who-we-are-section{padding-left:3rem}.who-we-are-section .img-grid-col-2{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.who-we-are-section .container{margin-inline:0;max-width:100%;padding-top:0!important;padding-bottom:0!important;height:100%}.who-we-are-section .container>.grid-col-2{grid-template-columns:1fr 1fr;height:100%;align-items:center;padding-right:5rem}.who-we-are-section .container>.grid-col-2 .section-right-side{padding-bottom:0}.img-container .grid-col-2{gap:3rem}.company-description span{font-weight:600;color:#c19a5b}.company-description ul{margin-top:2rem;margin-bottom:2rem}.company-description ul li{position:relative;padding-left:24px;margin:1rem 0}.company-description ul li:first-child{margin-top:0}.company-description ul li:last-child{margin-bottom:0}.company-description ul li:before{content:"";font-family:remixicon;position:absolute;left:-.2rem;top:-.4rem;font-size:2rem;font-weight:800;color:#c19a5b}.card-section-title{font-size:4.2rem;font-weight:400;text-align:center;margin-top:10rem}.card-container{display:flex;flex-wrap:wrap;justify-content:center;gap:4rem;margin-top:2.6rem}.card-container .card{width:100%;max-width:30rem;background-color:var(--clr-bg);padding:2.4rem;border-radius:.5rem;box-shadow:#0000001a 0 5px 15px;border:#c19a5b .1rem solid;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s}.card-container .card:hover{box-shadow:0 0 30px 2px #c19a5b92}.our-journey-section{background-color:var(--clr-bg);padding:8rem 0}.our-journey-section .card span{font-size:4rem;font-weight:400}.our-journey-section .card h2{font-size:2rem;font-weight:400;margin-top:1rem}.our-journey-section .card p{font-size:1.6rem;color:var(--clr-paragraph);margin-top:1rem}.our-leadership-section{background-color:var(--clr-bg)}.our-leadership-section .section-left-side .img-container{position:relative;width:100%;height:60vh;overflow:hidden}.our-leadership-section .grid-col-2 .section-left-side{order:2}.lets-grow-section{padding-top:15rem}.lets-grow-section .img-container{position:relative;width:100%;height:100%;height:60vh;overflow:hidden}.section-left-side .img-container img{width:100%;height:100%;object-fit:cover;scale:1.2}.lets-connect-section{background-image:url(../images/img7.webp)}.head-office-section{padding:8rem;text-align:center}.contact-page .container{padding:10rem 0;display:flex;justify-content:center;flex-direction:column;align-items:center;max-width:50%}.contact-page .container .contact-form{width:100%}.head-office-section{background-color:#000;color:#fff}.head-office-section .top-heading-content,.head-office-section .company-description{text-align:center}.head-office-section .container{max-width:100%}.contact-details{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:4rem}.contact-details a{font-size:3rem;font-family:var(--font-secondary);font-weight:800;transition:all .2;-webkit-transition:all .2;-moz-transition:all .2;-ms-transition:all .2;-o-transition:all .2}.contact-details a:hover{color:#c19a5b;text-decoration:underline}@font-face{font-family:SpanRegular;src:url(../fonts/span-regular.otf) format("opentype");font-weight:400;font-style:normal}.from-india{background:linear-gradient(#0a1128,#0a112893,#0a1128),url(../images/img8.webp);text-align:center;background-position:center -24rem;background-size:cover}.section-right-side{padding-bottom:0}.loader{display:flex;align-items:center;justify-content:center;position:fixed;width:100vw;height:100vh;background-color:#f7f5f0;top:0;left:0;z-index:9999}.bar{display:inline-block;width:3px;height:20px;background-color:#ffffffe3;border-radius:10px;animation:scale-up4 1s linear infinite}.bar:nth-child(2){height:35px;margin:0 5px;animation-delay:.25s}.bar:nth-child(3){animation-delay:.5s}@keyframes scale-up4{20%{background-color:#ae5700;transform:scaleY(1.5)}40%{transform:scaleY(1)}}
