.quote-block .elementor-heading-title{
	position: relative;
}
.quote-block .elementor-heading-title:before {
    content: "";
    position: absolute;
    left: 20px;
    background-image: url(/wp-content/uploads/2025/09/quote.svg);
    width: 23px;
    height: 16px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.quote-block .elementor-heading-title:after {
    content: "";
    position: absolute;
    right: 20px;
    background-image: url(/wp-content/uploads/2025/09/quote.svg);
    width: 23px;
    height: 16px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    transform: rotate(-180deg);
}
.cmn-btn-eff a {
    transition: background 0.7s ease, color 0.4s ease, transform 0.5s ease;
    overflow: hidden;
	position: relative;
}
.cmn-btn-eff a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient( 120deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.15) 100% );
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    z-index: 2;
}
.cmn-btn-eff a:hover:before{
	left: 120%;
}
.cmn-btn-eff a:hover {
    transform: scale(1.05);
    background-color: #B89456;
    color: #FFF;
}
.cmn-btn a {
    display: flex;
    align-items: center;
    width: max-content;
    position: relative;
    overflow: hidden;
    border-radius: 75px 75px 75px 75px;
    padding: 10px 25px 10px 25px;
    background: #000000;
    font-size: 1rem;
    line-height: 26px;
    color: #FFFFFF;
}
.cmn-btn a img {
    margin-left: 10px;
    transition: 500ms;
}
.cmn-btn a:hover img {
    filter: brightness(200%) saturate(0);
}

.home-cat-box-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.hm-cat-box {
    flex: 0 0 calc(33.33% - 30px);
	overflow: hidden;
    margin: 0 15px;
	position: relative;
    z-index: 9;
}
.hm-cat-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(400px);
    background-color: rgba(0,0,0,0.5);
    transition: 500ms;
    opacity: 0;
    visibility: hidden;
}
.hm-cat-box:hover:after {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.hm-cat-box:before {
/*     content: ''; */
    position: absolute;
    top: 0;
    left: -200%;
    width: 90%;
    height: 100%;
    background: linear-gradient( 120deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.10) 100% );
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    z-index: 2;
}
.hm-cat-box:hover:before {
    left: 140%;
}
.hm-cat-title {
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    background-color: #000000;
    color: #FFFFFF;
    width: max-content;
	z-index: 9;
	transition: 500ms;
}
.hm-cat-box:hover .hm-cat-title {
    bottom: calc(100% - 95px);
}
.cat-desc-wrap {
    position: absolute;
    margin: 0;
	z-index: 9;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    width: max-content;
	max-width: 100%;
    transition: 500ms;
    opacity: 0;
    height: 0;
    padding: 30px 20px 20px 20px;
}
.hm-cat-box:hover .cat-desc-wrap {
    opacity: 1;
    height: calc(100% - 100px);
}

.hm-cat-title a {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 26px;
    display: inline-block;
    width: 100%;
    padding: 12px 45px;
    text-align: center;
	transition: 500ms;
}
.hm-cat-title a:hover{
	background-color: #B89456;
}
.hm-cat-img a {
    display: flex;
    align-items: center;
    justify-content: center;
	overflow: hidden;
	aspect-ratio: 1/1;
}
.hm-cat-img img{
	transition: 500ms;
}
.hm-cat-box:hover .hm-cat-img img{
	transform: scale(1.1);
	filter: blur(8px);
}
.hm-pro-box-wrap {
    display: flex;
	justify-content: center;
    flex-flow: row wrap;
}
.hm-pro-box {
    flex: 0 0 calc(25% - 30px);
    margin: 0 15px 35px 15px;
    text-align: center;
	position: relative;
}
.inner-pro-list .hm-pro-box {
    margin-right: 0px;
    margin-left: 0px;
}
.hm-pro-img img {
    transition: 500ms;
    transform: scale(1.01);
	width: 100%;
}
.hm-pro-img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #D9D9D9;
	overflow: hidden;
	position: relative;
	aspect-ratio: 1/1;
}

.hm-pro-box:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 100px;
    height: 4px;
    background-color: #B89456;
    transform: translateX(-50%);
	transition: 500ms;
}
.hm-pro-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Start the gradient off-screen */
    height: 100%;
    width: 600px;
    display: inline-block;
    background: linear-gradient(120deg, rgb(255 255 255 / 10%) 0%, rgb(225 225 225 / 60%) 50%, rgb(255 255 255 / 10%) 100%);
    transform: skewX(0deg);
    animation: loadingAnimation 2.5s infinite ease-in-out;
	z-index: -1;
}

