:root{--main-color:#3b82f6;--secondary-color:#0d073f;--accent-color:#2e7de0;--black:#000;--white:#fff;--light-grey:#e6e6e6;--grey:#666;--custom-bg:#000c;--border-radius-1:.5rem;--border-radius-2:1rem;--border-radius-3:5rem;--linear:linear-gradient(144deg, var(--accent-color), var(--main-color));--border:.1rem solid #0000001a;--custom-border:.5rem solid var(--accent-color);--box-shadow:0 .5rem 1rem #0000001a;--custom-clip-path:polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%)}*{box-sizing:border-box;text-transform:capitalize;border:none;outline:none;margin:0;padding:0;font-family:Roboto,sans-serif;text-decoration:none}:not(.case-item){-o-transition:all .2s linear;transition:all .2s linear}::selection{color:var(--white);background:var(--main-color)}body{background:#f2f3f8;overflow-x:hidden}html{scroll-behavior:smooth;scroll-padding-top:9rem;font-size:62.5%;overflow-x:hidden}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{color:var(--grey);font-size:1.6rem;line-height:1.7}img{object-fit:cover;width:100%;height:100%}.blog .empty-state,.shop .empty-state{height:auto}input:-webkit-autofill{transition:background-color 5000s ease-in-out;color:var(--black)!important}input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;color:var(--black)!important}input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;color:var(--black)!important}input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;color:var(--black)!important}.form input:-webkit-autofill{transition:background-color 5000s ease-in-out;color:var(--black)!important}.form input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;color:var(--black)!important}.form input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;color:var(--black)!important}.form input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;color:var(--black)!important}.form .input-box{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.form .box{width:100%;color:var(--black);border-radius:var(--border-radius-1);text-transform:none;background-color:#0000;border:.15rem solid #0000001a;padding:1rem 1.5rem;font-size:1.6rem}.form .box::-webkit-input-placeholder{text-transform:capitalize}.form .box::placeholder{text-transform:capitalize}.form .box:-ms-placeholder-shown{text-transform:capitalize}.form .box::placeholder{text-transform:capitalize}.form .box:focus{border-color:var(--main-color)}.form textarea{resize:none;height:20rem}.form button{width:100%;margin-top:1rem;overflow:hidden}.dark-form input:-webkit-autofill{-webkit-text-fill-color:var(--white);transition:background-color 5000s ease-in-out}.dark-form input:-webkit-autofill:hover{-webkit-text-fill-color:var(--white);transition:background-color 5000s ease-in-out}.dark-form input:-webkit-autofill:focus{-webkit-text-fill-color:var(--white);transition:background-color 5000s ease-in-out}.dark-form input:-webkit-autofill:active{-webkit-text-fill-color:var(--white);transition:background-color 5000s ease-in-out}.dark-form .input-box{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.dark-form .input-field{border-radius:var(--border-radius-1);border:1.2px solid #ffffffe6;align-items:center;gap:1rem;width:100%;padding:1.5rem;display:flex}.dark-form .input-box>.input-field{flex:20rem}.dark-form .input-field:hover{border-color:var(--main-color)}.dark-form .input-field label{color:var(--main-color);justify-content:center;align-items:center;font-size:1.6rem;display:flex}.dark-form .box{width:100%;color:var(--white);text-transform:none;background-color:#0000;font-size:1.6rem}.dark-form .box::-webkit-input-placeholder{text-transform:capitalize;color:var(--white)}.dark-form .box::placeholder{text-transform:capitalize;color:var(--white)}.dark-form .box:-ms-placeholder-shown{text-transform:capitalize;color:var(--white)}.dark-form .box::placeholder{text-transform:capitalize;color:var(--white)}.dark-form textarea{resize:none;height:15rem}.dark-form .text-area{-ms-grid-row-align:flex-start;align-items:flex-start;margin-bottom:1rem}.dark-form .select option{color:var(--grey)}.dark-form .select{border-radius:var(--border-radius-1);border:1.2px solid #ffffffe6;flex:20rem;width:100%}.dark-form .select-container{min-width:100%;height:100%;position:relative}.dark-form .select-box{appearance:none;width:100%;color:var(--white);background-color:#0000;padding:1.5rem 1.5rem 1.5rem 4.5rem;font-size:1.6rem}.dark-form .select-container label{height:100%;color:var(--main-color);justify-content:center;align-items:center;font-size:1.6rem;display:flex;position:absolute;top:0;left:1.5rem}.dark-form .select-container .icon-container{pointer-events:none;justify-content:center;align-items:center;width:4rem;height:100%;display:flex;position:absolute;top:0;right:0}.dark-form .select-container .icon-container .icon{color:var(--white);font-size:1.6rem}.dark-form ::-webkit-calendar-picker-indicator{filter:invert()}.page-single{flex-wrap:wrap;align-items:flex-start;gap:1.5rem;display:flex}.service-single .sidebar .sidebar-item{margin-bottom:0}.page-info{flex:75rem}.page-single .image{height:40rem}.page-single .image img{border-radius:var(--border-radius-2);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}.page-info .content{padding-top:2rem}.page-info .main-heading{color:var(--secondary-color);text-shadow:1px 1px 8px #0003;padding-bottom:1rem;font-size:3.5rem;font-weight:600;display:inline-block}.page-info .important{font-weight:600;color:var(--secondary-color)!important}.page-info p{padding-bottom:1rem}.page-info .sub-heading{color:var(--secondary-color);padding-bottom:.5rem;font-size:2.5rem;font-weight:600;display:inline-block}.page-info .sub-section{padding-top:3rem}.page-info .sub-section p{margin-bottom:-1rem}.page-info .sub-section ul li{color:var(--grey);align-items:flex-start;gap:1rem;padding-top:1.5rem;font-size:1.5rem;display:flex}.page-info .sub-section ul .icon{color:var(--main-color);justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-top:.4rem;display:flex}.swiper-pagination-bullet{background:var(--white);opacity:.7;width:1rem;height:1rem;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:0}.swiper-pagination-bullet-active{opacity:.9;width:3rem;background:var(--accent-color)!important}.swiper-button-next,.swiper-button-prev{width:6rem;height:6rem;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);background-color:#fff6;font-size:1rem}.swiper-button-next{right:0}.swiper-button-prev{left:0}.swiper-button-next:after,.swiper-button-prev:after{color:var(--white);justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex}.swiper-button-next:hover,.swiper-button-prev:hover{background:var(--linear)}.checkbox-label{color:var(--white);cursor:pointer;align-items:center;padding-left:2.5rem;font-size:1.8rem;display:flex;position:relative}.checkbox-label label{cursor:pointer}.checkbox-label input{opacity:0;z-index:-1;position:absolute}.checkbox-indicator{outline:.15rem solid var(--white);background:0 0;border-radius:.2rem;width:1.6rem;height:1.6rem;position:absolute;top:.2rem;left:0}.checkbox-label input:checked~.checkbox-indicator{background:var(--main-color);outline-color:var(--main-color)}.checkbox-indicator:after{content:"";border:solid var(--white);border-width:0 2px 2px 0;width:.3rem;height:.8rem;display:none;position:absolute;top:.2rem;left:.5rem;transform:rotate(45deg)}.checkbox-label input:checked~.checkbox-indicator:after{display:initial}.custom-form{padding:2rem 0}.custom-form .alert{background:var(--linear);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-left:1rem;font-size:2rem;display:inline-block}.custom-form .box-container{background-position:50%;background-size:cover}.custom-form .content{background:var(--custom-bg);max-width:75rem;padding:4rem 5%}.custom-form form{width:100%}@media (max-width:991px){html{font-size:75%}.shop,.blog.grid,.blog.list{flex-wrap:wrap-reverse}.footer .box-container{-ms-grid-columns:(minmax(33rem, 1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(33rem,1fr))}.features .box-container{-ms-grid-columns:(minmax(28rem, 1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(28rem,1fr))}.team .box-container{-ms-grid-columns:(minmax(28rem, 1fr))[auto-fill];grid-template-columns:repeat(auto-fill,minmax(28rem,1fr))}.team-item{height:45rem}.page-single,.shop,.blog.grid,.blog.list{gap:3rem}.cart .cart-bottom{gap:2rem}.header .header-1{justify-content:flex-end;padding:.5rem 2rem}.header .header-contacts{display:none}.custom-form .content,.our-mission .content{max-width:100%}.industries .image{display:none}.key-industries.one .industry-item{text-align:left}.key-industries.two .industry-item{text-align:left;flex-direction:row-reverse}}@media (max-width:768px){html{font-size:65%}.header .header-1{padding:.5rem 2rem}.header .header-2{padding:0 2rem}.header .header-contacts{display:none}.footer .box-container{padding:2rem}section{padding:3rem 2rem}.search-container{right:1rem}.home-item{height:75rem!important}.home .content{padding:10rem 2rem}.home-slider .swiper-button-next,.home-slider .swiper-button-prev{display:none}.contact form{padding:4rem}.product-info .leave-reply,.cart .coupon-container{width:100%}}@media (max-width:450px){html{font-size:50%}.header .header-1{padding:.5rem 1rem}.header .header-2{padding:0 1rem}.page-title .title h2{font-size:4rem}section{padding:3rem 1rem}.footer .box-container{padding:2rem 1rem}.footer-item>p{font-size:1.8rem}.footer-item .links a{font-size:2rem}.home{height:100vh!important}.home .content{padding:10rem 1rem}.industries .box-container{flex-wrap:wrap;gap:2rem}.product-info .additional-info h3{width:auto}.comment .comment-content{flex:25rem}.comment.reply .comment-content{flex:15rem}.form .input-box,.dark-form .input-box{flex-wrap:wrap}.dark-form .input-box .input-field,.dark-form .select{flex:25rem}.team-single .image{width:100%}.gallery .box-container{-ms-grid-columns:1fr;grid-template-columns:1fr;grid-template-areas:"gallery-1""gallery-2""gallery-3""gallery-4""gallery-5""gallery-6""gallery-7""gallery-8""gallery-9""gallery-10"}.account-form{max-width:100%}.case-item{width:100%}.shop .product-container.list .product-item{flex-wrap:wrap}.shop .product-container.list .product-item .image{width:100%;min-height:15rem}.shop .product-container.list .product-item .image img{object-fit:cover;width:100%;height:100%}.shop .product-container.list .product-item{gap:1rem}.cart-total{width:100%}.contact form{padding:3rem 2rem}.footer .content{justify-content:center}}
