@import url(https://fonts.googleapis.com/css2?family=Belleza&display=swap);.header{left:0;position:fixed;top:0;transition:all .5s ease-in-out;width:100%;z-index:1000}.header .header-1{background-color:var(--black);border-bottom:.2rem solid var(--main-color);display:flex;justify-content:space-between;padding-left:5%}.header.active .header-1{display:none}.header .header-contacts{align-items:center;display:flex;gap:3rem;list-style-type:none}.header .header-contacts li{align-items:center;color:var(--white);display:flex;font-size:1.6rem;gap:1rem}.header .header-contacts li .icon{align-items:center;color:var(--main-color);display:flex;justify-content:center}.header .header-contacts span{text-transform:none}.header .social-contacts{align-items:center;background-color:var(--main-color);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,10% 100%);clip-path:polygon(0 0,100% 0,100% 100%,10% 100%);display:flex;gap:1rem;height:100%;justify-content:flex-end;list-style-type:none;padding:.5rem 5% .5rem 0;width:40%}.header .social-contacts a{align-items:center;color:var(--white);display:flex;height:3rem;justify-content:center;width:3rem}.header .social-contacts a:hover{color:var(--secondary-color)}.header .header-2{align-items:center;display:flex;height:8rem;justify-content:space-between;padding:0 5%}.header.active .header-2{background-color:var(--black);border-bottom:.2rem solid var(--main-color);box-shadow:var(--box-shadow)}.header .container{align-items:center;display:flex;gap:2rem;height:100%}.header .navbar{display:flex;gap:1.8rem;height:100%;list-style-type:none}.header .icon-container{align-items:center;display:flex;gap:1rem;justify-content:center}.header .icon{color:var(--white);cursor:pointer;font-size:1.8rem}.header .icon:hover{color:var(--main-color)}.header .menu-btn,.mobile-menu{display:none}.header .search-container{align-items:center;background:var(--white);border-radius:50rem;box-shadow:var(--box-shadow);display:flex;margin-top:2rem;padding:1.5rem 2rem;position:absolute;right:2rem;top:100%;-webkit-transform:translateX(300%);transform:translateX(300%);-webkit-transform-origin:right;transform-origin:right;transition:-webkit-transform .3s ease;width:40rem}.header .search-container.active{-webkit-transform:translateX(0);transform:translateX(0)}.header .search-container input{background:transparent;color:var(--black);font-size:1.8rem;height:100%;text-transform:none;width:100%}.header .search-container input::-webkit-input-placeholder{text-transform:capitalize}.header .search-container input::placeholder{text-transform:capitalize}.header .search-container button{background-color:initial}.header .search-container .icon{color:var(--secondary-color);font-size:2rem}.header .search-container .icon:hover{color:var(--main-color);cursor:pointer}@media (max-width:991px){.header .menu-btn,.mobile-menu{display:block}.header .icon-container .btn,.header .navbar{display:none}}.header .nav-item{align-items:center;display:flex;justify-content:center;position:relative}.header .dropdown-menu{align-items:center;background:none;display:inline-block;display:flex;gap:.5rem}.header .dropdown-menu,.header .dropdown-menu .nav-btn{color:var(--white);cursor:pointer;font-size:1.7rem}.header .dropdown-menu .nav-btn:hover{color:var(--main-color)}.header .dropdown-content{background-color:var(--black);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);display:none;flex-direction:column;left:0;overflow:hidden;position:absolute;top:100%;transition:all .5s;width:20rem;z-index:1000}.header .dropdown-content a{color:var(--white);cursor:pointer;display:block;font-size:1.6rem;font-weight:600;padding:1rem 1.5rem}.header .dropdown-content a:hover{background-color:var(--main-color)}.header .nav-item:hover .nav-btn{color:var(--main-color)}.header .nav-item:hover .dropdown-content{border-bottom:var(--custom-border);display:flex}@media (max-width:991px){.mobile-menu{background:var(--secondary-color);border-bottom:.2rem solid rgba(0,0,0,.2);border-top:.2rem solid hsla(0,0%,100%,.2);box-shadow:var(--box-shadow);-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0);display:block;left:0;max-height:80vh;overflow-y:auto;padding:2rem;position:absolute;right:0;top:100%;transition:all .5s ease-in-out;z-index:10000}.mobile-menu.active{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.mobile-menu::-webkit-scrollbar{width:.8rem}.mobile-menu::-webkit-scrollbar-thumb{background-color:var(--main-color);border-radius:1rem}.mobile-menu::-webkit-scrollbar-track{background:transparent}}.mobile-navbar .main-nav-link{position:relative}.mobile-navbar .main-nav-link .nav-btn{align-items:center;background-color:var(--main-color);color:var(--white);cursor:pointer;display:flex;font-size:2rem;font-weight:700;justify-content:space-between;margin-top:1rem;padding:1.5rem 1rem;width:100%}.mobile-navbar .main-nav-link .icon{color:var(--white);cursor:pointer;font-size:2rem;position:absolute;right:1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:none}.mobile-navbar .sub-nav-link{background:var(--white);padding-bottom:1rem;padding-left:2rem;transition:all 0s}.mobile-navbar .sub-nav-link a{border-bottom:.2rem solid rgba(0,0,0,.2);color:var(--grey);display:block;font-size:1.8rem;font-weight:500;padding:1rem 0}.mobile-navbar .sub-nav-link a:hover{border-color:var(--main-color);color:var(--main-color)}.logo{z-index:100000}.logo img{height:5rem;width:auto}.scroll-to-top{align-items:center;background-color:var(--main-color)!important;border-radius:var(--border-radius-3)!important;bottom:1rem!important;box-shadow:var(--box-shadow);display:flex;height:6rem!important;justify-content:center;right:1rem!important;text-align:center;transition:all .2s;width:6rem!important;z-index:900!important}.scroll-to-top:hover{background-color:var(--secondary-color)!important;cursor:pointer}.scroll-to-top svg{fill:var(--white)}.heading{align-items:center;display:flex;flex-direction:column;padding-bottom:2rem}.heading .sub{align-items:flex-end;color:var(--main-color);display:inline-block;display:flex;font-size:2rem;font-weight:600;gap:1rem;letter-spacing:.2rem;line-height:1;margin-bottom:.5rem}.heading h2{color:var(--secondary-color);font-size:4rem;font-weight:600;letter-spacing:.1rem;line-height:1.2;text-align:center;text-shadow:1px 1px 8px rgba(0,0,0,.2)}.sideheading{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.sideheading h2{text-align:left}.btn,.heading.linear-bg h2{color:var(--white)}.btn{background-image:linear-gradient(144deg,var(--main-color),var(--accent-color),var(--main-color));background-size:300% 100%;border-radius:var(--border-radius-3);cursor:pointer;display:inline-block;font-size:1.6rem;padding:1.5rem 3rem;text-align:center;text-transform:uppercase}.btn:hover{background-position:100% 0}.footer{background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.6)),url(/static/media/Footer.a54ccf7df65d32883569.jpg);background-position:50%;background-size:cover}.footer .box-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));padding:2rem 5%}.footer-item h2{color:var(--white);font-size:2.5rem;font-weight:600;letter-spacing:.2rem;margin-bottom:2rem;padding-bottom:1rem;position:relative}.footer-item h2:before{background-color:var(--main-color);bottom:0;content:"";height:2px;left:0;position:absolute;-webkit-transform:translateX(0);transform:translateX(0);width:10rem}.footer-item>p{font-size:1.6rem;padding-top:1.5rem}.footer-item p{color:var(--white);font-weight:500;line-height:1.5}.footer-item .connect{padding-top:1rem}.footer-item .connect p{margin-bottom:.5rem!important;text-transform:none}.footer-item .connect .icon{align-items:center;color:var(--main-color);display:flex;font-size:1.6rem;height:3rem;justify-content:center;width:3rem}.footer-item .social{display:flex;gap:1rem;margin-top:1.5rem}.footer-item .social a{align-items:center;background-color:var(--main-color);border:.15rem solid var(--main-color);border-radius:var(--border-radius-3);display:flex;height:4rem;justify-content:center;width:4rem}.footer-item .social a .icon{color:var(--white);font-size:1.7rem}.footer-item .social a:hover{background-color:initial}.footer-item .social a:hover .icon{color:var(--main-color)}.footer-item .info p{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.footer-item .info a{color:var(--white);font-size:1.8rem}.footer-item .links p:hover a{color:var(--main-color)}.footer-item .links p .icon{color:var(--main-color);font-size:1.5rem}.footer-item:last-child p{line-height:1.6;padding-bottom:2rem;padding-top:0}.footer-item .input-field{margin-bottom:1rem}.footer-item .dark-form .alert{color:var(--white);display:inline-block;font-size:2rem;min-height:3rem;padding-top:1rem}.footer .content{background-color:var(--main-color);padding:2rem 0;text-align:center}.footer .content p{color:var(--white);font-size:2rem}.page-title{align-items:center;background:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.5)),url(/static/media/pageTitle.30019ef5970027477dc0.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;gap:1.5rem;justify-content:space-between;min-height:40rem;padding:8rem 5% 0}.page-title .title{border-left:var(--custom-border);padding-left:1rem}.page-title .title h2{color:var(--white);font-size:5rem;font-weight:500;text-transform:uppercase}.page-title .link{align-items:center;display:flex;font-size:1.8rem;gap:1.5rem;justify-content:center}.page-title .link a{color:var(--white);font-weight:600}.page-title .link a:hover{color:var(--main-color)}.page-title .link .icon{color:var(--white)}.page-title .link span{color:var(--white);font-weight:500}.sidebar-heading h2{color:var(--secondary-color);font-size:3rem;font-weight:500;letter-spacing:.1rem;line-height:1;margin-bottom:1.5rem;padding-bottom:1.2rem;position:relative;word-spacing:1px}.sidebar-heading h2:before{background-color:var(--main-color);bottom:0;content:"";height:2px;left:0;position:absolute;width:10rem}.page-gallery{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));padding:2rem 0}.page-gallery img{border-radius:var(--border-radius-3);box-shadow:var(--box-shadow)}@-webkit-keyframes closeWindow{0%{opacity:1}to{opacity:0}}@keyframes closeWindow{0%{opacity:1}to{opacity:0}}.ril__outer{-ms-content-zooming:none;-ms-touch-select:none;background-color:rgba(0,0,0,.85);bottom:0;height:100%;left:0;outline:none;right:0;top:0;touch-action:none;-ms-user-select:none;width:100%;z-index:1000}.ril__outerClosing{opacity:0}.ril__image,.ril__imageNext,.ril__imagePrev,.ril__inner{bottom:0;left:0;position:absolute;right:0;top:0}.ril__image,.ril__imageNext,.ril__imagePrev{-ms-content-zooming:none;-ms-touch-select:none;margin:auto;max-width:none;touch-action:none;-ms-user-select:none}.ril__imageDiscourager{background-position:50%;background-repeat:no-repeat;background-size:contain}.ril__navButtons{border:none;bottom:0;cursor:pointer;height:34px;margin:auto;opacity:.7;padding:40px 30px;position:absolute;top:0;width:20px}.ril__navButtons:hover{opacity:1}.ril__navButtons:active{opacity:.7}.ril__navButtonPrev{background:rgba(0,0,0,.2) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0ibTE5IDMtMi0yTDEgMTdsMTYgMTYgMS0xTDMgMTcgMTggMnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;left:0}.ril__navButtonNext{background:rgba(0,0,0,.2) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0ibTEgMyAyLTIgMTYgMTZMMyAzM2wtMS0xIDE1LTE1TDIgMnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;right:0}.ril__downloadBlocker{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.ril__caption,.ril__toolbar{background-color:rgba(0,0,0,.5);display:flex;justify-content:space-between;left:0;position:absolute;right:0}.ril__caption{bottom:0;max-height:150px;overflow:auto}.ril__captionContent{color:#fff;padding:10px 20px}.ril__toolbar{height:50px;top:0}.ril__toolbarSide{height:50px;margin:0}.ril__toolbarLeftSide{flex:0 1 auto;overflow:hidden;padding-left:20px;padding-right:0;text-overflow:ellipsis}.ril__toolbarRightSide{flex:0 0 auto;padding-left:0;padding-right:20px}.ril__toolbarItem{color:#fff;display:inline-block;font-size:120%;line-height:50px;max-width:100%;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.ril__toolbarItemChild{vertical-align:middle}.ril__builtinButton{border:none;cursor:pointer;height:35px;opacity:.7;width:40px}.ril__builtinButton:hover{opacity:1}.ril__builtinButton:active{outline:none}.ril__builtinButtonDisabled{cursor:default;opacity:.5}.ril__builtinButtonDisabled:hover{opacity:.5}.ril__closeButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0ibTEgMyAxLjI1LTEuMjUgNy41IDcuNSA3LjUtNy41TDE4LjUgMyAxMSAxMC41bDcuNSA3LjUtMS4yNSAxLjI1LTcuNS03LjUtNy41IDcuNUwxIDE4bDcuNS03LjVMMSAzeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==) no-repeat 50%}.ril__zoomInButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2TTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%}.ril__zoomOutButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat 50%}.ril__outerAnimating{-webkit-animation-name:closeWindow;animation-name:closeWindow}@-webkit-keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}@keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}.ril__loadingCircle{height:60px;position:relative;width:60px}.ril__loadingCirclePoint{height:100%;left:0;position:absolute;top:0;width:100%}.ril__loadingCirclePoint:before{-webkit-animation:pointFade .8s ease-in-out infinite both;animation:pointFade .8s ease-in-out infinite both;background-color:#fff;border-radius:30%;content:"";display:block;height:30%;margin:0 auto;width:11%}.ril__loadingCirclePoint:first-of-type{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ril__loadingCirclePoint:first-of-type:before,.ril__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.ril__loadingCirclePoint:nth-of-type(2){-webkit-transform:rotate(30deg);transform:rotate(30deg)}.ril__loadingCirclePoint:nth-of-type(8){-webkit-transform:rotate(210deg);transform:rotate(210deg)}.ril__loadingCirclePoint:nth-of-type(2):before,.ril__loadingCirclePoint:nth-of-type(8):before{-webkit-animation-delay:-666ms;animation-delay:-666ms}.ril__loadingCirclePoint:nth-of-type(3){-webkit-transform:rotate(60deg);transform:rotate(60deg)}.ril__loadingCirclePoint:nth-of-type(9){-webkit-transform:rotate(240deg);transform:rotate(240deg)}.ril__loadingCirclePoint:nth-of-type(3):before,.ril__loadingCirclePoint:nth-of-type(9):before{-webkit-animation-delay:-533ms;animation-delay:-533ms}.ril__loadingCirclePoint:nth-of-type(4){-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ril__loadingCirclePoint:nth-of-type(10){-webkit-transform:rotate(270deg);transform:rotate(270deg)}.ril__loadingCirclePoint:nth-of-type(10):before,.ril__loadingCirclePoint:nth-of-type(4):before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.ril__loadingCirclePoint:nth-of-type(5){-webkit-transform:rotate(120deg);transform:rotate(120deg)}.ril__loadingCirclePoint:nth-of-type(11){-webkit-transform:rotate(300deg);transform:rotate(300deg)}.ril__loadingCirclePoint:nth-of-type(11):before,.ril__loadingCirclePoint:nth-of-type(5):before{-webkit-animation-delay:-266ms;animation-delay:-266ms}.ril__loadingCirclePoint:nth-of-type(6){-webkit-transform:rotate(150deg);transform:rotate(150deg)}.ril__loadingCirclePoint:nth-of-type(12){-webkit-transform:rotate(330deg);transform:rotate(330deg)}.ril__loadingCirclePoint:nth-of-type(12):before,.ril__loadingCirclePoint:nth-of-type(6):before{-webkit-animation-delay:-133ms;animation-delay:-133ms}.ril__loadingCirclePoint:nth-of-type(7){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ril__loadingCirclePoint:nth-of-type(13){-webkit-transform:rotate(1turn);transform:rotate(1turn)}.ril__loadingCirclePoint:nth-of-type(13):before,.ril__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:0ms;animation-delay:0ms}.ril__loadingContainer{bottom:0;left:0;position:absolute;right:0;top:0}.ril__imageNext .ril__loadingContainer,.ril__imagePrev .ril__loadingContainer{display:none}.ril__errorContainer{align-items:center;bottom:0;color:#fff;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.ril__imageNext .ril__errorContainer,.ril__imagePrev .ril__errorContainer{display:none}.ril__loadingContainer__icon{color:#fff;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.banner{align-items:center;background:url(/static/media/Banner.3a59483f452d5a353f21.jpg);background-position:0;background-size:cover;display:flex;justify-content:flex-start;padding:8rem 5%;width:100%}.banner .content{width:70rem}.newsletter-form .box-container{align-items:center;background-color:var(--white);border-radius:var(--border-radius-3);display:flex;gap:1.5rem;margin:0 auto;max-width:60rem;padding:.5rem}.newsletter-form input{background-color:var(--white);color:var(--black);font-size:1.5rem;padding:0 1.5rem;text-transform:none;width:100%}#newsletter-form .alert{display:block;font-size:2rem;min-height:3rem;padding-top:1rem;transition:none}#newsletter-form .error{color:red}#newsletter-form .success{color:var(--white)}.team-item{border-radius:var(--border-radius-4);box-shadow:var(--box-shadow);height:40rem;overflow:hidden;position:relative}.team-item .content{align-items:flex-start;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.6));bottom:0;height:100%;justify-content:flex-end;left:0;padding:2rem;width:100%}.team-item .content,.team-item .icon-container{display:flex;flex-direction:column;position:absolute}.team-item .icon-container{align-items:center;background-color:var(--main-color);border-radius:var(--border-radius-3);justify-content:center;overflow:hidden;padding:1rem 0;right:-100%;top:1rem;transition:all .4s ease-in-out 0s;z-index:2}.team-item:hover .icon-container{right:1rem}.team-item .icon-container a{align-items:center;color:var(--white);display:flex;font-size:1.7rem;height:4rem;justify-content:center;width:5rem}.team-item .icon-container a:hover{background-color:var(--white);color:var(--main-color)}.team-item .content h3{color:var(--white);font-size:2.5rem;font-weight:600}.team-item .content h3:hover{color:var(--main-color)}.team-item .content p{color:var(--white);font-size:1.8rem;padding-top:.5rem;text-transform:uppercase}.faq .accordion{background:var(--white);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);margin-bottom:1.5rem;overflow:hidden}.faq .accordion:last-child{margin-bottom:0}.faq .accordion .accordion-heading{align-items:center;cursor:pointer;display:flex;font-size:1.8rem;gap:1.5rem;padding:1.5rem}.accordion.active .accordion-heading{border-bottom:.3rem solid var(--main-color)}.faq .accordion .accordion-heading h3{color:var(--black)}.accordion.active .accordion-heading h3{color:var(--main-color)}.faq .accordion .accordion-heading .icon{align-items:center;background-color:var(--main-color);border-radius:var(--border-radius-3);color:var(--white);display:flex;height:4rem;justify-content:center;width:4rem}.faq .accordion-content{color:var(--grey);display:none;font-size:1.5rem;line-height:2;padding:2rem}.faq .accordion.active .accordion-content{display:block}.page-sidebar{background:var(--secondary-color);border-bottom:var(--custom-border);border-radius:var(--border-radius-4);box-shadow:var(--box-shadow);flex:1 1 25rem;padding:4rem}.page-sidebar .sub-heading{color:var(--white);display:inline-block;font-size:2.5rem;font-weight:600;line-height:1;padding-bottom:2rem}.page-sidebar .detail-item{display:flex;gap:.8rem;padding-bottom:2rem}.page-sidebar .detail-item:last-child{padding-bottom:0}.page-sidebar .detail-item .icon{align-items:center;color:var(--main-color);display:flex;font-size:1.8rem;height:2rem;justify-content:center;width:2rem}.page-sidebar .detail-item h3{color:var(--white);font-size:1.8rem;font-weight:600;line-height:1;padding-bottom:.5rem}.page-sidebar .detail-item .detail-content p{color:var(--light-grey);font-weight:400;line-height:1.3;text-transform:none}.page-sidebar .btn{margin-top:3rem}.process-item{border-radius:var(--border-radius-4);box-shadow:var(--box-shadow);height:35rem;overflow:hidden;position:relative;text-align:center}.process-item .content{align-items:center;background-color:rgba(0,0,0,.7);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:2rem 4rem;position:absolute;top:0;width:100%}.process-item h6{-webkit-text-stroke-width:.1rem;stroke-width:.1rem;-webkit-text-stroke-color:var(--white);stroke:var(--white);color:#02010100;font-size:7rem;font-weight:900}.process-item h3{color:var(--white);font-size:2.8rem;font-weight:600;padding-bottom:1rem;padding-top:.5rem}.process-item p{color:var(--light-grey);margin-bottom:2rem}.event-item{border-bottom:var(--custom-border);border-radius:var(--border-radius-4);box-shadow:var(--box-shadow);overflow:hidden;position:relative}.event-item .image{height:30rem}.event-item .content{align-items:flex-start;background-color:rgba(0,0,0,.7);display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;padding:2rem;position:absolute;top:0;width:100%}.event-item .date{background-color:rgba(0,100,0,.9);border-radius:var(--border-radius-3);color:var(--white);display:inline-block;font-size:1.8rem;padding:1.5rem;position:absolute;right:0;text-align:center;top:0;width:8rem}.event-item .date span{font-size:2.5rem;font-weight:500}.event-item .details{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;padding-bottom:1rem}.event-item h3{align-items:center;display:flex;gap:.7rem}.event-item h3 .icon{align-items:center;color:var(--main-color);display:flex;height:1.6rem;justify-content:center;width:1.6rem}.event-item h3 span{color:var(--light-grey);font-size:1.6rem;font-weight:400}.event-item .main-heading{color:var(--white);display:block;font-size:2.8rem;font-weight:600;line-height:1.3}.event-item .main-heading:hover{color:var(--main-color)}.position-item{background-color:var(--white);border-bottom:var(--custom-border);border-radius:var(--border-radius-4);box-shadow:var(--box-shadow);padding:4rem 3rem 3rem}.position-item>span{background-color:rgba(0,100,0,.3);border-radius:var(--border-radius-3);color:var(--main-color);font-size:1.8rem;font-weight:500;padding:.7rem 1.5rem}.position-item h2{color:var(--secondary-color);display:block;font-size:2.5rem;padding-bottom:1rem;padding-top:2rem}.position-item h2:hover{color:var(--main-color)}.position-item .details{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.position-item h3{align-items:center;display:flex;gap:.5rem}.position-item h3 .icon{color:var(--main-color);font-size:1.6rem}.position-item h3 span{color:var(--grey);font-size:1.8rem;font-weight:400}.cost-calculator{border-bottom:2rem solid var(--main-color);border-top:2rem solid var(--main-color);padding:0}.homepage .cost-calculator{border:none}.cost-calculator .box-container{background-image:url(/static/media/Cost-Calculator.910abce9325b34a4024f.jpg);background-position:50%;background-size:cover}.cost-calculator .content{background:var(--custom-bg);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,20% 100%);clip-path:polygon(0 0,100% 0,100% 100%,20% 100%);margin-left:auto;max-width:90rem;padding:4rem 5% 4rem 20%}.cost-calculator form{width:100%}.cost-calculator .cost-total{background-color:var(--main-color);border-radius:5rem;display:flex;justify-content:space-between;margin-top:1rem;overflow:hidden;padding:.2rem}.cost-calculator .cost-total h5,.cost-calculator .cost-total span{color:var(--white);font-size:2rem;padding:1rem 2rem}.cost-calculator .cost-total span{align-items:center;background-color:var(--secondary-color);border-radius:5rem;display:flex;min-height:100%;width:15rem}.get-quote{border-bottom:2rem solid var(--main-color);border-top:2rem solid var(--main-color);padding:0}.get-quote form .alert{display:inline;padding-left:1rem}.get-quote form .alert span{font-size:2rem}.get-quote form .error span{color:red}.get-quote form .success span{color:var(--white)}.get-quote .box-container{background-image:url(/static/media/Get-Quote.d3ff50c4aed6d1d4efe9.jpg);background-position:50%;background-size:cover}.get-quote .content{background:var(--custom-bg);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,20% 100%);clip-path:polygon(0 0,100% 0,100% 100%,20% 100%);margin-left:auto;max-width:90rem;padding:4rem 5% 4rem 20%}.get-quote ::-webkit-calendar-picker-indicator{-webkit-filter:invert(1);filter:invert(1)}.service-item{border-bottom:var(--custom-border);border-radius:var(--border-radius-4);box-shadow:var(--box-shadow);height:35rem;overflow:hidden;position:relative}.service-item .content{background-color:rgba(0,0,0,.7);flex-direction:column;height:100%;left:0;padding:2rem;position:absolute;text-align:center;top:0;width:100%}.service-item .content,.service-item .icon{align-items:center;display:flex;justify-content:center}.service-item .icon{background-color:var(--main-color);border-radius:var(--border-radius-3);color:var(--white);font-size:3rem;height:8rem;margin-bottom:1.5rem;width:8rem}.service-item h3{color:var(--white);font-size:2.8rem;font-weight:600;padding-bottom:.5rem}.service-item h3:hover{color:var(--main-color)}.service-item p{color:var(--light-grey);margin-bottom:2rem}.projects .tab-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;list-style-type:none;margin-bottom:2rem}.projects .tab-buttons .button{background-color:var(--black);border-radius:var(--border-radius-3);color:var(--white);font-size:1.6rem;font-weight:500;padding:1.5rem 3rem;text-align:center;text-transform:uppercase}.projects .tab-buttons .button.active,.projects .tab-buttons .button:hover{background-color:var(--main-color);box-shadow:var(--box-shadow);cursor:pointer}.project-item{padding:.8rem;width:33.3%}.projects-content{border-bottom:var(--custom-border);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);height:30rem;overflow:hidden;position:relative}.project-item .content{align-items:flex-start;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.7));bottom:0;display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;padding:2rem;position:absolute;transition:all .4s ease-in-out 0s;width:100%}.project-item .text{z-index:1}.project-item .text p{color:var(--white);font-weight:500;line-height:1.3;text-transform:uppercase}.project-item .text h3{color:var(--white);font-size:2.8rem;font-weight:600}.project-item .text h3:hover{color:var(--main-color)}.project-item .btn-container{display:flex;gap:.7rem;left:0;opacity:0;padding:2rem;position:absolute;top:0;-webkit-transform:translateY(-2rem);transform:translateY(-2rem);transition:all .4s ease-in-out 0s}.project-item:hover .btn-container{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.project-item a .icon{align-items:center;background-color:var(--main-color);border-radius:var(--border-radius-3);color:var(--white);display:flex;height:5rem;justify-content:center;padding:1.5rem;width:5rem}.project-item a .icon:hover{background-color:var(--secondary-color);cursor:pointer}.blog-item{border-bottom:var(--custom-border);border-radius:var(--border-radius-4);box-shadow:var(--box-shadow);overflow:hidden;position:relative}.blog-item .image{height:30rem}.blog-item .date{background-color:rgba(0,100,0,.9);border-radius:var(--border-radius-3);color:var(--white);display:inline-block;font-size:2.5rem;line-height:1.05;padding:1.5rem;position:absolute;right:1.5rem;text-align:center;top:1.5rem;width:8rem;z-index:1}.blog-item .content{align-items:flex-start;background-color:rgba(0,0,0,.7);display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;overflow:hidden;padding:2rem;position:absolute;top:0;width:100%}.blog-item .content .main-heading{color:var(--white);display:block;font-size:2.8rem;font-weight:600;line-height:1.3;padding-bottom:1rem}.blog-item .content .main-heading:hover{color:var(--main-color)}.blog-item .details{align-items:center;display:flex;gap:2rem}.blog-item h3{align-items:center;display:flex;gap:.7rem}.blog-item h3 .icon{color:var(--main-color);font-size:1.8rem}.blog-item h3 span,.blog-item h3 span a{color:var(--light-grey);font-size:1.8rem;font-weight:400}.blog-item h3 span a:hover{color:var(--main-color)}.sidebar .post-item{margin-bottom:.5rem}.sidebar .post-item img{width:10rem}.sidebar .post-item a{color:var(--black);font-size:1.8rem;line-height:1.2}.comments{padding:2rem 0}.comments h4{color:var(--black);font-size:2.5rem;padding-bottom:1rem}.comments .replies{margin-left:12rem;margin-top:.5rem}.comments .replies .comment-content{flex:1 1 20rem}.comment{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;display:flex;gap:2rem;padding-bottom:2rem}.comment .comment-image{border:.5rem solid var(--white);border-radius:50%;box-shadow:var(--box-shadow);height:10rem;overflow:hidden;width:10rem}.comment .comment-content{flex:1 1 35rem}.comment .comment-intro{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.comment .text{color:var(--grey);font-size:1.5rem;line-height:1.2;padding-top:1rem}.comment .text h3{color:var(--secondary-color);font-size:2.2rem;font-weight:700}.comment .text h6{color:var(--main-color);font-size:1.5rem;font-weight:500}.comment .rating{display:flex;gap:.5rem}.comment .rating .icon{color:var(--main-color);font-size:1.6rem}.comment .rating h5{color:var(--black);font-size:1.6rem}.comment .icon-item{align-items:center;background-color:var(--main-color);border-radius:5rem;color:var(--white);cursor:pointer;display:flex;gap:.3rem;padding:.7rem 1.5rem}.comment .icon-item .icon{color:var(--white);font-size:1.5rem;padding-right:.5rem}.comment .icon-item span{color:var(--white);font-size:1.6rem}.comment .icon-item:hover{background-color:var(--secondary-color);cursor:pointer}.pages-no{display:flex;justify-content:center;margin-top:2rem;width:100%}.pages-no .container{display:flex;gap:1rem}.pages-no .item{align-items:center;background-color:var(--secondary-color);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);color:var(--white);display:flex;font-size:2rem;height:5rem;justify-content:center;width:5rem}.pages-no .item.active,.pages-no .item:hover{background-color:var(--main-color);cursor:pointer}.pages-no .numbers{display:flex;gap:1rem}.shoplist-title{background-color:var(--main-color);color:var(--white);display:flex;justify-content:center;margin-bottom:1rem;padding:1rem 1.5rem}.shoplist-title h3{flex:1 1 10rem;font-size:1.8rem;text-align:center}.shoplist-title h3:first-child{flex:1 1 20rem;text-align:left}.shop-sidebar .product-item{align-items:center;box-shadow:none;display:flex;gap:1rem;margin-bottom:1rem}.shop-sidebar .product-item:last-child{margin-bottom:0}.shop-sidebar .product-item .options{display:none}.shop-sidebar .product-item .content{padding:0;text-align:left}.shop-sidebar .product-item .image img{border-radius:var(--border-radius-3);height:8rem;width:8rem}.shop-sidebar .product-item .rating{display:none}.shop-sidebar .product-item h3{display:inline-block;font-size:2rem;font-weight:600}.shop-sidebar .product-item .price{font-size:1.7rem;font-weight:700;padding-top:.5rem}.shop-sidebar .product-item .price span{color:var(--grey);font-size:1.3rem}.product-item{background-color:var(--white);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);overflow:hidden}.product-item .options{align-items:center;background-color:rgba(0,0,0,.8);display:flex;gap:1rem;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:all .5s ease;width:100%}.product-item:hover .options{opacity:1}.product-item .options a{align-items:center;background:var(--main-color);border-radius:var(--border-radius-3);color:var(--white);display:flex;font-size:1.6rem;height:4.5rem;justify-content:center;scale:0;width:4.5rem}.product-item:hover .options a{scale:1}.product-item .options a:hover{background:var(--white);color:var(--main-color)}.product-item .image{overflow:hidden;position:relative}.product-item .image img{height:25rem;object-fit:cover;overflow:hidden;width:100%}.product-item .content{padding:2rem}.product-item .rating{display:flex;gap:1rem;padding-top:.7rem}.product-item .rating .icon{color:var(--main-color);font-size:1.4rem}.product-item .rating h5{color:var(--black);font-size:1.5rem}.product-item h3{color:var(--black);font-size:2.2rem;font-weight:600}.product-item .price p,.product-item h3:hover{color:var(--main-color)}.product-item .price p{font-size:2rem;font-weight:700}.product-item .price span{color:var(--grey);font-size:1.7rem;font-weight:400;padding-left:.2rem;text-decoration:line-through}.shop-header{align-items:center;background-color:var(--white);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;padding:1rem 1.5rem}.shop-header .showing{color:var(--grey);font-size:1.6rem}.shop-header .styles{display:flex;gap:1rem;list-style-type:none}.shop-header .styles a{color:var(--black);font-size:2rem}.shop-header .styles a:hover{color:var(--main-color)}.shop-header .custom-select .custom-select-prefix__control{border:1px solid rgba(0,0,0,.2)!important;border-radius:.4rem;color:var(--grey)!important;font-size:1.5rem;min-height:4rem;width:18rem}.shop-header .custom-select .custom-select-prefix__single-value{color:var(--grey)!important}.shop-header .custom-select-prefix__control--is-focused{border-color:var(--main-color)!important;box-shadow:0 0 0 1px var(--main-color)!important}.shop-header .custom-select .custom-select-prefix__option{cursor:pointer;font-size:1.5rem}.shop-header .custom-select .custom-select-prefix__option:hover{background-color:var(--main-color);color:var(--white)}.shop-header .custom-select .custom-select-prefix__option--is-selected{background-color:var(--secondary-color);color:var(--white)}.summary-item{align-items:center;display:flex;justify-content:space-between;padding-bottom:1.8rem}.summary-item:last-child{padding-bottom:1rem}.summary-item .box{color:var(--black);font-size:2rem}.summary-item .name{font-weight:600}.summary-item .value{color:var(--main-color);font-weight:500}.price-filter{padding:2.5rem 1.5rem;width:100%}.price-filter .price-input{display:flex;gap:2rem;margin-bottom:3rem}.price-input .field{align-items:center;display:flex;height:3.5rem;width:100%}.price-input h3{color:var(--black);font-size:1.8rem;font-weight:600}.field span{border:.1rem solid rgba(0,0,0,.2);border-radius:5px;display:inline-block;font-size:1.5rem;height:100%;margin-left:10px;text-align:center;width:100%}.field span,.price-input .separator{align-items:center;color:var(--black);display:flex;justify-content:center}.price-input .separator{font-size:2rem;width:2rem}.slider{background:#ddd;border-radius:5px;height:.5rem;position:relative;transition:none}.slider .progress{background:var(--main-color);border-radius:.5rem;height:100%;left:25%;position:absolute;right:25%;transition:none}.range-input{position:relative}.range-input input{-webkit-appearance:none;appearance:none;background:none;cursor:pointer;height:5px;pointer-events:none;position:absolute;top:-5px;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--main-color);border-radius:50%;box-shadow:0 0 6px rgba(0,0,0,.05);height:17px;pointer-events:auto;width:17px}input[type=range]::-moz-range-thumb{-moz-appearance:none;background:var(--main-color);border:none;border-radius:50%;box-shadow:0 0 6px rgba(0,0,0,.05);height:17px;pointer-events:auto;width:17px}.empty-cart{align-items:center;display:flex;flex-direction:column;height:70vh;justify-content:center}.empty-cart .icon{font-size:15rem}.empty-cart h3{color:var(--black);font-size:2.5rem;font-weight:600;padding:2rem 0}.home{padding:0;position:relative}.home-slider{overflow:hidden;position:relative}.home-slider .swiper-button-next,.home-slider .swiper-button-prev{opacity:0}.home-slider:hover .swiper-button-next,.home-slider:hover .swiper-button-prev{opacity:1}.home-item{height:65rem}.home-item .content{align-items:center;background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.5));display:flex;height:100%;justify-content:center;left:0;padding:10rem 5%;position:absolute;top:0;width:100%}.home-item .content .text{background-color:rgba(0,0,0,.6);border-bottom:var(--custom-border);border-radius:100px 10px 100px 10px;border-right:var(--custom-border);margin-top:8rem;overflow:hidden;padding:3rem;text-align:center;width:70rem}.home-item .content h5{align-items:center;color:var(--main-color);display:flex;font-size:2.5rem;font-weight:600;gap:1rem;justify-content:center;margin-bottom:1.5rem}.home-item .content h3{color:var(--white);font-size:5rem;font-weight:600;letter-spacing:.1rem;line-height:1.1;margin-bottom:2.5rem}.home-item .content h3 span{color:var(--main-color)}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;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")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;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{-webkit-transform-style:preserve-3d;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{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width: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{-webkit-margin-start:var(--swiper-centered-offset-before);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{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s;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{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-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:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;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%;-webkit-transform:translateX(-50%);transform:translateX(-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:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;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{height:4px;left:0;top:0;width:100%}.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{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;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:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.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{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.features{padding-bottom:2rem}.features .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}.feature-item{background-color:var(--black);border-radius:var(--border-radius-4);cursor:pointer;margin-top:3rem;padding:5rem 3rem 3rem;position:relative}.feature-item .icon{align-items:center;background-color:var(--main-color);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);color:var(--white);display:flex;font-size:3rem;height:7rem;justify-content:center;left:3rem;overflow:hidden;position:absolute;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:7rem}.feature-item h3{color:var(--white);font-size:2.5rem;margin-bottom:1rem}.feature-item p{color:var(--light-grey)}.about{align-items:center;display:flex;flex-wrap:wrap;gap:4rem}.about .image{display:flex;flex:1 1 42rem;gap:1.5rem;overflow:hidden;position:relative}.about .sub-image{border-radius:var(--border-radius-4);flex:1 1 15rem;height:45rem;overflow:hidden}.about .image img{box-shadow:var(--box-shadow)}.about .sub-image.last{margin-top:1.5rem}.about .experience{align-items:center;background-color:rgba(0,0,0,.9);border-left:var(--custom-border);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);color:var(--white);display:flex;font-size:2rem;gap:1rem;justify-content:center;line-height:1.2;padding:1rem 2rem;position:absolute;right:0;top:25%;width:20rem}.about .experience span{color:var(--main-color);font-size:6rem;font-weight:600;line-height:1.4}.about .content{flex:1 1 42rem}.about .content p{padding-bottom:1rem}.about .about-features{padding-bottom:1.5rem;padding-top:.5rem}.about .about-features li{align-items:center;display:flex;font-size:1.6rem;gap:1rem;padding-bottom:1rem}.about .about-features .icon{color:var(--main-color)}.about .about-features span{color:var(--grey)}.counting{align-items:center;background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.6)),url(/static/media/Counter.8bdc0dad47dc8336f168.jpg);background-attachment:fixed;background-position:50%;background-size:cover;display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;margin:1rem 0;padding:4rem 5%;width:100%}.counting .box{flex:1 1 25rem;text-align:center}.counting .box .icon{align-items:center;background-color:var(--main-color);border-radius:var(--border-radius-3);color:var(--white);display:flex;font-size:3.5rem;height:10rem;justify-content:center;margin:0 auto 1rem;width:10rem}.counting .box .count{color:var(--white);font-size:4.5rem;font-weight:500;padding-bottom:.5rem}.counting .box h3{color:var(--white);font-size:2rem;font-weight:400}.whyUs{padding:0}.whyUs .box-container{background-image:url(/static/media/WhyUs.ba84aa670718a7030a81.jpg);background-position:50%;background-size:cover}.whyUs .content{background:var(--custom-bg);-webkit-clip-path:polygon(0 0,100% 0,80% 100%,0 100%);clip-path:polygon(0 0,100% 0,80% 100%,0 100%);max-width:90rem;padding:4rem 20% 4rem 5%}.whyUs .content p{color:var(--light-grey);font-weight:400;letter-spacing:.5px}.whyUs .whyUs-points{list-style-type:none;padding-top:.5rem}.whyUs .whyUs-points li{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;display:flex;gap:1.5rem;padding-top:2rem}.whyUs .whyUs-points li .icon{align-items:center;background-color:var(--main-color);border-radius:var(--border-radius-3);color:var(--white);display:flex;font-size:2.4rem;height:6rem;justify-content:center;width:6rem}.whyUs .whyUs-points .text{flex:1 1 30rem}.whyUs .whyUs-points li h5{color:var(--white);font-size:2.5rem;font-weight:600;line-height:1;padding-bottom:.5rem}.whyUs .whyUs-points li p{color:var(--light-grey)}.testimonials{overflow:hidden}.testimonial-slider{overflow:hidden;position:relative}.testimonials .swiper-pagination-bullet{background:var(--secondary-color)!important;opacity:.9}.testimonials .swiper-pagination-bullet-active{background:var(--main-color)!important;opacity:.9}.testimonial-slider .swiper{overflow:hidden;padding-bottom:4rem}.testi-item{background-color:var(--white);border-bottom:var(--custom-border);border-radius:var(--border-radius-4);margin-top:5rem;padding:8rem 3rem 3rem}.testi-item,.testi-item img{box-shadow:var(--box-shadow)}.testi-item img{border-radius:var(--border-radius-3);height:10rem;left:3rem;margin-bottom:.5rem;overflow:hidden;position:absolute;top:0;-webkit-transform:translateY(-40%);transform:translateY(-40%);width:10rem}.testi-item .quote-right{align-items:center;color:var(--main-color);display:flex;font-size:6rem}.testi-item p{padding:1.5rem 0}.testi-item .rating{display:flex;gap:.3rem;padding-bottom:2rem}.testi-item .rating .icon{color:var(--main-color);font-size:1.6rem}.testi-item h4{color:var(--black);font-size:2.2rem;font-weight:600;padding-bottom:.5rem}.testi-item h6{color:var(--main-color);font-size:1.8rem;font-weight:500}.about-us .testimonials .heading h2,.homepage .testimonials .heading h2{color:var(--white)}.about-us .testimonials,.homepage .testimonials{background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.6)),url(/static/media/Testimonials.8e427736ce8795bb0a5a.jpg);background-attachment:fixed;background-position:50%;background-size:cover}.about-us .testimonial-slider .swiper-pagination-bullet,.homepage .testimonial-slider .swiper-pagination-bullet{background:#999!important;opacity:.7}.about-us .testimonial-slider .swiper-pagination-bullet-active,.homepage .testimonial-slider .swiper-pagination-bullet-active{background:var(--main-color)!important;opacity:.9}.team .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}.pricing .box-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(32rem,1fr))}.plan-item{border-bottom:var(--custom-border);box-shadow:var(--box-shadow);height:55rem;margin-top:4rem;position:relative}.plan-item,.plan-item img{border-radius:var(--border-radius-4)}.plan-item .content{align-items:flex-start;background-color:rgba(0,0,0,.7);border-radius:var(--border-radius-4);flex-direction:column;height:100%;left:0;padding:6rem 4rem 4rem;width:100%}.plan-item .content,.pricing .plan-item .topIcon{display:flex;justify-content:center;position:absolute;top:0}.pricing .plan-item .topIcon{align-items:center;background-color:var(--main-color);border-radius:var(--border-radius-3);color:var(--white);font-size:3.5rem;height:8rem;left:4rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8rem}.plan-item h3{color:var(--white);font-size:2.8rem;font-weight:500;padding:1rem 0;text-transform:uppercase}.pricing .plan-item .price{color:var(--white);font-size:5rem;font-weight:400;line-height:1;padding-bottom:1rem}.pricing .plan-item p{color:var(--white);font-size:2.5rem;font-weight:400}.plan-item ul{align-items:flex-start;border-top:.2rem solid var(--main-color);display:flex;flex-direction:column;list-style:none;margin-top:2rem;padding:2rem 0}.plan-item ul li{align-items:center;color:var(--light-grey);display:flex;font-size:1.6rem;gap:.7rem;padding:.9rem 0;text-align:left}.plan-item ul li .icon{align-items:center;color:var(--main-color);display:flex;font-size:1.3rem;height:1.8rem;justify-content:center;width:1.8rem}.awards-bg{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.6)),url(/static/media/Awards.207edcdd15a86454f6eb.jpg);background-attachment:fixed;background-position:50%;background-size:cover}.awards .box-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.award-item{border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);flex:1 1 32rem;overflow:hidden}.events .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(42rem,1fr))}.newsletter-subscribe{align-items:center;background-image:url(/static/media/Newsletter.1704aa1460ae049a13cc.jpg);background-position:50%;background-size:cover;display:flex;justify-content:center;padding:8rem 5% 5rem;width:100%}.newsletter-subscribe .content{text-align:center;width:70rem}.newsletter-subscribe .heading{padding:0}.newsletter-subscribe p{color:var(--white);font-weight:600;letter-spacing:.15rem;padding-bottom:3rem;padding-top:1rem}.blog.main .box-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(33rem,1fr))}.homepage .clients{background-color:rgba(0,0,0,.05)}.about-us{padding:2rem 0}.team-single .team-intro{background-color:var(--white);border-radius:var(--border-radius-4);box-shadow:var(--box-shadow);display:flex;flex-wrap:wrap;gap:3rem;padding:2rem}.team-single .image{border-radius:var(--border-radius-4);height:50rem;overflow:hidden;width:40rem}.team-single .information{flex:1 1 50rem}.team-single .information h3{color:var(--black);font-size:3rem;font-weight:600;padding-bottom:.5rem}.team-single .information h5{color:var(--main-color);font-size:1.8rem;font-weight:500;padding-bottom:1.5rem;text-transform:uppercase}.team-single .information .team-about{border-top:.1rem solid rgba(0,0,0,.2);padding-top:1.5rem}.team-single .text{color:var(--grey);font-size:1.6rem;font-weight:400;letter-spacing:.2px;line-height:1.7}.team-single .team-personal-info{padding-bottom:1rem;padding-top:2rem}.team-single .team-personal-info li{align-items:center;display:flex;gap:1rem;padding-bottom:1.5rem}.team-single .team-personal-info .icon{color:var(--main-color);font-size:1.6rem;padding-right:.5rem}.team-single .team-personal-info h6{color:var(--black);font-size:2rem}.team-single .team-personal-info span{color:var(--grey);font-size:1.8rem;font-weight:500;text-transform:none}.team-single .icon-container{align-items:center;display:flex;gap:.7rem}.team-single .icon-container a{align-items:center;background-color:var(--main-color);border-radius:var(--border-radius-3);color:var(--white);display:flex;font-size:1.5rem;height:4rem;justify-content:center;width:4rem}.team-single .icon-container a:hover{background:var(--secondary-color)}.team-single .page-info{background-color:initial;box-shadow:none;flex:none}.team-single .box-container{display:flex;flex-wrap:wrap;gap:2rem;padding-top:2rem}.team-single h4{color:var(--black);font-size:3rem;font-weight:500;padding-bottom:.5rem}.team-single .sub-section{flex:1 1 42rem}.team-single .skills .box{padding:1rem 0}.team-single .skills .box h3{color:var(--secondary-color);display:flex;font-size:1.7rem;font-weight:400;justify-content:space-between;padding:.7rem 0}.team-single .skills .box .progress-bar{background:var(--secondary-color);border-radius:50rem;height:1.2rem;overflow:hidden;width:100%}.team-single .skills .box .progress-bar span{background:var(--main-color);display:block;height:100%}.faq{display:flex;flex-wrap:wrap;gap:2rem}.faq .accordion-container{flex:1 1 55rem}.faq .image{border-radius:var(--border-radius-4);box-shadow:var(--box-shadow);flex:1 1 30rem;height:55rem;overflow:hidden}.gallery .box-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-areas:"gallery-1 gallery-4 gallery-7" "gallery-1 gallery-5 gallery-7" "gallery-2 gallery-6 gallery-8" "gallery-3 gallery-6 gallery-9";grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto}.gallery-1{grid-area:gallery-1}.gallery-2{grid-area:gallery-2}.gallery-3{grid-area:gallery-3}.gallery-4{grid-area:gallery-4}.gallery-5{grid-area:gallery-5}.gallery-6{grid-area:gallery-6}.gallery-7{grid-area:gallery-7}.gallery-8{grid-area:gallery-8}.gallery-9{grid-area:gallery-9}.gallery-item{border-radius:var(--border-radius-4);box-shadow:var(--box-shadow);cursor:pointer;overflow:hidden;position:relative}.gallery-item .content{align-items:center;background-color:rgba(0,100,0,.8);border-radius:var(--border-radius-4);display:flex;height:80%;justify-content:center;left:10%;opacity:0;position:absolute;top:10%;transition:all .4s ease-in-out 0s;width:80%;z-index:1}.gallery-item:hover .content{opacity:1}.gallery-item a .icon{color:var(--white);font-size:4rem;scale:0}.gallery-item:hover a .icon{scale:1}.process .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(32rem,1fr))}.event-info iframe{border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);height:30rem;width:100%}.career{padding:0}.career .career-intro{align-items:center;display:flex;flex-wrap:wrap;gap:4rem;padding:3rem 5%}.career .content{flex:1 1 42rem}.career .content p{padding-bottom:1rem}.career .career-features{padding-top:.5rem}.career .career-features li{align-items:center;display:flex;font-size:1.6rem;gap:1rem;padding-bottom:1rem}.career .career-features .icon{color:var(--main-color)}.career .career-features span{color:var(--grey)}.career .image{border-radius:var(--border-radius-4);box-shadow:var(--box-shadow);flex:1 1 42rem;height:45rem;overflow:hidden}.career-benefits{grid-gap:3rem;background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.7)),url(/static/media/Career.c0c023b5d79173cfb391.jpg);background-attachment:fixed;background-position:50%;background-size:cover;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));padding:6rem 5%}.career-benefits .benefit-item{text-align:center}.career-benefits .benefit-item .icon{align-items:center;background-color:var(--main-color);border-radius:var(--border-radius-3);color:var(--white);display:flex;font-size:2.5rem;height:7rem;justify-content:center;margin:0 auto 1.5rem;overflow:hidden;width:7rem}.career-benefits .benefit-item h3{color:var(--white);font-size:2.5rem;font-weight:600;padding-bottom:.5rem}.career-benefits .benefit-item p{color:var(--light-grey)}.career-positions{padding:3rem 5%}.career-positions .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(42rem,1fr))}.career-form{border-bottom:2rem solid var(--main-color);border-top:2rem solid var(--main-color);padding:0}.career-form form .alert{display:inline;padding-left:1rem}.career-form form .alert span{font-size:2rem}.career-form form .error span{color:red}.career-form form .success span{color:var(--white)}.career-form .box-container{background-image:url(/static/media/Career-Form.c0c023b5d79173cfb391.jpg);background-position:50%;background-size:cover}.career-form .content{background:var(--custom-bg);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,20% 100%);clip-path:polygon(0 0,100% 0,100% 100%,20% 100%);margin-left:auto;max-width:90rem;padding:4rem 5% 4rem 20%}.career-form ::-webkit-calendar-picker-indicator{-webkit-filter:invert(1);filter:invert(1)}.clients .box-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.client-item{align-items:center;display:flex;justify-content:center;width:20rem}.services .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(32rem,1fr))}.service-single .faq .accordion-container{padding-top:.5rem}.blog.grid{display:flex;gap:2rem;justify-content:center}.blog-container{flex:1 1 75rem}.blog-container.grid .blog-items{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(33rem,1fr))}.blog.list{display:flex;gap:2rem;justify-content:center}.blog-container.list .blog-item{margin-bottom:1rem;width:100%}.blog-container.list .blog-item .image{height:35rem}.no-found{color:var(--secondary-color);font-size:2.5rem;font-weight:700;text-transform:none}.blog-single{display:flex;flex-wrap:wrap;gap:2rem}.blog-info .image{position:relative}.blog-info .date{background-color:rgba(0,100,0,.9);border-radius:var(--border-radius-3);color:var(--white);display:inline-block;font-size:2.5rem;line-height:1.05;opacity:1;padding:1.5rem;position:absolute;right:1.5rem;text-align:center;top:1.5rem;width:8rem;z-index:1}.blog-info .details{align-items:center;display:flex;gap:2rem;padding-bottom:2rem}.blog-info .details h3{align-items:center;display:flex;gap:.7rem}.blog-info .details h3 .icon{color:var(--main-color);font-size:1.8rem}.blog-info .details h3 a,.blog-info .details h3 span{color:var(--grey);font-size:1.7rem;font-weight:500}.blog-info .details h3 a:hover{color:var(--main-color)}.blog-info .imp{background-color:var(--black);border:var(--custom-border);border-radius:var(--border-radius-4);color:var(--light-grey);font-size:1.8rem;font-style:italic;font-weight:600;line-height:1.8;margin-bottom:2rem;margin-top:1rem;padding:2rem;text-align:center}.blog-info .imp .icon{background-color:var(--main-color);border-radius:var(--border-radius-3);color:var(--white);height:6rem;margin:0 auto 1.5rem;padding:2rem;width:6rem}.blog-info .imp .icon,.blog-info .imp .intro{align-items:center;display:flex;justify-content:center}.blog-info .imp .intro{gap:1rem;padding-top:1rem}.blog-info .imp .intro span{background-color:var(--main-color);height:.2rem;width:2rem}.blog-info .imp .intro h6{color:var(--white);font-size:2rem;font-style:normal}.blog-info .end-details{align-items:center;border-top:.1rem solid rgba(0,0,0,.1);display:flex;gap:2rem;justify-content:space-between;padding-bottom:1rem;padding-top:2rem}.blog-info .share,.blog-info .tags{align-items:center;display:flex;gap:.7rem}.blog-info .share h3{color:var(--black);font-size:1.6rem;padding-right:1rem}.blog-info .tags a{background-color:var(--main-color);border-radius:var(--border-radius-3);color:var(--white);font-size:1.6rem;padding:.8rem 2rem}.blog-info .tags a:hover{background-color:var(--secondary-color)}.blog-info .share .icon{align-items:center;color:var(--grey);display:flex;font-size:1.2rem;height:1.5rem;justify-content:center;width:1.5rem}.blog-info .share .icon:hover{color:var(--main-color);cursor:pointer}.blog-single .leave-reply h3{color:var(--secondary-color);font-size:2.5rem;padding-bottom:2rem}.shop{display:flex;gap:2rem}.shop .shop-container{flex:1 1 75rem}.shop .product-container.grid{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(22rem,1fr))}.shop .product-container.list .product-item{display:flex;margin-bottom:1rem;padding:0;text-align:left;width:100%}.shop .product-container.list .product-item .image{min-height:25rem;min-width:25rem}.shop .product-container.list .product-item .image img{height:100%;object-fit:cover;width:25rem}.shop .product-container.list .product-item .content{text-align:left}.shop .product-container.list .product-item .content>p{font-size:1.6rem;line-height:1.5;padding:1rem 0}.image-gallery-icon{-webkit-appearance:none;appearance:none;background-color:initial;border:0;color:#fff;cursor:pointer;-webkit-filter:drop-shadow(0 2px 2px #1a1a1a);filter:drop-shadow(0 2px 2px #1a1a1a);outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{-webkit-transform:scale(1.1);transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;appearance:none;background-color:initial;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{background:#337ab7;border:1px solid #337ab7;-webkit-transform:scale(1.2);transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff;border:1px solid #fff;-webkit-transform:scale(1.2);transform:scale(1.2)}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{width:81px}}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{border:4px solid transparent;width:100px}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid transparent;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{line-height:0;vertical-align:middle;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:4px solid #337ab7;outline:none}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{border:4px solid #337ab7;outline:none}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;text-shadow:0 2px 2px #1a1a1a;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.product-single .product-des{background-color:var(--white);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);margin-bottom:3.5rem;padding:2rem}.product-single .product-des .product-container{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.product-single .product-des .product-container .content{align-items:center;display:flex;flex:1 1 45rem}.product-single .product-des .product-container .content h3{color:var(--secondary-color);font-size:3.5rem;font-weight:600;padding-bottom:1rem}.product-single .product-des .product-container .content .rating{display:flex;gap:1rem}.product-single .product-des .product-container .content .rating .icon{color:var(--main-color);font-size:2rem}.product-single .product-des .product-container .content .rating h5{color:var(--black);font-size:2rem}.product-single .product-des .product-container .content .price{color:var(--main-color);font-size:2rem;font-weight:700}.product-single .product-des .product-container .content .price span{color:var(--grey);font-weight:lighter;text-decoration:line-through}.product-single .product-des .product-container .content p{border-bottom:.1rem solid rgba(0,0,0,.2);border-top:.1rem solid rgba(0,0,0,.2);font-weight:400;margin-top:2rem;padding:2rem 0}.product-single .box{align-items:center;display:flex;gap:2rem;padding:2rem 0}.product-single button{background-color:initial}.product-single .quantity .input-text{width:10rem}.product-single .categories,.product-single .tags{align-items:center;display:flex;padding:.5rem 0}.product-single .categories h6,.product-single .tags h6{color:var(--secondary-color);font-size:1.8rem;font-weight:600}.product-single .categories a,.product-single .tags a{color:var(--main-color);font-size:1.6rem;font-weight:400;padding:0 .5rem}.product-single .categories a:hover,.product-single .tags a:hover{color:var(--secondary-color)}.product-info{margin-top:4rem}.product-info-tabs{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;list-style-type:none}.product-info-tabs button{background-color:var(--black);border-radius:var(--border-radius-3);color:var(--white);font-size:1.6rem;font-weight:500;padding:1.5rem 3rem;text-align:center;text-transform:uppercase}.product-info-tabs button.active,.product-info-tabs button:hover{background-color:var(--main-color);box-shadow:var(--box-shadow);cursor:pointer}.product-info-gallery{margin-top:2rem}.product-info .description p{color:var(--grey);font-size:1.5rem;line-height:1.5}.product-info .additional-info .item{display:flex;gap:2rem;padding-bottom:1rem}.product-info .additional-info h3{color:var(--black);font-size:1.8rem;width:25rem}.product-info .additional-info h3 .icon{color:var(--main-color);font-size:1.5rem;padding-right:.7rem}.product-info .additional-info span{color:var(--grey);font-size:1.6rem}.product-info .reviews{margin-bottom:2rem}.product-info .reviews h2{color:var(--secondary-color);font-size:3rem;padding-bottom:1rem}.product-info .reviews .comments{padding:0}.product-info .product-review{margin-top:2rem;width:60rem}.related-items .box-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));margin-top:1rem}.product-single .product-des .product-image{align-items:center;display:flex;justify-content:center;max-width:48rem}.image-gallery-slide-wrapper{align-items:center;border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);display:flex;justify-content:center;max-height:40rem;max-width:100%;overflow:hidden}.image-gallery-slide-wrapper:hover .image-gallery-fullscreen-button,.image-gallery-slide-wrapper:hover .image-gallery-left-nav,.image-gallery-slide-wrapper:hover .image-gallery-play-button,.image-gallery-slide-wrapper:hover .image-gallery-right-nav{display:block}.image-gallery-icon:hover{color:var(--main-color)}.image-gallery-left-nav,.image-gallery-right-nav{display:none;padding:0}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:6rem;width:6rem}.image-gallery-fullscreen-button,.image-gallery-play-button{display:none}.product-single .image-gallery-thumbnails .image-gallery-thumbnails-container{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));margin:.5rem 0}.image-gallery-thumbnail{background:transparent;border:4px solid var(--black);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);cursor:pointer;display:inline-block;height:100%;object-fit:cover;overflow:hidden;padding:0;transition:border .3s ease-out;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:hover{border-color:var(--main-color)}.wishlist-container{background-color:var(--white);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);overflow-x:auto;overflow-y:hidden}.wishlist-container::-webkit-scrollbar{height:.8rem}.wishlist .container{min-width:90rem}.wishlist .box-container{padding:0 1rem}.wishlist-item{align-items:center;border-bottom:.1rem solid rgba(0,0,0,.1);display:flex;gap:3rem;justify-content:center;padding:1rem 0}.wishlist-item:last-child{border:none}.wishlist-item .box{flex:1 1 20rem;font-size:2rem;font-weight:500;text-align:center}.wishlist-item .product{align-items:center;display:flex;flex:1 1 30rem;gap:1.5rem;text-align:left}.wishlist-item img{background-color:#f7f7f7;border-radius:var(--border-radius-3);height:8rem;width:8rem}.wishlist-item .name{color:var(--secondary-color);font-weight:600}.wishlist-item .price{color:var(--grey);font-weight:500}.wishlist-item .action{align-items:center;display:flex;gap:1rem;justify-content:center}.wishlist-item button{background-color:initial}.wishlist-item .icon{cursor:pointer;font-size:2.5rem}.wishlist-item .delete{color:red}.wishlist-item .cart{color:var(--main-color)}.wishlist-item .icon:hover{color:var(--secondary-color)}.cart .shopping-cart{background-color:var(--white);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);margin-bottom:2rem;overflow-x:auto;overflow-y:hidden}.cart .shopping-cart::-webkit-scrollbar{height:1rem}.cart .shopping-cart .container{min-width:90rem}.cart .box-container{padding:0 1rem}.cart-item{align-items:center;border-bottom:.1rem solid rgba(0,0,0,.1);display:flex;gap:3rem;justify-content:center;padding:1rem 0}.cart-item:last-child{border:none}.cart-item .box{flex:1 1 15rem;font-size:2rem;font-weight:400;text-align:center}.cart-item .product{align-items:center;display:flex;flex:1 1 25rem;gap:1.5rem;text-align:left}.cart-item img{background-color:#f7f7f7;border-radius:var(--border-radius-3);height:8rem;width:8rem}.cart-item .name{color:var(--secondary-color);font-weight:600}.cart-item .price,.cart-item .total{color:var(--grey)}.cart-item .action{align-items:center;display:flex;justify-content:center}.cart-item button{background-color:initial}.cart-item .icon{color:red;cursor:pointer;font-size:2.5rem}.cart-item .icon:hover{color:var(--main-color)}.cart .cart-bottom{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;display:flex;flex-wrap:wrap;gap:5rem;justify-content:space-between}.cart .coupon-container{align-items:center;display:flex;flex:1 1 50rem;gap:2rem}.cart .coupon-container .box{background-color:initial;border:.15rem solid rgba(0,0,0,.1);color:var(--grey);flex:1 1 30rem;font-size:1.6rem;padding:1.2rem 1.5rem;text-transform:none}.cart .coupon-container .box::-webkit-input-placeholder{text-transform:capitalize}.cart .coupon-container .box::placeholder{text-transform:capitalize}.cart .coupon-container .box:focus{border-color:var(--main-color)}.cart .coupon-container .btn{flex:1 1 15rem;margin-top:0}.cart .cart-total{background-color:var(--white);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);margin-left:auto;padding:1.5rem;width:45rem}.cart .cart-total .btn{margin-top:1rem;text-align:center;width:100%}.quantity{align-items:center;display:flex;justify-content:center}.quantity .input-text{background-color:initial;border:1px solid #ccc;height:4rem;padding:0 5px;text-align:center;width:6rem}.quantity .minus,.quantity .plus{background-color:#fff;border:1px solid #ccc;cursor:pointer;height:4rem;padding:7px 10px 8px}.quantity .minus{border-right:0;color:var(--black)}.quantity .plus{border-left:0;color:var(--black)}.quantity .minus:hover,.quantity .plus:hover{background:var(--main-color);color:var(--white)}.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.quantity .minus:focus,.quantity .plus:focus{outline:none}.checkout .heading h2{font-size:3.5rem}.checkout form{display:flex;flex-wrap:wrap;gap:1.5rem}.checkout .box-1{flex:1 1 55rem}.checkout .box-2{flex:1 1 35rem}.checkout-item{background-color:var(--white);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);margin-bottom:1.5rem;padding:2rem}.checkout .box-1 .checkout-item:last-child{margin-bottom:0}.checkout .checkbox-label{color:var(--secondary-color)!important;cursor:pointer;margin-bottom:1.5rem}.checkout .checkbox-indicator{outline:.15rem solid var(--grey)!important}.checkout .checkbox-label input:checked~.checkout .checkbox-indicator{outline-color:var(--main-color)!important}.payment-methods .item{margin-bottom:1.5rem;width:100%}.payment-methods .item label{color:var(--secondary-color);cursor:pointer;font-size:2rem;font-weight:500;text-transform:uppercase}.payment-methods .item input{margin-right:.5rem}.payment-methods .item input:checked+label,.payment-methods .item label:hover{color:var(--main-color)}input[type=radio]{-webkit-appearance:none;appearance:none;background-clip:content-box;border:.2rem solid var(--secondary-color);border-radius:50%;height:1.6rem;padding:.2rem;width:1.6rem}input[type=radio]:checked{background-color:var(--main-color);border-color:var(--main-color)}.payment-methods .item .payment-body{display:none}.payment-methods .item .payment-body p{color:var(--grey);font-size:1.6rem;line-height:2;padding-top:1rem}.payment-body.active,.payment-methods .item>input:checked~.payment-body{display:block}.checkout .btn-container{display:flex;justify-content:flex-end}.checkout form .btn{text-align:center;width:100%}.order-details .order-details-item{background-color:var(--white);border-radius:var(--border-radius-3);box-shadow:var(--box-shadow);margin-bottom:1rem;padding:2rem;width:100%}.order-details .order-message{align-items:center;background-color:var(--secondary-color);display:flex;gap:1rem}.order-details .order-message .icon{align-items:center;color:var(--main-color);display:flex;height:3rem;justify-content:center;width:3rem}.order-details .order-message span{color:var(--white);font-size:2rem;font-weight:400}.address-details .box-container{display:flex;flex-wrap:wrap;gap:1.5rem}.address-details .address{flex:1 1 22rem}.address .title{background-color:var(--main-color);color:var(--white);font-size:1.8rem;margin-bottom:1rem;padding:1rem .5rem}.address p{font-weight:400;padding-bottom:.8rem}.address p span{color:var(--black);font-weight:700;padding-right:1rem}.order-container{overflow-x:auto;overflow-y:hidden}.order-container::-webkit-scrollbar{height:.8rem}.order-items .container{min-width:90rem}.order-items .box-container{padding:0 1rem}.order-item{align-items:center;border-bottom:.1rem solid rgba(0,0,0,.1);display:flex;gap:3rem;justify-content:center;padding:1rem 0}.order-item:last-child{border:none}.order-item .box{flex:1 1 15rem;font-size:2rem;font-weight:400;text-align:center}.order-item .product{align-items:center;display:flex;flex:1 1 25rem;gap:1.5rem;text-align:left}.order-item img{background-color:#f7f7f7;border-radius:var(--border-radius-3);height:8rem;width:8rem}.order-item .name{color:var(--secondary-color);font-weight:600}.order-item .price,.order-item .total{color:var(--grey)}.order-details .order-summary{border-top:.5rem solid var(--main-color);margin-left:auto;width:50rem}.order-details .order-summary .order-intro{border-bottom:.2rem solid var(--grey)}.order-details .order-intro .order-id{color:var(--black);font-size:2rem;font-weight:700;padding-bottom:1rem}.order-details .order-intro .delivery{color:var(--grey);font-size:1.8rem;padding-bottom:1rem}.order-details .cart-total{margin-left:auto;padding:1.5rem;width:45rem}.login form .info{align-items:center;display:flex;justify-content:space-between;margin:2rem 0}.login form label{color:var(--white);cursor:pointer;font-size:1.5rem}.register form .checkbox-label{display:flex;justify-content:flex-start;margin:2rem 0}.register form label{color:var(--white);cursor:pointer;font-size:1.5rem}.register form label span{color:var(--main-color)}.contact{padding:2rem 0}.contact-info{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:2rem 5%}.contact .contact-info .info-item{align-items:center;background-color:var(--black);border-bottom:var(--custom-border);border-radius:var(--border-radius-4);display:flex;flex:1 1 25rem;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.contact .contact-info .info-item .icon{align-items:center;background-color:var(--main-color);border-radius:var(--border-radius-3);color:var(--white);display:flex;font-size:3rem;height:7rem;justify-content:center;margin:0 auto 1.5rem;width:7rem}.contact .contact-info .info-item h3{color:var(--white);font-size:2.5rem;font-weight:500;padding-bottom:.5rem}.contact .contact-info .info-item p{color:var(--light-grey);line-height:1.5;text-transform:none}.contact .box-container{background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.6)),url(/static/media/Contact.131b0798939dab5bd570.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:var(--box-shadow);display:flex;flex-wrap:wrap;gap:4rem;padding:4rem 5%}.contact iframe{border-radius:var(--border-radius-3);flex:1 1 42rem;min-height:30rem}.contact form{flex:1 1 42rem}.contact form .alert{display:inline;padding-left:1rem}.contact form .alert span{font-size:2rem}.contact form .error span{color:red}.contact form .success span{color:var(--white)}:root{--main-color:green;--secondary-color:#000;--accent-color:#004d00;--black:#000;--white:#fff;--light-grey:#e6e6e6;--grey:#666;--custom-bg:rgba(0,0,0,.8);--border-radius-1:0.5rem;--border-radius-2:1rem;--border-radius-3:20px 05px 20px 05px;--border-radius-4:50px 10px 50px 10px;--border:0.1rem solid rgba(0,0,0,.1);--custom-border:0.5rem solid var(--main-color);--box-shadow:0 0.5rem 1rem rgba(0,0,0,.1);--custom-clip-path:polygon(50% 50%,100% 0%,100% 100%,0% 100%,0% 0%)}*{border:none;box-sizing:border-box;font-family:Belleza,sans-serif;margin:0;outline:none;padding:0;text-decoration:none;text-transform:capitalize}:not(.project-item){transition:all .2s linear}::selection{background-color:green;background-color:var(--main-color);color:#fff;color:var(--white)}body{background:#f2f3f8}body,html{overflow-x:hidden}html{font-size:62.5%;scroll-behavior:smooth;scroll-padding-top:7rem}section{padding:3rem 5%}::-webkit-scrollbar{width:.8rem}::-webkit-scrollbar-track{background:#000;background:var(--secondary-color)}::-webkit-scrollbar-thumb{background:green;background:var(--main-color);border-radius:1rem;border-radius:var(--border-radius-2)}p{color:#666;color:var(--grey);font-size:1.6rem;line-height:1.7}img{height:100%;object-fit:cover;width:100%}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{color:#000!important;color:var(--black)!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.form .input-box{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.form .box{background-color:initial;border:.15rem solid rgba(0,0,0,.1);border-radius:.5rem;border-radius:var(--border-radius-1);color:#000;color:var(--black);font-size:1.6rem;padding:1rem 1.5rem;text-transform:none;width:100%}.form .box::-webkit-input-placeholder{text-transform:capitalize}.form .box::placeholder{text-transform:capitalize}.form .box:focus{border-color:green;border-color:var(--main-color)}.form textarea{height:20rem;resize:none}.form button{margin-top:1rem;overflow:hidden;width:100%}.dark-form input:-webkit-autofill,.dark-form input:-webkit-autofill:active,.dark-form input:-webkit-autofill:focus,.dark-form input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;-webkit-text-fill-color:var(--white);-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.dark-form .input-box{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.dark-form .input-field{align-items:center;border:1.5px solid #fff;border:1.5px solid var(--white);border-radius:.5rem;border-radius:var(--border-radius-1);display:flex;flex:1 1 20rem;gap:1rem;padding:1.5rem;width:100%}.dark-form .input-field:hover{border-color:green;border-color:var(--main-color)}.dark-form .input-field label{align-items:center;color:green;color:var(--main-color);display:flex;font-size:1.6rem;justify-content:center}.dark-form .box{background-color:initial;color:#fff;color:var(--white);font-size:1.6rem;text-transform:none;width:100%}.dark-form .box::-webkit-input-placeholder{color:#fff;color:var(--white);text-transform:capitalize}.dark-form .box::placeholder{color:#fff;color:var(--white);text-transform:capitalize}.dark-form textarea{height:15rem;resize:none}.dark-form .text-area{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;margin-bottom:1rem}.checkbox-label{align-items:center;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:1.8rem;padding-left:2.5rem;position:relative}.checkbox-label input{opacity:0;position:absolute;z-index:-1}.checkbox-indicator{background:transparent;border-radius:.2rem;height:1.6rem;left:0;outline:.15rem solid #fff;outline:.15rem solid var(--white);position:absolute;top:.2rem;width:1.6rem}.checkbox-label input:checked~.checkbox-indicator{background:green;background:var(--main-color);outline-color:green;outline-color:var(--main-color)}.checkbox-indicator:after{border:solid #e6e6e6;border:solid var(--light-grey);border-width:0 2px 2px 0;content:"";display:none;height:.8rem;left:.5rem;position:absolute;top:.2rem;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.3rem}.checkbox-label input:checked~.checkbox-indicator:after{display:inline;display:initial}.dark-form .extra-services{display:flex;flex-wrap:wrap;gap:1.5rem;padding-bottom:2rem;padding-top:1rem}.dark-form .select option{color:#666;color:var(--grey)}.dark-form .select{border:.15rem solid #fff;border:.15rem solid var(--white);border-radius:.5rem;border-radius:var(--border-radius-1);flex:1 1 20rem;width:100%}.dark-form .select-container{height:100%;min-width:100%;position:relative}.dark-form .select-box{-webkit-appearance:none;appearance:none;background-color:initial;color:#fff;color:var(--white);font-size:1.6rem;padding:1.5rem 1.5rem 1.5rem 4.5rem;width:100%}.dark-form .select-container label{color:green;color:var(--main-color);font-size:1.6rem;left:1.5rem}.dark-form .select-container .icon-container,.dark-form .select-container label{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;top:0}.dark-form .select-container .icon-container{right:0;width:4rem;z-index:-1}.dark-form .select-container .icon-container i{color:#fff;color:var(--white);font-size:1.6rem}.page-single{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem}.page-single .sidebar .sidebar-item{margin-bottom:0}.page-info{flex:1 1 75rem}.page-info .image{border-radius:50px 10px 50px 10px;border-radius:var(--border-radius-4);height:40rem;overflow:hidden}.page-info .image img{box-shadow:0 .5rem 1rem rgba(0,0,0,.1);box-shadow:var(--box-shadow)}.page-info .content{padding-top:2rem}.page-info .main-heading{color:#000;color:var(--secondary-color);display:inline-block;font-size:3.5rem;font-weight:600;padding-bottom:1rem;text-shadow:1px 1px 8px rgba(0,0,0,.2)}.page-info .important{color:#000!important;color:var(--secondary-color)!important;font-weight:600}.page-info p{padding-bottom:1rem}.page-info .page-gallery{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));padding:2rem 0}.page-info .page-gallery img{border-radius:20px 5px 20px 5px;border-radius:var(--border-radius-3);box-shadow:0 .5rem 1rem rgba(0,0,0,.1);box-shadow:var(--box-shadow)}.page-info .sub-heading{color:#000;color:var(--secondary-color);display:inline-block;font-size:2.5rem;font-weight:600;padding-bottom:.5rem}.page-info .sub-section{padding-top:2rem}.page-info .sub-section p{margin-bottom:-1rem}.page-info .sub-section ul{list-style:none}.page-info .sub-section ul li{align-items:flex-start;color:#666;color:var(--grey);display:flex;font-size:1.5rem;gap:1rem;padding-top:1rem}.page-info .sub-section ul .icon{align-items:center;color:green;color:var(--main-color);display:flex;height:1.5rem;justify-content:center;width:1.5rem}.account-form input:-webkit-autofill,.account-form input:-webkit-autofill:active,.account-form input:-webkit-autofill:focus,.account-form input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;-webkit-text-fill-color:var(--white);-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.account-form{background:#000;background:var(--secondary-color);border-bottom:.5rem solid green;border-bottom:var(--custom-border);border-radius:50px 10px 50px 10px;border-radius:var(--border-radius-4);box-shadow:0 .5rem 1rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);margin:0 auto;max-width:45rem;padding:5rem;position:relative;text-align:center}.account-form h3{color:#fff;color:var(--white);font-size:3.5rem;font-weight:500;line-height:1.3;padding-bottom:1.5rem;text-transform:uppercase}.account-form .box{background-color:initial;border:.15rem solid #fff;border:.15rem solid var(--white);border-radius:.5rem;border-radius:var(--border-radius-1);color:#fff;color:var(--white);font-size:1.6rem;margin:.7rem 0;padding:1.2rem;text-transform:none;width:100%}.account-form .box::-webkit-input-placeholder{color:#fff;color:var(--white);text-transform:capitalize}.account-form .box::placeholder{color:#fff;color:var(--white);text-transform:capitalize}.account-form .box:focus{border-color:green;border-color:var(--main-color)}.account-form p{color:#fff;color:var(--white);padding-bottom:1rem;padding-top:2rem;text-align:center}.account-form button{margin-top:1.5rem;overflow:hidden;width:100%}.account-form .link{color:green;color:var(--main-color);font-size:1.5rem}.account-form .link:hover{text-decoration:underline}.account-form .checkbox-label{align-items:center;color:#666;color:var(--grey);cursor:pointer;display:flex;font-size:1.8rem;line-height:1.4;padding-left:2.5rem;position:relative}.account-form .checkbox-label input{opacity:0;position:absolute;z-index:-1}.account-form .checkbox-indicator{background:transparent;border-radius:.2rem;height:1.6rem;left:0;outline:.15rem solid #fff;outline:.15rem solid var(--white);position:absolute;top:.2rem;width:1.6rem}.account-form .checkbox-label input:checked~.checkbox-indicator{background:green;background:var(--main-color);outline-color:green;outline-color:var(--main-color)}.account-form .checkbox-indicator:after{border:solid #e6e6e6;border:solid var(--light-grey);border-width:0 2px 2px 0;content:"";display:none;height:.8rem;left:.5rem;position:absolute;top:.2rem;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.3rem}.account-form .checkbox-label input:checked~.checkbox-indicator:after{display:inline;display:initial}.sidebar{flex:1 1 28rem}.sidebar .sidebar-item{background-color:#fff;background-color:var(--white);border-bottom:.5rem solid green;border-bottom:var(--custom-border);border-radius:20px 5px 20px 5px;border-radius:var(--border-radius-3);box-shadow:0 .5rem 1rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);margin-bottom:1.5rem;padding:1.5rem}.sidebar .search .input-box{border-radius:5rem;display:flex;overflow:hidden}.sidebar .search .input-box input{border:.1rem solid rgba(0,0,0,.5);border-bottom-left-radius:5rem;border-top-left-radius:5rem;overflow:hidden;padding:1.5rem;width:100%}.sidebar .search .input-box input:focus{border-color:green;border-color:var(--main-color)}.sidebar .search .input-box button{align-items:center;background-color:#000;background-color:var(--secondary-color);color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:1.8rem;justify-content:center;padding:.5rem 2rem}.sidebar .search .input-box button:hover{background-color:green;background-color:var(--main-color)}.sidebar .category .item{border-bottom:.15rem solid rgba(0,0,0,.1);display:flex;justify-content:space-between;padding:1.5rem 0}.sidebar .category .item:last-child{margin-bottom:0}.sidebar .category .item span{align-items:center;color:#000;color:var(--secondary-color);display:flex;font-size:1.7rem;font-weight:400;gap:1rem}.sidebar .category .item span .icon{color:green;color:var(--main-color);font-size:1.8rem}.sidebar .category .item p{font-size:1.5rem}.sidebar .category .item.active p,.sidebar .category .item.active span,.sidebar .category .item:hover p,.sidebar .category .item:hover span{color:green;color:var(--main-color)}.sidebar .post-item{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.sidebar .post-item:last-child{margin-bottom:0}.sidebar .post-item img{border-radius:20px 5px 20px 5px;border-radius:var(--border-radius-3);height:8rem;width:8rem}.sidebar .recent-posts .post-item img{width:10rem}.sidebar .post-item a{color:#000;color:var(--secondary-color);display:inline-block;font-size:2rem;font-weight:600}.sidebar .recent-posts .post-item a{font-size:1.8rem}.sidebar .post-item .price p,.sidebar .post-item a:hover{color:green;color:var(--main-color)}.sidebar .post-item .price p{font-size:1.7rem;font-weight:700;padding-top:.5rem}.sidebar .post-item .price span{color:#666;color:var(--grey);font-size:1.3rem;font-weight:400;padding-left:.2rem;text-decoration:line-through}.sidebar .tags .box-container{display:flex;flex-wrap:wrap;gap:.7rem}.sidebar .tag-item{background-color:green;background-color:var(--main-color);border-radius:20px 5px 20px 5px;border-radius:var(--border-radius-3);color:#fff;color:var(--white);font-size:1.6rem;padding:1rem 1.5rem}.sidebar .tag-item.active,.sidebar .tag-item:hover{background-color:#000;background-color:var(--secondary-color);cursor:pointer}.swiper-pagination-bullet{background:#fff;background:var(--white);border-radius:0;box-shadow:0 .5rem 1rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);height:1rem;opacity:.7;width:4rem}.swiper-pagination-bullet-active{background:green!important;background:var(--main-color)!important;opacity:.9!important}.swiper-button-next,.swiper-button-prev{background-color:hsla(0,0%,100%,.4);box-shadow:0 .5rem 1rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);font-size:1rem;height:6rem;width:6rem}.swiper-button-next{right:0}.swiper-button-prev{left:0}.swiper-button-next:after,.swiper-button-prev:after{align-items:center;color:#fff;color:var(--white);display:flex;font-size:2rem;font-weight:700;justify-content:center}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:green;background-color:var(--main-color)}@media (max-width:991px){html{font-size:55%}.blog.grid,.blog.list,.shop{flex-wrap:wrap-reverse}.footer .box-container{grid-template-columns:repeat(auto-fit,minmax(33rem,1fr))}.features .box-container{grid-template-columns:repeat(auto-fit,minmax(28rem,1fr))}.team .box-container{grid-template-columns:repeat(auto-fill,minmax(28rem,1fr))}}@media (max-width:768px){.header .header-1{padding-left:2rem}.header .header-2{padding:0 2rem}.header .social-contacts{padding:.5rem 2rem;width:30%}.footer .box-container{padding:2rem}section{padding:3rem 2rem}.search-container{right:1rem}.home-item{height:75rem}.home-item .content{padding:10rem 2rem}.project-item{width:50%}.gallery .box-container{grid-template-areas:"gallery-1 gallery-4" "gallery-1 gallery-5" "gallery-2 gallery-6" "gallery-3 gallery-6" "gallery-7 gallery-8" "gallery-7 gallery-9";grid-template-columns:1fr 1fr}.cart .coupon-container,.product-info .product-review{width:100%}}@media (max-width:450px){html{font-size:50%}.career .career-intro,.career-benefits,.career-positions,.contact .box-container{padding:3rem 1rem}.header .header-1{justify-content:flex-end;padding-left:1rem}.header .header-2{padding:0 1rem}.header .social-contacts{padding:.5rem 1rem;width:50%}.header .header-contacts{display:none}section{padding:3rem 1rem}.footer .box-container{padding:2rem 1rem}.home-item{height:100vh}.home-item .content{padding:10rem 1rem}.home-slider .swiper-button-next,.home-slider .swiper-button-prev{display:none}.features{padding-bottom:1rem}.dark-form .input-box,.form .input-box{flex-wrap:wrap}.dark-form .input-box .input-field,.dark-form .select{flex:1 1 25rem}.page-title{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:center}.team-single .image{width:100%}.team-item .team-image{height:40rem}.gallery .box-container{grid-template-areas:"gallery-1" "gallery-2" "gallery-3" "gallery-4" "gallery-5" "gallery-6" "gallery-7" "gallery-8" "gallery-9";grid-template-columns:1fr}.account-form{max-width:100%}.project-item{width:100%}.shop .product-container.list .product-item{flex-wrap:wrap}.shop .product-container.list .product-item .image{min-height:15rem;width:100%}.shop .product-container.list .product-item .image img{height:100%;object-fit:cover;width:100%}.shop .product-container.list .product-item{gap:1rem}.cart-total{width:100%}.career-form .content,.cost-calculator .content,.get-quote .content,.whyUs .content{-webkit-clip-path:none;clip-path:none;padding:4rem 5%}}
/*# sourceMappingURL=main.965d876f.css.map*/