/* Keyframes for the sliding gradient effect */
@keyframes loadingAnimation {
    0% {
        left: -100%;
    }
    50% {
        left: 0%;
    }
    100% {
        left: -100%;
    }
}

.hm-pro-box:hover:before {
    width: 100%;
}
.hm-pro-title {
    color: #000000;
    line-height: 26px;
    padding: 5px 10px;
    min-height: 54px;
    transition: 500ms;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
}
.hm-pro-box:hover .hm-pro-title {
	background: #D9D9D9;
}
.hm-pro-box a {
    display: flex;
    flex-flow: column;
}
.hm-pro-box .hm-pro-img:before {
	content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 90%;
    height: 100%;
    background: linear-gradient( 120deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.10) 100% );
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    z-index: 2;
}
.hm-pro-box:hover .hm-pro-img::before {
	left: 130%;
}
.hm-pro-box:hover .hm-pro-img img {
    transform: scale(1.1);
}
.brand-gallery img.attachment-full {
    transition: 500ms;
}
.brand-gallery .gallery-item:hover img.attachment-full {
    transform: scale(1.0) translateY(-12px);
}

/* WHy us Box CSS Start */
.custom-slider-wrap {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.custom-slider-wrap::-webkit-scrollbar {
	height: 8px;
}
.custom-slider-wrap::-webkit-scrollbar-track {
  background: #F5F5F5;
}
.custom-slider-wrap::-webkit-scrollbar-thumb {
  background: #B89456;
  border-radius: 4px;
}
.go-to-top{
	cursor: pointer;
}
.custom-slide {
  flex: 0 0 22%;
  scroll-snap-align: start;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}
.c-slider-desc {
    display: flex;
    flex-flow: column;
    padding: 0px 20px;
}
.c-slider-desc h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 26px;
    min-height: 55px;
}
.custom-slide img {
    width: 100%;
}
.custom-slide h3 {
  font-size: 18px;
  margin: 0 0 6px;
}
.c-slide-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.custom-slide p {
  font-size: 14px;
  margin: 0;
}

@media (max-width: 768px) {
  .custom-slide {
    flex: 0 0 70%;
  }
}
/* Why us Box Css End */
.certi-wrap figure.gallery-item .gallery-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    min-height: 120px;
}
.main-menu-wrap .menu-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}
.main-menu-wrap .menu-item a::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 15px;
    width: calc(100% - 30px);
    height: 2px;
    background-color: #B89456;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.main-menu-wrap .menu-item a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.main-menu-wrap .elementskit-submenu-panel .menu-item a:hover:after {
    left: 0;
    bottom: 0;
    width: 100%;
}
.main-menu-wrap .elementskit-submenu-panel .menu-item a:after {
    left: 0;
    bottom: 0;
    width: 100%;
}
.footer-title .elementor-heading-title {
    position: relative;
	margin-bottom: 14px;
}
.footer-title .elementor-heading-title:after {
    background-color: #B89456;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    display: inline-block;
    width: 88px;
    height: 4px;
}
ul.footer-link {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link li a {
    position: relative;
    transition: 500ms;
    color: #000000;
    line-height: 26px;
    margin-bottom: 7px;
    display: block;
    padding-left: 20px;
}
.footer-link li a:hover {
    color: #b89456;
	padding-left: 36px;
}
.footer-link li a:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 60px;
    transition: 500ms;
}
.footer-social a.elementor-icon:hover {
    transform: translateY(-10px);
	background-color: #B89456!important;
}
.footer-social a.elementor-icon {
    transition: 500ms;
}
.footer-link li a:hover:before {
    width: 16px;
}
.show-contact-popup:hover .elementor-icon {
    background: #B89456;
    cursor: pointer;
}
.close-contact-popup {
    cursor: pointer;
}

/* Track */
.contact-popup::-webkit-scrollbar {
    width: 7px; /* Scrollbar width */
}

/* Scrollbar thumb (the draggable part) */
.contact-popup::-webkit-scrollbar-thumb {
    background-color: #B89456; /* Thumb color */
    border-radius: 10px; /* Rounded edges for thumb */
    border: 3px solid rgba(0, 0, 0, 0); /* Invisible border to make thumb appear more centered */
}

/* Scrollbar track (the part the thumb slides on) */
.contact-popup::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1); /* Slightly dark background */
    border-radius: 10px;
}

/* Scrollbar thumb hover effect */
.contact-popup::-webkit-scrollbar-thumb:hover {
    background-color: #a77d46; /* Darken thumb on hover for better visibility */
}

