@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");:root{--main-color:red;--secondary-color:#010143;--accent-color:#d70101;--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:2rem;--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)}*{font-family:Roboto,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;text-decoration:none;text-transform:capitalize;border:none;outline:none}:not(.portfolio-item){-webkit-transition:all .2s linear;transition:all .2s linear}::-moz-selection{color:var(--white);background-color:var(--main-color)}::selection{color:var(--white);background-color:var(--main-color)}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:var(--secondary-color)}::-webkit-scrollbar-thumb{border-radius:var(--border-radius-2);background:var(--main-color)}p{font-size:1.7rem;line-height:1.7;color:var(--grey)}img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.heading{padding-bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.heading .sub{letter-spacing:.2rem;display:inline-block;font-size:1.4rem;font-weight:600;line-height:1;color:var(--white);background-color:var(--main-color);margin-bottom:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:1rem;padding:1rem 2rem;border-radius:var(--border-radius-2)}.heading .sub span{text-transform:uppercase}.heading .sub i{color:transparent;-webkit-text-stroke:1px var(--white)}.heading h2{text-align:center;font-size:4rem;font-weight:600;color:var(--black);text-shadow:1px 1px 8px rgba(0,0,0,.2);letter-spacing:.1rem;line-height:1.2}.btn,.linear-bg .heading h2{color:var(--white)}.btn{display:inline-block;font-size:1.6rem;padding:1.5rem 2.5rem;text-align:center;text-transform:uppercase;background-color:var(--main-color);border-radius:var(--border-radius-2);cursor:pointer}.btn:hover{background-color:var(--accent-color)}.btn-2{padding:.5rem .5rem .5rem 2rem}.btn-2 i{padding:1rem;border-radius:var(--border-radius-1);background-color:var(--secondary-color);color:var(--white);margin-left:1rem}.btn-2:hover i{color:var(--main-color);background-color:var(--white)}.logo{z-index:100000}.logo img{padding-top:1rem;height:8rem;width:auto}.page-title{background:-webkit-linear-gradient(top,rgba(0,0,0,.7),rgba(0,0,0,.5)),url(../../assets/images/Background/PageTitle.jpg);background:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.5)),url(../../assets/images/Background/PageTitle.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:1.2rem;padding:10rem 5% 0;min-height:42rem}.page-title .title h2{color:var(--white);font-size:5rem;font-weight:500;text-transform:uppercase}.page-title .link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem;font-size:1.8rem;padding:1rem 1.5rem;background-color:var(--main-color);border-radius:var(--border-radius-2)}.page-title .link a{font-weight:600;color:var(--white)}.page-title .link a:hover{color:var(--main-color)}.page-title .link i{color:var(--white)}.page-title .link span{font-weight:500;color:var(--white)}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.header .header-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:.15rem solid hsla(0,0%,100%,.4);padding-left:5%}.header.active .header-1{display:none}.header .header-contacts{gap:3rem;list-style-type:none}.header .header-contacts,.header .header-contacts li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .header-contacts li{gap:1rem;font-size:1.6rem;color:var(--white)}.header .header-contacts li i{color:var(--main-color)}.header .header-contacts span{text-transform:none}.header .social-contacts{height:100%;background-color:var(--main-color);width:40%;padding:.5rem 5% .5rem 0;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,10% 100%);clip-path:polygon(0 0,100% 0,100% 100%,10% 100%);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:1rem;list-style-type:none}.header .social-contacts,.header .social-contacts li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .social-contacts li a{height:3rem;width:3rem;font-size:1.6rem;color:var(--white);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header .social-contacts li a:hover{color:var(--secondary-color)}.header .header-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:8rem;padding:0 5%;gap:1rem}.header.active .header-2{background-color:var(--secondary-color);border-bottom:.2rem solid var(--main-color);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}.header.active .logo img{padding-top:0;height:5.5rem}.header #menu-btn{cursor:pointer;display:none}.header .navbar{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;gap:1.8rem}.mobile-menu{display:none}.header .container{height:100%;gap:2.5rem}.header .container,.header .dropdown-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .dropdown-menu{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header .navbar .nav-btn{display:inline-block;font-size:2.2rem;color:var(--white);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;gap:.5rem}.header .navbar .nav-btn:hover{color:var(--main-color)}.header .dropdown-content{position:absolute;top:100%;left:0;background-color:var(--secondary-color);width:20rem;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:none;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;z-index:1000}.header .dropdown-content .side-dropdown{color:var(--white);font-size:1.2rem;padding-right:1.5rem;font-weight:700;cursor:pointer;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .dropdown-content .side-dropdown .dropdown-content{left:20rem;top:0;display:none!important}.header .dropdown-menu:hover .dropdown-content{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:var(--custom-border)}.header .dropdown-content .side-dropdown:hover .dropdown-content{display:-webkit-box;display:-ms-flexbox;display:flex!important}.header .dropdown-content a,.header .dropdown-content button{display:block;font-size:1.6rem;font-weight:600;color:var(--white);background-color:var(--secondary-color);padding:1rem 1.5rem;cursor:pointer}.header .dropdown-content .side-dropdown{position:relative}.header .dropdown-content .side-dropdown:hover,.header .dropdown-content .side-dropdown:hover button,.header .dropdown-content a:hover{color:var(--white);background-color:var(--main-color)}.header .icon-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.header .icon-container .icon{font-size:2rem;color:var(--white);cursor:pointer}.header .icon-container .icon:hover{color:var(--main-color)}.header .search-container{position:absolute;top:100%;right:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2rem;background:var(--white);width:40rem;padding:1.5rem 2rem;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);opacity:0;-webkit-transform-origin:right;transform-origin:right;-webkit-transition:-webkit-transform .3s ease;-moz-transition:-webkit-transform .3s ease;-ms-transition:-webkit-transform .3s ease;-o-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-webkit-border-radius:50rem;-moz-border-radius:50rem;-ms-border-radius:50rem;-o-border-radius:50rem;border-radius:50rem;-webkit-transform:translateX(300%);-moz-transform:translateX(300%);-ms-transform:translateX(300%);-o-transform:translateX(300%);transform:translateX(300%)}.header .search-container.active{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.header .search-container input{width:100%;height:100%;background:transparent;color:var(--black);font-size:1.8rem;text-transform:none}.header .search-container button{color:var(--secondary-color);background-color:transparent;font-size:2rem;padding-right:.5rem;padding-left:1rem}.header .search-container button:hover{color:var(--main-color);cursor:pointer}.footer{background:-webkit-linear-gradient(top,rgba(0,0,0,.8),rgba(0,0,0,.7)),url(../../assets/images/Background/Footer.jpg);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.7)),url(../../assets/images/Background/Footer.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%}.footer .box-container{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(25rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:3rem;padding:2rem 5%}.footer .logo img{height:7rem}.footer-item h2{color:var(--white);font-size:2.5rem;font-weight:600;letter-spacing:.2rem;padding-bottom:1rem;margin-bottom:2rem;position:relative}.footer-item h2:before{position:absolute;left:0;bottom:0;width:10rem;height:2px;content:"";background-color:var(--main-color);-webkit-transform:translateX(0);transform:translateX(0)}.footer-item>p{padding-top:1.5rem;font-size:1.6rem}.footer-item p{color:var(--white);line-height:1.5;font-weight:500}.footer-item .connect{padding-top:1rem}.footer-item .connect p{margin-bottom:.5rem!important}.footer-item .connect i{font-size:1.6rem;color:var(--main-color);height:3rem;width:3rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-item .connect i,.footer-item .social{display:-webkit-box;display:-ms-flexbox;display:flex}.footer-item .social{gap:1rem;margin-top:1.5rem}.footer-item .social a{height:4rem;width:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--main-color);border-radius:var(--border-radius-2)}.footer-item .social a i{color:var(--white);font-size:1.7rem}.footer-item .social a:hover{background-color:var(--white)}.footer-item .social a:hover i{color:var(--main-color)}.footer-item .gmail{text-transform:none}.footer-item .info p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-item .info a{font-size:1.8rem;color:var(--white)}.footer-item .links p:hover a{color:var(--main-color)}.footer-item .links p i{color:var(--main-color);font-size:1.5rem}.footer-item:last-child p{padding-top:0;padding-bottom:2rem;line-height:1.6}.footer-item .input-field{margin-bottom:1rem}.footer-item .dark-form .alert{min-height:3.5rem;display:block;font-size:2rem;color:var(--main-color);padding-top:1rem}.footer .content{text-align:center;padding:2rem 0;background-color:var(--main-color)}.footer .content p{font-size:2rem;color:var(--white)}.scroll-top{position:fixed;bottom:1rem;right:1rem;height:6rem;width:6rem;font-size:2.2rem;color:var(--white);background:var(--main-color);border-radius:var(--border-radius-2);-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;z-index:900;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}.scroll-top:hover{background-color:var(--secondary-color);cursor:pointer}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{color:var(--black)!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.form .input-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;margin-bottom:1rem}.form .box{width:100%;background-color:transparent;font-size:1.6rem;color:var(--black);padding:1rem 1.5rem;border:.15rem solid rgba(0,0,0,.1);border-radius:var(--border-radius-1);text-transform:none}.form .box::-webkit-input-placeholder{text-transform:capitalize}.form .box::-moz-placeholder{text-transform:capitalize}.form .box:-ms-input-placeholder{text-transform:capitalize}.form .box::placeholder{text-transform:capitalize}.form .box:focus{border-color:var(--main-color)}.form textarea{resize:none;height:20rem}.form .btn{width:100%;overflow:hidden;margin-top:1rem}.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:var(--white);-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.dark-form .input-box{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;margin-bottom:1rem}.dark-form .input-box,.dark-form .input-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;gap:1rem}.dark-form .input-field{-webkit-box-flex:1;-ms-flex:1 1 20rem;flex:1 1 20rem;border:1.5px solid var(--white);padding:1.5rem;border-radius:var(--border-radius-2);width:100%;-ms-flex-align:center}.dark-form .input-field:hover{border-color:var(--main-color)}.dark-form .input-field label{color:var(--main-color);font-size:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dark-form .box{width:100%;font-size:1.6rem;color:var(--white);background-color:transparent;text-transform:none}.dark-form .box::-webkit-input-placeholder{text-transform:capitalize;color:var(--white)}.dark-form .box::-moz-placeholder{text-transform:capitalize;color:var(--white)}.dark-form .box:-ms-input-placeholder{text-transform:capitalize;color:var(--white)}.dark-form .box::placeholder{text-transform:capitalize;color:var(--white)}.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}.dark-form .checkbox-label{color:var(--white);position:relative;padding-left:2.5rem;cursor:pointer;font-size:1.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dark-form .checkbox-label input{position:absolute;opacity:0;z-index:-1}.dark-form .checkbox-indicator{position:absolute;top:.2rem;left:0;height:1.6rem;width:1.6rem;background:transparent;outline:.15rem solid var(--white);border-radius:.2rem}.dark-form .checkbox-label input:checked~.checkbox-indicator{background:var(--main-color);outline-color:var(--main-color)}.dark-form .checkbox-indicator:after{content:"";position:absolute;left:.5rem;top:.2rem;width:.3rem;height:.8rem;border:solid var(--light-grey);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:none}.dark-form .checkbox-label input:checked~.checkbox-indicator:after{display:initial}.dark-form .extra-services{padding-top:1rem;padding-bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem}.dark-form .select option{color:var(--grey)}.dark-form .select{-webkit-box-flex:1;-ms-flex:1 1 20rem;flex:1 1 20rem;border:.15rem solid var(--white);border-radius:var(--border-radius-2);width:100%}.dark-form .select-container{height:100%;min-width:100%;position:relative}.dark-form .select-box{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;color:var(--white);background-color:transparent;font-size:1.6rem;padding:1.5rem 1.5rem 1.5rem 4.5rem}.dark-form .select-container label{left:1.5rem;color:var(--main-color);font-size:1.6rem}.dark-form .select-container .icon-container,.dark-form .select-container label{position:absolute;height:100%;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dark-form .select-container .icon-container{width:4rem;right:0;z-index:-1}.dark-form .select-container .icon-container i{font-size:1.6rem;color:var(--white)}.swiper-pagination-bullet{height:1.3rem;width:1.3rem;border-radius:0;background:var(--white);opacity:.7;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--border-radius-2)}.swiper-pagination-bullet-active{width:3rem;background:var(--main-color)!important;opacity:.9}.swiper-button-next,.swiper-button-prev{background-color:hsla(0,0%,100%,.4);font-size:1rem;height:6rem;width:6rem;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}.swiper-button-next{right:0}.swiper-button-prev{left:0}.swiper-button-next:after,.swiper-button-prev:after{font-size:2rem;font-weight:700;color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:var(--main-color)}.sidebar-heading h2{position:relative;font-size:3rem;font-weight:500;word-spacing:1px;color:var(--secondary-color);letter-spacing:.1rem;line-height:1;margin-bottom:1.5rem;padding-bottom:1.2rem}.sidebar-heading h2:before{position:absolute;left:0;bottom:0;width:10rem;height:2px;content:"";background-color:var(--main-color)}.sidebar{-webkit-box-flex:1;-ms-flex:1 1 28rem;flex:1 1 28rem}.sidebar .sidebar-item{margin-bottom:1.5rem;background-color:var(--white);border-top:var(--custom-border);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--border-radius-3);padding:2.5rem 1.5rem}.sidebar .search .input-box{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;border-radius:var(--border-radius-2)}.sidebar .search .input-box input{width:100%;padding:1.5rem;overflow:hidden;border:.1rem solid rgba(0,0,0,.5);border-top-left-radius:var(--border-radius-2);border-bottom-left-radius:var(--border-radius-2)}.sidebar .search .input-box input:focus{border-color:var(--main-color)}.sidebar .search .input-box button{color:var(--white);background-color:var(--secondary-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem 2rem;font-size:1.8rem;cursor:pointer}.sidebar .search .input-box button:hover{background-color:var(--main-color)}.sidebar .category a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.5rem 0;border-bottom:.15rem solid rgba(0,0,0,.1)}.sidebar .category a:last-child{margin-bottom:0}.sidebar .category a span{font-size:1.7rem;color:var(--secondary-color);font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.sidebar .category a span i{font-size:1.8rem;color:var(--main-color)}.sidebar .category a p{font-size:1.5rem}.sidebar .category a:hover p,.sidebar .category a:hover span{color:var(--main-color)}.sidebar .post-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;margin-bottom:1rem}.sidebar .post-item:last-child{margin-bottom:0}.sidebar .post-item img{height:8rem;width:8rem;border-radius:var(--border-radius-2)}.sidebar .recent-posts .post-item img{width:10rem;border-radius:var(--border-radius-2)}.sidebar .post-item a{display:inline-block;font-size:2rem;font-weight:600;color:var(--secondary-color)}.sidebar .recent-posts .post-item a{font-size:1.8rem}.sidebar .post-item a:hover{color:var(--main-color)}.sidebar .post-item .price p{padding-top:.5rem;font-size:1.7rem;font-weight:700;color:var(--main-color)}.sidebar .post-item .price span{font-size:1.3rem;font-weight:400;color:var(--grey);text-decoration:line-through;padding-left:.2rem}.sidebar .tags .box-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.7rem}.sidebar .tag-item{color:var(--white);background-color:var(--secondary-color);border-radius:var(--border-radius-2);font-size:1.6rem;padding:1rem 1.8rem}.sidebar .tag-item:hover{background-color:var(--main-color);cursor:pointer}.home{padding:0;position:relative;z-index:0}.home-slider{position:relative;overflow:hidden}.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:70rem}.home-item .content{padding:10rem 5%;position:absolute;top:0;left:0;height:100%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:-webkit-linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.5));background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.5))}.home-item .content,.home-item .content .text{display:-webkit-box;display:-ms-flexbox;display:flex}.home-item .content .text{width:70rem;margin-top:10rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.home-item .content h5{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;padding:.7rem 1.8rem;border-radius:var(--border-radius-2);color:var(--white);background-color:var(--main-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem}.home-item .content h5 i{color:transparent;-webkit-text-stroke:1px var(--white)}.home-item .content h3{font-size:6rem;font-weight:600;margin-bottom:2.5rem;color:var(--white);letter-spacing:.1rem;line-height:1.1}.home-features{padding-bottom:2rem;-webkit-transform:translateY(-8rem);transform:translateY(-8rem);margin-bottom:-8rem}.whyUs.main{background:-webkit-linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.7)),url(../../assets/images/Background/WhyUs.webp);background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.7)),url(../../assets/images/Background/WhyUs.webp);background-position:50%;background-size:cover;background-attachment:fixed}.whyUs.main .whyUs-point h5,.whyUs.main .whyUs-point p{color:var(--white)}.service-slider{overflow:hidden;padding:.5rem}.counting{padding:5rem 5%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem;background:-webkit-linear-gradient(top,rgba(0,0,0,.8),rgba(0,0,0,.7)),url(../../assets/images/Background/Counter.jpg);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.7)),url(../../assets/images/Background/Counter.jpg);background-position:50%;background-size:cover;background-attachment:fixed}.counting .box{-webkit-box-flex:1;-ms-flex:1 1 25rem;flex:1 1 25rem;position:relative;text-align:center}.counting .box i{width:9rem;height:9rem;margin:0 auto;color:transparent;-webkit-text-stroke:2px var(--white);background-color:var(--main-color);border-radius:var(--border-radius-3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:4rem}.counting .box .count{color:var(--white);font-size:5rem;font-weight:500;margin:1.5rem 0}.counting .box h3{font-size:2rem;color:var(--white);font-weight:400}.process-slider{overflow:hidden;padding:.5rem}.industries{background:-webkit-linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.7)),url(../../assets/images/Background/Industries.jpg);background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.7)),url(../../assets/images/Background/Industries.jpg);background-position:50%;background-size:cover;background-attachment:fixed;margin:3rem 5%;border-radius:var(--border-radius-3)}.industries .heading{max-width:70rem;margin:0 auto 2rem}.industries .box-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2.5rem;margin-bottom:2rem}.industries .industry-item{-webkit-box-flex:1;-ms-flex:1 1 22rem;flex:1 1 22rem;text-align:center}.industries .industry-item .icon{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.industries .industry-item .icon,.industries .industry-item i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.industries .industry-item i{height:7rem;width:7rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:2.5rem;color:var(--white);background-color:var(--main-color);border-radius:var(--border-radius-2)}.industries .industry-item .line{height:3rem;width:.1rem;border-right:.1rem dashed var(--white)}.industries .industry-item .dot{border-radius:.2rem;height:1rem;width:1rem;background-color:var(--main-color)}.industries .industry-item h5{font-size:2.5rem;font-weight:600;line-height:1.4;color:var(--white);margin-top:1rem}.home-skills .box-container{background-image:url(../../assets/images/Background/Skill.webp)}.home-skills.custom-form .content{margin-left:0}.home-skills p{color:var(--white)}.home-skills .team-single .skills{margin:2rem 0}.home-skills .team-single .skills .box h3{color:var(--white)}.banner{padding:8rem 5%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:url(../../assets/images/Background/Banner.webp);background-position:0;background-size:cover}.banner .content{width:70rem}.banner .heading{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;padding-bottom:0}.banner h2{font-size:5rem;font-weight:600;line-height:1.3;color:var(--white);padding-bottom:2rem;letter-spacing:.1rem}.track-shipment.main .box-container{margin:0 5% 3rem;border-radius:var(--border-radius-3);overflow:hidden;background-image:url(../../assets/images/Background/Track-Shipment-Form.jpg)}.testimonial-bg{background:-webkit-linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.5)),url(../../assets/images/Background/Testimonials.webp);background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.5)),url(../../assets/images/Background/Testimonials.webp);background-attachment:fixed}.newsletter-subscribe,.testimonial-bg{background-position:50%;background-size:cover}.newsletter-subscribe{padding:8rem 5%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../assets/images/Background/Newsletter.webp)}.newsletter-subscribe .content{width:70rem;text-align:center}.newsletter-subscribe h2{font-size:4.5rem;font-weight:600;color:var(--white)}.newsletter-subscribe p{letter-spacing:.15rem;font-weight:500;color:var(--white);padding-top:1rem;padding-bottom:3rem}.newsletter-subscribe .box-container{max-width:60rem;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem;padding:.5rem;background-color:var(--white);-webkit-border-radius:var(--border-radius-2);-moz-border-radius:var(--border-radius-2);-ms-border-radius:var(--border-radius-2);-o-border-radius:var(--border-radius-2)}.newsletter-subscribe input{padding:0 1.5rem;width:100%;color:var(--black);background-color:var(--white);text-transform:none;font-size:1.5rem}.newsletter-form .alert{min-height:3.5rem;display:block;font-size:2rem;color:var(--white);padding-top:1rem;-webkit-transition:none;transition:none}.blog.main .box-container{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(32rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(32rem,1fr));gap:1.5rem}.home-clients{background-color:rgba(0,0,0,.05)}.clients .client-slider{overflow:hidden}.about-us{padding:0}.about{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem}.about,.about .image{display:-webkit-box;display:-ms-flexbox;display:flex}.about .image{-webkit-box-flex:1;-ms-flex:1 1 42rem;flex:1 1 42rem;gap:1.5rem;overflow:hidden;position:relative}.about .sub-image{-webkit-box-flex:1;-ms-flex:1 1 15rem;flex:1 1 15rem;height:48rem}.about .image img{-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--border-radius-3)}.about .sub-image.first{height:37rem}.about .sub-image.last{margin-top:1.5rem}.about .experience{position:absolute;bottom:0;left:0;width:60%;padding:1.5rem;color:var(--white);background-color:var(--secondary-color);border-radius:var(--border-radius-3);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.about .experience,.about .experience-content{display:-webkit-box;display:-ms-flexbox;display:flex}.about .experience-content{font-size:1.6rem;padding-left:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about .experience span{color:var(--white);font-size:5rem;font-weight:600}.about .experience .icon{width:8rem;height:8rem;border-radius:var(--border-radius-2);background-color:var(--main-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.about .experience i{font-size:4rem;color:transparent;-webkit-text-stroke:2px var(--white)}.about .content{-webkit-box-flex:1;-ms-flex:1 1 42rem;flex:1 1 42rem}.about .heading{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.about .heading h2{text-align:left}.about .content p{padding-bottom:1rem}.about .about-point{gap:1rem;margin-top:.5rem}.about .about-point,.about .about-point i{display:-webkit-box;display:-ms-flexbox;display:flex}.about .about-point i{font-size:3rem;width:7rem;height:7rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:var(--border-radius-2);color:transparent;-webkit-text-stroke:1px var(--white);background-color:var(--secondary-color)}.about .about-point>div{-webkit-box-flex:1;-ms-flex:1 1 10rem;flex:1 1 10rem}.about .about-point h3{font-size:2.4rem;margin-bottom:.5rem}.about .btn{margin-top:1rem}.company-history{padding:0}.history .box-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}.history-item{-webkit-box-flex:1;-ms-flex:1 1 29rem;flex:1 1 29rem;border-radius:var(--border-radius-3);text-align:center}.history-item .icon{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.history-item .icon,.history-item .icon i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.history-item .icon i{font-size:3.2rem;width:8rem;height:8rem;border-radius:var(--border-radius-2);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:transparent;-webkit-text-stroke:1.5px var(--white);background-color:var(--main-color)}.history-item .icon .line{color:var(--grey);border-right:.15rem dashed var(--grey);width:.15rem;height:3rem}.history-item .icon .dot{color:var(--grey);background-color:var(--main-color);width:1rem;height:1rem;border-radius:.2rem}.history .content{background-color:var(--secondary-color);border-radius:var(--border-radius-2);padding:4rem 2rem}.history-item h3{font-size:2rem;color:var(--white)}.history-item h4{font-size:2rem;color:var(--main-color);margin:1rem 0}.history-item p{line-height:1.4;color:var(--light-grey)}.why-choose-us{padding:0}.whyUs .heading{max-width:70rem;margin:0 auto 2rem}.whyUs .box-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3rem;margin-bottom:3rem}.whyUs .box{-webkit-box-flex:1;-ms-flex:1 1 35rem;flex:1 1 35rem}.whyUs .image{-webkit-box-flex:1;-ms-flex:1 1 30rem;flex:1 1 30rem;margin:auto}.whyUs .box .whyUs-point{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1rem;margin-bottom:3rem}.whyUs .box .whyUs-point:last-child{margin-bottom:0}.whyUs .box.last .whyUs-point{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}.whyUs-point .icon,.whyUs-point i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.whyUs-point i{width:7rem;height:7rem;color:transparent;-webkit-text-stroke:1.5px var(--white);font-size:3.5rem;background-color:var(--main-color);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;border-radius:var(--border-radius-2)}.whyUs-point .content{-webkit-box-flex:1;-ms-flex:1 1 10rem;flex:1 1 10rem}.whyUs-point h5{color:var(--black);font-size:2.4rem;margin-bottom:1rem}.whyUs-point p{color:var(--grey)}.team .box-container{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(25rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:1rem}.team-item{position:relative;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);height:40rem;border-radius:var(--border-radius-3);overflow:hidden}.team-item .content{position:absolute;bottom:0;left:0;height:100%;width:100%;background:-webkit-linear-gradient(transparent,rgba(0,0,0,.9));background:linear-gradient(transparent,rgba(0,0,0,.9));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2rem}.team-item .content h3{font-size:2.6rem;font-weight:600;line-height:1.4;color:var(--white)}.team-item .content h3:hover,.team-item .content p{color:var(--main-color)}.team-item .content p{font-size:1.6rem;font-weight:600;text-transform:uppercase}.team-item .icon-container{position:absolute;top:2rem;left:1.5rem;-webkit-transition:all .4s ease-in-out 0s;-moz-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;z-index:2}.team-item .icon-container a{height:4rem;width:4rem;margin-bottom:.5rem;border-radius:var(--border-radius-2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.7rem;color:var(--white);background-color:var(--main-color)}.team-item .icon-container a:hover{background-color:var(--secondary-color)}.team-single .team-intro{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3rem;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);background-color:var(--white);padding:2rem}.team-single .image,.team-single .team-intro{border-radius:var(--border-radius-3);overflow:hidden}.team-single .image{width:40rem;height:50rem}.team-single .information{-webkit-box-flex:1;-ms-flex:1 1 50rem;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);text-transform:uppercase;font-size:1.8rem;font-weight:500;padding-bottom:1.5rem}.team-single .information .team-about{padding-top:1.5rem;border-top:.1rem solid rgba(0,0,0,.2)}.team-single .text{font-size:1.6rem;letter-spacing:.2px;font-weight:400;color:var(--grey);line-height:1.7}.team-single .team-personal-info{padding-top:2rem;padding-bottom:1rem}.team-single .team-personal-info li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;padding-bottom:1.5rem}.team-single .team-personal-info i{font-size:1.6rem;color:var(--main-color);padding-right:.5rem}.team-single .team-personal-info h6{font-size:2rem;color:var(--black)}.team-single .team-personal-info span{font-size:1.8rem;font-weight:500;color:var(--grey);text-transform:none}.team-single .icon-container{gap:.7rem}.team-single .icon-container,.team-single .icon-container a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.team-single .icon-container a{height:4rem;width:4rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.5rem;color:var(--white);background-color:var(--main-color);border-radius:var(--border-radius-2)}.team-single .icon-container a:hover{background:var(--secondary-color)}.team-single .page-info{background-color:transparent;box-shadow:none;-webkit-box-flex:0;-ms-flex:none;flex:none}.team-single .box-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem;padding-top:2rem}.team-single h4{font-size:3rem;font-weight:500;color:var(--black);padding-bottom:.5rem}.team-single .sub-section{-webkit-box-flex:1;-ms-flex:1 1 42rem;flex:1 1 42rem}.team-single .skills .box{padding:.6rem 0}.team-single .skills .box h3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.7rem 0;font-size:1.7rem;color:var(--secondary-color);font-weight:600}.team-single .skills .box .progress-bar{width:100%;background:#ccc;overflow:hidden;height:1rem;border-radius:50rem}.team-single .skills .box .progress-bar span{display:block;height:100%;background:var(--main-color);border-radius:50rem}.testimonial-slider{overflow:hidden;position:relative;padding-bottom:4rem}.testimonial .swiper-pagination-bullet{background:var(--secondary-color);opacity:.9}.testi-item{background-color:var(--secondary-color);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);margin-top:2rem}.testi-item,.testi-item .intro{border-radius:var(--border-radius-3)}.testi-item .intro{background-color:var(--main-color);padding:3rem 4rem}.testi-item h4{font-size:2.6rem;padding-bottom:.5rem}.testi-item h4,.testi-item h6{font-weight:600;color:var(--white)}.testi-item h6{font-size:1.8rem}.testi-item img{position:absolute;top:0;right:3rem;-webkit-transform:translateY(-2rem);transform:translateY(-2rem);height:11rem;width:10rem;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--border-radius-3)}.testi-item .detail{padding:4rem;text-align:center}.testi-item p{padding-bottom:2rem;color:var(--light-grey)}.testi-item .rating i{font-size:1.8rem;color:var(--main-color)}.faq .box-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.accordion-container{-webkit-box-flex:1;-ms-flex:1 1 55rem;flex:1 1 55rem}.accordion{background:var(--white);margin-bottom:1.5rem;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);overflow:hidden;border-radius:var(--border-radius-2)}.accordion:last-child{margin-bottom:0}.accordion .accordion-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1.5rem;cursor:pointer;font-size:1.8rem;background-color:var(--secondary-color);-webkit-border-radius:var(--border-radius-2);-moz-border-radius:var(--border-radius-2);-ms-border-radius:var(--border-radius-2);-o-border-radius:var(--border-radius-2);border-radius:var(--border-radius-2)}.accordion .accordion-heading h3{color:var(--white);padding:1rem 0 1rem 2rem}.accordion.active .accordion-heading h3{color:var(--main-color)}.accordion .accordion-heading i{height:7rem;width:7rem;color:var(--white);background-color:var(--main-color);border-radius:var(--border-radius-2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.accordion.active .accordion-content{display:block}.accordion-content{padding:2rem;font-size:1.5rem;line-height:2;color:var(--grey);display:none}.faq .image{-webkit-box-flex:1;-ms-flex:1 1 30rem;flex:1 1 30rem;height:51rem;border-radius:var(--border-radius-3);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);overflow:hidden}.tab-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style-type:none;gap:1rem;margin-bottom:2rem}.tab-buttons .button{font-size:1.6rem;font-weight:500;padding:1.5rem 3rem;color:var(--white);background-color:var(--secondary-color);border-radius:var(--border-radius-2);text-transform:uppercase;text-align:center}.tab-buttons .button.active,.tab-buttons .button:hover{background-color:var(--main-color);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);cursor:pointer}.tab-section{display:none}.tab-section.active{display:block;margin-top:2rem}.page-single{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem}.page-single .sidebar .sidebar-item{margin-bottom:0}.page-info{-webkit-box-flex:1;-ms-flex:1 1 75rem;flex:1 1 75rem}.page-info .image{height:40rem;border-radius:var(--border-radius-3);overflow:hidden}.page-info .image img{-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}.page-info .content{padding-top:2rem}.page-info .main-heading{display:inline-block;font-size:3.5rem;font-weight:600;color:var(--secondary-color);text-shadow:1px 1px 8px rgba(0,0,0,.2);padding-bottom:1rem}.page-info .important{color:var(--secondary-color)!important;font-weight:600}.page-info p{padding-bottom:1rem}.page-info .page-gallery{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(25rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:1rem;padding:2rem 0}.page-info .page-gallery img{-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--border-radius-3)}.page-info .sub-heading{display:inline-block;font-size:2.5rem;font-weight:600;color:var(--secondary-color);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{padding-top:1rem;font-size:1.5rem;color:var(--grey);display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}.page-info .sub-section ul i{color:var(--main-color);font-size:1.4rem;height:1.8rem;width:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-sidebar{-webkit-box-flex:1;-ms-flex:1 1 25rem;flex:1 1 25rem;padding:4rem;background:var(--secondary-color);border-top:var(--custom-border);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--border-radius-3)}.page-sidebar .sub-heading{display:inline-block;font-size:2.5rem;font-weight:600;color:var(--white);padding-bottom:2rem;line-height:1}.page-sidebar .detail-item{padding-bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.8rem}.page-sidebar .detail-item:last-child{padding-bottom:0}.page-sidebar .detail-item i{height:2rem;width:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.8rem;color:var(--main-color)}.page-sidebar .detail-item h3{font-size:1.8rem;font-weight:600;color:var(--white);line-height:1;padding-bottom:.5rem}.page-sidebar .detail-item .detail-content p{font-weight:400;color:var(--light-grey);line-height:1.3}.page-sidebar .gmail,.page-sidebar .website{text-transform:none}.page-sidebar .btn{margin-top:3rem}.custom-form{padding:2rem 0}.custom-form .alert{font-size:2rem;color:var(--main-color);padding-left:1rem}.custom-form .box-container{background-position:50%;background-size:cover}.custom-form .content{margin-left:auto;padding:4rem 5%;max-width:70rem;background:var(--custom-bg)}.custom-form .heading{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.custom-form .heading h2{text-align:left}.custom-form form{width:100%}.custom-form ::-webkit-calendar-picker-indicator{-webkit-filter:invert(1);filter:invert(1)}.gallery .box-container{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;-ms-grid-rows:auto;grid-template-rows:auto;gap:2rem;grid-template-areas:"gallery-1 gallery-2 gallery-3" "gallery-4 gallery-2 gallery-5" "gallery-6 gallery-7 gallery-9" "gallery-6 gallery-8 gallery-9"}.gallery-item{-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);position:relative;cursor:pointer;height:25rem;border-radius:var(--border-radius-2);overflow:hidden}.gallery-1{grid-area:gallery-1}.gallery-2{grid-area:gallery-2;height:auto}.gallery-3{grid-area:gallery-3}.gallery-4{grid-area:gallery-4}.gallery-5{grid-area:gallery-5}.gallery-6{grid-area:gallery-6;height:auto}.gallery-7{grid-area:gallery-7}.gallery-8{grid-area:gallery-8}.gallery-9{grid-area:gallery-9;height:auto}.gallery-item .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:10%;top:10%;opacity:0;width:80%;height:80%;z-index:1;-webkit-transition:all .4s ease-in-out 0s;-moz-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;background-color:rgba(215,1,1,.9);border-radius:var(--border-radius-3)}.gallery-item:hover .content{opacity:1}.gallery-item a i{scale:0;font-size:4rem;color:var(--white)}.gallery-item:hover a i{scale:1}.pricing .box-container{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(32rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(32rem,1fr));gap:1.5rem}.pricing .plan-item{position:relative;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);height:60rem;border-radius:var(--border-radius-3);overflow:hidden}.pricing .plan-item .plan-content{position:absolute;top:0;left:0;height:100%;width:100%;background-color:var(--custom-bg)}.pricing .plan-item .top{position:relative;padding:3rem}.pricing .plan-item .icon{width:9rem;height:9rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:4rem;color:transparent;-webkit-text-stroke:2px var(--white);background-color:var(--main-color);border-radius:var(--border-radius-3);margin-bottom:1rem}.pricing .plan-item h3{color:var(--white);font-size:3.2rem;font-weight:500}.pricing .plan-item p{font-size:2rem;color:var(--light-grey)}.pricing .plan-item ul{padding:2rem 3rem;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-top:.1rem solid hsla(0,0%,100%,.4);border-bottom:.1rem solid hsla(0,0%,100%,.4)}.pricing .plan-item ul li{padding:.8rem 0;font-size:1.8rem;color:var(--light-grey);text-align:left;gap:.7rem}.pricing .plan-item ul li,.pricing .plan-item ul li i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pricing .plan-item ul li i{height:1.8rem;width:1.8rem;color:var(--main-color);font-size:1.3rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pricing .plan-item .bottom{padding:2rem 3rem}.pricing .plan-item .price{color:var(--white);font-size:5rem;font-weight:400;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:2rem}.pricing .plan-item .price span{font-size:2rem;padding-bottom:.5rem}.process .box-container{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(31rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(31rem,1fr));gap:1.5rem}.process-item{position:relative;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--border-radius-3);overflow:hidden;height:30rem}.process-item .content{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--custom-bg);padding:4rem 3rem}.process-item i{height:7rem;width:7rem;font-size:5rem;color:transparent;-webkit-text-stroke:.15rem var(--white)}.process-item h3{font-size:2.8rem;font-weight:600;color:var(--white);padding-bottom:.5rem}.process-item p{color:var(--light-grey)}.process-item h6{position:absolute;top:0;right:0;padding:1.5rem;width:10rem;height:10rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:5rem;font-weight:900;color:transparent;-webkit-text-stroke:.15rem var(--white);background-color:var(--main-color);border-radius:var(--border-radius-3)}.features .box-container{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(25rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:1.5rem}.feature-item{cursor:pointer;background-color:var(--secondary-color);padding:3rem 2.5rem;position:relative;overflow:hidden}.feature-item,.feature-item i{border-radius:var(--border-radius-3)}.feature-item i{position:absolute;top:0;right:0;height:9rem;width:9rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:4rem;color:transparent;-webkit-text-stroke:2px var(--white);background-color:var(--main-color)}.feature-item h3{font-size:2.5rem;color:var(--white);margin:1rem 0}.feature-item p{color:var(--light-grey)}.cost-calculator .box-container{background-image:url(../../assets/images/Background/Cost-Calculator.webp)}.cost-calculator .cost-total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:1rem}.cost-calculator .cost-total h5{font-size:2.5rem;color:var(--white)}.cost-calculator .cost-total span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:2.5rem;font-weight:600;color:var(--main-color);width:10rem;min-height:100%}.get-quote .box-container{background-image:url(../../assets/images/Background/Get-Quote.webp)}.track-shipment .box-container{background-image:url(../../assets/images/Background/Track-Shipment-Form.jpg)}.not-found{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.not-found .box-container{width:60rem;text-align:center;margin:2rem 0}.not-found img{width:90%}.not-found h5{font-size:4rem;font-weight:600;color:var(--black);line-height:1.4;padding:1rem 0}.not-found h5 span{color:var(--main-color)}.not-found p{padding-bottom:2rem;color:var(--grey)}.policy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3rem}.policy .policy-tab-buttons{-webkit-box-flex:1;-ms-flex:1 1 15rem;flex:1 1 15rem;overflow:hidden;border-left:.5rem solid var(--black)}.policy .category{display:block;padding:2rem 2.5rem;font-size:1.7rem;color:var(--white);background:var(--main-color);font-weight:500;margin-bottom:.5rem;border-top-right-radius:var(--border-radius-2);border-bottom-right-radius:var(--border-radius-2)}.policy .category:hover{background-color:var(--secondary-color)}.policy .category:last-child{margin-bottom:0}.policy .policy-tabs{-webkit-box-flex:1;-ms-flex:1 1 70rem;flex:1 1 70rem}.policy-item{margin-bottom:1.5rem}.policy-item h3{padding-bottom:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem;font-size:2.5rem;color:var(--black)}.policy-item p{font-size:1.5rem;line-height:2;color:var(--grey)}.policy-item ul{list-style:none;padding-left:1rem}.policy-item ul li{padding-top:1rem;font-size:1.5rem;color:var(--grey);gap:1rem}.policy-item ul i,.policy-item ul li{display:-webkit-box;display:-ms-flexbox;display:flex}.policy-item ul i{color:var(--main-color);font-size:1.2rem;height:1.8rem;width:1rem;padding-top:.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.career{padding:0}.career .career-intro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem;padding:3rem 5%}.career .content{-webkit-box-flex:1;-ms-flex:1 1 42rem;flex:1 1 42rem}.career-intro .heading{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.career-intro .heading h2{text-align:left}.career .content p{padding-bottom:1rem}.career .career-features{padding-top:.5rem}.career .career-features li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;padding-bottom:1rem;font-size:1.6rem}.career .career-features i{color:var(--main-color)}.career .career-features span{color:var(--grey)}.career .image{-webkit-box-flex:1;-ms-flex:1 1 42rem;flex:1 1 42rem;height:45rem;border-radius:var(--border-radius-3);overflow:hidden;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}.career-benefits{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(30rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:3rem;background:-webkit-linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.7)),url(../../assets/images/Background/Career.jpg);background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.7)),url(../../assets/images/Background/Career.jpg);background-position:50%;background-size:cover;background-attachment:fixed;padding:6rem 5%}.career-benefits .benefit-item{text-align:center}.career-benefits .benefit-item i{height:7.5rem;width:7.5rem;font-size:2.5rem;margin:0 auto 1.5rem;color:var(--white);background-color:var(--main-color);border-radius:var(--border-radius-3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.career-benefits .benefit-item h3{font-size:2.5rem;font-weight:600;color:var(--white);padding-bottom:.5rem}.career-benefits .benefit-item p{color:var(--light-grey)}.career-positions{padding:3rem 5%}.career-positions .box-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem}.position-item{-webkit-box-flex:1;-ms-flex:1 1 35rem;flex:1 1 35rem;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-top:var(--custom-border);background-color:var(--secondary-color);border-radius:var(--border-radius-3);padding:8rem 3rem 3rem;position:relative;margin-top:2rem}.position-item:last-child{margin-bottom:0}.position-item .icon{position:absolute;top:0;left:3rem;-webkit-transform:translateY(-2rem);transform:translateY(-2rem);width:8rem;height:8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:3.5rem;border-radius:var(--border-radius-2);color:transparent;-webkit-text-stroke:1.5px var(--white);background-color:var(--main-color)}.position-item h3{font-size:2.8rem;color:var(--white)}.position-item h3:hover{color:var(--main-color)}.position-item .details{margin:2rem 0}.position-item h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;margin-bottom:1rem}.position-item h5 i{font-size:1.6rem;color:var(--main-color)}.position-item h5 span{font-size:1.8rem;font-weight:400;color:var(--light-grey)}.career-form .box-container{background-image:url(../../assets/images/Background/Career-Form.webp)}.clients .box-container{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}.client-item,.clients .box-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.client-item{width:20rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.services .box-container{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(32rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(32rem,1fr));gap:1.5rem}.service-item{position:relative;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);height:38rem;margin-top:1.5rem;border-radius:var(--border-radius-3)}.service-item .content{position:absolute;top:0;left:0;height:100%;width:100%;padding:9rem 3rem 3rem;background-color:rgba(0,0,0,.7);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.service-item .content,.service-item .icon,.service-item img{border-radius:var(--border-radius-2)}.service-item .icon{position:absolute;top:0;left:3rem;-webkit-transform:translateY(-1.5rem);transform:translateY(-1.5rem);height:9rem;width:9rem;font-size:3.8rem;color:transparent;-webkit-text-stroke:2px var(--white);background-color:var(--main-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.service-item h3{font-size:2.8rem;font-weight:600;color:var(--white)}.service-item h3:hover{color:var(--main-color)}.service-item p{color:var(--light-grey);margin:2rem 0}.service-single .faq .accordion-container{padding-top:.5rem}.portfolios .tab-buttons{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.portfolio-item{width:33.3%;padding:.6rem}.portfolios-content{height:35rem;position:relative;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--border-radius-3);overflow:hidden}.portfolio-item .content{position:absolute;left:0;bottom:0;width:100%;height:100%;padding:3rem 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:-webkit-linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.3));background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.3))}.portfolio-item .text p{font-size:1.3rem;display:inline-block;padding:.8rem 1.5rem;margin-bottom:.5rem;font-weight:500;line-height:1.3;color:var(--white);background-color:var(--main-color);text-transform:uppercase;border-radius:var(--border-radius-2)}.portfolio-item .text h3{font-size:2.5rem;font-weight:600;color:var(--white)}.portfolio-item .text h3:hover{color:var(--main-color)}.portfolio-item .view{position:absolute;bottom:0;right:0;height:7rem;width:7rem;border-radius:var(--border-radius-3);background-color:var(--main-color)}.portfolio-item a i{height:100%;width:100%;font-size:2rem;color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.portfolio-item .view:hover{background-color:var(--secondary-color)}.blog-item{-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);position:relative;border-radius:var(--border-radius-3);overflow:hidden}.blog-item .image{height:42rem}.blog-item .label{position:absolute;right:2rem;top:2rem;z-index:1;font-size:1.8rem;color:var(--white);background-color:var(--main-color);padding:1.5rem 2rem;border-radius:var(--border-radius-2)}.blog-item .content{position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.7);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2rem;overflow:hidden}.blog-item .content,.blog-item .details{display:-webkit-box;display:-ms-flexbox;display:flex}.blog-item .details{gap:1rem}.blog-item .details,.blog-item h3{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog-item h3{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.7rem}.blog-item h3:first-child{background-color:var(--main-color);padding:1rem 1.5rem;border-radius:var(--border-radius-2)}.blog-item h3:first-child i{color:var(--white)}.blog-item h3 i{height:2rem;width:2rem;font-size:1.8rem;color:var(--main-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog-item h3 span{font-size:1.4rem;font-weight:400;text-transform:uppercase;color:var(--light-grey)}.blog-item .main-heading{display:block;font-size:2.8rem;font-weight:600;color:var(--white);line-height:1.3;padding-top:1rem}.blog-item .main-heading:hover{color:var(--main-color)}.comment-item{padding-bottom:1rem}.comment-item:last-child{padding-bottom:0}.comment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;gap:2rem;padding-bottom:2rem}.comment .comment-image{height:10rem;width:10rem;border-radius:var(--border-radius-3);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);overflow:hidden}.comment .comment-content{-webkit-box-flex:1;-ms-flex:1 1 35rem;flex:1 1 35rem}.comment .comment-intro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}.comment h3{font-size:2.2rem;font-weight:700;color:var(--secondary-color)}.comment h6{font-size:1.5rem;font-weight:500;color:var(--main-color)}.comment .text{padding-top:1rem;font-size:1.5rem;color:var(--grey);line-height:1.5}.comment .icon-item{display:inline-block;color:var(--white);background-color:var(--secondary-color);padding:.7rem 1.5rem;border-radius:var(--border-radius-2);cursor:pointer}.comment .icon-item:hover{background-color:var(--main-color)}.comment .icon-item i{color:var(--white);font-size:1.5rem;padding-right:.5rem}.comment .icon-item span{color:var(--white);font-size:1.6rem}.comment.reply{margin-left:12rem}.comment.reply .comment-content{-webkit-box-flex:1;-ms-flex:1 1 20rem;flex:1 1 20rem}.pages-no{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:2rem}.pages-no,.pages-no .container{display:-webkit-box;display:-ms-flexbox;display:flex}.pages-no .container{gap:1rem}.pages-no .item{color:var(--white);background-color:var(--secondary-color);border-radius:var(--border-radius-3);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);height:5rem;width:5rem;font-size:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pages-no .item.active,.pages-no .item:hover{cursor:pointer;background-color:var(--main-color)}.pages-no .numbers{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}.blog-container{-webkit-box-flex:1;-ms-flex:1 1 75rem;flex:1 1 75rem}.blog.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem}.blog-container.grid .blog-items{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(32rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(32rem,1fr));gap:1.5rem}.blog.list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem}.blog-container.list .blog-item{width:100%;margin-bottom:1rem}.blog-container.list .blog-item .image{height:30rem}.blog-single{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem}.blog-info .image{position:relative;border-radius:var(--border-radius-3);overflow:hidden}.blog-info .label{position:absolute;right:2rem;top:2rem;z-index:1;font-size:1.8rem;color:var(--white);background-color:var(--main-color);padding:1.5rem 2rem;border-radius:var(--border-radius-2)}.blog-info .date span{display:block;font-size:2.8rem;font-weight:500}.blog-info .details{gap:2rem;padding-bottom:2rem}.blog-info .details,.blog-info .details h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog-info .details h5{gap:.7rem}.blog-info h5:first-child{background-color:var(--main-color);padding:1rem 1.5rem;border-radius:var(--border-radius-2)}.blog-info .details h5 i{height:2rem;width:2rem;font-size:1.8rem;color:var(--main-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog-info .details h5:first-child i{color:var(--white)}.blog-info .details h5 span{font-size:1.6rem;font-weight:400;text-transform:uppercase;color:var(--black)}.blog-info .details h5:first-child span{color:var(--white)}.blog-info .important{padding:3rem 2rem;font-size:1.8rem;font-weight:600;font-style:italic;line-height:1.8;color:var(--light-grey)!important;background-color:var(--secondary-color);border-radius:var(--border-radius-3);margin:2rem 0;text-align:center}.blog-info .important i{height:7rem;width:7rem;font-size:3.2rem;color:var(--white);background-color:var(--main-color);border-radius:var(--border-radius-3);margin:0 auto 1.5rem}.blog-info .important .intro,.blog-info .important i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog-info .important .intro{gap:1rem;padding-top:1rem}.blog-info .important .intro span{height:.2rem;width:2rem;background-color:var(--main-color)}.blog-info .important .intro h6{font-size:2rem;color:var(--main-color);font-style:normal}.blog-info .end-details{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:2rem;padding-bottom:1rem;border-top:.1rem solid rgba(0,0,0,.1)}.blog-info .end-details,.blog-info .share,.blog-info .tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog-info .share,.blog-info .tags{gap:.7rem}.blog-info .tags span{color:var(--white);background-color:var(--secondary-color);border-radius:var(--border-radius-2);font-size:1.6rem;padding:.8rem 2rem}.blog-info .tags span:hover{background-color:var(--main-color)}.blog-info .share h3{color:var(--black);font-size:1.6rem;padding-right:1rem}.blog-info .share i{height:3.2rem;width:3.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--white);background-color:var(--main-color);border-radius:var(--border-radius-3);font-size:1.6rem}.blog-info .share i:hover{background-color:var(--secondary-color);cursor:pointer}.blog-single .comments{margin:4rem 0;overflow:hidden}.blog-single .comments h4,.blog-single .leave-reply h3{font-size:2.5rem;color:var(--secondary-color);padding-bottom:2rem}.filter .box-container{padding-top:4rem}.filter .slider{height:5px;position:relative;background:#ddd;border-radius:5px}.filter .slider .progress{height:100%;left:25%;right:25%;position:absolute;border-radius:5px;background:var(--secondary-color)}.filter .slider .progress,.range-input{-webkit-transition:none;transition:none}.range-input{position:relative}.range-input input{position:absolute;width:100%;height:5px;top:-5px;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=range]::-webkit-slider-thumb{height:17px;width:17px;border-radius:50%;background:var(--secondary-color);pointer-events:auto;-webkit-appearance:none;-webkit-box-shadow:0 0 6px rgba(0,0,0,.05);box-shadow:0 0 6px rgba(0,0,0,.05)}input[type=range]::-moz-range-thumb{height:17px;width:17px;border:none;border-radius:50%;background:var(--secondary-color);pointer-events:auto;-moz-appearance:none;-webkit-box-shadow:0 0 6px rgba(0,0,0,.05);box-shadow:0 0 6px rgba(0,0,0,.05)}.price-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem;color:#242424;font-size:14px;line-height:1.2em;font-weight:400;margin-bottom:0;margin-top:3rem}.filter .price-input,.price-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filter .price-input{width:15rem;border:.1rem solid rgba(0,0,0,.2);border-radius:var(--border-radius-2);padding:.5rem}.filter .price-input .field{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.2rem;width:100%;height:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filter .field input{width:100%;height:100%;outline:none;font-size:1.5rem;text-align:center;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;color:var(--black);background-color:transparent}.filter input[type=number]::-webkit-inner-spin-button,.filter input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.filter .price-input .separator{width:10rem;font-size:1.8rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.filter .price-input .separator,.shop .intro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shop .intro{margin-bottom:1.5rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;background-color:var(--white);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--border-radius-3);padding:1rem 1.5rem}.shop .intro .showing{font-size:1.6rem;color:var(--grey)}.shop .intro .styles{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}.shop .intro .styles a{font-size:2rem;color:var(--secondary-color)}.shop .intro .styles a:hover{color:var(--main-color)}.shop .intro .sorting-type label{font-size:1.6rem;color:var(--black);margin-right:.5rem}.shop .intro .sorting-type select{font-size:1.4rem;color:var(--grey);background-color:transparent;border:var(--border);border-radius:var(--border-radius-3);padding:1rem}.quantity.buttons_added{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #ccc;height:4rem;width:11rem;margin:0 auto;border-radius:var(--border-radius-2);overflow:hidden}.quantity.buttons_added .minus,.quantity.buttons_added .plus{width:3rem;color:var(--black);cursor:pointer;background-color:transparent}.quantity.buttons_added .minus:hover,.quantity.buttons_added .plus:hover{background:var(--main-color);color:var(--white)}.quantity .input-text.qty{padding:0 1rem;text-align:center;background-color:transparent;border-right:1px solid #ccc;border-left:1px solid #ccc}.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.quantity.buttons_added .minus:focus,.quantity.buttons_added .plus:focus{outline:none}.product-item{background-color:var(--white);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}.product-item,.product-item .image{border-radius:var(--border-radius-3);overflow:hidden}.product-item .image{width:100%;height:24rem;position:relative}.product-item .options{position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.8);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;opacity:0}.product-item:hover .options{opacity:1}.product-item .options a{height:4.5rem;width:4.5rem;font-size:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--white);background:var(--main-color);border-radius:var(--border-radius-2);scale:0}.product-item:hover .options a{scale:1}.product-item .options a:hover{color:var(--main-color);background:var(--white)}.product-item .content{padding:2rem;text-align:center}.product-item .rating i{font-size:1.4rem;color:var(--main-color);padding-bottom:.5rem}.product-item h3{font-size:2.2rem;font-weight:600;color:var(--black);padding-bottom:.5rem}.product-item h3:hover{color:var(--main-color)}.product-item p{padding-bottom:1rem}.product-item .price{font-size:2rem;font-weight:700;color:var(--main-color)}.product-item .price span{font-size:1.5rem;font-weight:400;text-decoration:line-through;color:var(--grey);padding-left:.2rem}.shoplist-title{background-color:var(--secondary-color);color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2rem;margin-bottom:1rem}.shoplist-title h3{-webkit-box-flex:1;-ms-flex:1 1 10rem;flex:1 1 10rem;font-size:2rem;text-align:center}.shoplist-title h3.product-heading{-webkit-box-flex:1;-ms-flex:1 1 20rem;flex:1 1 20rem;text-align:left}.summary-list{padding-top:1rem}.summary-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:1.5rem;font-size:2rem;color:var(--secondary-color)}.summary-item .name{font-weight:600}.summary-item .value{font-weight:500}.payment input:checked+label,.payment label:hover,.summary-item .value{color:var(--main-color)}.payment input[type=radio]{position:absolute;opacity:0}.payment input[type=radio]+.radio-label:before{content:"";background:#f4f4f4;border-radius:100%;border:.1rem solid var(--grey);display:inline-block;width:1.6rem;height:1.6rem;position:relative;top:0;vertical-align:top;cursor:pointer;text-align:center;-webkit-transition:all .25s ease;transition:all .25s ease}.payment input[type=radio]:checked+.radio-label:before{background-color:var(--main-color);-webkit-box-shadow:inset 0 0 0 4px #f4f4f4;box-shadow:inset 0 0 0 4px #f4f4f4;outline:none;border-color:var(--main-color)}.account-form{max-width:45rem;padding:5rem;background:var(--secondary-color);border-top:var(--custom-border);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);margin:0 auto;text-align:center;position:relative;border-radius:var(--border-radius-3)}.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:var(--white);-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.account-form h3{font-size:3.5rem;line-height:1.3;font-weight:500;padding-bottom:1.5rem;color:var(--white);text-transform:uppercase}.account-form .box{width:100%;font-size:1.6rem;color:var(--white);background-color:transparent;border:.15rem solid var(--white);border-radius:var(--border-radius-1);padding:1.2rem;text-transform:none;margin:.7rem 0}.account-form .box::-webkit-input-placeholder{text-transform:capitalize;color:var(--white)}.account-form .box::-moz-placeholder{text-transform:capitalize;color:var(--white)}.account-form .box:-ms-input-placeholder{text-transform:capitalize;color:var(--white)}.account-form .box::placeholder{text-transform:capitalize;color:var(--white)}.account-form .box:focus{border-color:var(--main-color)}.account-form p{padding-top:2rem;color:var(--white);text-align:center;padding-bottom:1rem}.account-form .btn{width:100%;overflow:hidden;margin-top:1.5rem}.account-form .link{font-size:1.5rem;color:var(--main-color)}.account-form .link:hover{text-decoration:underline}.account-form .checkbox-label{color:var(--grey);position:relative;padding-left:2.5rem;cursor:pointer;font-size:1.8rem;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.account-form .checkbox-label input{position:absolute;opacity:0;z-index:-1}.account-form .checkbox-indicator{position:absolute;top:.2rem;left:0;height:1.6rem;width:1.6rem;background:transparent;outline:.15rem solid var(--white);border-radius:.2rem}.account-form .checkbox-label input:checked~.checkbox-indicator{background:var(--main-color);outline-color:var(--main-color)}.account-form .checkbox-indicator:after{content:"";position:absolute;left:.5rem;top:.2rem;width:.3rem;height:.8rem;border:solid var(--light-grey);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:none}.account-form .checkbox-label input:checked~.checkbox-indicator:after{display:initial}.shop{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem}.shop .shop-container{-webkit-box-flex:1;-ms-flex:1 1 75rem;flex:1 1 75rem}.shop .product-container.grid{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(25rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:1.5rem}.shop .product-container.list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}.shop .product-container.list .product-item{width:100%;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.shop .product-container.list .product-item .image,.shop .product-container.list .product-item img{height:100%}.shop .product-container.list .product-item .content{text-align:left;padding:1.5rem}.product-single .product-des{background-color:var(--white);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);padding:2rem;margin-bottom:3.5rem;border-radius:var(--border-radius-3)}.product-single .product-des .box-container{-ms-flex-pack:center;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}.product-single .product-des .box-container,.product-single .product-des .box-container .image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;justify-content:center}.product-single .product-des .box-container .image{-webkit-box-flex:1;-ms-flex:1 1 35rem;flex:1 1 35rem;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-single .product-des .box-container .image-container{max-width:50rem}.product-single .product-des .box-container .image-container .main{width:100%;height:40rem;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--border-radius-3);overflow:hidden}.product-single .product-des .box-container .image .change-btns{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(8rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:1rem;margin-top:1rem}.product-single .product-des .box-container .image .change-btns img{-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);cursor:pointer;border-radius:var(--border-radius-2)}.product-single .product-des .image .change-btns img.active,.product-single .product-des .image .change-btns img:hover{border:.4rem solid var(--main-color)}.product-single .product-des .box-container .content{-webkit-box-flex:1;-ms-flex:1 1 45rem;flex:1 1 45rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-single .product-des .box-container .content .intro{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:1rem}.product-single .product-des .box-container .content .intro .rating{color:var(--main-color);font-size:1.6rem}.product-single .product-des .box-container .content .intro span{color:var(--black);font-size:2rem;font-weight:500;padding-left:1rem}.product-single .product-des .box-container .content h3{font-size:3.5rem;font-weight:600;color:var(--secondary-color);padding-bottom:1rem}.product-single .product-des .box-container .content .price{font-size:2rem;font-weight:700;color:var(--main-color)}.product-single .product-des .box-container .content .price span{color:var(--grey);font-weight:lighter;text-decoration:line-through}.product-single .product-des .box-container .content p{padding:2rem 0;margin-top:1rem;font-weight:400;border-top:.1rem solid rgba(0,0,0,.2);border-bottom:.1rem solid rgba(0,0,0,.2)}.product-single .box{gap:2rem}.product-single .box,.product-single .qty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-single .qty{padding:1rem 0;gap:1rem;width:15rem}.product-single .product-des .box-container .content .btn{margin:2rem 0}.product-single .categories,.product-single .tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem 0}.product-single .categories h4,.product-single .qty h4,.product-single .tags h4{font-size:1.8rem;color:var(--secondary-color);font-weight:600}.product-single .categories a,.product-single .tags a{font-size:1.6rem;font-weight:400;color:var(--main-color);padding:0 .5rem}.product-single .categories a:hover,.product-single .tags a:hover{color:var(--secondary-color)}.related-items .box-container{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(25rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:1rem;margin-top:1rem}.product-single .tab-info{margin-top:4rem}.product-info .additional-info .item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;padding-bottom:1rem}.product-info .additional-info h3{width:20rem;font-size:1.8rem;color:var(--secondary-color)}.product-info .additional-info span{font-size:1.6rem;color:var(--grey)}.product-info h2{font-size:3rem;color:var(--secondary-color);padding-bottom:1rem}.product-info .reviews{margin-bottom:2rem}.product-info .leave-reply{width:60rem}.wishlist-container{overflow-x:auto;overflow-y:hidden;background-color:var(--white);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-top-right-radius:var(--border-radius-3);border-top-left-radius:var(--border-radius-3)}.wishlist-container::-webkit-scrollbar{height:.8rem}.wishlist .container{min-width:90rem}.wishlist .box-container{padding:0 1rem}.wishlist-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 0;gap:3rem;border-bottom:.1rem solid rgba(0,0,0,.1)}.wishlist-item:last-child{border:none}.wishlist-item .box{-webkit-box-flex:1;-ms-flex:1 1 20rem;flex:1 1 20rem;text-align:center;font-size:2rem;font-weight:500}.wishlist-item .product{-webkit-box-flex:1;-ms-flex:1 1 30rem;flex:1 1 30rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;gap:1.5rem}.wishlist-item img{height:8rem;width:8rem;background-color:#f7f7f7;border-radius:var(--border-radius-2)}.wishlist-item .name{color:var(--secondary-color);font-weight:600}.wishlist-item .price{color:var(--grey);font-weight:500}.wishlist-item .status.in{color:green}.wishlist-item .status.out{color:red}.wishlist-item .action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.wishlist-item a{font-size:2rem;cursor:pointer}.wishlist-item a:hover{color:var(--main-color)}.wishlist-item .delete{color:red}.wishlist-item .cart{color:var(--secondary-color)}.shopping-cart{margin-bottom:2rem;overflow-x:auto;overflow-y:hidden;background-color:var(--white);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-top-right-radius:var(--border-radius-3);border-top-left-radius:var(--border-radius-3)}.cart .container{min-width:90rem}.shopping-cart::-webkit-scrollbar{height:.8rem}.cart .box-container{padding:0 1rem}.cart-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 0;gap:3rem;border-bottom:.1rem solid rgba(0,0,0,.1)}.cart-item:last-child{border:none}.cart-item .box{-webkit-box-flex:1;-ms-flex:1 1 15rem;flex:1 1 15rem;text-align:center;font-size:2rem;font-weight:400}.cart-item .product{-webkit-box-flex:1;-ms-flex:1 1 25rem;flex:1 1 25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;gap:1.5rem}.cart-item img{height:8rem;width:8rem;background-color:#f7f7f7;border-radius:var(--border-radius-2)}.cart-item .name{color:var(--secondary-color);font-weight:600}.cart-item .price,.cart-item .total{color:var(--grey)}.cart-item .icon{font-size:2rem;cursor:pointer;color:red}.cart-item .icon:hover{color:var(--main-color)}.cart .cart-summary{width:40rem;padding:2rem;margin-left:auto;background-color:var(--white);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--border-radius-3)}.cart .cart-summary .btn{width:100%;text-align:center;margin-top:1rem}.checkout{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem}.checkout .heading{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.checkout h2{font-size:3.5rem}.checkout h2:before{left:0;-webkit-transform:translateX(0);transform:translateX(0)}.checkout .box-1{-webkit-box-flex:1;-ms-flex:1 1 55rem;flex:1 1 55rem}.checkout .box-2{-webkit-box-flex:1;-ms-flex:1 1 35rem;flex:1 1 35rem}.checkout-item{margin-bottom:1.5rem;padding:2rem;background-color:var(--white);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--border-radius-3)}.checkout .box-1 .checkout-item:last-child{margin-bottom:0}.payment-methods .payment{margin-bottom:1.5rem}.payment-methods .payment label{cursor:pointer;font-size:2rem;font-weight:500;color:var(--secondary-color);text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.payment-body{display:none}.payment-body.active{display:block}.payment-methods .payment .payment-body p{font-size:1.4rem;padding-top:1rem}.checkout .btn-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.checkout .btn{width:100%;text-align:center}.login form .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:2rem 0}.login form label{font-size:1.5rem;color:var(--white);cursor:pointer}.register form .checkbox-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:2rem 0}.register form label{font-size:1.5rem;color:var(--white);cursor:pointer}.register form label span{color:var(--main-color)}.contact{padding:2rem 5%}.contact-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem;padding-bottom:4rem}.contact .contact-info .info-item{-webkit-box-flex:1;-ms-flex:1 1 25rem;flex:1 1 25rem;background-color:var(--secondary-color);border-radius:var(--border-radius-3);padding:3rem 2rem;position:relative}.contact .contact-info .info-item i{height:8rem;width:8rem;font-size:3rem;color:var(--white);background-color:var(--main-color);padding:1rem;border-radius:var(--border-radius-3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact .contact-info .info-item h3{font-size:2.5rem;font-weight:500;color:var(--white);margin:1.5rem 0}.contact .contact-info .info-item p{color:var(--light-grey);line-height:1.5}.contact .contact-info .info-item p.gmail{text-transform:none}.contact .box-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}.contact iframe{-webkit-box-flex:1;-ms-flex:1 1 42rem;flex:1 1 42rem;min-height:30rem;border-radius:var(--border-radius-3)}.contact .heading h2{color:var(--white)}.contact .heading{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.contact form{background:-webkit-linear-gradient(top,rgba(0,0,0,.85),rgba(0,0,0,.7)),url(../../assets/images/Contact/Pic-1.webp);background:linear-gradient(180deg,rgba(0,0,0,.85),rgba(0,0,0,.7)),url(../../assets/images/Contact/Pic-1.webp);background-repeat:no-repeat;background-size:cover;background-position:50%;-webkit-box-flex:1;-ms-flex:1 1 42rem;flex:1 1 42rem;padding:3rem;border-radius:var(--border-radius-3)}.contact form .alert{font-size:2rem;color:var(--main-color);padding-left:1rem}
:root{--gf5b1a4b2b2:1}
