@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Quicksand,sans-serif}.app{min-height:100vh;display:flex;flex-direction:column}.icon{width:80px;height:60px;color:#fff}.link{cursor:pointer;text-decoration:none;text-transform:uppercase;color:#000}.link-light{color:#fff}.flex{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.shadow{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.text-shadow{text-shadow:0px 4px 3px rgba(0,0,0,.4),0px 8px 13px rgba(0,0,0,.1),0px 18px 23px rgba(0,0,0,.1)}.main-color{background-color:#1e5c54}html{scroll-behavior:smooth}.submit-data{background:linear-gradient(to right,#2c292c,#9f92a1);border:none;color:#fff;width:110px;height:40px;border-radius:4px;cursor:pointer;transition:all 10s ease}.submit-data:hover{background:linear-gradient(to right,#9f92a1,#2c292c);transition:all 10s ease}.navbar[data-v-e2c1cd64]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:72px;width:100%;background-color:#1e5c54;position:fixed;z-index:99;box-shadow:#00000059 0 5px 15px;padding:0 35px}@media (max-width: 400px){.navbar[data-v-e2c1cd64]{padding:0 15px}}.navbar-icons[data-v-e2c1cd64]{display:flex;flex-direction:row;border-left:1px solid white}.navbar-icons-text[data-v-e2c1cd64]{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;margin-left:10px;word-spacing:4px;letter-spacing:3px}.navbar-icons-text p[data-v-e2c1cd64]{font-size:18px}@media (max-width: 400px){.navbar-icons-text p[data-v-e2c1cd64]{font-size:15px}}.navbar .nav-links[data-v-e2c1cd64]{margin-right:10px;display:flex;flex-direction:row}.navbar .nav-links .nav-link[data-v-e2c1cd64]{margin-right:13px;transition:all 1s ease}.navbar .nav-links .nav-link[data-v-e2c1cd64]:hover{color:#b8a9a9}.navbar .nav-links .nav-link .sublink[data-v-e2c1cd64]{position:absolute;top:100%;background-color:#1e5c54;width:200px;padding:20px;opacity:0;pointer-events:none;transition:all .5s ease}.navbar .nav-links .nav-link:hover .sublink[data-v-e2c1cd64]{opacity:1;pointer-events:all}.navbar .nav-links .nav-link:hover .chevron[data-v-e2c1cd64]{transition:all 1s;transform:rotateY(180deg)}.navbar .nav-links .nav-link .chevron[data-v-e2c1cd64]{width:12px;height:12px;transition:all 1s ease}.navbar .nav-links .nav-link .submenu[data-v-e2c1cd64]{padding:5px;border-bottom:1px solid rgb(201,186,186);margin-bottom:7px;transition:all 1s ease;font-size:14px}.navbar .nav-links .nav-link .submenu[data-v-e2c1cd64]:hover{color:#b8a9a9}.navbar .nav-links .nav-link[data-v-e2c1cd64]{position:relative}.navbar .nav-links .nav-link .sub[data-v-e2c1cd64]{position:absolute;bottom:-45px;left:10%;color:#000;background-color:red}@media (max-width: 1005px){.navbar .nav-links[data-v-e2c1cd64]{display:none}.navbar .nav-links .mobile-nav-btn[data-v-e2c1cd64]{display:initial}}.navbar .search-icon[data-v-e2c1cd64]{width:25px;height:25px;cursor:pointer}.navbar .search-bar[data-v-e2c1cd64]{position:absolute;top:100%;right:30px;transform:translate(500px);background-color:#1e5c54;height:60px;width:20rem;display:flex;border:1px solid rgb(194,149,67)}.navbar .search-bar .search-loader[data-v-e2c1cd64]{position:relative;width:15px;height:15px;background-color:#fff;top:50%;border-radius:50%;margin-right:10px;animation:spin-e2c1cd64 1s linear infinite}@keyframes spin-e2c1cd64{0%{transform:rotateY(0) translateY(-50%)}to{transform:rotateY(180deg) translateY(-50%)}}.navbar .search-bar .search-contents[data-v-e2c1cd64]{position:absolute;max-height:20rem;width:100%;background-color:#e2ab45;right:0;top:105%;padding:10px;overflow-y:auto}.navbar .search-bar .search-contents .search-content .header[data-v-e2c1cd64]{font-size:20px;font-weight:900}.navbar .search-bar .search-contents .search-found[data-v-e2c1cd64]{padding:10px;width:100%}.navbar .search-bar .search-contents .search-found-item[data-v-e2c1cd64]{display:flex}.navbar .search-bar .search-contents .search-found-item .router-link[data-v-e2c1cd64]{display:flex;flex-direction:row;width:100%;max-width:100%;align-items:flex-start;justify-content:flex-start;color:#fff;border:1px solid rgb(207,189,189);padding:2px 5px;margin-bottom:2px;text-decoration:none;cursor:pointer;transition:all .5s ease}.navbar .search-bar .search-contents .search-found-item .router-link[data-v-e2c1cd64]:hover{background-color:#ff4500}.navbar .search-bar .search-contents .search-found-item .router-link .search-img[data-v-e2c1cd64]{width:20px;height:20px;justify-self:center;align-self:center;margin-left:auto}.navbar .search-bar .search-contents .search-found-item .router-link .search-img img[data-v-e2c1cd64]{width:100%;height:100%;border-radius:50%;justify-self:center}.navbar .search-bar .search-contents .search-found-item .router-link .search-item-number[data-v-e2c1cd64]{margin-right:10px}.navbar .search-bar input[type=text][data-v-e2c1cd64]{width:80%;height:30px;margin:auto;padding:2px 10px;letter-spacing:2px;transition:all 1s ease}.navbar .search-bar input[type=text][data-v-e2c1cd64]:focus{outline:1px solid orange}.navbar .showSearchBar[data-v-e2c1cd64]{right:30px;transform:translate(0);animation:searchRighToLeft-e2c1cd64 .5s linear}@keyframes searchRighToLeft-e2c1cd64{0%{transform:translate(200px)}50%{transform:translate(100px)}to{transform:translate(0)}}.navbar .hideSearchBar[data-v-e2c1cd64]{right:30px;transform:translate(500px);animation:searchLeftToRight-e2c1cd64 .5s linear}@keyframes searchLeftToRight-e2c1cd64{0%{transform:translate(0)}50%{transform:translate(200x)}to{transform:translate(350px)}}.navbar .mobile-nav-btn[data-v-e2c1cd64]{width:40px;height:35px;display:flex;flex-direction:column;justify-content:space-around;cursor:pointer}@media (max-width: 400px){.navbar .mobile-nav-btn[data-v-e2c1cd64]{width:30px}}.navbar .mobile-nav-btn span[data-v-e2c1cd64]:first-child,.navbar .mobile-nav-btn span[data-v-e2c1cd64]:nth-child(2),.navbar .mobile-nav-btn span[data-v-e2c1cd64]:last-child{width:100%;height:3px;background-color:#fff;align-self:flex-end}.navbar .mobile-nav-btn span[data-v-e2c1cd64]:first-child{width:50%}.navbar .mobile-nav-btn span[data-v-e2c1cd64]:nth-child(2){width:75%}@media (min-width: 1006px){.navbar .mobile-nav-btn[data-v-e2c1cd64]{display:none}}.mobile-nav[data-v-e2c1cd64]{width:300px;height:100vh;background-color:#1e5c54;position:fixed;padding-top:95px;overflow:auto;display:flex;flex-direction:column;z-index:9999}@media (min-width: 1006px){.mobile-nav[data-v-e2c1cd64]{display:none}}@media (max-width: 400px){.mobile-nav[data-v-e2c1cd64]{width:200px}}.mobile-nav .nav-link[data-v-e2c1cd64]{padding:10px;border-bottom:.5px solid rgb(207,200,200);border-right:.5px solid rgb(207,200,200)}.mobile-nav .nav-link[data-v-e2c1cd64]:first-child{border-top:.5px solid rgb(207,200,200)}.mobile-nav .nav-link .search-icon[data-v-e2c1cd64]{width:15px;height:15px}.mobile-nav .nav-link .chevron[data-v-e2c1cd64]{width:13px;height:13px}.mobile-nav .nav-link .sublink[data-v-e2c1cd64]{padding:0 25px;height:0;opacity:0;pointer-events:none}.mobile-nav .nav-link .sublink .submenu[data-v-e2c1cd64]{display:block;margin-bottom:12px;border-bottom:1px solid rgb(201,186,186)}.mobile-nav .nav-link .sublink .submenu[data-v-e2c1cd64]:first-child{padding-top:10px}.mobile-nav .nav-link .sublink .submenu .span-arrow[data-v-e2c1cd64]{display:inline-flex;padding-right:10px;font-weight:700}.mobile-nav .nav-link:hover .sublink[data-v-e2c1cd64]{height:auto;opacity:1;pointer-events:all;transition:height .9s ease-in-out;transition:opacity 1s ease-out}.mobile-nav .nav-link .nav-router-link:hover .chevron[data-v-e2c1cd64]{transform:rotate(180deg)}.mobile-nav .mobile-search-wrapper[data-v-e2c1cd64]{display:flex;flex-direction:row}.mobile-nav .mobile-search-wrapper .mobile-search[data-v-e2c1cd64]{position:absolute;top:45px;width:80%;margin-left:10px;padding:5px 10px;border-radius:8px}.mobile-nav .mobile-search-wrapper .search-contents[data-v-e2c1cd64]{width:100%;position:absolute;background-color:#c47153;top:80px;left:0px;border-radius:4px}.mobile-nav .mobile-search-wrapper .search-contents .header[data-v-e2c1cd64]{font-size:20px;font-weight:900}.mobile-nav .mobile-search-wrapper .search-contents .search-found[data-v-e2c1cd64]{padding:10px;width:100%}.mobile-nav .mobile-search-wrapper .search-contents .search-found-item[data-v-e2c1cd64]{display:flex}.mobile-nav .mobile-search-wrapper .search-contents .search-found-item .router-link[data-v-e2c1cd64]{display:flex;flex-direction:row;width:100%;max-width:100%;align-items:flex-start;justify-content:flex-start;color:#fff;border:1px solid rgb(207,189,189);padding:2px 5px;margin-bottom:2px;text-decoration:none;cursor:pointer;transition:all .5s ease}.mobile-nav .mobile-search-wrapper .search-contents .search-found-item .router-link[data-v-e2c1cd64]:hover{background-color:#ff4500}.mobile-nav .mobile-search-wrapper .search-contents .search-found-item .router-link .search-img[data-v-e2c1cd64]{width:20px;height:20px;justify-self:center;align-self:center;margin-left:auto}.mobile-nav .mobile-search-wrapper .search-contents .search-found-item .router-link .search-img img[data-v-e2c1cd64]{width:100%;height:100%;border-radius:50%;justify-self:center}.mobile-nav .mobile-search-wrapper .search-contents .search-found-item .router-link .search-item-number[data-v-e2c1cd64]{margin-right:10px}.mobile-nav .mobile-search-wrapper .mobile-search-loader[data-v-e2c1cd64]{position:absolute;top:57px;right:28px;width:15px;height:15px;background-color:#fff;border-radius:50%;animation:spin-e2c1cd64 1s linear infinite}@media (max-width: 400px){.mobile-nav .mobile-search-wrapper .mobile-search-loader[data-v-e2c1cd64]{right:16px}}@keyframes spin-e2c1cd64{0%{transform:rotateY(0) translateY(-50%)}to{transform:rotateY(180deg) translateY(-50%)}}.mobile-nav .close-mobile-nav[data-v-e2c1cd64]{position:absolute;top:1%;right:50%;background-color:#fff;border-radius:50%;padding:5px 10px;cursor:pointer;transition:all .7s ease}.mobile-nav .close-mobile-nav[data-v-e2c1cd64]:hover{background-color:#30303080;color:#fff}.mobile-nav-transition-enter-active[data-v-e2c1cd64],.mobile-nav-transition-leave-active[data-v-e2c1cd64]{transition:all 1s ease}.mobile-nav-transition-enter-from[data-v-e2c1cd64]{transform:translate(-250px)}.mobile-nav-transition-enter-to[data-v-e2c1cd64]{transform:translate(0)}.mobile-nav-transition-leave-to[data-v-e2c1cd64]{transform:translate(-250px)}.footer{width:100%;margin-top:30px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:300px;padding:0 80px}@media (max-width: 460px){.footer{padding:0}}@media (max-width: 670px){.footer{flex-direction:column;justify-content:center}}.footer-definition{width:25rem;border-right:.5px solid #fff;padding-right:60px;margin-left:70px}@media (max-width: 900px){.footer-definition{width:60%;font-size:12px}}@media (max-width: 670px){.footer-definition{border-right:none;width:90%}}@media (max-width: 471px){.footer-definition{width:70%}}.footer-definition .icon{display:flex;margin:0 auto 20px;border-right:.5px solid #fff;border-left:.5px solid #fff}.footer-definition .footer-text{color:#fff;display:flex;flex-direction:column;margin:0 auto;text-align:center}.footer-definition .footer-text p:first-child{font-size:30px;font-weight:700}@media (max-width: 488px){.footer-definition .footer-text p:first-child{font-size:20px;font-weight:500}}.footer .footer-nav{display:grid;grid-template-columns:repeat(2,1fr);width:40%}@media (max-width: 900px){.footer .footer-nav{width:60%;font-size:12px}}@media (max-width: 670px){.footer .footer-nav{justify-content:center;grid-template-columns:auto auto auto;width:100%}}.footer .footer-nav .link{padding:15px;color:#fff;transition:all .5s ease-in}.footer .footer-nav .link:hover{color:#303030e6}.icon-lang[data-v-366fb78b]{width:32px;margin:0 0 5px;padding:0;border-radius:50%;background-color:#000;color:#fff;font-size:32px;cursor:pointer}.media-icons[data-v-366fb78b]{display:flex;flex-direction:column;margin-right:8px;margin-top:-60px}.media-icons a[data-v-366fb78b]{border-radius:50%;width:35px;height:35px}.media-icons a .icon[data-v-366fb78b]{width:100%;height:100%;border-radius:50%}.media-icons a[data-v-366fb78b]:last-child{margin-bottom:0}.media-icons a .icon-facebook[data-v-366fb78b]{color:#2222e4}.media-icons a .icon-instagram[data-v-366fb78b]{color:#d82c49}.media-icons a .icon-youtube[data-v-366fb78b]{color:#dd1c1c}.media-icons a .icon-location-dot[data-v-366fb78b]{color:#61a4ca}.media-icons a .icon-whatsapp[data-v-366fb78b]{color:#56da56}.loader-wrapper[data-v-f9cdab6e]{width:100%;height:100%;background-color:#0006;top:0;left:0;display:flex;align-items:center;justify-content:center}.loader-wrapper .loader[data-v-f9cdab6e]{transform:translate(-50%,50%);background-color:#fff;text-align:center;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid rgb(56,56,61);border-bottom:16px solid rgb(56,56,61);width:80px;height:80px;-webkit-animation:spin-f9cdab6e 2s linear infinite;animation:spin-f9cdab6e 2s linear infinite}@-webkit-keyframes spin-f9cdab6e{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin-f9cdab6e{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.foot{width:100%}.media-wrapper{display:flex;position:fixed;z-index:99;right:0;top:70%}.side-bar[data-v-53ebdb04]{width:60px;width:250px;height:100vh;background-color:#303030;position:sticky;top:0;left:0;color:#fff;overflow:hidden;white-space:nowrap;transition:all .3s ease}@media (max-width: 1000px){.side-bar[data-v-53ebdb04]{width:60px}}.side-bar P[data-v-53ebdb04]{font-weight:500;color:#e7e0e0}.side-bar li[data-v-53ebdb04]{font-weight:500;color:#e7e0e0}.side-bar .side-icon[data-v-53ebdb04]{color:#e7e0e0;margin-right:25px}.side-bar-logo[data-v-53ebdb04]{display:flex;width:100%}.side-bar-logo .side-bar-icons[data-v-53ebdb04]{display:flex;flex-direction:row;width:100%;padding-left:20px;align-items:center;border-bottom:1px solid rgba(128,128,128,.5);box-shadow:#56569240 0 30px 60px -12px inset,#e9e4e44d 0 18px 36px -18px inset}.side-bar-logo .side-bar-icons .icon[data-v-53ebdb04]{width:25px;padding-right:20px;color:#e7e0e0}.side-bar-logo .side-bar-icons-text[data-v-53ebdb04]{color:#fff;font-weight:700;border-bottom:1px solid rgba(128,128,128,.5)}.side-bar .home[data-v-53ebdb04]{width:100%;display:flex;flex-direction:row;height:40px;align-items:center;padding:0 20px;border-bottom:1px solid rgba(128,128,128,.5);cursor:pointer}.side-bar .home[data-v-53ebdb04]:hover{background-color:#837979}.side-bar .side-bar-contents[data-v-53ebdb04]{border-bottom:1px solid rgba(128,128,128,.5);height:auto;max-height:450px;overflow-y:auto;overflow-x:hidden;margin:20px 0;width:100%}.side-bar .side-bar-contents ul[data-v-53ebdb04]{list-style:none;overflow-x:hidden}.side-bar .side-bar-contents ul li[data-v-53ebdb04]{padding:10px 20px;overflow-x:hidden;cursor:pointer;transition:all .2s ease}.side-bar .side-bar-contents ul li[data-v-53ebdb04]:last-child{margin-bottom:20px}.side-bar .side-bar-contents ul li[data-v-53ebdb04]:hover{background-color:#837979}.side-bar .side-bar-contents ul li .side-icon[data-v-53ebdb04]{margin-right:25px}.side-bar .side-bar-contents ul li[data-v-53ebdb04]:active{background-color:#fff}.side-bar .logout[data-v-53ebdb04]{display:flex;align-items:center;width:100%;cursor:pointer}.side-bar .logout[data-v-53ebdb04]:hover{background-color:#837979}.side-bar .logout .icon[data-v-53ebdb04]{width:20px;padding-left:20px;padding-right:20px;color:#e7e0e0}.side-bar .logout p[data-v-53ebdb04]{color:#e7e0e0;font-weight:700}.dashboard-layout{display:flex;flex-direction:row;width:100%}.dashboard-layout .router-view-dashboard{width:100%;padding:20px;background-color:#eee6e6;color:#000}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;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: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;-webkit-appearance: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-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.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-progressbar{background: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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-img[data-v-0b855376]{width:100%;height:100%;position:relative}.swiper-img img[data-v-0b855376]{width:100%;height:100%;object-fit:cover;object-position:center center}.swiper-img[data-v-0b855376]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1d1a1a66}.swiper-wrapper[data-v-0b855376]{position:relative;width:100%;overflow:hidden}.swiper-wrapper .carousel-texts[data-v-0b855376]{z-index:55555555555;position:absolute;top:50%;right:50%;transform:translate(50%,-50%);width:80%;display:flex;flex-direction:column}.swiper-wrapper .carousel-texts .carousel-text-title[data-v-0b855376]{text-align:center;margin-bottom:10px;font-size:4.5rem;font-weight:500;letter-spacing:1px;background:-webkit-linear-gradient(rgb(240,236,236),rgb(87,79,79));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:capitalize;animation:leftToRightText-0b855376 1.5s linear}@media (max-width: 504px){.swiper-wrapper .carousel-texts .carousel-text-title[data-v-0b855376]{font-size:3rem}}@keyframes leftToRightText-0b855376{0%{transform:translate(-100%)}to{transform:translate(0)}}.swiper-wrapper .carousel-texts .carousel-text[data-v-0b855376]{font-size:2.5rem;font-weight:400;letter-spacing:1.5px;background:-webkit-linear-gradient(rgb(75,72,72),rgb(15,13,13));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:center;text-transform:capitalize;animation:rightToLeftText-0b855376 1.5s linear}@media (max-width: 700px){.swiper-wrapper .carousel-texts .carousel-text[data-v-0b855376]{font-size:1.8rem}}@media (max-width: 504px){.swiper-wrapper .carousel-texts .carousel-text[data-v-0b855376]{font-size:1.3rem}}@keyframes rightToLeftText-0b855376{0%{transform:translate(100%)}to{transform:translate(0)}}.swiper-wrapper .carousel-texts .carousel-text-link[data-v-0b855376]{margin:30px auto;padding:20px 50px;text-align:center;color:#fff;background-color:#383535cc;transition:all .4s ease;animation:downToUpLink-0b855376 1.5s linear}.swiper-wrapper .carousel-texts .carousel-text-link[data-v-0b855376]:hover{background-color:#706b6bcc;border-radius:8px}@keyframes downToUpLink-0b855376{0%{transform:translateY(100%)}to{transform:translateY(0)}}.image-viewer-wrapper{width:88%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:20px auto;border:1px solid rgba(0,0,0,.2);padding:10px;box-shadow:#00000059 0 5px 15px}@media screen and (max-width: 550px){.image-viewer-wrapper{width:95%}}.image-viewer-wrapper .image-viewer{width:100%;display:grid;grid-template-columns:repeat(8,auto);grid-auto-rows:150px 160px;gap:15px;grid-auto-flow:dense}@media screen and (max-width: 800px){.image-viewer-wrapper .image-viewer{grid-auto-rows:150px 150px}}.image-viewer-wrapper .image-viewer img{border-radius:8px;object-fit:cover;object-position:50% 50%;box-shadow:#00000059 0 5px 15px}@media (max-width: 1300px){.image-viewer-wrapper .image-viewer{grid-template-columns:repeat(8,1fr)}}@media (max-width: 1100px){.image-viewer-wrapper .image-viewer{grid-template-columns:repeat(7,1fr)}}@media (max-width: 1000px){.image-viewer-wrapper .image-viewer{grid-template-columns:repeat(5,1fr)}}@media (max-width: 750px){.image-viewer-wrapper .image-viewer{grid-template-columns:repeat(4,1fr)}}@media (max-width: 550px){.image-viewer-wrapper .image-viewer{grid-template-columns:repeat(3,1fr)}}@media (max-width: 450px){.image-viewer-wrapper .image-viewer{grid-template-columns:repeat(2,1fr)}}.image-viewer-wrapper .image-viewer img{width:100%;height:100%;cursor:pointer;z-index:22}.image-viewer-wrapper .image-viewer img:hover{opacity:.8;transform:scale(103%)}.image-viewer-wrapper .view-all{text-align:center;margin-top:25px;color:#00f;cursor:pointer}.image-viewer-wrapper .viewImage{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;width:100%;height:100%;background-color:#000000b3}.image-viewer-wrapper .viewImage img{height:90%;width:80%;object-fit:contain}@media (min-width: 755px){.image-viewer-wrapper .viewImage img{object-fit:cover}}.image-viewer-wrapper .viewImage .zoomIn{object-fit:cover}.image-viewer-wrapper .viewImage .close-image{position:absolute;font-size:30px;color:#918383e6;top:10px;right:14px;transition:all .5s ease;cursor:pointer;z-index:90909}.image-viewer-wrapper .viewImage .close-image:hover{color:#ebcdcd33}.image-viewer-wrapper .viewImage .zoom{position:absolute;font-size:30px;color:#ddd7d7e6;top:80px;right:14px;transition:all .5s ease;cursor:pointer;z-index:10101001}.image-viewer-wrapper .viewImage .zoom:hover{color:#ebcdcd33}@media (min-width: 755px){.image-viewer-wrapper .viewImage .zoom{display:none}}.image-viewer-wrapper .viewImage .prev{font-size:40px;position:absolute;top:50%;left:5%;background-color:#0006;border-radius:50%;width:50px;text-align:center;transition:all .5s ease;z-index:9999;cursor:pointer}.image-viewer-wrapper .viewImage .prev:hover{background-color:#8a878766}.image-viewer-wrapper .viewImage .next{font-size:40px;position:absolute;top:50%;right:5%;background-color:#0006;border-radius:50%;width:50px;text-align:center;z-index:9999;cursor:pointer;transition:all .5s ease}.image-viewer-wrapper .viewImage .next:hover{background-color:#8a878766}.image-viewer-wrapper .viewImage .slider{position:absolute;width:70%;height:50px;bottom:10%;left:50%;transform:translate(-50%);z-index:123123;background-color:#000000b3;display:flex;align-items:center;justify-content:center;overflow-x:auto;overflow-y:hidden}.image-viewer-wrapper .viewImage .slider::-webkit-scrollbar{height:9px}.image-viewer-wrapper .viewImage .slider::-webkit-scrollbar-track{background:#e4dcdc}.image-viewer-wrapper .viewImage .slider::-webkit-scrollbar-thumb{background:rgb(78,76,76)}.image-viewer-wrapper .viewImage .slider img{width:60px;height:90%;margin:5px;opacity:.5;cursor:pointer}#app[data-v-0be80353]{height:100%}html[data-v-0be80353],body[data-v-0be80353]{position:relative;height:100%}body[data-v-0be80353]{background:#eee;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:#000;margin:0;padding:0}.swiper[data-v-0be80353]{width:100%;padding-top:50px;padding-bottom:50px}.swiper-slide[data-v-0be80353]{background-position:center;background-size:cover;width:300px;height:300px}.swiper-slide img[data-v-0be80353]{display:block;width:100%}.homepage-wrapper[data-v-c79d1f8c]{scroll-behavior:smooth}.hideShowUp[data-v-c79d1f8c]{opacity:1;transition:all 1s ease;pointer-events:all;border-radius:8px}.hideUUP[data-v-c79d1f8c]{opacity:0;transition:all 1s ease;pointer-events:none}.up[data-v-c79d1f8c]{position:fixed;bottom:40px;left:30px;color:#fff;background:rgba(48,48,48,.8);z-index:123;width:30px;height:25px;cursor:pointer;animation:upDown-c79d1f8c 1s linear infinite}@keyframes upDown-c79d1f8c{0%{bottom:30px}50%{bottom:40px}to{bottom:30px}}.about-us1[data-v-c79d1f8c]{width:100%;height:auto;background-image:url(/assets/about-us.1a351840.jpg);background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;padding:60px;display:flex;position:relative;margin-bottom:20px}@media (max-width: 500px){.about-us1[data-v-c79d1f8c]{padding:20px}}.about-us1[data-v-c79d1f8c]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006}.about-us1 .about-us-wrapper1[data-v-c79d1f8c]{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.about-us1 .about-us-wrapper1 .about-us-text1[data-v-c79d1f8c]{text-align:center;color:#fff;text-align:justify;font-size:26px;letter-spacing:1.5px;word-spacing:1.1px;z-index:1}@media (max-width: 920px){.about-us1 .about-us-wrapper1 .about-us-text1[data-v-c79d1f8c]{font-size:18px}}@media (max-width: 655px){.about-us1 .about-us-wrapper1 .about-us-text1[data-v-c79d1f8c]{font-size:15px}}@media (max-width: 365px){.about-us1 .about-us-wrapper1 .about-us-text1[data-v-c79d1f8c]{font-size:13px}}.about-us1 .about-us-wrapper1 .about-us-number1[data-v-c79d1f8c]{display:flex;flex-direction:row;width:80%;justify-content:space-between;margin-top:100px;z-index:1}@media (max-width: 540px){.about-us1 .about-us-wrapper1 .about-us-number1[data-v-c79d1f8c]{width:100%}}.about-us1 .about-us-wrapper1 .about-us-number1 .number1[data-v-c79d1f8c]{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-size:40px;font-weight:900}@media (max-width: 920px){.about-us1 .about-us-wrapper1 .about-us-number1 .number1[data-v-c79d1f8c]{font-size:25px}}@media (max-width: 920px){.about-us1 .about-us-wrapper1 .about-us-number1 .number1[data-v-c79d1f8c]{font-size:20px}}@media (max-width: 365px){.about-us1 .about-us-wrapper1 .about-us-number1 .number1[data-v-c79d1f8c]{font-size:16.5px}}.clients-review[data-v-c79d1f8c]{width:80%;height:300px;display:flex;margin:0 auto}.header-section[data-v-c79d1f8c]{display:flex;flex-direction:row;width:100%;justify-content:center;align-items:center;height:50px;background-color:#1e5c54}.header-section p[data-v-c79d1f8c]{font-size:15px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:#fff;margin-bottom:5px}.header-section .spans-work[data-v-c79d1f8c]{width:4px;height:32px;background-color:#866a36;margin:0 5px;animation:upToDown-c79d1f8c 3s linear infinite}@keyframes upToDown-c79d1f8c{0%{height:0%}50%{height:32px}to{height:0%}}.home-services[data-v-c79d1f8c]{width:80%;height:auto;margin:30px auto;display:flex;justify-content:center;align-items:center}.home-services .grid[data-v-c79d1f8c]{display:grid;grid-template-columns:repeat(3,1fr);width:100%;height:auto;margin:0 auto;gap:13px}@media (max-width: 800px){.home-services .grid[data-v-c79d1f8c]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 550px){.home-services .grid[data-v-c79d1f8c]{grid-template-columns:repeat(1,1fr)}}.home-services .grid div[data-v-c79d1f8c]{position:relative}.home-services .grid div img[data-v-c79d1f8c]{width:100%;height:15rem;object-fit:cover;border-radius:4px;box-shadow:10px 1px 10px #413e3e;transition:all 1s ease;cursor:pointer}.home-services .grid div img[data-v-c79d1f8c]:hover{box-shadow:3px 1px 10px #413e3e;transform:scale(103%);transform:rotate(3deg)}.home-services .grid div[data-v-c79d1f8c]:before{content:"";width:100%;height:100%;background-color:#000;position:absolute;top:0;left:0;opacity:.2;pointer-events:none}.home-services .grid div .grid-infos[data-v-c79d1f8c]{position:absolute;top:50%;right:50%;transform:translate(50%,-50%);display:flex;align-items:center;justify-content:center;flex-direction:column;width:auto}.home-services .grid div .grid-infos .ficon[data-v-c79d1f8c]{height:50px;width:50px;color:#8aadc9e6;pointer-events:none}.home-services .grid div .grid-infos p[data-v-c79d1f8c]{font-size:1.2rem;color:#fff;letter-spacing:1.1px;font-weight:500;text-transform:capitalize;font-size:20px;font-weight:900}.link-whats[data-v-c79d1f8c]{text-decoration:none}.link-whats .whatsapp-section[data-v-c79d1f8c]{display:flex;flex-direction:row;justify-content:center;align-items:center;height:45px;background-color:#33a14e;width:17rem;color:#fff;margin:0 auto;border-radius:4px;transition:all .5s ease}@media (max-width: 450px){.link-whats .whatsapp-section[data-v-c79d1f8c]{width:14rem;font-size:12px}.link-whats .whatsapp-section .icon[data-v-c79d1f8c]{width:22px}}.link-whats .whatsapp-section[data-v-c79d1f8c]:hover{background-color:#d3941f}.link-whats .whatsapp-section p[data-v-c79d1f8c]{font-weight:600;font-size:80%}.link-whats .whatsapp-section .icon[data-v-c79d1f8c]{width:28px;margin-left:10px}@media (max-width: 450px){.link-whats .whatsapp-section .icon[data-v-c79d1f8c]{width:22px}}.videos[data-v-c79d1f8c]{display:flex;justify-content:center;max-width:90%;margin:20px auto}.about-us[data-v-c79d1f8c]{width:100%;max-width:100%;border:1px solid rgba(172,160,160,.5);display:flex;margin:10px auto;flex-direction:column;box-shadow:#00000059 0 5px 15px;position:relative}.about-us .about-us-img[data-v-c79d1f8c]{width:100%}.about-us .about-us-img[data-v-c79d1f8c]:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:#1311114d}.about-us .about-us-img img[data-v-c79d1f8c]{width:100%;height:20%;object-fit:contain}.about-us .about-us-wrapper[data-v-c79d1f8c]{position:absolute;top:40px;left:25px;max-width:95%;word-break:break-all;display:flex;flex-direction:column;padding-right:10px}.about-us .about-us-wrapper .about-us-text[data-v-c79d1f8c]{color:#fff;font-size:25px;text-align:justify;letter-spacing:1.2px}@media (max-width: 790px){.about-us .about-us-wrapper .about-us-text[data-v-c79d1f8c]{font-size:18px}}@media (max-width: 575px){.about-us .about-us-wrapper .about-us-text[data-v-c79d1f8c]{font-size:15px}}.about-us .about-us-wrapper .about-us-number[data-v-c79d1f8c]{display:flex;justify-content:space-between;padding:50px 30px 10px;color:#fff;font-size:40px;font-weight:600;margin-top:75px}@media (max-width: 640px){.about-us .about-us-wrapper .about-us-number[data-v-c79d1f8c]{font-size:30px;margin-top:10px}}@media (max-width: 497px){.about-us .about-us-wrapper .about-us-number[data-v-c79d1f8c]{font-size:15px}}.about-us .about-us-wrapper .about-us-number .number[data-v-c79d1f8c]{display:flex;flex-direction:column;justify-content:center;align-items:center}.services{margin-top:72px}.services .services-image{width:100%;height:20rem;position:relative}.services .services-image .image{width:100%;height:100%}.services .services-image .image img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.services .services-image .info{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center;position:absolute;bottom:0;transform:translateY(50%);padding:0 90px}@media (max-width: 840px){.services .services-image .info{padding:0 30px}}@media (max-width: 725px){.services .services-image .info{padding:0 15px}}@media (max-width: 373px){.services .services-image .info{padding:0}}.services .services-image .info .services-card{width:20rem;height:25rem;opacity:.8;display:flex;flex-direction:column;padding:50px 15px 15px;color:#fff;min-width:220px}@media (max-width: 685px){.services .services-image .info .services-card{width:15rem;height:auto;padding-bottom:50px}}@media (max-width: 350px){.services .services-image .info .services-card{width:13rem;min-width:1px}}.services .services-image .info .services-card p{z-index:80}.services .services-image .info .services-card p:first-child{font-size:40px;font-weight:500;margin-bottom:30px}@media (max-width: 685px){.services .services-image .info .services-card p:first-child{font-size:30px;font-weight:700}}@media (max-width: 505px){.services .services-image .info .services-card p:first-child{font-size:23px;width:100%}}.services .services-image .info .services-card p:last-child{font-size:15px;letter-spacing:1.5px;word-spacing:1px;text-justify:distribute;text-align-last:left}.services .services-image .info .more-info{display:flex;justify-content:center;align-items:center;padding:0 15px;opacity:.9;border-radius:4px;cursor:pointer;transition:all 1s ease;margin-left:20px;min-width:100px}@media (max-width: 618px){.services .services-image .info .more-info{width:50px;min-width:0px}}.services .services-image .info .more-info:hover{background-color:#ad8f57e6}.services .services-image .info .more-info .icon{color:#65d365;width:30px;margin-left:10px;z-index:22}@media (max-width: 618px){.services .services-image .info .more-info .icon{margin:0}}.services .services-image .info .more-info p{min-width:50px;z-index:22;color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 618px){.services .services-image .info .more-info p{display:none}}.services .services-image .services-title{position:absolute;bottom:50px;left:50%;transform:translateY(50%)}.services .services-image .services-title p{font-size:50px;font-weight:900}@media (max-width: 751px){.services .services-image .services-title p{font-size:30px}}@media (max-width: 519px){.services .services-image .services-title p{font-size:25px}}@media (max-width: 471px){.services .services-image .services-title p{font-size:20px}}@media (max-width: 434px){.services .services-image .services-title p{font-size:18px}}@media (max-width: 518px){.services .services-image .services-title{left:55%}}@media (max-width: 471px){.services .services-image .services-title{left:60%}}@media (max-width: 434px){.services .services-image .services-title{left:70%}}.services .link{font-size:12px}.extra-details[data-v-02f5e1a7]{width:80%;margin:50px auto;display:flex;flex-direction:column}.contact-us-page[data-v-e35d05fe]{width:100%;display:flex;justify-content:center;align-items:center}.contact-us-page input[type=text][data-v-e35d05fe],.contact-us-page input[type=email][data-v-e35d05fe],.contact-us-page textarea[data-v-e35d05fe]{width:100%;padding:12px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-top:6px;margin-bottom:16px;resize:vertical}.contact-us-page input[type=submit][data-v-e35d05fe]{color:#fff;padding:12px 40px;border:none;border-radius:4px;cursor:pointer}.contact-us-page input[type=submit][data-v-e35d05fe]:hover{background-color:#45a049}.contact-us-page .container[data-v-e35d05fe]{border-radius:5px;background-color:#f2f2f266;padding:20px;width:60%}.contact-us-page .error[data-v-e35d05fe]{color:red;margin:-15px 0 10px 20px}.message-sent[data-v-e35d05fe]{display:flex;flex-direction:column;width:30rem;height:5rem;background-color:#478b94;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);justify-content:center;align-items:center;color:#fff}.sending[data-v-e35d05fe]{position:relative}.sending .loading[data-v-e35d05fe]{position:absolute;width:1rem;height:1rem;border-radius:50%;top:50%;left:23%;transform:translateY(-50%);background-color:#fff;animation:spin-e35d05fe 1s linear infinite}@keyframes spin-e35d05fe{0%{transform:rotateY(0) translateY(-50%)}to{transform:rotatey(180deg) translateY(-50%)}}.pagination[data-v-247b82ba]{display:flex;flex-direction:row;height:4rem;width:auto;justify-content:center;align-items:center;margin:auto}.pagination .next[data-v-247b82ba],.pagination .prev[data-v-247b82ba]{font-size:1.5rem;margin:0 20px;cursor:pointer;color:#1e5c54}.pagination div[data-v-247b82ba]{width:auto;display:flex;align-items:center;justify-content:center}.pagination div .pages[data-v-247b82ba]{background-color:#1e5c54;color:#fff;width:auto;max-width:100%;height:1.5rem;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 8px;cursor:pointer;border:.5px solid white}.products[data-v-247b82ba]{width:80%;display:flex;justify-content:center;margin:0 auto;padding-bottom:40px;flex-wrap:wrap}@media (max-width: 800px){.products[data-v-247b82ba]{width:98%}}.products .product-card[data-v-247b82ba]{margin:10px;background-color:#fff;border-radius:10px;box-shadow:0 2px 20px #0003;overflow:hidden;min-width:300px;width:300px;cursor:pointer}@media (max-width: 645px){.products .product-card[data-v-247b82ba]{min-width:220px;width:220px}}.products .product-card[data-v-247b82ba]:hover{transform:scale(1.05) rotate(2deg)}.products .product-card-image[data-v-247b82ba]{width:100%;height:200px}.products .product-card-image img[data-v-247b82ba]{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.products .product-card-body[data-v-247b82ba]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:20px}.products .product-card-body .tag[data-v-247b82ba]{background:#cccccc;border-radius:50px;width:auto;font-size:13px;margin:0;color:#fff;padding:2px 8px;text-transform:uppercase;cursor:pointer;white-space:nowrap}@media (max-width: 645px){.products .product-card-body .smallScreenMarginTag[data-v-247b82ba]{translate:-20% 0}}.products .product-card-body .tag-purple[data-v-247b82ba]{background-color:#5e76bf}.products .product-card-body .title[data-v-247b82ba]{margin:10px 0 20px}.products .product-card-body .title p[data-v-247b82ba]{font-size:19px;font-weight:500}.products .product-card-body .details[data-v-247b82ba]{margin:0 0 20px}.products .product-card-body .info[data-v-247b82ba]{align-self:flex-end;font-size:10px;color:gray}.servicesTag[data-v-247b82ba]{display:flex;flex-direction:row;width:80%;justify-content:center;align-items:center;margin:15px auto;flex-wrap:wrap}.servicesTag div[data-v-247b82ba]{margin-top:15px}.servicesTag div label[data-v-247b82ba]{margin-right:20px;cursor:pointer;color:#fff;background-color:#1e5c54;padding:1px 5px;border-radius:5px}.servicesTag div label[data-v-247b82ba]:hover{background-color:#8fca8f}@media (hover: none){.servicesTag div label[data-v-247b82ba]:hover{background-color:#1e5c54}}.servicesTag div input[type=checkbox][data-v-247b82ba]{display:none}.servicesTag div input[type=checkbox]:checked~label[data-v-247b82ba]{border:1px solid rgb(81,203,238);box-shadow:0 0 5px #51cbee;background-color:#8fca8f}.single-product[data-v-17845358]{width:70%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;box-shadow:#00000059 0 5px 15px;padding:20px 0}@media (max-width: 700px){.single-product[data-v-17845358]{width:95%}}.single-product .fullDetails[data-v-17845358]{padding:20px;max-width:100%}.single-product .fullDetails[data-v-17845358] p,.single-product .fullDetails[data-v-17845358] p img{max-width:100%!important}.single-product .fullDetails[data-v-17845358] p img{border-radius:8px!important}.single-product .fullDetails[data-v-17845358] div,.single-product .fullDetails[data-v-17845358] div img{max-width:100%!important}.single-product .cover[data-v-17845358]{width:60%;height:20rem;border-radius:8px;margin-bottom:20px}.single-product .cover img[data-v-17845358]{height:100%;width:100%;object-fit:cover;object-position:50% 50%;border-radius:8px}.back-home[data-v-670bbc5e]{margin:150px;text-align:center;color:#000}.main[data-v-670bbc5e]{background-color:#fff;width:400px;height:400px;margin:7em auto;border-radius:1.5em;box-shadow:0 11px 35px 2px #00000024}.sign[data-v-670bbc5e]{padding-top:40px;color:#3c3441;font-family:Ubuntu,sans-serif;font-weight:700;font-size:23px}.un[data-v-670bbc5e]{width:76%;color:#263238;font-weight:700;font-size:14px;letter-spacing:1px;background:rgba(136,126,126,.04);padding:10px 20px;border:none;border-bottom:1px solid black;border-radius:20px;outline:none;box-sizing:border-box;border:2px solid rgba(0,0,0,.02);margin-left:46px;text-align:center;margin-bottom:27px;font-family:Ubuntu,sans-serif}form.form1[data-v-670bbc5e]{padding-top:40px}.pass[data-v-670bbc5e]{width:76%;color:#263238;font-weight:700;font-size:14px;letter-spacing:1px;background:rgba(136,126,126,.04);padding:10px 20px;border:1px solid rgb(156,151,151);border-radius:20px;outline:none;box-sizing:border-box;border:2px solid rgba(0,0,0,.02);margin-left:46px;text-align:center;margin-bottom:10px;font-family:Ubuntu,sans-serif}.un[data-v-670bbc5e]:focus,.pass[data-v-670bbc5e]:focus{border:2px solid rgba(0,0,0,.18)!important}.submit[data-v-670bbc5e]{cursor:pointer;border-radius:5em;color:#fff;background:linear-gradient(to right,#2c292c,#9f92a1);border:0;padding:10px 40px;font-family:Ubuntu,sans-serif;margin-left:35%;font-size:13px;box-shadow:0 0 20px 1px #0000000a}.forgot[data-v-670bbc5e]{text-shadow:0px 0px 3px rgba(117,117,117,.12);color:#e1bee7;padding-top:15px}a[data-v-670bbc5e]{text-shadow:0px 0px 3px rgba(117,117,117,.12);color:#e1bee7;text-decoration:none}@media (max-width: 600px){.main[data-v-670bbc5e]{border-radius:0}}.page[data-v-5d983e8f]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.page p[data-v-5d983e8f]:first-child{margin-bottom:20px}.page p[data-v-5d983e8f]:last-child{padding:15px;color:#fff;opacity:.8;cursor:pointer}.main-dashboard{display:flex;flex-direction:column}.main-dashboard-title{font-size:50px;font-weight:900;border-bottom:1px solid rgba(128,128,128,.8);width:100%}.main-dashboard-content{margin-top:20px}.dashboard[data-v-d07fa2e2]{width:100%;height:100%;display:flex;margin:auto}.dashboard P[data-v-d07fa2e2]{font-size:100%;margin:auto;font-weight:900}input[data-v-03ac51d0]{padding:8px 12px;font-size:16px;border-radius:4px;border:.5px solid rgb(172,166,166);width:100%;outline:none}form[data-v-441ce32c]{width:50%;min-width:14rem;display:flex;flex-direction:column;margin:auto}form .base-input[data-v-441ce32c]{width:100%;margin:10px auto}.fade-enter-active[data-v-9c64b70a],.fade-leave-active[data-v-9c64b70a]{transition:opacity .3s}.fade-enter[data-v-9c64b70a],.fade-leave-to[data-v-9c64b70a]{opacity:0}.velmld-overlay[data-v-9c64b70a]{position:absolute;z-index:3000;margin:0;top:0;right:0;bottom:0;left:0;transition:opacity .3s}.velmld-spinner[data-v-9c64b70a]{top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;text-align:center}.velmld-full-screen[data-v-9c64b70a]{position:fixed}.velmld-parent{position:relative!important}.image-wraper[data-v-7525b9d4]{min-height:200px!important}.gallery[data-v-7525b9d4]{background-color:#fbfbfb!important;border-radius:5px!important;border-style:solid!important;border:1px solid #bbbbbb!important;height:85px!important;line-height:1!important;box-sizing:border-box!important;height:auto!important}.images-upload[data-v-7525b9d4]{background-color:#fff!important;border-radius:5px!important;border:1px dashed #ccc!important;display:inline-block!important;cursor:pointer!important;width:165px!important;height:88px!important}.images-upload[data-v-7525b9d4]:hover{background-color:#f1f1f1!important}.images-upload[data-v-7525b9d4]::-webkit-file-upload-button{visibility:hidden}.images-upload[data-v-7525b9d4]:before{content:"Select some files";display:inline-block;background:linear-gradient(top,#f9f9f9,#e3e3e3);border:1px solid #999;border-radius:3px;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:700;font-size:10pt;height:24%;padding:23% 10%}.images-upload[data-v-7525b9d4]:hover:before{border-color:#000}.images-upload[data-v-7525b9d4]:active:before{background:-webkit-linear-gradient(top,#e3e3e3,#f9f9f9)}.image-container[data-v-7525b9d4]{display:inline-table!important;height:90px!important;width:140px!important;display:flex!important}.images-preview[data-v-7525b9d4]{border-radius:5px!important;border:1px solid #ccc!important;display:inline-block!important;width:140px!important;height:88px!important;padding-top:-14px!important;transition:filter .1s linear}.images-preview[data-v-7525b9d4]:hover{filter:brightness(90%)}.button-container[data-v-7525b9d4]{display:inline-flex!important;height:90px!important;width:140px!important;margin-right:.25rem!important;margin-left:.25rem!important}.close-btn[data-v-7525b9d4]{background:none!important;color:red!important;border:none!important;padding:0!important;margin:0!important;font:inherit!important;cursor:pointer!important;outline:inherit!important;position:relative!important;right:34px!important;top:-27px!important;width:0px!important}.times-icon[data-v-7525b9d4]{font-size:3rem!important;padding:0!important;margin:0!important}.custum-icon[data-v-7525b9d4]{color:#00afca!important;font-size:3rem!important;margin-top:18px!important;margin-left:44px!important}.custum-icon[data-v-7525b9d4]:hover{color:#29818f!important}.close-btn[data-v-7525b9d4]:hover{color:#be2727!important}.width-100[data-v-7525b9d4]{width:100%!important}.red-border[data-v-7525b9d4]{border:1px solid #dc3545!important;border-color:#dc3545!important}.elements-wraper[data-v-7525b9d4]{padding:1rem!important;display:flex!important;flex-wrap:wrap!important}.align-center[data-v-7525b9d4]{text-align:center!important}.m-top-1[data-v-7525b9d4]{margin-top:.25rem!important}.image-margin[data-v-7525b9d4]{margin:.25rem!important}.red-text[data-v-7525b9d4]{color:#d82335}.image-wraper[data-v-86b9c804]{min-height:200px!important}.gallery[data-v-86b9c804]{background-color:#fbfbfb!important;border-radius:5px!important;border-style:solid!important;border:1px solid #bbbbbb!important;height:85px!important;line-height:1!important;box-sizing:border-box!important;height:auto!important}.images-upload[data-v-86b9c804]{background-color:#fff!important;border-radius:5px!important;border:1px dashed #ccc!important;display:inline-block!important;cursor:pointer!important;width:165px!important;height:88px!important}.images-upload[data-v-86b9c804]::-webkit-file-upload-button{visibility:hidden}.images-upload[data-v-86b9c804]:before{content:"Select some files";display:inline-block;background:linear-gradient(top,#f9f9f9,#e3e3e3);border:1px solid #999;border-radius:3px;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:700;font-size:10pt;height:24%;padding:23% 10%}.images-upload[data-v-86b9c804]:hover:before{border-color:#000}.images-upload[data-v-86b9c804]:active:before{background:-webkit-linear-gradient(top,#e3e3e3,#f9f9f9)}.image-container[data-v-86b9c804]{display:inline-table!important;height:90px!important;width:140px!important;display:flex!important}.images-preview[data-v-86b9c804]{border-radius:5px!important;border:1px solid #ccc!important;display:inline-block!important;width:140px!important;height:88px!important;padding-top:-14px!important;transition:filter .1s linear}.images-preview[data-v-86b9c804]:hover{filter:brightness(90%)}.button-container[data-v-86b9c804]{display:inline-flex!important;height:90px!important;width:140px!important;margin-right:.25rem!important;margin-left:.25rem!important}.close-btn[data-v-86b9c804]{background:none!important;color:red!important;border:none!important;padding:0!important;margin:0!important;font:inherit!important;cursor:pointer!important;outline:inherit!important;position:relative!important;right:34px!important;top:-27px!important;width:0px!important}.times-icon[data-v-86b9c804]{font-size:3rem!important;padding:0!important;margin:0!important}.custum-icon[data-v-86b9c804]{color:#00afca!important;font-size:3rem!important;margin-top:18px!important;margin-left:44px!important}.custum-icon[data-v-86b9c804]:hover{color:#29818f!important}.close-btn[data-v-86b9c804]:hover{color:#be2727!important}.width-100[data-v-86b9c804]{width:100%!important}.red-border[data-v-86b9c804]{border:1px solid #dc3545!important;border-color:#dc3545!important}.elements-wraper[data-v-86b9c804]{padding:1rem!important;display:flex!important;flex-wrap:wrap!important}.align-center[data-v-86b9c804]{text-align:center!important}.m-top-1[data-v-86b9c804]{margin-top:.25rem!important}.image-margin[data-v-86b9c804]{margin:.25rem!important}.red-text[data-v-86b9c804]{color:#d82335}.form-about-us-numbers[data-v-636f9707]{display:flex;width:100%;flex-direction:row}.form-about-us-text[data-v-636f9707]{display:flex;flex-direction:row;width:100%;justify-content:space-between}.form-about-us-text .textarea-wrapper[data-v-636f9707]{display:flex;flex-direction:column;width:100%}.form-about-us-text .textarea-wrapper .base-input[data-v-636f9707]{width:90%;outline:none;padding:20px;resize:none}@media (max-width: 550px){.form-about-us-text[data-v-636f9707]{flex-direction:column}}.form-about-us-social[data-v-636f9707]{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.form-about-us-social .base-input[data-v-636f9707]{width:46.5%}.form-about-us-social .base-input[data-v-636f9707]:last-child{margin-right:0}@media (max-width: 672px){.form-about-us-social .base-input[data-v-636f9707]{width:45%}}@media (max-width: 502px){.form-about-us-social .base-input[data-v-636f9707]{width:80%}}@media (max-width: 502px){.form-about-us-social[data-v-636f9707]{flex-direction:column}}.base-input[data-v-636f9707]{margin-right:20px;margin-bottom:20px;border-radius:8px;margin-top:10px;width:30%}.base-input[data-v-636f9707]:last-child{margin-right:0}.field[data-v-6cc73028]{padding:8px 12px;font-size:16px;border-radius:4px;border:.5px solid rgb(172,166,166);width:100%;outline:none}.textarea-wrapper[data-v-2107552c]{display:flex;flex-direction:column;width:100%}.textarea-wrapper .base-input[data-v-2107552c]{width:100%;outline:none;padding:20px;resize:none;border-radius:4px}form[data-v-6e4c08b6]{width:90%;display:flex;flex-direction:column;padding:10px 20px}@media (max-width: 600px){form[data-v-6e4c08b6]{width:100%}}@media (max-width: 550px){form .tiny-mce[data-v-6e4c08b6]{width:125%}}form .service-product-select[data-v-6e4c08b6]{width:80%;height:30px;border-radius:4px;padding:0 15px;font-size:18px}@media (max-width: 550px){form .service-product-select[data-v-6e4c08b6]{width:100%}}form .title[data-v-6e4c08b6]{display:flex;flex-direction:row;width:80%;margin-top:20px;justify-content:space-between}@media (max-width: 550px){form .title[data-v-6e4c08b6]{width:100%}}@media (max-width: 500px){form .title[data-v-6e4c08b6]{flex-direction:column;margin-top:40px}}form .title .base-input[data-v-6e4c08b6]{width:48%}@media (max-width: 500px){form .title .base-input[data-v-6e4c08b6]{width:100%;margin-top:5px}}form .product-image[data-v-6e4c08b6]{display:flex;flex-direction:row;width:80%;justify-content:space-around;align-items:center;margin-top:20px}@media (max-width: 550px){form .product-image[data-v-6e4c08b6]{flex-direction:column}}form .product-image .label-product-image-cover[data-v-6e4c08b6]{background-color:#303030;padding:15px 20px;color:#fff;cursor:pointer}form .product-image .label-product-image-cover #product-image-cover[data-v-6e4c08b6]{display:none}form .product-image .product-image-preview[data-v-6e4c08b6]{width:8rem;height:8rem}@media (max-width: 550px){form .product-image .product-image-preview[data-v-6e4c08b6]{margin-top:20px}}form .product-image .product-image-preview img[data-v-6e4c08b6]{width:100%;object-fit:cover;object-position:center center;height:100%}form .label-cover-image #cover-image[data-v-6e4c08b6]{display:none}form .full-details[data-v-6e4c08b6]{margin-top:50px;width:80%}form .full-details .quill-editor[data-v-6e4c08b6]{min-height:150px;margin-bottom:20px;background-color:#fff}.trash[data-v-6e4c08b6]{color:red;cursor:pointer;position:absolute;right:3%;width:30px}.edit[data-v-6e4c08b6]{color:#1fc058;cursor:pointer;position:absolute;right:13%;width:30px}@media (max-width: 390px){.edit[data-v-6e4c08b6]{right:3%;top:10%}}
