@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Spartan:wght@100..900&display=swap";*{padding:0;margin:0;box-sizing:border-box}body{font-family:Lato,sans-serif}.gap-4{gap:4px!important}.gap-8{gap:8px!important}.gap-16{gap:16px!important}.gap-24{gap:24px!important}.gap-32{gap:32px!important}.gap-64{gap:64px!important}.gap-80{gap:80px!important}.br-0{border-radius:0!important}.br-4{border-radius:4px!important}.br-6{border-radius:6px!important}.br-8{border-radius:8px!important}.br-16{border-radius:16px!important}.br-24{border-radius:24px!important}.br-32{border-radius:32px!important}.br-64{border-radius:64px!important}.text-white{color:#fff}.bg-white{background-color:#fff}.text-black-900{color:#212529}.bg-black-900{background-color:#212529}.text-black-800{color:#343a40}.bg-black-800{background-color:#343a40}.text-gray-600{color:#7c7c7c}.bg-gray-600{background-color:#7c7c7c}.text-gray-400{color:#afafaf}.bg-gray-400{background-color:#afafaf}.text-gray-200{color:#e2e2e2}.bg-gray-200{background-color:#e2e2e2}.text-gray-100{color:#f1f1f1}.bg-gray-100{background-color:#f1f1f1}.text-green{color:#009746}.bg-green{background-color:#009746}.text-light-purple{color:#746faa}.bg-light-purple{background-color:#746faa}.text-dark-purple{color:#393186}.bg-dark-purple{background-color:#393186}@media (min-width: 1200px){.container{max-width:1240px;margin:0 auto;padding-right:24px;padding-left:24px}}@media (max-width: 1200px){.container{max-width:1240px;margin:0 auto;padding-right:20px;padding-left:20px}}.section-padding{padding-top:48px;padding-bottom:48px}@media (max-width: 768px){.section-padding{padding-top:32px;padding-bottom:32px}}.section-padding-sm{padding-top:32px;padding-bottom:32px}.btn{display:inline-flex;justify-content:center;align-items:center;border-radius:8px;font-size:16px;font-weight:500;color:#fff;cursor:pointer;border:none;gap:8px;text-decoration:none}.btn-bold{font-weight:600!important}.btn-fs16{font-size:16px!important}.btn-primary{background-color:#009746;border:1.5px solid #009746;transition:all .3s ease}.btn-primary:hover{background-color:#fff;border:1.5px solid #009746;color:#009746}.btn-primary:active{background-color:#fff!important;border:1.5px solid #009746!important;color:#009746!important}.btn-lg{padding:14px 24px;max-height:50px}.btn-sm{padding:8px 16px}.btn-md{padding:14px 16px;max-height:44px}.primary-outline-btn{background-color:transparent;color:#212529;border:1px solid #212529;transition:all .3s ease}.primary-outline-btn:hover{background-color:#212529;color:#fff}.view-btn{display:inline-flex;align-items:center;gap:2px;position:relative;transition:all .3s ease-in-out;text-decoration:none;color:#212529;font-size:16px}.view-btn .icon{font-size:12px}.view-btn:hover:before{width:100%}.view-btn:before{content:"";display:block;position:absolute;bottom:-3px;left:0;width:0;height:1.5px;transition:all .3s ease-in-out;background-color:#212529}.slick-dots{bottom:25px!important}.slick-dots li{width:auto!important;height:auto!important;margin:0!important}.slick-dots li.slick-active button{background-color:#009746!important;width:34px!important;height:12px!important;border-radius:10px!important;border:1px solid #009746}.slick-dots li button{width:12px;height:12px;background-color:#afafaf;border-radius:50%;margin-right:8px;padding:0}.slick-dots li button:before{display:none}.partners-carousel-section{background:linear-gradient(135deg,#f8f9fa80,#ffffff80);overflow:hidden;padding:2rem 0}.partners-carousel-wrapper{position:relative;width:100%;overflow:hidden}.partners-carousel-container{display:flex;gap:2rem;padding:2rem 0}.partner-slide{flex:0 0 auto;min-width:160px;display:flex;align-items:center;justify-content:center}.partner-logo-box{display:flex;align-items:center;justify-content:center;width:100%;height:120px;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #00000014;transition:all .3s ease}.partner-logo-box:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.partner-logo{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);transition:filter .3s ease}.partner-logo-box:hover .partner-logo{filter:grayscale(0%)}.carousel-pagination{display:flex;gap:8px;justify-content:center;align-items:center;margin-top:1.5rem}.carousel-dot{width:12px;height:12px;background-color:#afafaf;border-radius:50%;cursor:pointer;transition:all .3s ease;border:none;padding:0}.carousel-dot:hover{background-color:#7c7c7c}.carousel-dot.active{background-color:#009746;width:34px;border-radius:10px}.partners-controls{display:flex;gap:1rem;justify-content:center;align-items:center;margin-top:1rem}.carousel-btn{background-color:#009746;color:#fff;border:1.5px solid #009746;width:44px;height:44px;border-radius:8px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.carousel-btn:hover{background-color:#fff;color:#009746}.carousel-btn:active{background-color:#fff!important;color:#009746!important}@media (max-width: 768px){.partner-slide{min-width:150px}.partner-logo-box{height:100px;padding:1rem}.partners-carousel-container{gap:1.5rem}}@media (max-width: 576px){.partner-slide{min-width:120px}.partner-logo-box{height:80px;padding:.75rem}.partners-carousel-container{gap:1rem}.carousel-btn{width:35px;height:35px;font-size:14px}}.form-control{border:1px solid #e5e5e5;background:#fff;color:#212529;font-size:16px}.form-control::placeholder{color:#cacaca}.form-control:focus{box-shadow:none;outline:none;border:1px solid #e5e5e5!important}.form-control-sm{height:42px!important}.form-control-md{height:44px!important}.form-control-xl{height:48px!important}.form-select{padding:.25rem .5rem}.input_group{margin-bottom:16px}.ck-content img,[class*=editor-content] img,[class*=rich-text] img,[class*=wysiwyg] img{max-width:100%;height:auto;display:block;margin:16px 0}.ck-content table,[class*=editor-content] table,[class*=rich-text] table,[class*=wysiwyg] table{width:100%;border-collapse:collapse;margin:20px 0}.post-description figure,.product-description figure,.page-content figure{max-width:100%;margin:20px 0}.post-description figure img,.product-description figure img,.page-content figure img{max-width:100%;height:auto;display:block}.post-description figure figcaption,.product-description figure figcaption,.page-content figure figcaption{font-size:14px;color:#666;text-align:center;margin-top:8px}.post-description img:not([style*=width]),.product-description img:not([style*=width]),.page-content img:not([style*=width]){max-width:100%;height:auto}.post-description p img,.product-description p img,.page-content p img{max-width:100%;height:auto}.post-description img[style*=width],.product-description img[style*=width],.page-content img[style*=width]{max-width:100%!important;height:auto!important}header{position:sticky;top:0;z-index:998;background-color:#fff}header .header--sm{display:none;padding:10px 0;box-shadow:2px 4px 6px #edecec}@media (max-width: 768px){header .header--sm{display:flex}}header .header--sm .header-wrapper{display:flex;justify-content:space-between;align-items:center}header .header--sm .header-wrapper .menu-toggle .menu-bar{width:30px;height:30px;font-size:30px;color:#212529;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample.offcanvas.offcanvas-start{width:80%!important}}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-header{background-color:#009746;justify-content:flex-end}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-header .btn-closes{color:#fff;background-color:transparent;border:0}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-header .btn-closes .close-icon{width:20px;height:20px;font-size:20px;display:flex;justify-content:center;align-items:center}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list{padding:0;margin:0;list-style:none}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .menu-list-item{color:#7c7c7c;text-decoration:none;padding:6px 0;position:relative;display:block}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .menu-list-item.has-menu:after{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:16px;line-height:1;color:#7c7c7c;position:absolute;right:0;top:12px}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu{position:absolute;top:0;left:0;width:100%;height:100%;display:none;z-index:1;padding:0;margin:0;list-style:none}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu.active{display:block;background-color:#fff}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu .back-wrapper{padding:10px 16px;background-color:#009746;margin-bottom:20px}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu .back-wrapper .back-btn{border:0;background-color:transparent;display:inline-flex;gap:6px;align-items:center;color:#fff}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu .back-wrapper .back-btn1{border:0;background-color:transparent;display:inline-flex;gap:6px;align-items:center;color:#fff}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu li{padding:6px 16px}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu li .submenu-wrapper{display:flex;justify-content:space-between;align-items:center}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu li .submenu-wrapper .submenu-item{color:#7c7c7c;text-decoration:none}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu li .submenu-wrapper .icon-wrapper{width:18px;height:18px;font-size:16px;color:#7c7c7c}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu li .sub-submenu{position:absolute;top:0;left:0;width:100%;height:100%;display:none;z-index:1;padding:0;margin:0;list-style:none}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu li .sub-submenu.active{display:block;background-color:#fff}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu li .sub-submenu li{padding:6px 16px}header .header--sm .header-wrapper .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu li .sub-submenu li .sub-submenu-item{display:flex;color:#7c7c7c;align-items:center;text-decoration:none}header .header--sm .header-wrapper .logo-wrapper{height:52px}header .header--sm .header-wrapper .logo-wrapper img{width:auto;height:100%;object-fit:contain;object-position:center}header .header--sm .header-wrapper .search-wrapper .search-bar{color:#212529;font-size:18px}header .header--sm .header-wrapper .search-wrapper .offcanvas .offcanvas-body .search-bar-wrapper{position:relative}header .header--sm .header-wrapper .search-wrapper .offcanvas .offcanvas-body .search-bar-wrapper .searchIcon{border:none;background-color:transparent;position:absolute;top:9px;right:10px;color:#afafaf}header .header--sm .header-wrapper .total-quote-btn{display:inline-flex;position:relative}header .header--sm .header-wrapper .total-quote-btn .icon-wrapper{width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:22px;color:#343a40}header .header--sm .header-wrapper .total-quote-btn .total-count{font-size:12px;color:#fff;background-color:#009746;width:16px;height:16px;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;top:-8px;right:-9px}header .header--sm .multiple-getquote-offcanvas .offcanvas .offcanvas-header .offcanvas-title{color:#343a40;font-weight:600}header .header--sm .multiple-getquote-offcanvas .offcanvas .offcanvas-header .btn-close{outline:none;border:none;box-shadow:none;font-size:14px}header .header--sm .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper{margin:0;padding:0;list-style:none}header .header--sm .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper .product-list-items{border-bottom:1px solid #E2E2E2;margin-bottom:12px;display:flex;gap:16px;padding-bottom:14px}header .header--sm .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper .product-list-items:last-child{border-bottom:0;margin-bottom:0}header .header--sm .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper .product-list-items .image-wrapper{width:80px;height:80px;flex-shrink:0}header .header--sm .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper .product-list-items .image-wrapper img{width:100%;height:100%;border-radius:4px}header .header--sm .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper .product-list-items .product-contents-wrapper .product-category{font-family:League Spartan,sans-serif;display:block;color:#7c7c7c;font-size:14px;text-decoration:none;margin-bottom:0}header .header--sm .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper .product-list-items .product-contents-wrapper .product-name{display:block;color:#212529;font-size:18px;font-weight:600;text-decoration:none;margin-bottom:6px;line-height:1.5}header .header--sm .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper .product-list-items .product-contents-wrapper .remove-btn{background-color:#fff;border-top:0;border-left:0;border-right:0;color:#009746;font-size:14px;border-bottom:1px solid #009746}header .header--sm .multiple-getquote-offcanvas .offcanvas .get-quote-btn{border-top:1px solid #AFAFAF;padding:12px;width:100%;position:sticky;bottom:0}@media (max-width: 768px){header .top-header{display:none}}header .top-header{padding:16px 0;border-bottom:1px solid #E5E5E5}header .top-header-wrapper{display:flex;justify-content:space-between;gap:80px;align-items:center}header .top-header-wrapper .top-header__left{display:flex;gap:32px;align-items:center;flex-grow:1}header .top-header-wrapper .top-header__left .top-header__left--logo{height:52px}header .top-header-wrapper .top-header__left .top-header__left--logo img{width:auto;height:100%;object-fit:cover;object-position:center}header .top-header-wrapper .top-header__left .top-header__left--menuBar{display:flex;gap:8px;align-items:center;font-size:16px;font-family:Lato,sans-serif;font-weight:500;border:0;background-color:transparent;color:#343a40}header .top-header-wrapper .top-header__left .top-header__left--menuBar .icon-wrapper{width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:20px}@media (max-width: 768px){header .top-header-wrapper .top-header__left #categoriesoffcanvas.offcanvas.offcanvas-start{width:80%!important}}header .top-header-wrapper .top-header__left #categoriesoffcanvas .offcanvas-header{background-color:#009746;justify-content:flex-end}header .top-header-wrapper .top-header__left #categoriesoffcanvas .offcanvas-header .btn-closes{color:#fff;background-color:transparent;border:0}header .top-header-wrapper .top-header__left #categoriesoffcanvas .offcanvas-header .btn-closes .close-icon{width:20px;height:20px;font-size:20px;display:flex;justify-content:center;align-items:center}header .top-header-wrapper .top-header__left #categoriesoffcanvas .offcanvas-body .categories-list{padding:0;margin:0;list-style:none}header .top-header-wrapper .top-header__left #categoriesoffcanvas .offcanvas-body .categories-list li .categories-list-wrapper{display:flex;justify-content:space-between;align-items:center;padding:6px 16px}header .top-header-wrapper .top-header__left #categoriesoffcanvas .offcanvas-body .categories-list li .categories-list-wrapper .categories-list-item{color:#7c7c7c;text-decoration:none}header .top-header-wrapper .top-header__left #categoriesoffcanvas .offcanvas-body .categories-list li .categories-list-wrapper .icon-wrapper{width:18px;height:18px;font-size:16px;color:#7c7c7c;cursor:pointer}header .top-header-wrapper .top-header__left #categoriesoffcanvas .offcanvas-body .categories-list li .categories-submenu{position:absolute;top:0;left:0;width:100%;height:100%;display:none;z-index:1;padding:0;margin:0;list-style:none}header .top-header-wrapper .top-header__left #categoriesoffcanvas .offcanvas-body .categories-list li .categories-submenu.active{display:block;background-color:#fff}header .top-header-wrapper .top-header__left #categoriesoffcanvas .offcanvas-body .categories-list li .categories-submenu .back-wrapper{padding:10px 16px;background-color:#009746;margin-bottom:20px}header .top-header-wrapper .top-header__left #categoriesoffcanvas .offcanvas-body .categories-list li .categories-submenu .back-wrapper .back-btn{border:0;background-color:transparent;display:inline-flex;gap:6px;align-items:center;color:#fff}header .top-header-wrapper .top-header__left #categoriesoffcanvas .offcanvas-body .categories-list li .categories-submenu li{padding:6px 16px}header .top-header-wrapper .top-header__left #categoriesoffcanvas .offcanvas-body .categories-list li .categories-submenu li .categories-submenu-item{color:#7c7c7c;text-decoration:none}header .top-header-wrapper .top-header__left .top-header__left--searchBar{position:relative;flex-grow:1}header .top-header-wrapper .top-header__left .top-header__left--searchBar .form-control{padding:10px 14px}header .top-header-wrapper .top-header__left .top-header__left--searchBar .searchIcon{position:absolute;top:9px;right:16px;cursor:pointer}header .top-header-wrapper .top-header__left .top-header__left--searchBar .searchIcon i{font-size:18px;color:#0000004d}header .top-header-wrapper .top-header__left .top-header__left--searchBar .search-suggestions{display:none;position:absolute;list-style-type:none;padding:0;margin:0;left:0;right:0;z-index:99;box-shadow:2px 2px 6px 4px #0000000a}header .top-header-wrapper .top-header__left .top-header__left--searchBar .search-suggestions li{padding:10px 16px;font-size:14px;color:#343a40;background-color:#fff;border-bottom:1px solid #E9ECEF;cursor:pointer}header .top-header-wrapper .top-header__left .top-header__left--searchBar .search-suggestions li:last-child{border-bottom:none}header .top-header-wrapper .top-header__right{display:flex;align-items:center;gap:18px}header .top-header-wrapper .top-header__right .total-quote-btn{display:inline-flex;position:relative}header .top-header-wrapper .top-header__right .total-quote-btn .icon-wrapper{width:30px;height:30px;display:flex;justify-content:center;align-items:center;font-size:30px;color:#343a40}header .top-header-wrapper .top-header__right .total-quote-btn .total-count{font-size:12px;color:#fff;background-color:#009746;width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;top:-8px;right:-10px}header .top-header-wrapper .top-header__right .multiple-getquote-offcanvas .offcanvas .offcanvas-header .offcanvas-title{color:#343a40;font-weight:600}header .top-header-wrapper .top-header__right .multiple-getquote-offcanvas .offcanvas .offcanvas-header .btn-close{outline:none;border:none;box-shadow:none}header .top-header-wrapper .top-header__right .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper{margin:0;padding:0;list-style:none}header .top-header-wrapper .top-header__right .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper .product-list-items{border-bottom:1px solid #E2E2E2;margin-bottom:12px;display:flex;gap:16px;padding-bottom:14px}header .top-header-wrapper .top-header__right .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper .product-list-items:last-child{border-bottom:0;margin-bottom:0}header .top-header-wrapper .top-header__right .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper .product-list-items .image-wrapper{width:100px;height:100px;flex-shrink:0}header .top-header-wrapper .top-header__right .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper .product-list-items .image-wrapper img{width:100%;height:100%;border-radius:4px}header .top-header-wrapper .top-header__right .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper .product-list-items .product-contents-wrapper .product-category{font-family:League Spartan,sans-serif;display:block;color:#7c7c7c;font-size:14px;text-decoration:none;margin-bottom:0}header .top-header-wrapper .top-header__right .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper .product-list-items .product-contents-wrapper .product-name{display:block;color:#212529;font-size:18px;font-weight:600;text-decoration:none;margin-bottom:6px;line-height:1.5}header .top-header-wrapper .top-header__right .multiple-getquote-offcanvas .offcanvas .offcanvas-body .product-list-wrapper .product-list-items .product-contents-wrapper .remove-btn{background-color:#fff;border-top:0;border-left:0;border-right:0;color:#009746;font-size:14px;border-bottom:1px solid #009746}header .top-header-wrapper .top-header__right .multiple-getquote-offcanvas .offcanvas .get-quote-btn{border-top:1px solid #AFAFAF;padding:12px;width:100%;position:sticky;bottom:0}@media (max-width: 992px){header .top-header-wrapper .top-header__right .top-header__right--inquiryDetails{display:none}}header .top-header-wrapper .top-header__right .top-header__right--inquiryDetails .inquirytitle{display:flex;align-items:center;gap:4px;font-size:16px;font-weight:500;color:#343a40;justify-content:end}header .top-header-wrapper .top-header__right .top-header__right--inquiryDetails .inquirytitle .icon-wrapper{width:16px;height:16px;display:flex;justify-content:center;align-items:center;color:#343a40;font-size:16px}header .top-header-wrapper .top-header__right .top-header__right--inquiryDetails .info-text{color:#7c7c7c}header .top-header-wrapper .top-header__right .top-header__right--inquiryDetails .info-text .info-link{font-size:16px;font-weight:500;color:#7c7c7c;text-decoration:none}header .get-quote--modal-wrapper .modal .modal-dialog .modal-body{padding:30px 22px}header .get-quote--modal-wrapper .modal .modal-dialog .modal-body .contact_form-wrapper .contact_form-heading{margin-bottom:18px;display:flex;justify-content:space-between}header .get-quote--modal-wrapper .modal .modal-dialog .modal-body .contact_form-wrapper .contact_form-heading .btn-close{outline:none;box-shadow:none}header .get-quote--modal-wrapper .modal .modal-dialog .modal-body .contact_form-wrapper .contact_form-heading .contact_form-title{font-size:26px;font-weight:700;color:#212529;margin-bottom:4px;position:relative;padding-bottom:4px;font-family:League Spartan,sans-serif}@media (max-width: 768px){header .get-quote--modal-wrapper .modal .modal-dialog .modal-body .contact_form-wrapper .contact_form-heading .contact_form-title{font-size:28px}}header .get-quote--modal-wrapper .modal .modal-dialog .modal-body .contact_form-wrapper .contact_form-heading .text-content{font-size:14px;color:#7c7c7c}header .get-quote--modal-wrapper .modal .modal-dialog .modal-body .contact_form-wrapper .contact_form .input_group .form-label{font-size:16px;font-weight:400;color:#212529;line-height:1.4;margin-bottom:8px}header .get-quote--modal-wrapper .modal .modal-dialog .modal-body .contact_form-wrapper .contact_form .input_group .form-label .text-red-800{color:red}@media (max-width: 768px){header .bottom-header{display:none}}header .bottom-header{background-color:#fff;padding:12px 0;border-bottom:1px solid #E5E5E5}header .bottom-header .bottom-header-wrapper{display:flex;justify-content:space-between;align-items:center}header .bottom-header .bottom-header-wrapper .nav-menu-list{display:flex;gap:20px;align-items:center;padding:0;margin:0;list-style:none}header .bottom-header .bottom-header-wrapper .nav-menu-list .nav-menu-items .nav-menu-links{font-size:16px;font-weight:500;color:#343a40;text-decoration:none;padding:16px 0}header .bottom-header .bottom-header-wrapper .nav-menu-list .nav-menu-items .nav-menu-links:hover{color:#009746}header .bottom-header .bottom-header-wrapper .nav-menu-list .nav-menu-items .nav-menu-links.active{color:#009746}header .bottom-header .bottom-header-wrapper .social-media-list{display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none}header .bottom-header .bottom-header-wrapper .social-media-list .socila-media-item .social-media-link{color:#212529;font-size:14px;font-weight:500;padding:8px 10px;display:inline-block;text-decoration:none;border-radius:50%;box-shadow:2px 2px 6px 4px #0000000a;width:30px;height:30px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff}header .bottom-header .bottom-header-wrapper .social-media-list .socila-media-item .social-media-link .icon{display:flex;justify-content:center;align-items:center;font-size:14px;color:#009746;width:16px;height:16px}.empty-cart--section{text-align:center;padding:0 16px}.empty-cart--section .img-wrapper img{width:140px;margin:12px auto}.empty-cart--section .content-wrapper .titlecontent{font-size:22px;font-weight:600;color:#343a40;margin-bottom:0;margin-top:2px}.empty-cart--section .content-wrapper .text-content{font-size:16px;font-weight:400;color:#7c7c7c;margin-bottom:32px;margin-top:10px}footer{background-color:#009746}footer .footer-top{border-bottom:1px solid #198754}footer .footer-top--aboutinfo .footer-logo{height:60px;display:inline-block;margin-bottom:16px}footer .footer-top--aboutinfo .footer-logo img{width:auto;height:100%;object-fit:cover}footer .footer-top--aboutinfo .text-content{color:#fff;font-size:16px;margin-bottom:26px}footer .footer-top--aboutinfo .social-media-list{padding:0;margin:0;list-style:none;display:flex;align-items:center;gap:10px}footer .footer-top--aboutinfo .social-media-list .socila-media-item .social-media-link{color:#393186;font-size:16px;font-weight:500;padding:8px 10px;text-decoration:none;border-radius:50%;box-shadow:2px 2px 6px 4px #0000000a;width:30px;height:30px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:#fff}footer .footer-top--aboutinfo .social-media-list .socila-media-item .social-media-link .icon{font-size:18px;width:18px;height:18px;display:flex;align-items:center;justify-content:center}footer .footer-top--usefulLink .title{font-size:20px;font-weight:500;color:#f1f1f1;position:relative;padding-bottom:6px;margin-bottom:20px}footer .footer-top--usefulLink .title:before{content:"";position:absolute;width:20px;height:2px;bottom:0;background-color:#f1f1f1}footer .footer-top--usefulLink .footer-top--usefulLink_lists{padding:0;margin:0;list-style:none}footer .footer-top--usefulLink .footer-top--usefulLink_lists .items{margin-bottom:4px}footer .footer-top--usefulLink .footer-top--usefulLink_lists .items .links{color:#f1f1f1;font-size:16px;font-weight:500;text-decoration:none;display:inline-block}footer .footer-top--usefulLink .footer-top--usefulLink_lists .items .links:hover{color:#afafaf}footer .footer-top--contactinfo .title{font-size:20px;font-weight:500;color:#f1f1f1;position:relative;padding-bottom:6px;margin-bottom:20px}footer .footer-top--contactinfo .title:before{content:"";position:absolute;width:20px;height:2px;bottom:0;background-color:#f1f1f1}footer .footer-top--contactinfo address{display:flex;gap:16px;margin-bottom:16px;align-items:center}footer .footer-top--contactinfo address .icon-box{flex-shrink:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#009746;background-color:#fff;border-radius:50%}footer .footer-top--contactinfo address a{text-decoration:none;color:#fff;font-size:16px}footer .footer-top--contactinfo .contact-number{display:flex;gap:16px;margin-bottom:16px;align-items:center}footer .footer-top--contactinfo .contact-number .icon-box{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#009746;background-color:#fff;border-radius:50%;flex-shrink:0}footer .footer-top--contactinfo .contact-number .contact-info{color:#fff}footer .footer-top--contactinfo .contact-number .contact-info a{text-decoration:none;color:#fff;font-size:16px}footer .footer-top--contactinfo .mail-info{display:flex;gap:16px;margin-bottom:16px;align-items:center}footer .footer-top--contactinfo .mail-info .icon-box{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#009746;background-color:#fff;border-radius:50%;flex-shrink:0}footer .footer-top--contactinfo .mail-info .mail-links{color:#fff}footer .footer-top--contactinfo .mail-info .mail-links a{text-decoration:none;color:#fff;font-size:16px}footer .footer-top--recentblogs .title{font-size:20px;font-weight:500;color:#f1f1f1;position:relative;padding-bottom:6px;margin-bottom:20px}footer .footer-top--recentblogs .title:before{content:"";position:absolute;width:20px;height:2px;bottom:0;background-color:#f1f1f1}footer .footer-top--recentblogs .recentblog-list{padding:0;margin:0;list-style:none}footer .footer-top--recentblogs .recentblog-list .recentblog-item{display:flex;gap:14px;padding-top:12px;padding-bottom:12px;border-bottom:1px dashed #198754}footer .footer-top--recentblogs .recentblog-list .recentblog-item:last-child{border-bottom:0}footer .footer-top--recentblogs .recentblog-list .recentblog-item:first-child{padding-top:0}footer .footer-top--recentblogs .recentblog-list .recentblog-item .imgwrapper{display:flex;width:60px;height:60px;flex-shrink:0}footer .footer-top--recentblogs .recentblog-list .recentblog-item .imgwrapper img{width:100%;height:100%;object-fit:cover}footer .footer-top--recentblogs .recentblog-list .recentblog-item .recentblog-contents .publish-date{display:flex;align-items:center;gap:4px;color:#e2e2e2;font-size:14px;margin-bottom:2px}footer .footer-top--recentblogs .recentblog-list .recentblog-item .recentblog-contents .publish-date .icon-wrapper{font-size:12px;width:14px;height:14px;display:flex;align-items:center;justify-content:center}footer .footer-top--recentblogs .recentblog-list .recentblog-item .recentblog-contents .recentblog-title{font-size:18px;color:#fff;font-weight:600;text-decoration:none}footer .footer-bottom{padding:20px 0}footer .footer-bottom .copyright-text{font-size:16px;color:#fff}.whatsapp-float-btn{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #25d36666;transition:all .3s ease;text-decoration:none;z-index:999}.whatsapp-float-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.whatsapp-float-btn:hover .whatsapp-tooltip{opacity:1;visibility:visible;transform:translate(-10px)}.whatsapp-float-btn:active{transform:scale(.95)}.whatsapp-float-btn .whatsapp-icon{font-size:32px;color:#fff;display:flex;align-items:center;justify-content:center}.whatsapp-float-btn .whatsapp-tooltip{position:absolute;right:75px;bottom:50%;transform:translateY(50%) translate(0);background-color:#25d366;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;font-weight:500}.whatsapp-float-btn .whatsapp-tooltip:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid #25d366;border-top:4px solid transparent;border-bottom:4px solid transparent}@media (max-width: 768px){.whatsapp-float-btn{bottom:20px;right:20px;width:56px;height:56px}.whatsapp-float-btn .whatsapp-icon{font-size:28px}.whatsapp-float-btn .whatsapp-tooltip,.whatsapp-float-btn:hover .whatsapp-tooltip{display:none}}@media (max-width: 480px){.whatsapp-float-btn{bottom:16px;right:16px;width:52px;height:52px}.whatsapp-float-btn .whatsapp-icon{font-size:24px}}@media (min-width: 769px) and (max-width: 1024px){.whatsapp-float-btn{bottom:25px;right:25px}}.banner{overflow:hidden}.banner .banner-slider .banner-slider-card{position:relative;height:80vh}@media (max-width: 768px){.banner .banner-slider .banner-slider-card{height:95vh}}.banner .banner-slider .banner-slider-card .img-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.banner .banner-slider .banner-slider-card .img-wrapper img{width:100%;height:100%;object-fit:cover}.banner .banner-slider .banner-slider-card .banner-overlay{position:relative;height:100%;width:100%;background:#0009}.banner .banner-slider .banner-slider-card .banner-overlay .banner-content{position:absolute;top:50%;transform:translateY(-50%);max-width:700px;width:100%;padding:20px;transform:all .3s ease}@media (max-width: 768px){.banner .banner-slider .banner-slider-card .banner-overlay .banner-content{text-align:center;left:50%;top:50%;transform:translate(-50%,-50%)}}.banner .banner-slider .banner-slider-card .banner-overlay .banner-content .main-title{font-size:46px;font-weight:500;margin-bottom:16px;font-family:Bebas Neue,sans-serif;color:#fff;letter-spacing:1px}@media (max-width: 768px){.banner .banner-slider .banner-slider-card .banner-overlay .banner-content .main-title{font-size:36px}}.banner .banner-slider .banner-slider-card .banner-overlay .banner-content .sub-text{font-size:18px;margin-bottom:46px;color:#fff;font-weight:400}@media (max-width: 768px){.banner .banner-slider .banner-slider-card .banner-overlay .banner-content .sub-text{font-size:16px;margin-bottom:26px}}.category-wrapper-section .heading-title{color:#212529;font-size:32px;font-weight:600;line-height:1.4;position:relative;margin-bottom:32px;padding-bottom:20px;font-family:League Spartan,sans-serif}@media (max-width: 768px){.category-wrapper-section .heading-title{font-size:28px}}.category-wrapper-section .heading-title:before{content:"";position:absolute;bottom:0;width:48px;height:3px;left:0;background:#009746}.category-wrapper-section .info-wrapper{display:flex;gap:16px;margin-bottom:26px}.category-wrapper-section .info-wrapper .icon-wrapper{width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-size:40px}.category-wrapper-section .info-wrapper .icon-wrapper img{width:100%;height:100%}.category-wrapper-section .info-wrapper .total-product-count{font-size:16px;color:#afafaf;font-weight:400}.category-wrapper-section .categories--link{text-decoration:none;color:#212529;font-size:14px;display:inline-flex;align-items:center;gap:4px;text-transform:uppercase;border-bottom:1px solid #212529;font-weight:600}.category-wrapper-section .categories--link:hover{color:#009746;border-color:#009746}.category-wrapper-section .categories--link .icon-wrapper{display:flex;justify-content:center;align-items:center;width:16px;height:16px;font-size:16px}.category-wrapper-section .category-slider{transition:all .4s}.category-wrapper-section .category-slider:hover .slick-prev,.category-wrapper-section .category-slider:hover .slick-next,.category-wrapper-section .category-slider .slick-track{display:flex!important}.category-wrapper-section .category-slider .slick-slide{height:inherit!important}.category-wrapper-section .category-slider .slick-prev{background-color:#009746;z-index:1;left:-15px;width:34px;height:34px;border-radius:50%;display:none!important;justify-content:center;align-items:center}.category-wrapper-section .category-slider .slick-prev.slick-disabled{opacity:.3}.category-wrapper-section .category-slider .slick-prev.slick-disabled:before{opacity:1}.category-wrapper-section .category-slider .slick-prev:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#fff}.category-wrapper-section .category-slider .slick-next{width:34px;height:34px;display:none!important;border-radius:50%;justify-content:center;align-items:center;background-color:#009746;z-index:1;right:-10px}.category-wrapper-section .category-slider .slick-next.slick-disabled{opacity:.3}.category-wrapper-section .category-slider .slick-next.slick-disabled:before{opacity:1}.category-wrapper-section .category-slider .slick-next:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#fff}.category-wrapper-section .category-slider .category-card{background-color:#fff;border-radius:0;padding:12px;overflow:hidden;border:1px solid #DEE2E6;margin:0 10px 0 0;position:relative}@media (max-width: 992px){.category-wrapper-section .category-slider .category-card{margin:0 10px 0 0}}.category-wrapper-section .category-slider .category-card .category-card-imgWrapper{display:flex;margin-bottom:12px;display:block;position:relative;transition:all .3s ease;height:120px}.category-wrapper-section .category-slider .category-card .category-card-imgWrapper img{width:100%;height:100%;object-fit:cover;object-position:center}.category-wrapper-section .category-slider .category-card .category-card-name{color:#212529;font-size:16px;font-weight:500;text-decoration:none;font-family:League Spartan,sans-serif}.category-banner-wrapper .category-banner-card{height:400px;position:relative;overflow:hidden}.category-banner-wrapper .category-banner-card:hover .bg-image-wrapper{transition:transform .3s ease}.category-banner-wrapper .category-banner-card:hover .bg-image-wrapper img{transform:scale(1.1);transition:transform .3s ease}.category-banner-wrapper .category-banner-card .bg-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.category-banner-wrapper .category-banner-card .bg-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;object-position:center}.category-banner-wrapper .category-banner-card .overlay-container{background-color:#0006;position:relative;width:100%;height:100%;padding:40px}@media (max-width: 768px){.category-banner-wrapper .category-banner-card .overlay-container{padding:20px}}.category-banner-wrapper .category-banner-card .content-wrapper{border:1px solid white;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%}.category-banner-wrapper .category-banner-card .content-wrapper .title{color:#fff;font-family:League Spartan,sans-serif;font-size:28px;margin-bottom:8px;text-decoration:none;display:inline-block;font-weight:600;text-align:center}.product-section--wrapper .heading-section{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;margin-bottom:36px;gap:20px}.product-section--wrapper .heading-section .heading-title{color:#212529;font-size:32px;font-weight:600;line-height:1.4;position:relative;margin-bottom:0;padding-bottom:12px;font-family:League Spartan,sans-serif}@media (max-width: 768px){.product-section--wrapper .heading-section .heading-title{font-size:28px}}.product-section--wrapper .heading-section .heading-title:before{content:"";position:absolute;bottom:0;width:48px;height:3px;left:0;background:#009746}.product-section--wrapper .product-slider .slick-track{display:flex!important}.product-section--wrapper .product-slider .slick-slide{height:inherit!important}.product-section--wrapper .product-slider .slick-prev{background-color:#009746;z-index:1;left:-10px;width:34px;height:34px;border-radius:50%;display:flex!important;justify-content:center;align-items:center}.product-section--wrapper .product-slider .slick-prev.slick-disabled{opacity:.3}.product-section--wrapper .product-slider .slick-prev.slick-disabled:before{opacity:1}.product-section--wrapper .product-slider .slick-prev:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#fff}.product-section--wrapper .product-slider .slick-next{width:34px;height:34px;display:flex!important;border-radius:50%;justify-content:center;align-items:center;background-color:#009746;z-index:1;right:0}.product-section--wrapper .product-slider .slick-next.slick-disabled{opacity:.3}.product-section--wrapper .product-slider .slick-next.slick-disabled:before{opacity:1}.product-section--wrapper .product-slider .slick-next:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#fff}.product-section--wrapper .product-card{margin-right:20px;border:1px solid #DEE2E6;padding:12px;text-align:center;border-radius:4px}.product-section--wrapper .product-card:hover .image-wrapper{overflow:hidden}.product-section--wrapper .product-card:hover .image-wrapper img{transform:scale(1.3);overflow:hidden;transition:transform .3s ease}.product-section--wrapper .product-card .image-wrapper{height:200px;display:inline-block;margin-bottom:4px;overflow:hidden;border-radius:4px}.product-section--wrapper .product-card .image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:4px}.product-section--wrapper .product-card .product-content-wrapper{display:flex;justify-content:space-between;border-top:1px solid #DEE2E6;padding:10px 0}.product-section--wrapper .product-card .product-content-wrapper .add-btn{width:30px;height:30px}.product-section--wrapper .product-card .product-content-wrapper .add-btn button{background-color:#fff;color:#7c7c7c;font-size:20px;border:1px solid #AFAFAF;border-radius:2px;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.product-section--wrapper .product-card .product-content .product-category{font-size:12px;color:#7c7c7c;margin-bottom:2px;display:flex;text-decoration:none}.product-section--wrapper .product-card .product-content .product-name{font-size:18px;color:#212529;margin-bottom:0;display:flex;text-decoration:none;font-weight:600;text-align:left}.productCards--section .heading-section{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;margin-bottom:36px;gap:20px}.productCards--section .heading-section .heading-title{color:#212529;font-size:32px;font-weight:600;line-height:1.4;position:relative;margin-bottom:0;padding-bottom:12px;font-family:League Spartan,sans-serif}@media (max-width: 768px){.productCards--section .heading-section .heading-title{font-size:28px}}.productCards--section .heading-section .heading-title:before{content:"";position:absolute;bottom:0;width:48px;height:3px;left:0;background:#009746}.productCards--section .product-card{border:1px solid #DEE2E6;padding:12px;text-align:center;border-radius:4px;overflow:hidden}.productCards--section .product-card:hover .image-wrapper{overflow:hidden}.productCards--section .product-card:hover .image-wrapper img{transform:scale(1.3);overflow:hidden;transition:transform .3s ease}.productCards--section .product-card .image-wrapper{height:200px;display:inline-block;margin-bottom:4px;overflow:hidden;border-radius:4px}.productCards--section .product-card .image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:4px}.productCards--section .product-card .product-content-wrapper{display:flex;justify-content:space-between;border-top:1px solid #DEE2E6;padding:10px 0}.productCards--section .product-card .product-content-wrapper .add-btn{width:30px;height:30px}.productCards--section .product-card .product-content-wrapper .add-btn button{background-color:#fff;color:#7c7c7c;font-size:20px;border:1px solid #AFAFAF;border-radius:2px;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.productCards--section .product-card .product-content .product-category{font-size:12px;color:#7c7c7c;margin-bottom:2px;display:flex;text-decoration:none}.productCards--section .product-card .product-content .product-name{font-size:18px;color:#212529;margin-bottom:0;display:flex;text-decoration:none;font-weight:600;text-align:left}.testimonial-section{background-color:#00974614}.testimonial-section .heading-section{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;margin-bottom:36px;gap:20px}.testimonial-section .heading-section .heading-title{color:#212529;font-size:32px;font-weight:600;line-height:1.4;position:relative;margin-bottom:0;padding-bottom:12px;font-family:League Spartan,sans-serif}@media (max-width: 768px){.testimonial-section .heading-section .heading-title{font-size:28px}}.testimonial-section .heading-section .heading-title:before{content:"";position:absolute;bottom:0;width:48px;height:3px;left:0;background:#009746}.testimonial-section .testimonial-slider .slick-track{display:flex!important}.testimonial-section .testimonial-slider .slick-slide{height:inherit!important}.testimonial-section .testimonial-slider .slick-prev{background-color:#fff;border:1px solid #e2e2e2;z-index:1;left:inherit;width:34px;height:34px;border-radius:0;display:flex!important;justify-content:center;align-items:center;top:-68px!important;right:60px!important}.testimonial-section .testimonial-slider .slick-prev.slick-disabled{opacity:.3}.testimonial-section .testimonial-slider .slick-prev.slick-disabled:before{opacity:1}.testimonial-section .testimonial-slider .slick-prev:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#212529}.testimonial-section .testimonial-slider .slick-next{width:34px;height:34px;display:flex!important;border-radius:0;justify-content:center;align-items:center;background-color:#fff;z-index:1;right:15px;top:-68px!important;border:1px solid #e2e2e2}.testimonial-section .testimonial-slider .slick-next.slick-disabled{opacity:.3}.testimonial-section .testimonial-slider .slick-next.slick-disabled:before{opacity:1}.testimonial-section .testimonial-slider .slick-next:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#212529}.testimonial-section .testimonial-slider .testimonial-card{box-shadow:2px 2px 6px 4px #0000000a;border-radius:8px;padding:30px;text-align:center;margin:20px 30px;opacity:.4}@media (max-width: 992px){.testimonial-section .testimonial-slider .testimonial-card{opacity:1;background-color:#fff;margin:16px 10px}}@media (max-width: 768px){.testimonial-section .testimonial-slider .testimonial-card{padding:26px 20px}}.testimonial-section .testimonial-slider .testimonial-card.slick-center{opacity:1;background-color:#fff}.testimonial-section .testimonial-slider .testimonial-card .customer-imgWrapper{width:80px;height:80px;border-radius:50%;flex-shrink:0;margin:0 auto 16px}.testimonial-section .testimonial-slider .testimonial-card .customer-imgWrapper img{width:100%;height:100%;border-radius:50%}.testimonial-section .testimonial-slider .testimonial-card .customer-info{margin-bottom:16px}.testimonial-section .testimonial-slider .testimonial-card .customer-info .customer-name{color:#212529;font-size:18px;font-weight:700;margin-bottom:2px}.testimonial-section .testimonial-slider .testimonial-card .customer-info .customer-designation{font-size:14px;font-weight:400;color:#7c7c7c;margin-bottom:0}.testimonial-section .testimonial-slider .testimonial-card .review-content{color:#212529;font-size:16px;line-height:24px;margin-bottom:0}.blog-section .heading-section{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;margin-bottom:36px;gap:20px}.blog-section .heading-section .heading-title{color:#212529;font-size:32px;font-weight:600;line-height:1.4;position:relative;margin-bottom:0;padding-bottom:12px;font-family:League Spartan,sans-serif}@media (max-width: 768px){.blog-section .heading-section .heading-title{font-size:28px}}.blog-section .heading-section .heading-title:before{content:"";position:absolute;bottom:0;width:48px;height:3px;left:0;background:#009746}.blog-section .blog-slider .slick-track{display:flex!important}.blog-section .blog-slider .slick-slide{height:inherit!important}.blog-section .blog-slider .slick-prev{background-color:#fff;border:1px solid #e2e2e2;z-index:1;left:inherit;width:34px;height:34px;border-radius:0;display:flex!important;justify-content:center;align-items:center;top:-68px!important;right:60px!important}.blog-section .blog-slider .slick-prev.slick-disabled{opacity:.3}.blog-section .blog-slider .slick-prev.slick-disabled:before{opacity:1}.blog-section .blog-slider .slick-prev:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#212529}.blog-section .blog-slider .slick-next{width:34px;height:34px;display:flex!important;border-radius:0;justify-content:center;align-items:center;background-color:#fff;z-index:1;right:15px;top:-68px!important;border:1px solid #e2e2e2}.blog-section .blog-slider .slick-next.slick-disabled{opacity:.3}.blog-section .blog-slider .slick-next.slick-disabled:before{opacity:1}.blog-section .blog-slider .slick-next:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#212529}.blog-section .blog-card{border:1px solid #DEE2E6;margin-right:20px}.blog-section .blog-card .blog-imgWrapper{height:240px;margin-bottom:0;display:flex}.blog-section .blog-card .blog-imgWrapper img{width:100%;height:100%;object-fit:cover;object-position:center}.blog-section .blog-card .blog-content{padding:16px}.blog-section .blog-card .blog-content .blog-title{font-size:24px;color:#212529;margin-bottom:2px;text-decoration:none;display:inline-block;font-weight:600}.blog-section .blog-card .blog-content .publish-date{color:#009746;font-size:14px;font-weight:500;margin-bottom:16px}.blog-section .blog-card .blog-content .text-content{color:#343a40;font-size:16px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:14px;line-height:1.5}.blog-section .blog-card .blog-content .read-more{color:#343a40;font-size:16px;font-weight:500;text-decoration:none;position:relative}.blog-section .blog-card .blog-content .read-more:before{position:absolute;content:"";bottom:0;height:1px;width:100%;background-color:#343a40}.features-section .feature-card{border:1px solid #DEE2E6;padding:20px;text-align:center}.features-section .feature-card .icon-wrapper{width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-size:40px;color:#7c7c7c;margin:0 auto 10px}.features-section .feature-card .text-content{font-size:18px;color:#343a40;font-weight:500;margin-bottom:0}.contact-banner{position:relative}.contact-banner .img-wrapper img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;top:0;left:0;z-index:-1}.contact-banner .overlay-content{position:relative;width:100%;height:100%;text-align:center}.contact-banner .overlay-content .title{font-size:52px;color:#009746;font-family:Bebas Neue,sans-serif;margin-bottom:6px}@media (max-width: 768px){.contact-banner .overlay-content .title{font-size:36px}}.contact-banner .overlay-content .breadcrumb-wrapper nav .breadcrumb{justify-content:center}.contact-banner .overlay-content .breadcrumb-wrapper nav .breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#7c7c7c;float:none}.contact-banner .overlay-content .breadcrumb-wrapper nav .breadcrumb-item a{color:#7c7c7c;font-size:16px;text-decoration:none;font-weight:500}.contact-banner .overlay-content .breadcrumb-wrapper nav .breadcrumb-item.active a{color:#212529}.contact-info-wrapper .contact-info-card{border-radius:4px;height:100%;box-shadow:2px 2px 6px 4px #0000000a;padding:16px;display:flex;gap:12px}.contact-info-wrapper .contact-info-card .icon-wrapper{border-radius:4px;background:#009746;width:50px;height:50px;display:flex;justify-content:center;align-items:center;font-size:24px;color:#fff;flex-shrink:0}.contact-info-wrapper .contact-info-card .info-wrapper .title{font-size:18px;color:#212529;margin-bottom:2px;line-height:1.2;font-weight:500}.contact-info-wrapper .contact-info-card .info-wrapper .contact-info{display:inline-flex;gap:4px;word-break:break-all;flex-wrap:wrap;color:#7c7c7c}.contact-info-wrapper .contact-info-card .info-wrapper .contact-info a{color:#7c7c7c;font-size:14px;text-decoration:none}.contact_information-wrapper{background-color:#f8f8f8}.contact_information-wrapper .contact_form-wrapper .contact_form-heading{margin-bottom:32px}.contact_information-wrapper .contact_form-wrapper .contact_form-heading .contact_form-title{font-size:32px;font-weight:700;color:#212529;margin-bottom:4px;position:relative;padding-bottom:4px;font-family:League Spartan,sans-serif}@media (max-width: 768px){.contact_information-wrapper .contact_form-wrapper .contact_form-heading .contact_form-title{font-size:28px}}.contact_information-wrapper .contact_form-wrapper .contact_form-heading .text-content{font-size:14px;color:#7c7c7c}.contact_information-wrapper .contact_form-wrapper .contact_form .input_group .form-label{font-size:16px;font-weight:400;color:#212529;line-height:1.4;margin-bottom:8px}.contact_information-wrapper .contact_form-wrapper .contact_form .input_group .form-label .text-red-800{color:red}.contact_information-wrapper .map-wrapper{width:100%;height:100%;position:relative;padding-bottom:56.25%}.contact_information-wrapper .map-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.contact-store-branch--wrapper .heading-section{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;margin-bottom:36px;gap:20px}.contact-store-branch--wrapper .heading-section .heading-title{color:#212529;font-size:32px;font-weight:600;line-height:1.4;position:relative;margin-bottom:0;padding-bottom:12px;font-family:League Spartan,sans-serif}@media (max-width: 768px){.contact-store-branch--wrapper .heading-section .heading-title{font-size:28px}}.contact-store-branch--wrapper .heading-section .heading-title:before{content:"";position:absolute;bottom:0;width:48px;height:3px;left:0;background:#009746}.contact-store-branch--wrapper .store-card{background-color:#f8f8f8;padding:16px;border:1px solid #DEE2E6;height:100%;border-radius:4px}.contact-store-branch--wrapper .store-card .store-name{font-size:18px;color:#343a40;font-weight:600;margin-bottom:8px}.contact-store-branch--wrapper .store-card .contact-list{padding:0;margin:0 0 10px;list-style:none}.contact-store-branch--wrapper .store-card .contact-list .contact-items{margin-bottom:4px;display:flex;gap:6px;align-items:center}.contact-store-branch--wrapper .store-card .contact-list .contact-items .icon-wrapper{width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#009746}.contact-store-branch--wrapper .store-card .contact-list .contact-items .contact-link{color:#7c7c7c;font-size:14px;text-decoration:none}.contact-store-branch--wrapper .store-card .direction-link{font-size:14px;color:#009746;text-decoration:none;border-bottom:1px solid #009746}.breadcrumb-wrapper nav .breadcrumb{margin-bottom:0}.breadcrumb-wrapper nav .breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#7c7c7c;float:none}.breadcrumb-wrapper nav .breadcrumb-item a{color:#7c7c7c;font-size:16px;text-decoration:none;font-weight:500}.breadcrumb-wrapper nav .breadcrumb-item.active a{color:#212529}.blog-card-wrapper .blog-card{border-radius:8px;border:1px solid #e2e2e2;padding:20px;height:100%}@media (max-width: 768px){.blog-card-wrapper .blog-card{padding:14px}}.blog-card-wrapper .blog-card .img-wrapper{height:230px;margin-bottom:20px;display:inline-block;width:100%}.blog-card-wrapper .blog-card .img-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:8px}.blog-card-wrapper .blog-card .blog-card-content{margin-bottom:26px}.blog-card-wrapper .blog-card .blog-card-content .product-categories{color:#009746;display:block;font-size:14px;font-family:League Spartan,sans-serif;margin-bottom:2px;text-decoration:none;line-height:1.2;font-weight:500}.blog-card-wrapper .blog-card .blog-card-content .blog-title{text-decoration:none;font-size:24px;font-weight:700;margin-bottom:12px;color:#212529;display:inline-flex}.blog-card-wrapper .blog-card .blog-card-content .blog-title:hover{color:#009746}.blog-card-wrapper .blog-card .blog-card-content .text-content{color:#7c7c7c;font-size:16px;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-wrapper .blog-card .blog-publish-info{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.blog-card-wrapper .blog-card .blog-publish-info .author-info{display:flex;gap:4px;align-items:center;color:#7c7c7c}.blog-card-wrapper .blog-card .blog-publish-info .author-info .image-wrapper{width:30px;height:30px;display:inline-block}.blog-card-wrapper .blog-card .blog-publish-info .author-info .image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:50%}.blog-card-wrapper .blog-card .blog-publish-info .author-info .author-name{font-weight:600}.blog-card-wrapper .blog-card .blog-publish-info .circle-dot{width:4px;height:4px;background-color:#afafaf;border-radius:50%;display:block}.blog-card-wrapper .blog-card .blog-publish-info .publish-date{font-size:14px;color:#7c7c7c}.blog-details--wrapper .post-header--wrapper{margin-bottom:30px}@media (max-width: 768px){.blog-details--wrapper .post-header--wrapper{margin-bottom:20px}}.blog-details--wrapper .post-header--wrapper .post-category{font-size:14px;color:#fff;background-color:#009746;padding:8px 16px;border-radius:30px;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;margin-bottom:16px;font-weight:700}.blog-details--wrapper .post-header--wrapper .post-title{font-size:36px;font-weight:700;margin-bottom:26px;color:#212529}@media (max-width: 768px){.blog-details--wrapper .post-header--wrapper .post-title{font-size:28px}}.blog-details--wrapper .post-header--wrapper .blog-additional--info{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.blog-details--wrapper .post-header--wrapper .blog-additional--info .post-writer-info{display:flex;align-items:center;gap:6px}.blog-details--wrapper .post-header--wrapper .blog-additional--info .post-writer-info .writer-img-wrapper{width:30px;height:30px;flex-shrink:0}.blog-details--wrapper .post-header--wrapper .blog-additional--info .post-writer-info .writer-img-wrapper img{width:100%;height:100%;border-radius:50%;object-fit:cover}.blog-details--wrapper .post-header--wrapper .blog-additional--info .post-writer-info .text-content{font-size:14px;color:#212529;font-family:League Spartan,sans-serif}.blog-details--wrapper .post-header--wrapper .blog-additional--info .post-writer-info .text-content .text-sm{font-style:italic}.blog-details--wrapper .post-header--wrapper .blog-additional--info .post-writer-info .text-content .author-name{color:#009746;font-weight:600;text-decoration:none}.blog-details--wrapper .post-header--wrapper .blog-additional--info .circle-dot{width:4px;height:4px;border-radius:50%;background-color:#afafaf}.blog-details--wrapper .post-header--wrapper .blog-additional--info .created-date,.blog-details--wrapper .post-header--wrapper .blog-additional--info .updated-date{font-size:14px;color:#7c7c7c;font-family:League Spartan,sans-serif}.blog-details--wrapper .post-details .image-wrapper{margin-bottom:36px}.blog-details--wrapper .post-details .image-wrapper img{width:100%;height:100%;object-fit:cover}.blog-details--wrapper .post-details .post-description p{font-size:16px;color:#212529;margin-bottom:26px;line-height:1.6}.blog-details--wrapper .post-details .post-description h2{font-weight:600;font-size:26px;color:#212529;margin-bottom:16px}.blog-details--wrapper .post-details .post-description img{max-width:100%;height:auto;display:block;margin:20px 0;border-radius:8px;box-shadow:0 2px 8px #0000001a}@media (max-width: 576px){.blog-details--wrapper .post-details .post-description img{margin:16px 0}}.blog-details--wrapper .post-details .post-description table{width:100%;border-collapse:collapse;margin:20px 0;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}@media (max-width: 576px){.blog-details--wrapper .post-details .post-description table{font-size:14px;display:block;overflow-x:auto;white-space:nowrap}}.blog-details--wrapper .post-details .post-description table thead{background-color:#009746;color:#fff}.blog-details--wrapper .post-details .post-description table thead th{padding:12px 16px;text-align:left;font-weight:600;border:1px solid #ddd}.blog-details--wrapper .post-details .post-description table tbody tr{border-bottom:1px solid #ddd}.blog-details--wrapper .post-details .post-description table tbody tr:last-child{border-bottom:none}.blog-details--wrapper .post-details .post-description table tbody tr:hover{background-color:#f9f9f9}.blog-details--wrapper .post-details .post-description table tbody tr td{padding:12px 16px;border:1px solid #ddd;text-align:left}.blog-details--wrapper .post-details .post-description blockquote{background-color:#f1f1f1;padding:20px;border-left:4px solid #009746;margin-bottom:26px}.blog-details--wrapper .post-details .post-description blockquote p{font-size:16px;color:#212529;margin-bottom:0;line-height:1.5}.blog-details--wrapper .post-details .tags-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:0;margin:30px 0 26px;list-style:none}.blog-details--wrapper .post-details .tags-wrapper li .tag-link{border:1px solid #009746;padding:8px 12px;border-radius:4px;font-size:14px;color:#009746;text-decoration:none;font-weight:500;display:flex;align-items:center;justify-content:center}.blog-details--wrapper .post-details .tags-wrapper li .tag-link:hover{color:#fff;background-color:#009746}.blog-details--wrapper .recentblogs--wrapper{position:sticky;top:20px}.blog-details--wrapper .recentblogs--wrapper .title{font-size:20px;font-weight:600;color:#212529;position:relative;padding-bottom:6px;margin-bottom:26px}.blog-details--wrapper .recentblogs--wrapper .title:before{content:"";position:absolute;width:20px;height:2px;bottom:0;background-color:#009746}.blog-details--wrapper .recentblogs--wrapper .recentblog-list{padding:0;margin:0;list-style:none}.blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item{display:flex;gap:14px;padding-top:12px;padding-bottom:12px;border-bottom:1px solid #E2E2E2}.blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item:last-child{border-bottom:0}.blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item:first-child{padding-top:0}.blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item .imgwrapper{display:flex;width:60px;height:60px;flex-shrink:0}.blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item .imgwrapper img{width:100%;height:100%;object-fit:cover}.blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item .recentblog-contents .publish-date{display:flex;align-items:center;gap:4px;color:#7c7c7c;font-size:14px;margin-bottom:2px}.blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item .recentblog-contents .publish-date .icon-wrapper{font-size:12px;width:14px;height:14px;display:flex;align-items:center;justify-content:center}.blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item .recentblog-contents .recentblog-title{font-size:18px;color:#343a40;font-weight:600;text-decoration:none}.product-banner{position:relative}.product-banner .img-wrapper img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;top:0;left:0;z-index:-1}.product-banner .overlay-content{position:relative;width:100%;height:100%;text-align:center}.product-banner .overlay-content .title{font-size:52px;color:#009746;font-family:Bebas Neue,sans-serif;margin-bottom:6px}@media (max-width: 768px){.product-banner .overlay-content .title{font-size:36px}}.product-banner .overlay-content .breadcrumb-wrapper nav .breadcrumb{justify-content:center}.product-banner .overlay-content .breadcrumb-wrapper nav .breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#7c7c7c;float:none}.product-banner .overlay-content .breadcrumb-wrapper nav .breadcrumb-item a{color:#7c7c7c;font-size:16px;text-decoration:none;font-weight:500}.product-banner .overlay-content .breadcrumb-wrapper nav .breadcrumb-item.active a{color:#212529}.product_filter-section .product_filter-heading-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:36px}.product_filter-section .product_filter-heading-section .filter-btn{color:#343a40;border:1px solid #343A40;background-color:#fff;font-size:16px;font-weight:600;padding:10px 14px;display:flex;border-radius:2px;align-items:center;gap:6px}@media (max-width: 992px){.product_filter-section .product_filter-heading-section .filter-btn{display:none}}.product_filter-section .product_filter-heading-section .filter-btn .icon{width:20px;height:20px;font-size:20px;color:#343a40;display:flex;justify-content:center;align-items:center}.product_filter-section .product_filter-heading-section .filter-btn--sm{color:#343a40;border:1px solid #343A40;background-color:#fff;font-size:16px;font-weight:600;padding:10px 14px;display:none;border-radius:2px;align-items:center;gap:6px}@media (max-width: 992px){.product_filter-section .product_filter-heading-section .filter-btn--sm{display:flex}}.product_filter-section .product_filter-heading-section .filter-btn--sm .icon{width:20px;height:20px;font-size:20px;color:#343a40;display:flex;justify-content:center;align-items:center}.product_filter-section .product_filter-heading-section .sorting-wrapper{display:flex;align-items:center;gap:4px}.product_filter-section .product_filter-heading-section .sorting-wrapper .form-label{font-size:16px;font-weight:600;color:#343a40;white-space:nowrap;margin-bottom:0}.product_filter-section .product_filter-heading-section .sorting-wrapper .form-select{border:0;font-size:16px;padding:8px 20px 8px 6px;background-position-x:right!important}.product_filter-section .product_filter-heading-section .sorting-wrapper .form-select:focus{box-shadow:none}.product_filter-section .product_filter-heading-section .filter-offcanvas .offcanvas .offcanvas-body .categories-list{padding:0;margin:0;list-style:none}.product_filter-section .product_filter-heading-section .filter-offcanvas .offcanvas .offcanvas-body .categories-list .categories-list-item{margin-bottom:8px}.product_filter-section .product_filter-heading-section .filter-offcanvas .offcanvas .offcanvas-body .categories-list .categories-list-item .categories-link{font-size:16px;text-decoration:none;color:#7c7c7c}.product_filter-section .product_filter__contents{gap:30px;display:flex}.product_filter-section .product_filter__contents.hide-filter .product_filter__contents--options{display:none}.product_filter-section .product_filter__contents.hide-filter .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card{flex:0 0 calc(25% - 20px)}@media (max-width: 992px){.product_filter-section .product_filter__contents.hide-filter .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card{flex:0 0 calc(33.33% - 20px)}}.product_filter-section .product_filter__contents .product_filter__contents--options{width:280px;display:block;flex-shrink:0;transition:all .3s ease}@media (max-width: 992px){.product_filter-section .product_filter__contents .product_filter__contents--options{display:none}}.product_filter-section .product_filter__contents .product_filter__contents--options .main-title{font-size:24px;color:#343a40;font-weight:600;margin-bottom:20px}.product_filter-section .product_filter__contents .product_filter__contents--options .categories-list{padding:0;margin:0;list-style:none}.product_filter-section .product_filter__contents .product_filter__contents--options .categories-list .categories-list-item{margin-bottom:8px}.product_filter-section .product_filter__contents .product_filter__contents--options .categories-list .categories-list-item .categories-link{font-size:16px;text-decoration:none;color:#7c7c7c}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .total-product-count{font-size:18px;display:flex;align-items:center;gap:4px;color:#7c7c7c;font-weight:400;margin-bottom:26px}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .total-product-count .total-count{font-weight:700}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards{display:flex;flex-grow:1;transition:all .3s ease;gap:20px;width:100%;flex-wrap:wrap;align-self:flex-start}@media (max-width: 576px){.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards{gap:20px 0}}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card{flex:0 0 calc(33.33% - 20px)}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card .product-card-content{border:1px solid #DEE2E6;padding:12px;text-align:center;border-radius:4px;height:100%}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card .product-card-content:hover .image-wrapper{overflow:hidden}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card .product-card-content:hover .image-wrapper img{transform:scale(1.3);overflow:hidden;transition:transform .3s ease}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card .product-card-content .image-wrapper{height:200px;display:inline-block;margin-bottom:4px;overflow:hidden;border-radius:4px;width:100%}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card .product-card-content .image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:4px}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card .product-card-content .product-content-wrapper{display:flex;justify-content:space-between;border-top:1px solid #DEE2E6;padding:10px 0}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card .product-card-content .product-content-wrapper .add-btn{width:30px;height:30px}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card .product-card-content .product-content-wrapper .add-btn button{background-color:#fff;color:#7c7c7c;font-size:20px;border:1px solid #AFAFAF;border-radius:2px;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card .product-card-content .product-content .product-category{font-size:12px;color:#7c7c7c;margin-bottom:2px;display:flex;text-decoration:none}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card .product-card-content .product-content .product-name{font-size:18px;color:#212529;margin-bottom:0;display:flex;text-decoration:none;font-weight:600;text-align:left}@media (max-width: 768px){.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card{flex:0 0 calc(50% - 20px)}}@media (max-width: 576px){.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .product_filter__contents--productcards .product-card{flex:0 0 100%}}.product_filter-section .product_filter__contents .product_filter__contents-cardwrapper .btn-wrapper{margin:46px 0 20px;text-align:center}.product-detail__wrapper .product-img-wrapper .main-image-slider .slick-track{display:flex!important}.product-detail__wrapper .product-img-wrapper .main-image-slider .slick-slide{height:inherit!important}.product-detail__wrapper .product-img-wrapper .main-image-slider .slick-prev{background-color:#009746;z-index:1;left:-10px;width:34px;height:34px;border-radius:50%;display:flex!important;justify-content:center;align-items:center}.product-detail__wrapper .product-img-wrapper .main-image-slider .slick-prev.slick-disabled{opacity:.3}.product-detail__wrapper .product-img-wrapper .main-image-slider .slick-prev.slick-disabled:before{opacity:1}.product-detail__wrapper .product-img-wrapper .main-image-slider .slick-prev:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#fff}.product-detail__wrapper .product-img-wrapper .main-image-slider .slick-next{width:34px;height:34px;display:flex!important;border-radius:50%;justify-content:center;align-items:center;background-color:#009746;z-index:1;right:-10px}.product-detail__wrapper .product-img-wrapper .main-image-slider .slick-next.slick-disabled{opacity:.3}.product-detail__wrapper .product-img-wrapper .main-image-slider .slick-next.slick-disabled:before{opacity:1}.product-detail__wrapper .product-img-wrapper .main-image-slider .slick-next:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#fff}.product-detail__wrapper .product-img-wrapper .img-wrapper img,.product-detail__wrapper .thumbnail-images-slider .thumbnail-img-wrapper img{width:100%;height:100%}.product-detail__wrapper .product-description-wrapper .product-categories{color:#009746;font-size:16px;font-weight:600;font-family:League Spartan,sans-serif;margin-bottom:4px}.product-detail__wrapper .product-description-wrapper .product-title{font-size:28px;color:#212529;font-weight:700;margin-bottom:16px}@media (max-width: 768px){.product-detail__wrapper .product-description-wrapper .product-title{font-size:24px}}.product-detail__wrapper .product-description-wrapper .short-description{font-size:16px;color:#7c7c7c;font-weight:500;margin-bottom:28px}.product-detail__wrapper .product-description-wrapper .btn-box{display:flex;gap:12px;margin-bottom:28px}.product-detail__wrapper .product-description-wrapper .btn-box .add-quote-btn{display:flex;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;border-radius:8px;color:#7c7c7c;background-color:#fff;border:1px solid #AFAFAF}.product-detail__wrapper .product-description-wrapper .btn-primary{margin-bottom:28px}.product-detail__wrapper .product-description-wrapper .get-quote--modal .modal .modal-dialog .modal-body{padding:30px 22px}.product-detail__wrapper .product-description-wrapper .get-quote--modal .modal .modal-dialog .modal-body .contact_form-wrapper .contact_form-heading{margin-bottom:18px;display:flex;justify-content:space-between}.product-detail__wrapper .product-description-wrapper .get-quote--modal .modal .modal-dialog .modal-body .contact_form-wrapper .contact_form-heading .btn-close{outline:none;box-shadow:none}.product-detail__wrapper .product-description-wrapper .get-quote--modal .modal .modal-dialog .modal-body .contact_form-wrapper .contact_form-heading .contact_form-title{font-size:26px;font-weight:700;color:#212529;margin-bottom:4px;position:relative;padding-bottom:4px;font-family:League Spartan,sans-serif}@media (max-width: 768px){.product-detail__wrapper .product-description-wrapper .get-quote--modal .modal .modal-dialog .modal-body .contact_form-wrapper .contact_form-heading .contact_form-title{font-size:28px}}.product-detail__wrapper .product-description-wrapper .get-quote--modal .modal .modal-dialog .modal-body .contact_form-wrapper .contact_form-heading .text-content{font-size:14px;color:#7c7c7c}.product-detail__wrapper .product-description-wrapper .get-quote--modal .modal .modal-dialog .modal-body .contact_form-wrapper .contact_form .input_group .form-label{font-size:16px;font-weight:400;color:#212529;line-height:1.4;margin-bottom:8px}.product-detail__wrapper .product-description-wrapper .get-quote--modal .modal .modal-dialog .modal-body .contact_form-wrapper .contact_form .input_group .form-label .text-red-800{color:red}.product-detail__wrapper .product-description-wrapper .share-wrapper{display:flex;align-items:center;gap:6px;color:#212529;font-size:16px}.product-detail__wrapper .product-description-wrapper .share-wrapper .social-media-list{display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none}.product-detail__wrapper .product-description-wrapper .share-wrapper .social-media-list .socila-media-item .social-media-link{color:#212529;font-size:16px;font-weight:500;padding:8px 10px;display:inline-block;text-decoration:none;border-radius:50%;box-shadow:2px 2px 6px 4px #0000000a;width:35px;height:35px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.product-detail__wrapper .product-description-wrapper .share-wrapper .social-media-list .socila-media-item .social-media-link .icon{display:flex;justify-content:center;align-items:center;font-size:18px;color:#009746}.product-detail__wrapper .product-description-tab{padding:56px 0 0}.product-detail__wrapper .product-description-tab .nav{justify-content:center;margin-bottom:26px}.product-detail__wrapper .product-description-tab .nav .nav-item .nav-link{display:flex;gap:2px;align-items:center;background-color:#fff;color:#212529}.product-detail__wrapper .product-description-tab .nav .nav-item .nav-link .icon-wrapper{width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:18px}.product-detail__wrapper .product-description-tab .nav .nav-item .nav-link.active{font-weight:600;background-color:#00974633}.product-detail__wrapper .product-description-tab .tab-content .tab-pane .text-content{font-size:16px;color:#212529;line-height:1.6;margin-bottom:26px}.product-detail__wrapper .product-description-tab .tab-content .tab-pane .product-specification--list li{margin-bottom:8px}.product-detail__wrapper .product-description-tab .tab-content .tab-pane .product-specification--list li .specification-title{font-size:16px;color:#212529;font-weight:500}.product-detail__wrapper .product-description-tab .tab-content .tab-pane .product-specification--list li .specification-content{font-size:16px;color:#7c7c7c;font-weight:500}.relatedproduct-slider .slick-track{display:flex!important}.relatedproduct-slider .slick-slide{height:inherit!important}.relatedproduct-slider .slick-prev{background-color:#fff;border:1px solid #e2e2e2;z-index:1;left:inherit;width:34px;height:34px;border-radius:0;display:flex!important;justify-content:center;align-items:center;top:-68px!important;right:60px!important}.relatedproduct-slider .slick-prev.slick-disabled{opacity:.3}.relatedproduct-slider .slick-prev.slick-disabled:before{opacity:1}.relatedproduct-slider .slick-prev:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#212529}.relatedproduct-slider .slick-next{width:34px;height:34px;display:flex!important;border-radius:0;justify-content:center;align-items:center;background-color:#fff;z-index:1;right:15px;top:-68px!important;border:1px solid #e2e2e2}.relatedproduct-slider .slick-next.slick-disabled{opacity:.3}.relatedproduct-slider .slick-next.slick-disabled:before{opacity:1}.relatedproduct-slider .slick-next:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-size:14px;line-height:1;color:#212529}.about-content-wrapper .about-info-wrapper .main-title{font-size:30px;font-family:League Spartan,sans-serif;margin-bottom:12px;font-weight:600;color:#009746}@media (max-width: 576px){.about-content-wrapper .about-info-wrapper .main-title{font-size:24px;margin-bottom:16px}}.about-content-wrapper .about-info-wrapper .text-content{font-size:18px;color:#343a40;font-weight:500;line-height:1.6}@media (max-width: 576px){.about-content-wrapper .about-info-wrapper .text-content{font-size:16px}}.about-content-wrapper .about-info-wrapper .text-content ol,.about-content-wrapper .about-info-wrapper .text-content ul{padding-left:20px}@media (max-width: 576px){.about-content-wrapper .about-info-wrapper .text-content ol,.about-content-wrapper .about-info-wrapper .text-content ul{padding-left:18px}}.about-content-wrapper .about-info-wrapper .text-content ol li,.about-content-wrapper .about-info-wrapper .text-content ul li{margin-bottom:12px}@media (max-width: 576px){.about-content-wrapper .about-info-wrapper .text-content ol li,.about-content-wrapper .about-info-wrapper .text-content ul li{margin-bottom:10px;font-size:15px}}.about-content-wrapper .about-image-wrapper{overflow:hidden;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.about-content-wrapper .about-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .3s ease}.about-content-wrapper .about-image-wrapper:hover img{transform:scale(1.02)}.about-content-wrapper .img-wrapper img{width:100%;height:auto;object-fit:cover;object-position:center}.service-wrapper .heading-section{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;margin-bottom:36px;gap:20px}.service-wrapper .heading-section .heading-title{color:#212529;font-size:32px;font-weight:600;line-height:1.4;position:relative;margin-bottom:0;padding-bottom:12px;font-family:League Spartan,sans-serif}@media (max-width: 768px){.service-wrapper .heading-section .heading-title{font-size:28px}}.service-wrapper .heading-section .heading-title:before{content:"";position:absolute;bottom:0;width:48px;height:3px;left:0;background:#009746}.service-wrapper .service-card{background-color:#fff;border-radius:8px;padding:20px 16px;box-shadow:2px 2px 6px 4px #0000000a;height:100%;text-align:center;transition:all .3s ease}.service-wrapper .service-card:hover{background-color:#f1f1f1;cursor:pointer}.service-wrapper .service-card .service-img-wrapper{width:120px;height:120px;flex-shrink:0;margin:0 auto 20px}.service-wrapper .service-card .service-img-wrapper img{width:100%;height:100%;border-radius:50%;object-fit:cover}.service-wrapper .service-card .title{color:#009746;font-size:22px;font-weight:600;font-family:League Spartan,sans-serif;margin-bottom:8px}.service-wrapper .service-card .text-content{font-size:14px;color:#7c7c7c;font-weight:500}.team-member-wrapper .heading-section{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;margin-bottom:46px;gap:20px}.team-member-wrapper .heading-section .heading-title{color:#212529;font-size:32px;font-weight:600;line-height:1.4;position:relative;margin-bottom:0;padding-bottom:12px;font-family:League Spartan,sans-serif}@media (max-width: 768px){.team-member-wrapper .heading-section .heading-title{font-size:28px}}.team-member-wrapper .heading-section .heading-title:before{content:"";position:absolute;bottom:0;width:48px;height:3px;left:0;background:#009746}.team-member-wrapper .crew-card{position:relative;overflow:hidden;text-align:center}.team-member-wrapper .crew-card .img-wrapper{width:140px;height:140px;flex-shrink:0;margin-bottom:20px;display:inline-block;border-radius:50%;transition:transform .3s ease}.team-member-wrapper .crew-card .img-wrapper img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center;transition:transform .3s ease}.team-member-wrapper .crew-card .crew-info .crew-name{font-size:18px;font-weight:500;color:#343a40;margin-bottom:4px;text-decoration:none;display:inline-block}.team-member-wrapper .crew-card .crew-info .crew-designation{font-size:14px;font-weight:400;color:#afafaf;margin-bottom:0}.service-banner{position:relative;background-repeat:no-repeat;background-size:cover;height:500px;margin-bottom:46px;background-attachment:fixed}.service-banner .overlay-content{position:relative;height:100%;width:100%;background-color:#00000062;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column}.service-banner .overlay-content .text-content{font-size:38px;color:#fff;font-weight:600;font-family:League Spartan,sans-serif;max-width:800px;line-height:1.2;margin:0 auto 26px}@media (max-width: 768px){.service-banner .overlay-content .text-content{font-size:28px}}.faq-section .title{font-size:32px;color:#212529;font-weight:600;margin-bottom:8px;text-align:center}@media (max-width: 576px){.faq-section .title{font-size:28px}}.faq-section .sub-content{font-size:14px;font-weight:500;color:#7c7c7c;margin-bottom:46px;text-align:center}.faq-section .accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button{font-weight:600;color:#212529}.faq-section .accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus{outline:none;box-shadow:none}.faq-section .accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){background-color:#fff!important}.faq-section .accordion-wrapper .accordion .accordion-item .accordion-body{color:#212529}.term-and-condition--section p{font-size:16px;color:#212529;margin-bottom:20px;line-height:1.6}.term-and-condition--section h3{font-weight:600;font-size:24px;color:#212529;margin-bottom:16px}.term-and-condition--section ul{margin:0 0 26px;padding:0 0 0 16px}.term-and-condition--section ul li{color:#212529;margin-bottom:8px;padding:0}.policy-section p{font-size:16px;color:#212529;margin-bottom:20px;line-height:1.6}.policy-section h3{font-weight:600;font-size:24px;color:#212529;margin-bottom:16px}.policy-section ul{margin:0 0 26px;padding:0 0 0 16px}.policy-section ul li{color:#212529;margin-bottom:8px;padding:0}.cart-section--wrapper .product-list-wrapper{margin:0;padding:0;list-style:none}.cart-section--wrapper .product-list-wrapper .product-list-items{border-bottom:1px solid #E2E2E2;margin-bottom:12px;display:flex;gap:16px;padding-bottom:14px}.cart-section--wrapper .product-list-wrapper .product-list-items:last-child{border-bottom:0;margin-bottom:0}.cart-section--wrapper .product-list-wrapper .product-list-items .image-wrapper{width:80px;height:80px;flex-shrink:0}.cart-section--wrapper .product-list-wrapper .product-list-items .image-wrapper img{width:100%;height:100%;border-radius:4px}.cart-section--wrapper .product-list-wrapper .product-list-items .product-contents-wrapper .product-category{font-family:League Spartan,sans-serif;display:block;color:#7c7c7c;font-size:14px;text-decoration:none;margin-bottom:0}.cart-section--wrapper .product-list-wrapper .product-list-items .product-contents-wrapper .product-name{display:block;color:#212529;font-size:18px;font-weight:600;text-decoration:none;margin-bottom:6px;line-height:1.5}.cart-section--wrapper .product-list-wrapper .product-list-items .product-contents-wrapper .remove-btn{background-color:#fff;border-top:0;border-left:0;border-right:0;color:#009746;font-size:14px;border-bottom:1px solid #009746}.cart-section--wrapper .contact_form-wrapper{padding:20px;box-shadow:2px 2px 6px 4px #0000000a;border-radius:8px;position:sticky;top:20px}.error_page--wrapper .content-wrapper{text-align:center}.error_page--wrapper .content-wrapper .title{color:#343a40;font-size:32px;margin-bottom:12px;font-weight:600}@media (max-width: 768px){.error_page--wrapper .content-wrapper .title{font-size:28px}}.error_page--wrapper .content-wrapper .text-content{font-size:16px;font-weight:400;color:#7c7c7c;line-height:1.4;margin-bottom:32px}.error_page--wrapper .img-wrapper .img-box{margin:auto;text-align:center}.error_page--wrapper .img-wrapper .img-box img{max-width:420px;height:100%;object-fit:cover;width:100%}.success-message--wrapper{text-align:center}.success-message--wrapper .title{color:#343a40;font-size:28px;margin-bottom:12px;font-weight:600}@media (max-width: 768px){.success-message--wrapper .title{font-size:26px}}.success-message--wrapper .text-content{font-size:16px;font-weight:400;color:#7c7c7c;line-height:1.4;margin-bottom:28px}.success-message--wrapper .img-wrapper{margin:auto;text-align:center}.success-message--wrapper .img-wrapper img{max-width:120px;height:100%;object-fit:cover;width:100%;margin-bottom:28px}.post-description a{color:#009746;text-decoration:underline}