/* Optional: Customizing the scrollbar in Firefox */
.contact-popup {
    scrollbar-width: thin; /* "thin" is the closest equivalent to the webkit scrollbar */
    scrollbar-color: #B89456 rgba(0, 0, 0, 0.1); /* Thumb and track colors for Firefox */
}
.pro-filter-sorting {
    display: flex;
    justify-content: space-between;
}
.sorting-wrap {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
}
.per-page-wrap {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.sorting-wrap select, .per-page-wrap select {
    border: 1px solid #D9D9D9;
    border-radius: 0;
    width: auto;
    font-size: 1rem;
    margin: 0 10px;
    line-height: 24px;
    padding: 8px 12px;
}
.sorting-bar{
	margin-bottom: 50px;
	margin-top: 46px;
}
.inner-all-cat-list-wrap {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	justify-content: center;
    margin: 46px 0 0 0;
}
.inner-all-cat-list-wrap li a {
    display: inline-block;
    width: max-content;
    border: 1px solid #D9D9D9;
    color: #000000;
    transition: 500ms;
    line-height: 24px;
    padding: 8px 20px;
}
.inner-all-cat-list-wrap li {
    margin-right: 14px;
	margin-bottom: 14px;
}
.inner-all-cat-list-wrap li a:hover {
    background-color: #B89456;
    color: #FFFFFF;
    border: 1px solid #B89456;
    transform: translateY(-7px);
}
.pagination-wrap {
    display: flex;
    align-items: center;
	margin: 50px 0px 0 0;
    justify-content: center;
}
.mb-50{
	margin-bottom: 50px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-20{
	margin-bottom: 20px;
}
ul.cmn-list-1 {
    margin-bottom: 16px;
}
.main-description {
    margin-bottom: 40px;
}
.pagination-wrap .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #000000;
    border: 1px solid #D9D9D9;
    margin-right: 12px;
}
.pagination-wrap .page-numbers.current {
    background: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
}
.banner-header-wrap {
    min-height: 300px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-detail-wrap {
    padding-right: 530px;
}
.banner-detail-wrap h1 {
    color: #B89456;
    font-size: 4rem;
    line-height: 1;
    margin: 0;
}
.breadcrumb-wrap {
    background-color: #EEEEEE;
    padding: 16px 0px;
}
.breadcrumb-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.breadcrumb-section ul li, .breadcrumb-section ul li a {
    font-size: 1rem;
    color: #000000;
}
.breadcrumb-section ul li {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}
.breadcrumb-section ul li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg);
}
.paginate-wrap {
    margin-bottom: 50px;
}
div#productModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
}
.modal-box {
    width: calc(100% - 100px);
    background: #FFFFFF;
    padding: 20px;
    position: relative;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    overflow-y: auto;
    height: calc(100% - 100px);
}
button.modal-close,button.enq-modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    width: 40px;
    top: 20px;
    height: 40px;
    padding: 0;
    font-size: 37px;
    background: transparent;
    color: #B89456;
    border-color: #B89456;
}
button.modal-close:hover,button.enq-modal-close:hover, button.rb-popup-close:hover {
	background-color: #B89456;
	color: #FFFFFF;
}
.pro-detail-ele .popup-pro-title {
    margin: 0 0 30px 0;
    font-size: 1.875rem;
    padding-right: 40px;
    font-weight: bold;
    line-height: 36px;
}
.pro-desc-right {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}
.product-detail-table th, .product-detail-table td {
    border-top: 1px solid #DADADA;
    padding: 12px 0px;
    border-bottom: 1px solid #DADADA;
    border-right: 0;
    border-left: 0;
    background: transparent!important;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
	position: relative;
}
.product-detail-table th:after {
    content: ":";
    color: #000000;
    position: absolute;
    right: 20px;
}

.modal-loader-wrap {
  text-align: center;
  padding: 60px 0;
}

