@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";:root{--white: #ffffff;--black: #000000;--accent: #d6b637;--accent2: #7c6e4a;--gradient: linear-gradient(to right, var(--accent), #cdbb90, var(--accetn2));--unit: 16px;--max-width: 1400px;--trans: all .3s ease-in-out;--trans-sl: all .4s ease-out;--shadow: 0px 0px 15px rgba(0, 0, 0, .172)}*,*:after,*:before{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{overflow-x:hidden}h1,h2,h3,h4,h5,h6,a{font-family:Plus Jakarta Sans,sans-serif}p{font-family:Plus Jakarta Sans,sans-serif;font-weight:400}a{text-decoration:none}.parent{width:100%}.parent .cont{max-width:var(--max-width);margin:0 auto;padding:0 var(--unit)}.bg-img-cover{background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important}.bg-img-contain{background-position:center center!important;background-repeat:no-repeat!important;background-size:contain!important}.header_parent{background-color:#2e2a20;position:sticky;top:0;z-index:9999999}.header_parent .header_cont{display:flex;justify-content:space-between;align-items:center}.header_parent .header_cont .left_side{display:flex;justify-content:flex-start;align-items:center;gap:var(--unit)}.header_parent .header_cont .left_side a{padding:30px 10px;font-weight:600;font-size:16px;color:var(--white)}.header_parent .header_cont .right_side{display:flex;justify-content:flex-end;align-items:center;gap:var(--unit)}.header_parent .header_cont .right_side .mobile_right_side{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px}.header_parent .header_cont .right_side .mobile_right_side span{width:50px;height:5px;background-color:#fff;border-radius:14px}.header_parent .header_cont .mobile_left_side{display:none;justify-content:flex-start;align-items:center;padding:10px 0}.header_parent .header_cont .mobile_left_side img{height:100px;object-fit:contain}.header_parent .mobile_header{display:none;position:absolute;top:0;left:-100%;height:100vh;width:100%;background-color:#00000018;transition:var(--trans-sl)}.header_parent .mobile_header.active,.header_parent .mobile_header.active .inner_header{left:0}.header_parent .mobile_header .overlay{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.header_parent .mobile_header .inner_header{max-width:400px;height:100%;background-color:#2e2a20;position:absolute;top:0;left:-100%;transition:all 1s ease-in-out;animation-delay:.5s;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:0 10px;z-index:2}.header_parent .mobile_header .inner_header .top{padding:20px 0;display:flex;justify-content:space-between;align-items:center;width:100%}.header_parent .mobile_header .inner_header .top img{height:100px}.header_parent .mobile_header .inner_header .top .cross{font-size:40px;cursor:pointer;color:var(--white)}.header_parent .mobile_header .inner_header .middle{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.header_parent .mobile_header .inner_header .middle a{width:100%;padding:14px 20px;border-bottom:1px solid rgba(226,226,226,.479);color:var(--white);font-weight:600;font-size:14px}.header_parent .mobile_header .inner_header .middle a:last-child{border:none}.header_parent .mobile_header .inner_header .last_side{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--unit);padding-top:20px}.header_parent .mobile_header .inner_header .last_side .mail{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:calc(var(--unit) / 2)}.header_parent .mobile_header .inner_header .last_side .mail span{width:40px;aspect-ratio:1;background-color:var(--accent);border-radius:50%;display:flex;justify-content:center;align-items:center;color:var(--white);font-size:20px}.header_parent .mobile_header .inner_header .last_side .mail p{color:var(--white)}.header_parent .mobile_header .inner_header .last_side .social_icons{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:var(--unit)}.header_parent .mobile_header .inner_header .last_side .social_icons a{color:var(--white)}@media only screen and (max-width:1000px){.header_parent .header_cont .left_side{display:none}.header_parent .header_cont .right_side .mobile_right_side,.header_parent .header_cont .mobile_left_side,.header_parent .mobile_header{display:flex}}.btn{padding:10px 20px;background-color:var(--accent);position:relative;overflow:hidden;transition:var(--trans)}.btn:after{position:absolute;height:50%;width:100%;background-color:#a5a5a565;top:0;left:100%;content:"";transition:var(--trans-sl)}.btn:before{position:absolute;height:50%;width:100%;background-color:#a5a5a565;bottom:0;right:100%;content:"";transition:var(--trans-sl)}.btn:hover{background-color:#000}.btn:hover:after{left:0}.btn:hover:before{right:0}.btn:hover .text{color:var(--white)}.btn .text{font-weight:600;position:relative;z-index:600;color:var(--black);transition:var(--trans)}.before_header_parent{background-color:#fff}.before_header_parent .before_header_cont{display:flex;justify-content:space-between;align-items:center;height:100%}.before_header_parent .before_header_cont .left{width:20%;height:100%;position:relative}.before_header_parent .before_header_cont .left a{background-color:#fff8e8;padding:10px 100px 10px 0;clip-path:polygon(0 0,100% 0,88% 100%,0% 100%);display:flex;justify-content:center;align-items:center}.before_header_parent .before_header_cont .left a img{width:100px}.before_header_parent .before_header_cont .left:before{content:"";background-color:var(--accent);width:100%;height:100%;position:absolute;top:0;left:10px;clip-path:polygon(0 0,100% 0,84.5% 100%,0% 100%)}.before_header_parent .before_header_cont .left:after{content:"";height:100%;width:100%;position:absolute;top:0;right:100%;background-color:#fff8e8}.before_header_parent .before_header_cont .middle{display:flex;justify-content:flex-start;align-items:center;gap:var(--unit);width:60%;padding:0 20px}.before_header_parent .before_header_cont .middle a{color:#000}.before_header_parent .before_header_cont .middle .location{display:flex;justify-content:center;align-items:center;gap:calc(var(--unit) / 2);cursor:pointer}.before_header_parent .before_header_cont .middle .location:hover .map_icon{background-color:var(--accent)}.before_header_parent .before_header_cont .middle .location:hover .map_icon span{color:var(--white)}.before_header_parent .before_header_cont .middle .location .map_icon{width:40px;aspect-ratio:1;background-color:#fff8e8;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:var(--trans)}.before_header_parent .before_header_cont .middle .location .map_icon span{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:22px;transition:var(--trans)}.before_header_parent .before_header_cont .middle .location .right_side_location{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:calc(var(--unit) / 4)}.before_header_parent .before_header_cont .middle .location .right_side_location p{text-transform:capitalize;font-size:12px}.before_header_parent .before_header_cont .right{width:20%;display:flex;justify-content:flex-end;align-items:center;gap:var(--unit)}.before_header_parent .before_header_cont .right a{width:40px;aspect-ratio:1;border:1px solid gray;display:flex;justify-content:center;align-items:center;border-radius:50%;color:gray;font-size:20px;transition:var(--trans)}.before_header_parent .before_header_cont .right a:hover{background-color:var(--accent);color:#fff;border-color:transparent}@media only screen and (max-width:1000px){.before_header_parent{padding:20px 0}.before_header_parent .before_header_cont .left{display:none}.before_header_parent .before_header_cont .middle{width:90%}.before_header_parent .before_header_cont .right{width:10%}.before_header_parent .before_header_cont .right a{width:30px;font-size:14px;height:30px}}@media only screen and (max-width:800px){.before_header_parent{display:none}}.about_parent{height:auto;width:100%;padding:80px 0;background-image:url(/assets/about_bg-N99FiY7b.png);background-position:bottom left!important;background-size:auto!important}.about_parent .about_cont{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--unit)}.about_parent .about_cont .section_indicator{width:100%;text-align:start}.about_parent .about_cont .bottom_section{width:100%;display:flex;justify-content:center;align-items:stretch;gap:calc(var(--unit) * 2)}.about_parent .about_cont .bottom_section .left{width:40%;height:auto}.about_parent .about_cont .bottom_section .left .content_box{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--unit);border:20px solid var(--accent);padding:calc(var(--unit) * 2) var(--unit)}.about_parent .about_cont .bottom_section .left .content_box h4{font-size:30px;max-width:15ch;font-weight:700}.about_parent .about_cont .bottom_section .left .content_box p{font-size:16px;line-height:150%}.about_parent .about_cont .bottom_section .right{width:60%;height:auto;position:relative}.about_parent .about_cont .bottom_section .right .swiper-section{width:50%;height:100%;position:relative;z-index:2}.about_parent .about_cont .bottom_section .right .swiper-section .mySwiper{width:100%;height:100%}.about_parent .about_cont .bottom_section .right .swiper-section .mySwiper .swiper-pagination-bullet{background-color:var(--accent)}.about_parent .about_cont .bottom_section .right .swiper-section .mySwiper .swiper-button-prev{left:-8px;background-color:#fff;color:#000!important}.about_parent .about_cont .bottom_section .right .swiper-section .mySwiper .swiper-button-prev svg{width:50%;height:50%}.about_parent .about_cont .bottom_section .right .swiper-section .mySwiper .swiper-button-prev.swiper-button-disabled{opacity:1}.about_parent .about_cont .bottom_section .right .swiper-section .mySwiper .swiper-button-next{right:-8px;background-color:#fff;color:#000!important}.about_parent .about_cont .bottom_section .right .swiper-section .mySwiper .swiper-button-next svg{width:50%;height:50%}.about_parent .about_cont .bottom_section .right .swiper-section .mySwiper .swiper-wrapper,.about_parent .about_cont .bottom_section .right .swiper-section .mySwiper .swiper-wrapper .swiper-slide{width:100%;height:100%}.about_parent .about_cont .bottom_section .right .swiper-section .mySwiper .swiper-wrapper .swiper-slide .swiper_img{width:100%;height:100%;background-image:url(../../assets/)}.about_parent .about_cont .bottom_section .right .swiper-section .mySwiper .swiper-wrapper .swiper-slide .swiper_img.swiper_img2{background-image:url(/assets/RKD00756%20copy-C2c3TE5I.webp)}.about_parent .about_cont .bottom_section .right .swiper-section .mySwiper .swiper-wrapper .swiper-slide .swiper_img.swiper_img3{background-image:url(/assets/RKD00750%20copy-CQokxCHL.webp)}.about_parent .about_cont .bottom_section .right .swiper-section .mySwiper .swiper-wrapper .swiper-slide .swiper_img.swiper_img4{background-image:url(/assets/RKD00731%20copy-CV47lAM0.webp)}.about_parent .about_cont .bottom_section .right .overlap_section{height:100%;width:50%;position:absolute;left:40%;top:10%;z-index:1;background-image:url(/assets/RKD00753%20copy-DIdI1O7j.webp)}.services_parent{width:100%;height:auto;padding:40px 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADAgMAAADJmkZVAAAACVBMVEX////Ly8vr6+sVEtlxAAAAA3RSTlMAgIAsTd+1AAAADklEQVQImWNgYFBhYAAAAHIAJQiifa0AAAAASUVORK5CYII=);background-repeat:repeat;position:relative}.services_parent .right_fixed_image{width:15%;height:100%;position:absolute;top:0;right:0;background-image:url(/assets/f_slide-DdxcrAVD.webp);background-attachment:fixed}.services_parent .services_cont .middle .service_data .imagee_1{width:100%;height:50%;background:url(/assets/RKD01394%20copy-Ddk4Yu91.webp)}.services_parent .services_cont .middle .service_data .imagee_2{width:100%;height:50%;background:url(/assets/IMG_3821_1_-C09cz3Nh.webp)}.services_parent .services_cont .middle .service_data .imagee_3{width:100%;height:50%;background:url(/assets/RKD00602%20copy-CV52Iogb.webp)}.gallery_section{width:100%;padding:40px 0}.gallery_section .gallery_section_cont{max-width:1800px;margin:0 auto;padding:0 10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:calc(var(--unit) + 5px)}.gallery_section .gallery_section_cont .mySwiper{width:100%;height:100%;padding:40px 0}.gallery_section .gallery_section_cont .mySwiper .swiper-wrapper{width:100%;height:100%}.gallery_section .gallery_section_cont .mySwiper .swiper-wrapper .swiper-slide{height:400px}.gallery_section .gallery_section_cont .mySwiper .swiper-wrapper .swiper-slide.img_1{background:url(/assets/hall-CQ6iPB4i.webp)}.gallery_section .gallery_section_cont .mySwiper .swiper-wrapper .swiper-slide.img_2{background:url(/assets/image2-DKk14Pk1.webp)}.gallery_section .gallery_section_cont .mySwiper .swiper-wrapper .swiper-slide.img_3{background:url(/assets/image3-DcTzsc59.webp)}.gallery_section .gallery_section_cont .mySwiper .swiper-wrapper .swiper-slide.img_4{background:url(/assets/image4-DaKeFu1a.webp)}.gallery_section .gallery_section_cont .mySwiper .swiper-wrapper .swiper-slide.img_5{background:url(/assets/image5-BnCcXPAv.webp)}.gallery_section .gallery_section_cont .mySwiper .swiper-wrapper .swiper-slide.img_6{background:url(/assets/image6-CMKAn_Jc.webp)}.gallery_section .gallery_section_cont .mySwiper .swiper-wrapper .swiper-slide.img_7{background:url(/assets/image7-CiEnBjhV.webp)}.testimoneal_parent{width:100%;height:auto;position:relative;background-color:#fff}.testimoneal_parent .overlay{width:100%;height:100%;background-image:url(/assets/team-bg-CRswMR6U.png);background-repeat:no-repeat;background-size:cover;background-position:center center;mix-blend-mode:multiply;opacity:.05;z-index:1;position:absolute;top:0;left:0}.testimoneal_parent .testimoneal_cont{height:auto;padding:40px 10px;display:flex;justify-content:center;align-items:flex-start;gap:calc(var(--unit) * 2);position:relative;z-index:2}.testimoneal_parent .testimoneal_cont .left{width:50%;height:auto;background-color:var(--accent);overflow:hidden;position:relative}.testimoneal_parent .testimoneal_cont .left .overlay{position:absolute;top:0;left:0;height:100%;width:100%;background-image:url(/assets/testimonials-form-bg-CyJIXO5F.png);opacity:.1}.testimoneal_parent .testimoneal_cont .left form{width:100%;height:auto;padding:20px;z-index:2;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:calc(var(--unit))}.testimoneal_parent .testimoneal_cont .left form h5{font-size:28px}.testimoneal_parent .testimoneal_cont .left form .form-row{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px}.testimoneal_parent .testimoneal_cont .left form .form-row label{font-size:18px;padding-left:10px;font-family:Plus Jakarta Sans,sans-serif;font-weight:700}.testimoneal_parent .testimoneal_cont .left form .form-row input{width:100%;padding:5px 10px;height:50px;outline:none;border:none;background-color:#fff;border-radius:10px}.testimoneal_parent .testimoneal_cont .left form .form-row textarea{width:100%;padding:5px 10px;height:100px;outline:none;border:none;background-color:#fff;border-radius:10px}.testimoneal_parent .testimoneal_cont .left form .button{width:100%;padding:10px 20px;text-align:center;background-color:#000;color:#fff;outline:none;border:none;font-size:20px;border:1px solid black}.testimoneal_parent .testimoneal_cont .left form .button:hover{background-color:transparent;border:1px solid black;color:#000;cursor:pointer}.testimoneal_parent .testimoneal_cont .right{width:50%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--unit)}.testimoneal_parent .testimoneal_cont .right h3{font-size:34px;max-width:15ch;padding-left:20px}.testimoneal_parent .testimoneal_cont .right .mySwiper{width:100%;padding:40px 20px}.testimoneal_parent .testimoneal_cont .right .mySwiper .swiper-wrapper{width:100%}.testimoneal_parent .testimoneal_cont .right .mySwiper .swiper-wrapper .swiper-slide{width:100%;height:auto;background-color:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--unit);padding:60px 10px}.testimoneal_parent .testimoneal_cont .right .mySwiper .swiper-wrapper .swiper-slide h4{font-size:24px;font-weight:700}.testimoneal_parent .testimoneal_cont .right .mySwiper .swiper-wrapper .swiper-slide p{text-align:center}@media only screen and (max-width:1000px){.about_parent .about_cont .bottom_section{flex-direction:column}.about_parent .about_cont .bottom_section .left{width:100%}.about_parent .about_cont .bottom_section .right{width:100%;aspect-ratio:1}.services_parent .services_cont .middle .service_data:nth-child(3){transform:translateY(0)}.services_parent .right_fixed_image{display:none}.testimoneal_parent .testimoneal_cont{flex-direction:column-reverse}.testimoneal_parent .testimoneal_cont .left,.testimoneal_parent .testimoneal_cont .right{width:100%}}@media only screen and (max-width:500px){.about_parent .about_cont .bottom_section .right,.about_parent .about_cont .bottom_section .right .swiper-section{width:100%}.about_parent .about_cont .bottom_section .right .overlap_section{display:none}}@media only screen and (max-width:720px){.services_parent .services_cont .middle .service_data:nth-child(2){transform:translateY(0)}.services_parent .right_fixed_image{display:none}}@keyframes countAnimate{0%{transform:translateY(-500%);opacity:0}50%{transform:translateY(50%);opacity:1}to{transform:translateY(0)}}.hero_parent{width:100%;height:calc(80svh - 50px);overflow:hidden}.hero_parent .swiper{width:100%;height:100%;position:relative}.hero_parent .swiper .slide{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;font-size:50px;height:100%;width:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;opacity:0;transition:all 1s ease-in-out}.hero_parent .swiper .slide .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000009a;opacity:0;transition:all 2s ease-in-out;z-index:1}.hero_parent .swiper .slide.active,.hero_parent .swiper .slide.active .overlay{opacity:1}.hero_parent .swiper .slide.active .swiper_cont .left .section_indi:after,.hero_parent .swiper .slide.active .swiper_cont .left h2:after,.hero_parent .swiper .slide.active .swiper_cont .left .hero_para:after{animation:wiping2 1s linear forwards}@keyframes wiping2{0%{left:-100%}to{left:100%}}.hero_parent .swiper .slide .swiper_cont{height:100%;display:flex;justify-content:space-between;align-items:center;gap:var(--unit);position:relative;z-index:2;max-width:var(--max-width)}.hero_parent .swiper .slide .swiper_cont .left{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:calc(var(--unit) * 1.5)}.hero_parent .swiper .slide .swiper_cont .left .section_indi{text-transform:uppercase;letter-spacing:5px;font-size:18px;color:var(--white);font-weight:600;width:100%;position:relative;overflow:hidden}.hero_parent .swiper .slide .swiper_cont .left .section_indi:after{width:100%;height:100%;content:"";position:absolute;top:0;left:-100%;background-color:#fff;transition:all 1s ease-in-out;animation:wiping 1s linear forwards}.hero_parent .swiper .slide .swiper_cont .left h2{color:var(--white);font-size:60px;font-weight:800;text-transform:capitalize;width:100%;position:relative;overflow:hidden}.hero_parent .swiper .slide .swiper_cont .left h2:after{width:100%;height:100%;content:"";position:absolute;top:0;left:-100%;background-color:#fff;transition:all 1s ease-in-out;animation:wiping 1s linear forwards}.hero_parent .swiper .slide .swiper_cont .left .hero_para{font-size:16px;font-weight:500;color:#fff;line-height:150%;position:relative;overflow:hidden}.hero_parent .swiper .slide .swiper_cont .left .hero_para:after{width:100%;height:100%;content:"";position:absolute;top:0;left:-100%;background-color:#fff;transition:all 1s ease-in-out;animation:wiping 1s linear forwards}.hero_parent .swiper .slide .swiper_cont .right{width:50%}.hero_parent .swiper .navigation_pagination{width:30px;height:100%;position:absolute;bottom:0;left:50px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:var(--unit);z-index:5}.hero_parent .swiper .navigation_pagination .span_number{color:var(--white);cursor:pointer}.hero_parent .swiper .navigation_pagination .span_number.active{color:var(--accent)}.hero_parent .swiper .navigation_pagination .arrow{font-size:50px;color:var(--accent);animation:slidinarrowup 2s infinite forwards;cursor:pointer}.hero_parent .swiper .navigation_pagination .arrow.arrow_down{animation:slidinarrodown 2s infinite forwards}@keyframes wiping{0%{left:-100%}to{left:100%}}@keyframes slidinarrowup{0%{transform:translateY(0)}50%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes slidinarrodown{0%{transform:translateY(0)}50%{transform:translateY(-15%)}to{transform:translateY(0)}}@media only screen and (max-width:1100px){.hero_parent .swiper .navigation_pagination{left:95%}}@media only screen and (max-width:800px){.hero_parent .swiper .slide .swiper_cont .left{width:100%}.hero_parent .swiper .slide .swiper_cont .right{display:none}}@media only screen and (max-width:500px){.hero_parent .swiper .navigation_pagination{width:100%;height:30px;bottom:5%;left:0;flex-direction:row}.hero_parent .swiper .navigation_pagination .arrow{display:none}.hero_parent .swiper .navigation_pagination .span_number{width:30px;aspect-ratio:1;background-color:#d6b63757;color:var(--black);border-radius:50%;display:flex;justify-content:center;align-items:center}.hero_parent .swiper .navigation_pagination .span_number.active{background-color:var(--accent);color:var(--white)}.hero_parent .swiper .slide .swiper_cont .left{align-items:center;justify-content:center}.hero_parent .swiper .slide .swiper_cont .left .section_indi{text-align:center}.hero_parent .swiper .slide .swiper_cont .left h2{text-align:center;font-size:40px}.hero_parent .swiper .slide .swiper_cont .left .hero_para{text-align:center}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.section_indi{width:100%;display:flex;justify-content:flex-start;align-items:center}.section_indi .text{width:auto;padding:10px 20px;background-color:#000;color:#fff;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;position:relative;text-transform:uppercase;word-spacing:5px}.section_indi .text.active:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:105%;width:80px;height:2px;background-color:#000}.section_indi .text:after{content:"";position:absolute;top:50%;transform:translateY(-50%);left:105%;width:80px;height:2px;background-color:#000}@media only screen and (max-width:650px){.services_parent .services_cont .middle .service_data{aspect-ratio:1}.services_parent .services_cont .extra_content{flex-direction:column;gap:calc(var(--unit) * 2)}.services_parent .right_fixed_image{display:none}}.page_top_parent{width:100%;height:400px;background-image:url(/assets/page_top-OP-sjqK-.webp);position:relative}.page_top_parent .overlay{position:absolute;top:0;left:0;height:100%;width:100%;background-color:#0000009f}.page_top_parent .page_top_cont{height:100%;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:var(--unit);padding:20px 10px}.page_top_parent .page_top_cont h1{font-size:50px;color:#fff;line-height:100%}.page_top_parent .page_top_cont p{color:var(--white);max-width:50ch}.page_top_parent .page_top_cont .breadcrum{display:flex;justify-content:center;align-items:center;gap:5px}.page_top_parent .page_top_cont .breadcrum .home_link{color:var(--accent)}.page_top_parent .page_top_cont .breadcrum span{display:flex;justify-content:center;align-content:center;color:#fff}.page_top_parent .page_top_cont .breadcrum .location_path{color:#fff;text-transform:capitalize}.about_section_parent{width:100%;height:auto;padding:60px 0;background-color:#eef1f2}.about_section_parent .about_section_cont{display:flex;justify-content:center;align-items:stretch;gap:var(--unit)}.about_section_parent .about_section_cont .left{width:50%;height:auto;background:url(/assets/RKD00627%20copy-CndejKbw.webp)}.about_section_parent .about_section_cont .right{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--unit);padding:40px 0}.about_section_parent .about_section_cont .right h1{font-size:34px;text-transform:capitalize}.team_parent{width:100%;height:auto;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADAgMAAADJmkZVAAAACVBMVEX////Ly8vr6+sVEtlxAAAAA3RSTlMAgIAsTd+1AAAADklEQVQImWNgYFBhYAAAAHIAJQiifa0AAAAASUVORK5CYII=);background-repeat:repeat;padding:40px 0}.team_parent .team_cont{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:calc(var(--unit) * 2)}.team_parent .team_cont .team{width:100%;display:flex;justify-content:space-around;align-items:center;gap:var(--unit);flex-wrap:wrap}.team_parent .team_cont .team .card{width:300px;height:400px;background-image:url(/assets/tem-mqdcgWuK.jpeg);display:flex;justify-content:flex-end;align-items:center;position:relative}.team_parent .team_cont .team .card .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000005c}.team_parent .team_cont .team .card .title{position:relative;z-index:2;background-color:#fff;padding:10px;transform:rotate(-90deg) translate(-80px) translateY(30px)}.why_choose_us_parent{width:100%;height:auto;background-color:#eef1f2;position:relative}.why_choose_us_parent .overlay{position:absolute;top:0;left:0;height:100%;width:100%;background:url(/assets/why-chose-us-B4yvMlmd.png);opacity:.1}.why_choose_us_parent .why_choose_us_cont{position:relative;z-index:2;display:flex;justify-content:center;align-items:stretch;padding:60px 10px;gap:var(--unit)}.why_choose_us_parent .why_choose_us_cont .left{width:50%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px}.why_choose_us_parent .why_choose_us_cont .left h1{max-width:20ch;text-align:left;font-size:34px}.why_choose_us_parent .why_choose_us_cont .left p{color:gray}.why_choose_us_parent .why_choose_us_cont .left .content{width:70%;padding:20px;background-color:#fff;box-shadow:var(--shadow);border-radius:14px;display:flex;justify-content:flex-start;align-items:center;gap:14px}.why_choose_us_parent .why_choose_us_cont .left .content .content_left{display:flex;justify-content:center;align-items:center;gap:4px}.why_choose_us_parent .why_choose_us_cont .left .content .content_left span{display:flex;justify-content:center;align-items:center;color:var(--accent);font-size:24px}.why_choose_us_parent .why_choose_us_cont .right{width:50%;height:auto;background-image:url(/assets/New%20Project-CClk2QmL.webp)}@media only screen and (max-width:650px){.about_section_parent .about_section_cont{flex-direction:column}.about_section_parent .about_section_cont .left{width:100%;aspect-ratio:1}.about_section_parent .about_section_cont .right,.why_choose_us_parent .why_choose_us_cont .left .content{width:100%}}@media only screen and (max-width:1000px){.why_choose_us_parent .why_choose_us_cont{flex-direction:column-reverse}.why_choose_us_parent .why_choose_us_cont .left{width:100%}.why_choose_us_parent .why_choose_us_cont .right{width:100%;aspect-ratio:1}}.call_to_action_parent{width:100%;background:url(/assets/call_to_action-DYO1kOWt.jpg);position:relative}.call_to_action_parent .overlay{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#0000003a}.call_to_action_parent .call_to_action{padding:60px 10px;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:710px){.call_to_action_parent .call_to_action{flex-direction:column;gap:var(--unit)}.call_to_action_parent .call_to_action h2{text-align:center}}.footer_parent{width:100%;height:auto;background-color:#2e2a20;position:relative}.footer_parent .overlay{position:absolute;top:0;left:0;height:100%;width:100%;background-image:url(/assets/footer-bg-1-1-Bipvq2ef.png);mix-blend-mode:darken;opacity:.1}.footer_parent .footer_cont{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center}.footer_parent .footer_cont .top{display:flex;width:100%;padding:40px 0;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(228,218,204,.68)}.footer_parent .footer_cont .top .logo{width:100px}.footer_parent .footer_cont .top .logo img{width:100%}.footer_parent .footer_cont .top .social_icons{display:flex;justify-content:center;align-items:center;gap:14px}.footer_parent .footer_cont .top .social_icons a{width:40px;aspect-ratio:1;border-radius:50%;border:1px solid rgba(228,218,204,.68);display:flex;justify-content:center;align-items:center;font-size:14px;color:#e4daccad}.footer_parent .footer_cont .middle{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:var(--unit);padding:40px 0;border-bottom:1px solid rgba(228,218,204,.68)}.footer_parent .footer_cont .middle .left{width:calc(25% - var(--unit));display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--unit)}.footer_parent .footer_cont .middle .left h2{line-height:100%;color:var(--white)}.footer_parent .footer_cont .middle .left .left_para{color:#8f8f8f9a}.footer_parent .footer_cont .middle .links{width:calc(25% - var(--unit));display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--unit)}.footer_parent .footer_cont .middle .links h2{color:#fff}.footer_parent .footer_cont .middle .links .link_item{display:flex;justify-content:center;align-items:center;gap:var(--unit);flex-direction:column}.footer_parent .footer_cont .middle .links .link_item a{color:#e4daccad;transition:var(--trans)}.footer_parent .footer_cont .middle .links .link_item a:hover{color:var(--accent)}.footer_parent .footer_cont .middle .contact{width:calc(25% - var(--unit));display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--unit)}.footer_parent .footer_cont .middle .contact h2{color:#fff}.footer_parent .footer_cont .middle .contact .contact_link{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--unit)}.footer_parent .footer_cont .middle .contact .contact_link .link{display:flex;justify-content:center;align-items:center;gap:var(--unit);cursor:pointer}.footer_parent .footer_cont .middle .contact .contact_link .link:hover p{color:var(--accent)}.footer_parent .footer_cont .middle .contact .contact_link .link span{font-size:18px;color:var(--accent)}.footer_parent .footer_cont .middle .contact .contact_link .link p{color:#e4daccad;transition:var(--trans)}.footer_parent .footer_cont .bottom{width:100%;padding:40px 0;display:flex;justify-content:space-between;align-items:center}.footer_parent .footer_cont .bottom p{color:#fff;display:flex;justify-content:center;align-items:center;gap:10px}.footer_parent .footer_cont .bottom p a{color:var(--accent)}@media only screen and (max-width:900px){.footer_parent .footer_cont .middle{flex-direction:column;justify-content:center;align-items:center}.footer_parent .footer_cont .middle .left,.footer_parent .footer_cont .middle .links,.footer_parent .footer_cont .middle .contact{width:80%;justify-content:center;align-items:center}.footer_parent .footer_cont .middle .left p{text-align:center}}@media only screen and (max-width:550px){.footer_parent .footer_cont .bottom{flex-direction:column;gap:14px}}.services_parent{width:100%;height:auto;padding:40px 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADAgMAAADJmkZVAAAACVBMVEX////Ly8vr6+sVEtlxAAAAA3RSTlMAgIAsTd+1AAAADklEQVQImWNgYFBhYAAAAHIAJQiifa0AAAAASUVORK5CYII=);background-repeat:repeat;position:relative}.services_parent .right_fixed_image{width:15%;height:100%;position:absolute;top:0;right:0;background-image:url(../../assets/f_slide.jpg);background-attachment:fixed}.services_parent .services_cont{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:calc(var(--unit) * 2)}.services_parent .services_cont .middle{width:100%;display:flex;justify-content:center;align-items:center;gap:calc(var(--unit) * 2);flex-wrap:wrap}.services_parent .services_cont .middle .service_data{width:350px;aspect-ratio:2/3}.services_parent .services_cont .middle .service_data:nth-child(2){transform:translateY(10%)}.services_parent .services_cont .middle .service_data:nth-child(3){transform:translateY(20%)}.services_parent .services_cont .middle .service_data .imageee1{width:100%;height:50%;background:url(/assets/IMG_3699-DsZAXsOx.webp)}.services_parent .services_cont .middle .service_data .imageee2{width:100%;height:50%;background:url(/assets/IMG_3812-Cnyrzi2c.webp)}.services_parent .services_cont .middle .service_data .imageee3{width:100%;height:50%;background:url(/assets/IMG_6738-BTfoNnYQ.webp)}.services_parent .services_cont .middle .service_data .title{width:100%;height:auto;padding:16px 0;background-color:#fff;text-align:center;font-size:18px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;transition:var(--trans)}.services_parent .services_cont .middle .service_data .bottom_side{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:20%}.services_parent .services_cont .middle .service_data .bottom_side .line{width:100%;height:50%;position:relative}.services_parent .services_cont .middle .service_data .bottom_side .line:after{width:1px;height:60%;content:"";position:absolute;background-color:#000;left:50%;top:0;transform:translate(-50%);transition:var(--trans)}.services_parent .services_cont .middle .service_data .bottom_side .count{height:50%;width:100%;display:flex;justify-content:center;align-items:center;color:var(--accent);font-size:34px}.services_parent .services_cont .middle .service_data:hover .title{box-shadow:0 5px 10px #0000001e}.services_parent .services_cont .middle .service_data:hover .bottom_side .line:after{height:100%}.services_parent .services_cont .middle .service_data:hover .bottom_side .count{animation:countAnimate 1s forwards ease-in-out}.services_parent .services_cont .extra_content{width:80%;height:auto;padding:20px;display:flex;justify-content:center;align-items:center;background-color:#e1e1e1}.services_parent .services_cont .extra_content h4{font-size:24px}.services_parent .services_cont .extra_content .extra_right{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--unit)}.services_section_parent{width:100%;padding:40px 0;background-color:#e6e6e6}.services_section_parent .service_section_cont{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:calc(var(--unit) * 2)}.services_section_parent .service_section_cont .services_list{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:18px}.services_section_parent .service_section_cont .services_list .card{width:430px;height:auto;padding:20px;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--unit);position:relative;overflow:hidden visible}.services_section_parent .service_section_cont .services_list .card:hover:after{left:0}.services_section_parent .service_section_cont .services_list .card:hover:before{right:0}.services_section_parent .service_section_cont .services_list .card:hover .bottom_section h2{opacity:1;animation:serviceCount 1s forwards linear}.services_section_parent .service_section_cont .services_list .card:after{position:absolute;height:1px;width:100%;background-color:var(--accent);top:0;left:-100%;content:"";transition:var(--trans)}.services_section_parent .service_section_cont .services_list .card:before{position:absolute;height:1px;width:100%;background-color:var(--accent);bottom:0;right:-100%;content:"";transition:var(--trans)}.services_section_parent .service_section_cont .services_list .card h3{font-size:24px}.services_section_parent .service_section_cont .services_list .card .bottom_section{display:flex;justify-content:flex-end;align-items:center;width:100%}.services_section_parent .service_section_cont .services_list .card .bottom_section h2{font-size:34px;font-weight:700;color:transparent;opacity:.3;-webkit-text-stroke-color:black!important;-webkit-text-stroke:1px}.faq_parent{width:100%;padding:40px 0}.faq_parent .faq_cont{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:calc(var(--unit) * 2)}.faq_parent .faq_cont .bottom_faq_Section{width:100%;display:flex;justify-content:center;align-items:flex-start;gap:calc(var(--unit) * 2)}.faq_parent .faq_cont .bottom_faq_Section .left{width:50%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px}.faq_parent .faq_cont .bottom_faq_Section .left h4{font-size:22px}.faq_parent .faq_cont .bottom_faq_Section .left p{font-size:14px;line-height:150%}.faq_parent .faq_cont .bottom_faq_Section .right{width:50%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:var(--unit)}.faq_parent .faq_cont .bottom_faq_Section .right .faq{width:100%;height:50px;overflow:hidden;transition:var(--trans)}.faq_parent .faq_cont .bottom_faq_Section .right .faq.active{height:auto}.faq_parent .faq_cont .bottom_faq_Section .right .faq .title{height:50px;padding:10px 14px;width:100%;display:flex;justify-content:space-between;align-items:center;background-color:#ebebeb}.faq_parent .faq_cont .bottom_faq_Section .right .faq .para{width:100%;padding:14px 0}@media only screen and (max-width:450px){.services_section_parent .service_section_cont .services_list .card{width:100%}}@media only screen and (max-width:800px){.faq_parent .faq_cont .bottom_faq_Section{flex-direction:column}.faq_parent .faq_cont .bottom_faq_Section .left,.faq_parent .faq_cont .bottom_faq_Section .right{width:100%}}@keyframes serviceCount{0%{transform:translateY(-100%);opacity:0}50%{transform:translateY(200%);opacity:1}to{transform:translateY(0)}}.project_swiper_parent{width:100%;padding:80px 0}.project_swiper_parent .projects_swiper_cont{display:flex;justify-content:center;align-items:center}.project_swiper_parent .projects_swiper_cont .mySwiper{width:100%;padding:40px 20px}.project_swiper_parent .projects_swiper_cont .mySwiper .swiper-wrapper{width:100%;height:100%}.project_swiper_parent .projects_swiper_cont .mySwiper .swiper-wrapper .swiper-slide{border-radius:24px;position:relative;padding:40px;overflow:hidden;width:100%;height:400px}.project_swiper_parent .projects_swiper_cont .mySwiper .swiper-wrapper .swiper-slide.bedroom{width:100%;height:400px;background-image:url(/assets/image4-DaKeFu1a.webp)}.project_swiper_parent .projects_swiper_cont .mySwiper .swiper-wrapper .swiper-slide.kitchen{width:100%;height:400px;background-image:url(/assets/kitchen-CRL5G5PW.webp)}.project_swiper_parent .projects_swiper_cont .mySwiper .swiper-wrapper .swiper-slide.hall{width:100%;height:400px;background-image:url(/assets/hall-CQ6iPB4i.webp)}.project_swiper_parent .projects_swiper_cont .mySwiper .swiper-wrapper .swiper-slide:hover .content{bottom:10%}.project_swiper_parent .projects_swiper_cont .mySwiper .swiper-wrapper .swiper-slide .content{padding:20px;background-color:#fff;width:fit-content;border-radius:14px;position:absolute;bottom:-100%;transition:var(--trans)}.project_swiper_parent .projects_swiper_cont .mySwiper .swiper-wrapper .swiper-slide .content p{color:var(--accent)}.project_swiper_parent .projects_swiper_cont .mySwiper .swiper-wrapper .swiper-slide .content h4{font-size:24px}.project_grid{width:100%;padding:40px 0}.project_grid .project_grid_cont{display:flex;justify-content:center;align-items:center;gap:calc(var(--unit) * 2);flex-wrap:wrap}.project_grid .project_grid_cont .card{width:350px;height:400px;border-radius:14px}.project_grid .project_grid_cont .card.card_1{background-image:url(/assets/RKD00566%20copy-Dn1IqXkr.webp)}.project_grid .project_grid_cont .card.card_2{background-image:url(/assets/RKD00578%20copy-CfOiOLRk.webp)}.project_grid .project_grid_cont .card.card_3{background-image:url(/assets/RKD00592%20copy-CiENO47q.webp)}.project_grid .project_grid_cont .card.card_4{background-image:url(/assets/RKD00602%20copy-CV52Iogb.webp)}.project_grid .project_grid_cont .card.card_5{background-image:url(/assets/RKD00689%20copy-BmRmy1Us.webp)}.project_grid .project_grid_cont .card.card_6{background-image:url(/assets/RKD00706%20copy-2BhjJnWc.webp)}.project_grid .project_grid_cont .card.card_7{background-image:url(/assets/RKD00807%20copy-7LRnu4W6.webp)}.contact_page_parent{width:100%;padding:40px 0 200px}.contact_page_parent .contact_page_cont{display:flex;justify-content:center;align-items:center}.contact_page_parent .contact_page_cont .left{width:50%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--unit);background-color:#ebebeb;padding:30px 70px 30px 14px}.contact_page_parent .contact_page_cont .left form{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:var(--unit)}.contact_page_parent .contact_page_cont .left form input{width:100%;padding:10px 8px;background-color:transparent;border:none;border-bottom:1px solid black}.contact_page_parent .contact_page_cont .left form input::placeholder{color:#000;font-weight:700}.contact_page_parent .contact_page_cont .left form textarea{width:100%;height:100px;padding:10px 8px;background-color:transparent;border:none;border-bottom:1px solid black}.contact_page_parent .contact_page_cont .left form textarea::placeholder{color:#000;font-weight:700}.contact_page_parent .contact_page_cont .right{width:50%;display:flex;justify-content:center;align-items:center}.contact_page_parent .contact_page_cont .right .info_content{width:auto;background-color:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:calc(var(--unit) * 2);transform:translate(-40%,50%);position:relative}.contact_page_parent .contact_page_cont .right .info_content .overlay{width:100%;height:100%;background-image:url(/assets/bg-map-DcFEYY4y.png);position:absolute;top:0;left:0}.contact_page_parent .contact_page_cont .right .info_content .content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:calc(var(--unit) * 2);padding:40px 20px}.contact_page_parent .contact_page_cont .right .info_content .content .call{display:flex;justify-content:center;align-items:flex-start;gap:8px}.contact_page_parent .contact_page_cont .right .info_content .content .call .icon{display:flex;justify-content:center;align-items:center;height:100%;font-size:20px}.contact_page_parent .contact_page_cont .right .info_content .content .call .call_rigth{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}.contact_page_parent .contact_page_cont .right .info_content .content .call .call_rigth h6{font-size:16px}.location_map{width:100%;height:400px;text-decoration:none;border:none;display:flex}.location_map iframe{width:100%;height:100%}@media only screen and (max-width:1300px){.contact_page_parent .contact_page_cont .left{padding-right:150px}}@media only screen and (max-width:1000px){.contact_page_parent .contact_page_cont{flex-direction:column;gap:20px}.contact_page_parent .contact_page_cont .left{width:100%;padding:40px 20px}.contact_page_parent .contact_page_cont .right{width:100%}.contact_page_parent .contact_page_cont .right .info_content{transform:translate(0)}}.privacy-policy{margin:0 auto;padding:40px 20px;line-height:1.7;color:#333}.privacy-policy h1{font-size:36px;margin-bottom:10px;font-weight:700}.privacy-policy .updated{font-size:14px;color:#777;margin-bottom:30px}.privacy-policy section{margin-bottom:30px}.privacy-policy section h2{font-size:24px;margin-bottom:10px}.privacy-policy section h3{font-size:18px;margin-bottom:5px}.privacy-policy section ul{padding-left:20px}.privacy-policy section ul li{margin-bottom:8px}.terms-page{margin:0 auto;padding:40px 20px;color:#333;line-height:1.7}.terms-page h1{font-size:36px;font-weight:700;margin-bottom:10px}.terms-page .updated{font-size:14px;color:#777;margin-bottom:30px}.terms-page section{margin-bottom:30px}.terms-page section h2{font-size:24px;margin-bottom:10px;font-weight:600}.terms-page section ul{padding-left:20px}.terms-page section ul li{margin-bottom:8px}