.spinner {
  margin: 0 auto 15px;
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loading-text {
  font-size: 16px;
  color: #555;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pro-img-wrap img {
    transform: scale(1.01);
    width: 100%;
    height: auto;
}
.pro-img-wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #D9D9D9;
}
.journey-wrap {
    height: 100%;
}
.journey-wrap:hover {
    transform: translateY(-15px);
}
.add-jn-ar:after {
    content: "\e9c5";
    font-family: elementskit!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    right: -80px;
    font-size: 4rem;
	transition: 0.4s;
    color: #b89456;
}
.add-jn-ar:hover:after {
    transform: translateY(15px);
}
ul.cmn-list li {
    flex: 0 0 calc(50% - 40px);
    margin: 0px 20px 20px;
}
ul.cmn-list {
    margin: 0;
    column-count: 1;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
	padding: 0;
}
.core-value-wrap {
    height: 100%;
}
.qa-wrap {
    height: 100%;
}
.qa-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 20px -15px rgb(184 148 86);
}
.inq-inp input, .inq-inp select, .inq-inp textarea, .contact-inp input, .contact-inp textarea {
    background: #fafafa;
    border: 1px solid #B89456;
    color: #000000;
    border-radius: 0px;
    min-height: 45px;
    width: 100%;
	outline: 0;
    padding: 8px 20px;
}
.contact-inp textarea {
    max-height: 98px;
}
.contact-boxes {
    height: 100%;
}
.contact-boxes:hover .elementor-icon-box-icon span.elementor-icon {
    transform: scale(0.90);
}
.contact-boxes p.elementor-icon-box-description a {
    display: flex;
    align-items: center;
	margin-bottom: 5px;
}
.inq-submit .wpcf7-submit {
    border: 0;
    transition: 500ms;
}
.inq-submit .wpcf7-submit:hover {
    background-color: #B89456;
}
.contact-form .inq-submit .wpcf7-submit:hover {
    background-color: #FFFFFF;
    color: #b89456;
}
.elementor-element-a0a74e0 {
    height: 100%;
}
.contact-boxes .elementor-icon-box-icon {
    margin-top: 14px;
}
.enq-nested-popup {
    position: absolute;
    z-index: 9999;
    background: #FFFFFF;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px 50px;
    height: 100%;
}
.enq-nested-popup form {
    padding: 20px 0;
}
.enq-nested-popup .inq-submit {
    float: left;
}
.enq-nested-popup .wpcf7-response-output {
    float: right;
    margin: 0!important;
    padding: 0;
    display: inline-block;
    width: auto;
}
.enq-head h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #b89456;
}
.cmn-inq-popup {
    position: relative;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    padding: 20px;
    height: auto;
    margin: 30px 0 0 0;
}
button.rb-popup-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    width: 30px;
    top: 10px;
    height: 30px;
    padding: 0;
    font-size: 29px;
    background: transparent;
    color: #B89456;
    border-color: #B89456;
}
.popup-overlay {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    pointer-events: none;
    z-index: -9999;
    transition: 0.5s ease;
}
body.popup-open .popup-overlay {
    z-index: 9990;
    opacity: 0.5;
    pointer-events: auto;
    visibility: visible;
}
.link-hover a {
	transition: 500ms;
}
.link-hover a:hover {
    color: #B89456!important;
}
.play-btn {
    background: #F00;
    padding: 10px 20px;
}
.play-btn span.ekit-video-popup-title {
    position: absolute;
    bottom: -45px;
    color: #000000;
    font-weight: bold;
}
.play-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    display: inline-block;
    left: 0;
    bottom: -30px;
}
.play-btn {
    background: #FFFFFF;
    padding: 10px 22px 35px 22px;
    margin: -125px 0 0 30px;
}
.home-slider-wrap .swiper-pagination-bullets {
    float: left;
    display: flex;
    bottom: 30px!important;
    left: 60px!important;
    width: auto!important;
}
h4.entry-title-rb {
    margin: 30px 0 30px 0;
}
.has-sub-header h2 {
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 1.15;
    font-weight: 700;
}
.elementor-element-ef215d1:after {
    content: "";
    position: absolute;
    width: 110px;
    height: 33px;
    display: inline-block;
    top: 40px;
    right: 100px;
    background-image: url(/wp-content/uploads/2025/09/right-arr.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.has-sub-header h2 .sub-head {
    font-size: 1.5rem;
    color: #B89456;
	display: block;
}
.c-slider-desc {
    display: flex;
    flex-flow: column;
    padding: 0px 18px;
}
.mini-certi-img .elementor-widget-image:hover {
    box-shadow: 0 15px 15px -10px rgb(0 0 0 / 20%);
    transform: translateY(-10px);
}
.mini-certi-img .elementor-widget-image {
    padding: 20px;
    border: 1px solid #D9D9D9;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 20%);
    transition: 500ms;
}
.col-list-2{
	column-count: 2;
}
.elementor-element-7a77e2c .elementor-icon-wrapper {
    display: flex;
}
.flag-gallery figure.gallery-item {
    padding: 2px 35px;
}

@media only screen and (min-width: 485px) and (max-width: 768px) {
	.hm-cat-title a {
		font-size: 1.25rem;
		padding: 12px 20px;
	}
	.cat-desc-wrap {
		padding: 5px;
		width: 100%;
		overflow-y: auto;
	}
	.hm-cat-box:hover .hm-cat-title {
		bottom: calc(100% - 60px);
	}
	.hm-cat-box:hover .cat-desc-wrap {
		height: calc(100% - 65px);
	}
	.hm-pro-box {
		flex: 0 0 calc(25% - 12px);
		margin: 0 6px 35px 6px;
	}
	.elementor-element-8c9dce5 {
		position: sticky;
		top: 20px;
	}
	.add-jn-ar:after {
		right: -50px;
		font-size: 2rem;
	}
	.banner-detail-wrap {
		padding-right: 0px;
	}
}
@media only screen and (max-width: 768px) {
	.mactch-icon .elementor-icon-wrapper {
		display: flex;
		align-items: center;
	}
	.banner-detail-wrap h1 {
		font-size: 2rem;
	}
	.banner-detail-wrap {
		padding-right: 0px;
	}
	.product-detail-table th {
		padding-right: 30px;
	}
	.elementor-element-ef215d1:after {
		width: 70px;
		top: 20px;
		right: 20px;
	}
	.contact-boxes p.elementor-icon-box-description a {
		justify-content: center;
	}
	.mb-block {
		display: block;
	}
	ul.inner-all-cat-list-wrap {
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: left;
	}
	.elementor-13 .elementor-element.elementor-element-e8f294b .elementskit-menu-hamburger {
		width: 40px;
		height: 40px;
		border-radius: 90px;
	}
	.inner-all-cat-list-wrap li a:hover {
		transform: translateY(0px);
	}
}
@media only screen and (max-width: 485px) {
	.column-2{
		column-count: 2;
	}
	.footer-title .elementor-heading-title:after {
		left: 50%;
		transform: translateX(-50%);
	}
	.home-slider-wrap .swiper-pagination-bullets {
		left: 5px!important;
	}
	.hm-cat-box {
		flex: 1 0 calc(50% - 10px);
		margin: 0 5px 10px 5px;
	}
	.hm-cat-title a {
		font-size: 1rem;
		line-height: 20px;
		padding: 7px 14px;
	}
	.hm-cat-box:hover:after{
		display: none;
	}
	.cat-desc-wrap {
		display: none;
	}
	.hm-cat-box:hover .hm-cat-title {
		bottom: 30px;
	}
	.hm-pro-box {
		flex: 0 0 calc(50% - 10px);
		margin: 0 5px 22px 5px;
	}
	div#gallery-1,div#gallery-2 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	div#gallery-1 .gallery-item,div#gallery-2 .gallery-item{
		flex: 0 0 33.33%;
	}
	.modal-box {
		width: calc(100% - 0px);
		padding: 15px;
		height: calc(100% - 0px);
	}
	button.modal-close, button.enq-modal-close {
		right: 10px;
		top: 10px;
		z-index: 9;
	}
	.pro-detail-ele .popup-pro-title {
		margin: 20px 0 20px 0;
		font-size: 1.5rem;
		padding-right: 0;
		line-height: 30px;
	}
	.pro-img-wrap {
		margin-top: 50px;
	}
	.pro-filter-sorting {
		flex-wrap: wrap;
	}
	.sorting-wrap {
		flex-flow: column;
		align-items: flex-start;
	}
	.per-page-wrap {
		flex-flow: column;
		align-items: flex-end;
	}
	.sorting-wrap select, .per-page-wrap select {
		margin: 0 0px;
		max-width: 100%;
		width: calc(100% - 10px);
	}
	.pro-filter-sorting label {
		margin-bottom: 10px;
	}
	.sorting-bar {
		margin-bottom: 20px;
	}
	.add-jn-ar:after {
		top: unset;
		bottom: -70px;
		right: 50%;
		font-size: 3rem;
		transition: 0.4s;
		transform: translateX(50%) rotate(90deg);
	}
	ul.cmn-list li {
		flex: 0 0 calc(100% - 0px);
		margin: 0px 0px 20px;
	}
	h1.entry-title {
		font-size: 1.5rem;
		text-transform: none;
	}
	.banner-header-wrap {
		min-height: 100%;
		aspect-ratio: 1/1;
		align-items: flex-start;
	}
	.banner-detail-wrap {
		margin-top: 46px;
		text-align: center;
	}
	.quote-block .elementor-heading-title:after {
		right: -15px;
		top: -10px;
	}
	.quote-block .elementor-heading-title:before {
    	left: -10px;
		top: -10px;
	}
	.flag-gallery figure.gallery-item {
		padding: 2px 8px;
	}
	.elementor-element-723694d ul.cmn-list {
		list-style: none;
	}

}