:focus,
:focus-visible {
	outline: none !important;
}
.gt_switcher .gt_selected a:after{background-size:13px !important;}
.gt_switcher .gt_selected{background:transparent !important;}
.gt_switcher .gt_selected a {
    border: none !important;
    color: #fff !important;
    background: transparent;
}
.fixed-header .gt_switcher .gt_selected a {
    color: #000 !important;
}
.elementor-page-3800 .gt_selected a {
    color: #000 !important;
}
.gt_switcher a{font-size:14px !important;}
.gt_switcher .gt_selected a:hover {
    background: transparent !important;
}
.gt_switcher .gt_option {
    position: absolute !important;
    width: 100% !important;
}
 .gtranslate_wrapper {
	margin-left: 17px;
    margin-top: 8px;
}
.gt_container--e06cqz .gt_switcher .gt_selected a {
    width: auto !important;
    padding-right: 30px !important;
}
 
a:focus{text-decoration:none !important;}

.insightBlock {
	display:grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    justify-items: stretch;
    align-items: center;
}
.bannerTitledesc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bannerDesc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
   .desktop-media {
        display: block;
		height:100%;
    }
    .mobile-media {
        display: none;
    }
.insightCotBlock h2 {
    font-weight: 500;
    font-size: 40px;
    color: #16479D;
}
.buttonfooter {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
}
.insightCotBlock p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3E3636;
    max-width: 519px;
}
.postHead {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 2.8em;
}

.insightExpert {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6em;
  max-height: 4.8em;
}

.insights-filters{
	display: inline-flex;
    white-space: nowrap;
    min-width: max-content;
    gap: 10px;
	margin-bottom: 30px;
}
.insights-filters a {
    white-space: nowrap;
}
.activefilter{
	border: 1px solid #16479D;
	color:#000 !important;
    font-size: 14px;
    line-height: 1;
	padding: 12px 48px;
    border-radius: 30px;
}
.filterBlock {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
.filterBlock::-webkit-scrollbar {
    display: none;
}
.filterBlock {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.filterButtons {
    padding: 12px 48px;
    border-radius: 30px;
    border: 1px solid #E4E2E2;
	color:#A9A9A9 !important;
    font-size: 14px;
    line-height: 1;
}
.insightGrids{
	flex: 1 1 30%; 
	background: #F3F6FA; 
	border-radius: 15px; 
	padding: 6px; 
	position:relative;
}
.insightGrids .insightFeature{
	border-radius: 20px; 
	margin-bottom: 10px;
	aspect-ratio: 348 / 178;
  	width: 100%;
}
.insightWrapper{gap:10px;}
.insightsSwiper {
    height: 100%;
}
.swiper-slide.insightGridsslider {
    height: auto !important;
}
.insightGridsslider{
	flex: 1 1 30%; 
	background: #F3F6FA; 
	border-radius: 15px; 
	padding: 6px; 
	position:relative;
	margin-top:20px;
}
.insightGridsslider.insightFeature{
	border-radius: 20px; 
	margin-bottom: 10px;
	aspect-ratio: 348 / 178;
  	width: 100%;
}
.insightPostcat{position:absolute;left:15px;}
.insightPostcat span{
	background: #fff; 
	font-weight:400;
	line-height:14px;
	color: #16479D; 
	padding: 4px 10px; 
	border-radius: 10px; 
	font-size: 10px;
}
.custom-country-dropdown {
   position: relative;
   display: inline-block;
   cursor: pointer;
}
.insightDate{font-weight:400;font-size:12px;line-height:14px;color:#5E5E5E;margin-top:5px;}
.insightBox{padding:0px 15px 0px 15px;}
.postHead{
	font-size:18px;
	font-weight:500;
	line-height:24px;
	color:#000;
	margin-top:0;
}
.insightExpert{
	font-size:14px;
	font-weight:400;
	line-height:24px;
	color:#2F2F2F;
}
.buttonLink{
	display: inline-block;
	color: #000; 
	line-height:35px;
	font-weight: 500; 
	font-size: 18px;
	text-decoration:underline !important;
}
.dropSection {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.arroIcon {
    color: #fff;
	font-size:14px;
}
    .dropdown-country {
        display: none;
        position: absolute;
        z-index: 1000;
        background: #fff;
        border: 1px solid #ccc;
        margin-top: 2px;
        list-style: none;
        padding: 0;
        width: 200px;
    }

    .custom-country-dropdown:hover .dropdown-country {
        display: block;
		width:100%;
    }

    .dropdown-country li {
        padding: 0 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: background 0.3s;
		font-size:14px;
		word-break: break-all;
    	line-height: 2.5;
    }

    .dropdown-country li:hover {
        background: #eee;
    }

    .dropdown-country img.flagCountry {
        width: 20px;
        height: 14px;
        object-fit: cover;
    }
.mfp-container {
    text-align: left;
    position: relative;
    width: auto;
    height: 0;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.add-to-enquiry-loop:hover {
    background-color: #ffffff !important;
    color: #2c569e !important;
    border: 1px solid #2c569e !important;
}
.add-to-enquiry-loop {
    border: 1px solid #2c569e !important;
}
.countryDropdown {
    background: transparent;
    border: transparent;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}	
.translateHeader .countryDropdown{
	color: #000;
}
.translateHeader .countryDropdown option{
	color: #000;
	background-color: #fff;
}
.countryDropdown option{
	background-color: #061b3e;
}
.fixed-header .countryDropdown {
    color: #000;
}
.fixed-header .countryDropdown option{
    color: #fff;
}
.fixed-header .arroIcon{
	color:#000;
}
.elementor-page-3800 .countryDropdown{
    color: #000;
}
.elementor-page-3800 .countryDropdown option{
    color: #fff;
}
.elementor-page-3800 .arroIcon{
	color: #000;
}
.translateHeader .arroIcon{
	color: #000;
}
.lang-bar .countryDropdown{
	padding:8px;
}
.lang-bar .countryDropdown {
  position: relative;
  display: inline-block;
  font-size:14px;
}
.lang-bar .dropSection {
    justify-content: space-between;
    margin-right: 20px;
}
.lang-bar .custom-country-dropdown {
    width: 100%;
}
.lang-bar select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  background-image: url('https://www.hotpackglobal.com/wp-content/uploads/2024/07/arrow-right-mob.png');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
}

.woocommerce-cart-form__cart-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.eqw-popup-title {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
table.enquiry-cart-content-table thead {
    display: none;
}
.enquiry-cart-content-table td {
    text-align: left !important;
}
.pisol-eqw-cart-in-popup {
    border-radius: 15px;
}
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: clip;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
body {
    user-select: none;
}
.customization-form .elementor-field-type-upload input{
	opacity: 0 !important;
}
.customization-form .file-name-label {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
/* .grecaptcha-badge {
  visibility: hidden;
} */
.recycleSec .elementor-image-box-img {
    width: 30px;
    padding-right: 5px;
}
.pdp-slider{padding-bottom:10px;}
.outerHead{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.elementor-search-form__container.elementor-search-form--full-screen.elementor-lightbox {
    height: 50%;
    width: 50%;
    margin: 0 auto;
    top: 126px;
    border-radius: 10px;
}
.list-group-item .woocommerce-placeholder.wp-post-image{
	width: 80px;
    height: 80px;
    border: 1px solid #BAC9D9;
    border-radius: 20px;
    margin-right: 20px;
}
button#wc-product-form-data:focus:not(:focus-visible) {
	background-color: #fff;
	color: #16479d;
}
.shop-catFilter {
    display: none;
}
.recycledClass{
	background-color:transparent !important;
}
.scrolled-mobile{
	background-color:#ffffff !important;
}
#preloaders {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#preloaders.fade-in {
    opacity: 1;
    visibility: visible;
}

#preloaders.fade-out {
    opacity: 0;
    visibility: hidden;
}

.loader-spinner {
    width: 120px;
    height: auto;
}
@media screen and (max-height: 640px){
	.elementor-widget-container #careerFormsubmit .iti__flag {
		background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png) !important;
	}
}
.quoteSuccess-modal .spinners {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 4px solid rgb(211 237 255 / 73%);
	border-top-color: #16479d;
	animation: spin 1s infinite linear;
	box-sizing: border-box !important;
	margin: 0 auto;
	margin-top: 25px;
}
.customers-text {
	text-align: left !important;
	padding-left: 38px;
}
.products-text {
	text-align: left !important;
	padding-left: 42px;
}
.logoBlue,.iconBluemobile{display:none;}
.elementor-page-39168 .menuDropdown .elementor-item,.elementor-page-3800 .menuDropdown .elementor-item{
	color:#000 !important;
}
.elementor-page-39168 .logoBlue,.elementor-page-39168 .iconBluemobile, .elementor-page-3800 .logoBlue,.elementor-page-3800 .iconBluemobile{
	display:block;
}
.elementor-page-3800 .logoWhite,.elementor-page-3800 .iconWhitemobile{
	display:none;
}
.elementor-page-39168 .logoWhite,.elementor-page-39168 .iconWhitemobile{
	display:none;
}
.elementor-page-3800 .menuDropdown .sub-arrow .e-font-icon-svg{
	filter:invert(1);
}
.elementor-page-39168 .menuDropdown .sub-arrow .e-font-icon-svg{
	filter:invert(1);
}
.elementor-page-3800 .elementor-nav-menu .fa-angle-down:before {
	color: #000000 !important;
}
.elementor-page-3800 .logowhite{
	display:block;
}
.elementor-page-3800 .logotrans{
	display:none;
}
.elementor-page-3800 .toplist-normal{
	display:none;
}
.elementor-page-3800 .toplist{
	display:block;
}
.elementor-page-3800 .toplist .elementor-icon-list-text{
	color:#000 !important;
}
.elementor-page-3800 .searchIcon{
	display:none;
}
.elementor-page-3800 .desktop-secondsec .e-fas-search{
	display:none;
}
.elementor-page-3800 .desktop-secondsec .homebtn-pdt .elementor-button:hover{
	color:#16479d !important;
	border:1px solid #16479d !important;
	background-color:transparent !important;
}
.elementor-page-3800 .searchIconblue{
	display:block;
	background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/search-inner-icon.png);
	background-position: center;
	background-repeat: no-repeat;
}
.elementor-page-3800 .desktop-topsec {
	background-color: #EDF3F9 !important;
}
.elementor-page-3800 .desktop-secondsec{
	border-bottom:1px solid #BAC9D9 !important;
}
.elementor-page-3800 .wpml-ls-legacy-dropdown .wpml-ls-flag+span{
	color:#000 !important;
}
.elementor-page-3800 .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	filter: invert(1);
}

.elementor-page-39168 .elementor-nav-menu .fa-angle-down:before {
	color: #000000 !important;
}
.elementor-page-39168 .logowhite{
	display:block;
}
.elementor-page-39168 .logotrans{
	display:none;
}
.elementor-page-39168 .toplist-normal{
	display:none;
}
.elementor-page-39168 .toplist{
	display:block;
}
.elementor-page-39168 .toplist .elementor-icon-list-text{
	color:#000 !important;
}
.elementor-page-39168 .searchIcon{
	display:none;
}
.elementor-page-39168 .desktop-secondsec .e-fas-search{
	display:none;
}
.elementor-page-39168 .desktop-secondsec .homebtn-pdt .elementor-button:hover{
	color:#16479d !important;
	border:1px solid #16479d !important;
	background-color:transparent !important;
}
.elementor-page-39168 .searchIconblue{
	display:block;
	background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/search-inner-icon.png);
	background-position: center;
	background-repeat: no-repeat;
}
.elementor-page-39168 .desktop-topsec {
	background-color: #EDF3F9 !important;
}
.elementor-page-39168 .desktop-secondsec{
	border-bottom:1px solid #BAC9D9 !important;
}
.elementor-page-39168 .wpml-ls-legacy-dropdown .wpml-ls-flag+span{
	color:#000 !important;
}
.elementor-page-39168 .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	filter: invert(1);
}
.mousepointer .elementor-button {
	pointer-events: none;
}
.filtering [type=button]:focus{
	background-color:transparent !important;
	color:#717A89 !important;
}
.customization-form .iti__arrow--up{
	/* 	border-bottom: none; */
}
.bottom-section-man h3{
	margin:0;
}
.dialog-type-lightbox{
	z-index:99999 !important;
}
.homeButton-about .elementor-widget.elementor-tablet-align-left .elementor-inline-items{
	justify-content:flex-start;
}
.careerSlider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	margin-top: 30px;
	left: 50%;
	transform: translateX(-50%);
	right: auto;
}
.footerIcons .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{
	flex-direction: row;
}
.searchIconblue{
	display:none;
}
.desktop-secondsec{z-index:0}
.homeMenu-stickys{
	z-index:999 !important;
	
	&.fixed-header{
		background-color: #ffffff;
		animation: slideDown 0.35s ease-out;
		z-index:999 !important;
		
		.searchIcon{
			display:none;
		}
		.desktop-topsec{
			background-color:#EDF3F9;
		}
		.elementor-nav-menu .fa-angle-down:before{
			color: #000000 !important;
		}
		.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
			color: #000000 !important;
		}
		.elementor-item{
			color: #000000 !important;
		}
		.elementor-icon-list-text{
			color: #000000 !important;
		}
		.sub-arrow svg{
			filter: brightness(0) saturate(100%)
		}

		.wpml-ls-legacy-dropdown .wpml-ls-item-toggle .wpml-ls-flag+span{
			color: #000000 !important;
		}

		.desktop-secondsecdesktop-secondsec{
			border-bottom: 1px solid #00000029;
		}
		.elementor-button:hover {
			color: #16479D !important;
			background-color: #02010100;
			border-color: #16479D !important;
		}
		.toplist-normal,.logotrans{
			display:none;
		}
		.toplist,.logowhite{
			display:block;
		}
		.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
			filter: brightness(0) saturate(100%);
		}
		.searchIcon{
			filter: brightness(0) saturate(100%) invert(19%) sepia(78%) saturate(2262%) hue-rotate(207deg) brightness(87%) contrast(88%);
		}
		.searchIconblue{
			display:block;
		}
		.searchIconblue svg{
			display:none;
		}
		.searchIconblue {
			background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/search-inner-icon.png);
			background-position: center;
			background-repeat: no-repeat;
		}
	}
}
@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}
.toplist,.logowhite{
	display:none;
}
.scrolled{
	background-color:#ffffff !important;
}
.better-bg{
	position:relative;
}
.better-bg:before {
	position: absolute;
	width: 100%;
	height: 17%;
	content: "";
	left: 0;
	top: 0;
	background-color: #061B3E;
}
.career-imgSec{
	position:relative;
}
.career-imgSec:before {
	position: absolute;
	width: 100%;
	height: 400px;
	content: "";
	left: 0;
	top: 0;
	background-color: #F2F9FF;
}
.packageSlider-slide {
	border-right: 1px solid #A2B6CE;
	margin-right: 37px !important;
	margin-left: -10px;
	padding-right: 30px;
	padding-left:30px;
	height:auto !important;
}
h2.title-slide {
	font-family: Plus Jakarta Sans;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: #000000;
	margin: 0;
}
span.slide-dot {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	padding-bottom: 15px;
}
p.contentSlider {
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-align: left;
	margin: 0;
	color: #3E3636;
}
.packageSlider {
	padding: 30px;
}
.menuDropdown .dropdown-menu {
	padding: 20px !important;
}
.grids_items:hover img {
	transform: scale(1.1);
	transition: all .3s ease;
}
.industries .grids_items{
	transition: all .3s ease;
}
.industries .grids_items img {
	transition: all .3s ease;
}
.hiddens{display:none;}
html{
	outline:none;
}
#errorbtn {
	color: #fff;
}
#errorbtn:hover {
	color: #16479D;
}
.customize-tag{display:none}
.customize-thumbtag{
	display:block;
	position:absolute;
	pointer-events: none;
}
/**career**/

.apply-btn:hover {
	color: #16479D !important;
	background-color: transparent !important;
	border: 1px solid #16479D;
}
.load-more {
	color: #16479D !important;
	background-color: transparent;
	border: 1px solid #16479D;
	border-radius: 50px;
	padding: 13px 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
.load-more:hover {
	color: #ffffff !important;
	background-color: #16479D !important;
	border: 1px solid #ffffff;
}
.crp {
	margin-bottom:20px;
	.crp-box {
		border: 1px solid rgba(214, 225, 236, 1);
		border-radius: 20px;
		padding: 30px;
		margin-bottom:20px;
		background-color:#F9FBFD;
		@media (max-width: 575.98px) {
			padding: 20px 15px;
			margin-bottom:15px;
		}

		.primary-btn {
			background-color: #16479D;
			font-size: 16px;
			font-weight: 400;
			color: #ffffff;
			border-radius: 50px;
			padding: 9px 43px;
			display: inline-block;
			width: max-content;
			border:1px solid #16479D;
			@media (max-width: 575.98px) {
				display: none;
			}

			&.mobile {
				display: block;
				margin-top: 20px;
				margin-left: auto;

				@media (min-width: 576px) {
					display: none;
				}
			}
		}

		h3 {
			font-size: 24px;
			font-weight: 600;
			line-height: 30.24px;
			color: #000000;

			@media (max-width: 575.98px) {
				font-size: 20px;
				line-height: 25px;
			}
		}

		h4 {
			font-size: 16px;
			font-weight: 500;
			line-height: 20.16px;
			color: #000000;
			margin-top: 12px;
			margin-bottom: 15px;
			display: flex;
			align-items: center;
			column-gap: 8px;

			img {
				width: 24px;
				height: 24px;
				object-fit: contain;

			}
		}

		h5 {
			font-size: 16px;
			font-weight: 500;
			line-height: 24px;
			color: #424242;
			margin:0;
			span {
				font-weight: 300;
			}
		}

		p {
			margin-top: 15px;
			font-size: 18px;
			font-weight: 400;
			line-height: 30px;
			color: #353A40;
			max-width: 1080px;
			width: 100%;

			@media (max-width: 575.98px) {
				font-size: 16px;
				line-height: 25px;
			}

			a {
				font-weight: 600;
				color: #16479D;
			}
		}


	}
}
.toggle-content {
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color:#16479D !important;
}
@media(min-width:1024px){
	.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
		text-align: right;
	}
	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
		right: 0;
	}
}
.mobile-menu .sub-menu a:focus {
	outline: none !important;
	background-color: transparent !important;
	outline-offset: 0 !important;
}
#text{
	display:none;
}
#toggledd{
	font-size: 13px;
	font-weight: 500;
	line-height: 25px;
	text-align: left;
	color:#16479D;
	text-decoration:underline;
}
.facBox-bottom{
	overflow:hidden;
}
.factoryBox {
	transition: transform 0.3s ease;
}
.factoryBox:hover {
	transform: scale(.98);
}
.factoryBox{
	overflow:hidden;
	border-radius:15px 15px 0px 0px;
}
.mapSection .elementor-element.elementor-element-581606f.elementor-widget.elementor-widget-shortcode {
	min-width: 100% !important;
}
.company-hover {
	.elementor-counter-title,
	.elementor-counter-number,
	.elementor-counter-number-suffix {
		color: #ffffff;
	}
	&:hover {
		background-color: #FFFFFF;
		.elementor-icon svg {
			filter: brightness(0) saturate(100%) invert(26%) sepia(78%) saturate(7488%) hue-rotate(356deg) brightness(94%) contrast(120%);
		}
		.elementor-counter-title,
		.elementor-counter-number,
		.elementor-counter-number-suffix {
			color: #061b3e !important;
		}
	}
}
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #f2f2f24a;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dropdown-toggle[type=button]:focus{
	background-color:transparent;
}
#preloader img{
	width: 150px;
	height: 150px;
	object-fit:contain;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.custom-pages .page-numbers {
	padding:0px !important;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/** info form **/
#downloadModalForm {
	font-size: 24px;
	font-weight: 600;
	line-height: 30.24px;
	text-align: left;
}
.downloadinfoForm .wpcf7 form .wpcf7-response-output {
	margin: 0.1em 0.5em 0.1em !important;
}
.downloadinfoForm .download-submit:hover {
	background-color: #ffffff;
	border: 1px solid #16479D;
	color: #16479D;
}
.downloadinfoForm .iti--separate-dial-code .iti__selected-flag {
	background-color:transparent !important;
}
.downloadinfoForm .iti__country-list{
	max-width: 250px;
}
.infoform .modal-header{
	justify-content: center;
}
.downloadinfoForm .iti--separate-dial-code .iti__selected-dial-code {
	display: none;
}
.downloadinfoForm .iti--separate-dial-code input[type=tel]{
	padding-left: 52px !important;
}
.downloadinfoForm input {
	border-radius: 8px;
	border: 1px solid #E4E6EA;
	padding: 16px 38px 16px 16px !important;
	color: #6C727F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.downloadinfoForm label {
	color: #121826;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	position: absolute;
	z-index: 1;
	background: #fff;
	left: 7px;
	padding: 0px 7px;
	height: 18px;
	bottom: 0;
	top: 26px;
}
.downloadinfoForm .form-group {
	position: relative;
}
.downloadinfoForm .download-submit {
	width: 100%;
	max-width:30%;
	height: 48px;
	padding: 10px 20px !important;
	float: right;
	margin-top: 25px;
	border-radius: 43px;
	background: #16479D;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.infoform .modal-body{
	padding: 6px 40px 40px 40px;
}
.infoform .modal-header {
	padding: 40px 0 0 0 !important;
}
.infoform .modal-header button{
	padding:10px !important;
	top:0;
	right:5px;
}
.downloadinfoForm .wpcf7-not-valid-tip{
	font-size:12px !important;
}
.downloadinfoForm .msg-icon {
	position: absolute;
	top: 41px;
	right: 12px;
}
.menu-tab .has-submenu{
	display: flex;
	justify-content: space-between;
}
.menu-tab .wpml-ls-statics-shortcode_actions {
	width: 100%;
}
/** other **/
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
	display: none;
}
.add-read-more.show-more-content .read-more {
	display: none;
}
.gallerySticky .elementor-widget-woocommerce-product-images{
	position:sticky;
	top:10px;
}
.iconlink:hover{
	color:#C5C5C5 !important;
}
#esfpx_email_8922f6cfc69f3{
	padding-right:35px !important;
	color:#fff !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	background-color: #000000a8;
}
.optionValue{
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	text-align: left;
	color:#6C727F;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
	background-color:transparent !important;
}
.career-slider.swiper-slide{
	height:auto !important;
	width: 100% !important;
	max-width: 373px !important;
}
textarea#form-field-messagecareer {
	padding-top: 15px;
}
.readConten-career{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color:#16479D !important;
}
.product-list_clear [type=button]:focus, .product-list_clear [type=button]:hover, .product-list_clear [type=submit]:focus, .product-list_clear [type=submit]:hover, .product-list_clear button:focus, .product-list_clear button:hover {
	background-color: transparent !important;
	color:#16479D !important;
}
.elementor-4911 .elementor-element.elementor-element-ad74058 .woocommerce-breadcrumb > a:hover {
	color: #16479D;
	transition: .3s all ease;
}
.elementor-3800 .elementor-element.elementor-element-7407e42 .woocommerce-breadcrumb > a:hover {
	color: #16479D;
	transition: .3s all ease;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
	height: 448px !important;
	max-width: 448px !important;
	object-fit: contain !important;
}
.pi-custom-button::after{
	display:none !important;
}
.career-form .elementor-field-type-upload input {
	opacity: 0;
	cursor:pointer;
}
.career-form .elementor-field-type-upload {
	border: 1px dashed #D9D9D9;
	border-radius: 8px;
	padding:15px 15px;
	margin: 0 auto;
	width: calc(100% - 25px);
}
.career-form .elementor-field-type-upload::after {
	content: "";
	background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/upload-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100px;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	pointer-events: none;
}
.career-form .file-name-label {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
}
.career-form .elementor-field-type-upload .elementor-field-label {
	display: none;
}
.customization-form .elementor-field-textual{
	min-height:46px !important;
}
.bannerbgLine::after {
	content: "";
	background: #0B412E;
	width: 347px;
	height: 100%;
	top: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.homeVideo{
	height:330px !important;
}
.bannerbgLine .elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video{
	height:330px !important;
}
.homeVideo .elementor-custom-embed-image-overlay::after {
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #00000033;
	left: 0;
}
.homeVideo .elementor-custom-embed-play{
	z-index:5;
}
.customization-form .elementor-field-group-phoneFlag .iti__country-list{z-index:10;}
.customization-form .elementor-field-group .elementor-select-wrapper{display:block;}
.customization-form .elementor-field-group-countryFlag .iti__country-list{max-width:800px !important;}
.customization-form .iti__country-list{
	max-width: 245px !important;
	z-index: 9999;
}
.homeBtnblock .elementor-button-icon svg{
	width:40px !important;
	align-items:left;
}
/** Translation **/
.wpml-ls-statics-shortcode_actions{
	background-color:transparent !important;
}
.wpml-ls-legacy-dropdown a{
	background-color:transparent !important;
}
.wpml-ls-statics-shortcode_actions a {
	border-color: transparent !important;
}
.wpml-ls-legacy-dropdown a:hover {
	color: #fff !important;
	background: transparent !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag+span {
	margin-left: 15px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 17.64px !important;
	text-align: left !important;
	color: #fff !important;
}
.translateHeader .wpml-ls-legacy-dropdown .wpml-ls-flag+span {
	color: #000 !important;
}
.wc-getaQuote{width:100%;}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	color:#fff !important;
}
.lang-bar .wpml-ls-legacy-dropdown a{
	padding: 0 !important;
}
.wpml-ls-legacy-dropdown a{
	margin: 8px 5px !important;
	font-size:14px;
}
/** Qoute css **/
.woocommerce-product-gallery__image:hover .tooltip-class {
	display: none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {display: none !important;}
.product-message {display: none !important;}
.woocommerce table.shop_table{
	border:none !important;
	border-collapse: collapse;
	margin:0px;
}
.woocommerce table.shop_table td{
	border-top:none !important;
	padding: 30px 0 30px 30px;
	border-bottom-left-radius: 20px;
}
.qouteCart{
	height:100%;
}
.qouteCart .woocommerce-message, .qouteCart .elementor-shortcode, .qouteCart .woocommerce-notices-wrapper, .qouteCart .woocommerce{
	height:100%;
}
.qouteCart .woocommerce-error, .woocommerce-info, .woocommerce-message{
	margin:0 !important;
}
.qouteCart table td{border:none !important;}
.pi-thumbnail img {max-width: 179px !important;}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {background-color: #fff;}
.woocommerce-cart-form__cart-item {
	border-bottom: 1px solid #16479D33;
	background-color:#fff;
}
.woocommerce-cart-form__cart-item:nth-last-child(2) {
	border-bottom: 0;
}
.skuValue {
	font-size: 14px;
	font-weight: 400;
	line-height: 17.64px;
	text-align: left;
	color: #E12827;
	padding-bottom: 10px;
}
.cartPdtname{
	font-size: 16px;
	font-weight: 600;
	line-height: 20.16px;
	text-align: left;
	color:#000000;
	padding: 10px 0px 15px 0;
}
.proSize {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	color: #00000099;
	padding: 15px 0 22px 0;
}
td.product-remove {
	padding-right: 30px !important;
}
td.product-remove {
	display: block;
}
.woocommerce a.remove:hover{background:transparent;}
.qouteCart table tbody tr:hover>td, table tbody tr:hover>th{background-color:transparent !important;}
.qouteCart input.input-text.qty.text.pi-quantity {
	border: none !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 20.16px;
}
.qouteCart input.qty {
	-moz-appearance: textfield;
}
.qouteCart .pi-row {
	padding: 20px 20px;
}
.qouteCart input.qty::-webkit-outer-spin-button,
.qouteCart input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Custom container for number input */
.custom-number-input {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.custom-number-input input.qty {
	width: 35px;
	text-align: center;
	padding: 5px;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
.custom-number-input .btn {
	color: #ffffff;
	display: inline-block;
	background: #f0f0f0;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	user-select: none;
	width: 32px;
	height: 32px;
	gap: 4px;
	border-radius: 45px;
	background-color: #16479D;
}
.custom-number-input .btn:hover {
	background: #3a67b7;
}
.custom-number-input .btn:active {
	background: #aaa;
}
.decrement-btn, .increment-btn{
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding-top: 0;
}
.wc-getaQuote{
	padding: 18px 95px 18px 95px;
	border-radius: 50px;
	background-color: #16479D;
	border: 1px solid #16479D;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.16px;
}
.wc-getaQuote:hover{
	background-color:#ffffff;
	border: 1px solid #16479D;
	color: #16479D;
}
.wc-getaQuote .enquiryButton [type=button]:focus, [type=submit]:focus{
	background-color:#16479D !important;
	color:#fff !important;
}
.modal-header [type=button]:focus, [type=submit]:focus{
	background-color:transparent !important;
}
.addproductBotn [type=button]:focus, [type=submit]:focus{
	background-color:transparent !important;
	color: #16479D;
}
.modal-content{
	justify-content: flex-end !important;
}
.modal.show .modal-dialog{
	width:100%;
	max-width:606px !important;
	height: 100% !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.queryTitle{
	font-size: 24px !important;
	font-weight: 600 !important;
	line-height: 30.24px !important;
	text-align: center;
	color: #000 !important;
	padding-bottom: 20px;
}
.modal-header{
	padding: 0 !important;
	border-bottom: none !important;
	align-items:center;
}
.modal-header button{
	font-size:30px;
	padding:20px !important;
	border:none !important;
	position: absolute;
	top: -10px;
	right: 33px;
	z-index: 99999;
}
.updateQoute{display:none !important;}
.pi-submit-enq-button {
	padding: 14px 42px;
	float: right;
	margin-top: 10px;
	border-radius: 43px;
	background: #16479D;
	color: #fff !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	border: 1px solid #16479D;
}
.pi-submit-enq-button:hover{
	background-color:#ffffff !important;
	border: 1px solid #16479D;
	color: #16479D !important;
}
#pi-eqw-enquiry-form .iti--allow-dropdown{width:100%}
#pi-eqw-enquiry-form .iti--separate-dial-code .iti__selected-flag{
	background-color:transparent !important;
	font-size: 15px;
}
input:focus-visible {
	outline: none !important;
}
.modal-header label {
	color: #121826;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	position: absolute;
	top: -6px;
	z-index: 999;
	background: #fff;
	left: 27px;
	padding: 0px 7px;
	height: 18px;
}
.modal-header input {
	border-radius: 8px;
	border: 1px solid #E4E6EA;
	padding: 16px;
	color: #6C727F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
label.error {
	color: #f00 !important;
	font-size: 14px !important;
	position: absolute;
	left: 0;
	background-color: transparent !important;
}
.pi-form-control {
	width: 100% !important;
	display: block;
	border-radius: 8px !important;
	border: 1px solid #E4E6EA !important;
	padding: 16px !important;
	color: #6C727F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.close:hover, .close:focus {
	opacity: 0.7;
	background: transparent !important;
}
#successPopup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.quoteSuccess-modal  .popup-content {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	text-align: center;

	@media (max-width: 575.98px) {
		width:calc(100% - 20px) !important;
	}

	.imageTck img{
		width:114px;
	}

}
form#pi-eqw-enquiry-form {
	display: block;
}

.pi-row {
	position: relative;
}
.productModel {
	padding: 30px !important;
}
.qouteCart .pi-row::before {
	font-size: 12px;
	font-weight: 600;
	line-height: 14.52px;
	text-align: left;
	position: absolute;
	z-index: 99;
	background-color: #ffffff;
	padding: 0px 8px;
	top: 5px;
}
.productModel .iti__country-list{
	width:242px !important;
}
.iti__country-name, .iti__dial-code, .iti__flag-box {
	font-size: 15px !important;
}
.pdtbutton-bt{width:100%;}
#productAdd{width:100%;}
#field-container-pi_name::before {
	content: "First name";
	margin: 0px 0px;
	padding: 3px 15px 0px 6px;
	left: 16px;
	top: 8px;
	font-size:16px;
}
#field-container-pi_name::after {
	content: "*";
	position: absolute;
	top: 10px;
	left: 85px;
	font-size: 14px;
	z-index: 111;
	color: #FF0000;
}
#field-container-pi_email .pi-form-control {
	background-image: url('https://www.hotpackglobal.com/wp-content/uploads/2024/05/mainIcon.png');
	background-repeat: no-repeat;
	background-position: 96%;
	background-size: auto;
	padding-right: 30px !important;
}
#field-container-lasst-name::before {
	content: "Last name";
	margin: 0px 0px;
	padding: 3px 15px 0px 6px;
	left: 16px;
	top: 8px;
	font-size:16px;
}
#field-container-lasst-name::after {
	content: "*";
	position: absolute;
	top: 10px;
	left: 85px;
	font-size: 14px;
	z-index: 111;
	color: #FF0000;
}
#field-container-pi_email::before {
	content: "E-mail";
	margin: 0px 0px;
	padding: 5px 15px 0px 6px;
	left: 16px;
	top: 8px;
font-size:16px;
}
#field-container-pi_email::after {
	content: "*";
	position: absolute;
	top: 10px;
	left: 56px;
	font-size: 14px;
	z-index: 111;
	color: #FF0000;
}
#field-container-pi_phone::before {
	content: "Phone";
	margin: 0px 0px;
	padding: 3px 15px 0px 6px;
	left: 16px;
	top: 8px;
font-size:16px;
}
#field-container-pi_phone::after {
	content: "*";
	position: absolute;
	top: 10px;
	left: 56px;
	font-size: 14px;
	z-index: 111;
	color: #FF0000;
}
#field-container-pi_message::before {
	content: "Message";
	margin: 0px 0px;
	padding: 5px;
	left: 16px;
	top: 8px;
font-size:16px;
}

.row.get-quote-body {
	display: flex;
}
.pi-row {
	width: 100%;
}

div#field-container-pi_message {
	width: 100%;
}
div#field-container-pi_submit {
	width: 100%;
	padding: 0px 20px 0px 0px;
}
#form-field-phoneFlagproducts{padding-left:53px !important;}
.pi-custom-button::after{font-size:9px;}
/** newsletter **/
.icegramSec input[type=email]{
	width: 60% !important;
	border:1px solid #D2D2D2 !important;
	background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/06/mailicon.png);
	object-fit: contain;
	background-repeat: no-repeat;
	background-position: 96%;
	padding-right:0px !important;
}
.icegramSec #iemailLabel {
	position: absolute;
	font-size: 12px;
	font-weight: 600;
	line-height: 14.52px;
	text-align: left;
	color: #fff;
	background-color: #0b192c;
	padding:2px;
	left: 57px;
	top: 3px;
}
.icegramSec #astrik {
	position: absolute;
	font-size: 12px;
	font-weight: 600;
	line-height: 14.52px;
	text-align: left;
	color: red;
	background-color: #0b192c;
	padding:2px;
	left: 98px;
	top: 2px;
}
.icegramSec #izgbj {
	border: 1px solid #16479D;
}
.icegramSec #izgbj:hover {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.icegramSec .es_spinner_image {
	float: right;
	position: absolute;
	top: 15px;
	right: -10px;
}
.icegramSec .es_subscription_message.error {
	color: #ff0000;
	font-size: 14px;
	position: absolute;
	bottom: 5px;
}
.footerBrand{
	width: 100%;
	max-width: 86px !important;
	height: 20px !important;
	margin-top: -10px;
	margin-left: 2px;
}
/** mega menu **/
.mega-menu {
	display: none;
	position: fixed;
	width: 100%;
	max-width:1366px;
	height: 385px;
	left: 50%;
	transform: translateX(-50%);
	top: 125px !important;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	padding: 20px;
	border-radius:5px;
}
.elementor-1669 .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	filter: invert(1);
}
.mega-menu .column {
	float: left;
	padding: 10px;
	height:100%;
}
#mega-menu-column1{
	border-right:1px solid #16479D4D;
	width:25%;
}
#category-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 323px;
	height: 305px;
	object-fit: contain;
}
.mega-menu-item, .our-market-post, .mega-menu-category {
	font-family: 'Plus Jakarta Sans';
	display: block;
	padding:12px 10px 12px 10px;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 20.16px;
	text-align: left;
}
#mega-menu-categories{
	column-count: 2;
	column-gap: 20px;
	height: 300px;
}
#our-markets-posts {
	column-count: 2;
	column-gap: 20px;
	height: 380px;
}
#mega-menu-10753 ul {
	list-style-type: none;
	padding: 0;
}
#mega-menu-10753 li {
	margin: 0;
	padding: 0;
}
#mega-menu-column2::-webkit-scrollbar {
	width: 2px;
}
#mega-menu-column2::-webkit-scrollbar-track {
	background: #16479D4D;
	border-radius: 10px;
}
#mega-menu-column2::-webkit-scrollbar-thumb {
	background: #16479D4D;
	border-radius: 10px;
}
#mega-menu-column2::-webkit-scrollbar-thumb:hover {
	background: #16479D4D;
}
#mega-menu-column2 {
	scrollbar-width: thin;
	scrollbar-color: #16479D4D;
}
#mega-menu-column2 {
	-ms-overflow-style: none;
}
#mega-menu-column2::-ms-scrollbar {
	width: 5px;
}
#mega-menu-column2::-ms-scrollbar-track {
	background: #16479D4D;
}
#mega-menu-column2::-ms-scrollbar-thumb {
	background: #16479D4D;
	border-radius: 10px;
}
#mega-menu-column2::-ms-scrollbar-thumb:hover {
	background: #16479D4D;
}
.elementor-nav-menu .fa-angle-down:before {
	content: "\f107";
	color: #fff;
	position: absolute;
	left: 94px;
	bottom: 22px;
	font-size: 13px;
}
.pdt-menu .elementor-nav-menu .fa-angle-down:before {
	content: "\f107";
	color: #000;
	position: absolute;
	left: 87px;
	bottom: 20px;
	font-size: 15px;
}
.activeList{
	font-family: 'Plus Jakarta Sans';
	font-size: 16px;
	font-weight: 600;
	line-height: 20.16px;
	text-align: left;
	color : #16479D !important;
	background-color: #F9FBFD;
	border-radius:5px;
	padding:12px 10px 12px 10px;
}
#mega-menu-column2{
	overflow:auto;
	width:50%;
}
.mega-menu-item{
	display:flex;
}
#mega-menu-column3{
	overflow:hidden;
	width:25%;
	background-color:#F9FBFD;
}
.arrowIcon{
	margin-left: auto;
}
/** sustainability slider section **/
.sustain-title{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 46px 70px 34px;
	border-radius: 30px;
	height:100%;
	transition:transform 0.3s ease-in-out;
}
.su-main-title {
	display:block;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	color: #ffffff;
	margin:0;
}
.sustain-content{
	transition:transform 0.3s ease-in-out;
}
/* .sustain-content:hover{
	transform: scale(0.9);
	transition:transform 0.3s ease-in-out;
} */
.su-main-desc {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	margin: 0;
	color:#ffffff;
	padding-top:20px;
}
.sustainability-slider .swiper-pagination {
	position: relative;
	margin-top: 32px;
}
.swiper-slide.sustain-slide {
	height: auto;
}
.sustainability-slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border: 1.5px solid #A7B4C1;
	border-radius: 50%;
	opacity: 1;
}

.sustainability-slider  .swiper-pagination-bullet-active {
	background-color: #E12827;
	border: 1.5px solid #E12827;
}
.third-slide .su-main-descs {
	color: #083C31;
}

.third-slide .su-main-titles {
	color: #083C31;
}
.su-main-descs {
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color:#ffffff;
	padding-top:20px;
}
.su-main-titles {
	display:block;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-align: left;
	color: #ffffff;
	margin:0;
}
.swiper-slide:nth-child(3) .su-main-desc{
	color: #083C31;
}
.swiper-slide:nth-child(3) .su-main-title{
	color: #083C31;
}	

.mobile-menu .sub-arrow{
	background-image:url("https://www.hotpackglobal.com/wp-content/uploads/2024/02/arrowt-right.svg");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	transition: all .4s ease;
}
.mobile-menu .sub-arrow svg{
	display:none;
}
.mobile-menu .elementor-nav-menu--dropdown a{
	padding: 10px !important;
	line-height: 35px !important;
}

.mobile-menu .sub-menu a{
	color:#9BCFFF !important;
	font-size:13px !important;
	font-weight:400 !important;
	line-height:32px !important;
	padding: 2px 0px 2px 16px !important;
}

.mobile-menu .sub-menu a:focus-visible{
	border: none;
	outline: none;
}
.mobile-menu .sub-menu .menu-item {
	border: none !important;
}        
.mobile-menu .highlighted .sub-arrow{
	transform: rotate(90deg);
	transition: all .4s ease;
}
.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{
	overflow:hidden;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
/** sustainability */
.sus-content,.progress-content{
	max-width:1140px;
	margin:0 auto;
}
.cloudBanner:after {
	content: "";
	background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/06/cloud.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 3;
	display:none;
}

.cloudBanner .moving-cloud {
	-webkit-animation: moveCloud 30s linear infinite;
	animation: moveCloud 30s linear infinite;
	display: block;
	height: 100%;
	position: absolute;
	z-index: 3;
	pointer-events: none;
}

.cloudBanner .leaf-left {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: moveUpDown 5s infinite alternate ease-in-out;
	animation: moveUpDown 5s infinite alternate ease-in-out;
	width: 100px;
	z-index: 3;
	pointer-events: none
}

.cloudBanner .leaf-right {
	position: absolute;
	right: 0;
	-webkit-animation: moveUpDownBottom 5s infinite alternate ease-in-out;
	animation: moveUpDownBottom 5s infinite alternate ease-in-out;
	width: 100px;
	bottom: 121px;
	z-index: 3;
	pointer-events: none
}
.fill-banner video{
	object-fit:cover;
    height:100%;
}
@-webkit-keyframes moveUpDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
}

@keyframes moveUpDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
}

@-webkit-keyframes moveUpDownBottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
}

@keyframes moveUpDownBottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
}

@-webkit-keyframes moveCloud {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@keyframes moveCloud {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

.cloudBanner .swiper-slide h1 {
	font-size: 40px;
	font-weight: 500;
	line-height: 50.4px;
	color: #fff;
	max-width:504px;
}

@media (max-width:575.98px) {
	.cloudBanner .swiper-slide h1 {
		font-size: 24px;
		line-height: 30.24px;
	}
}

.cloudBanner .swiper-slide p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-top: 20px;
	color: #fff;
	max-width: 488px;
	width: 100%
}

@media (max-width:575.98px) {
	.cloudBanner .swiper-slide p {
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px
	}
}

.cloudBanner .mySwiper2 {
	height: 100vh;
	z-index:2;

	.swiper-slide{
		opacity:0;

		&::before {
			content: "";
			background: -webkit-gradient(linear, left top, right top, from(rgba(4, 43, 29, 0.9)), to(rgba(3, 43, 28, 0.54)));
			background: linear-gradient(90deg, rgba(4, 43, 29, 0.9) 0%, rgba(3, 43, 28, 0.54) 100%);
			height: 100%;
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
			pointer-events: none;
			z-index: 3;
		}
	}

	.swiper-slide-active{
		opacity:1;
	}
}
.cloudBanner .mySwiperhotpack {
	height: 100vh;
	z-index:2;

	.swiper-slide{
		opacity:0;

		&::before {
			content: "";
			background: -webkit-gradient(linear, left top, right top, from(rgba(4, 43, 29, 0.9)), to(rgba(3, 43, 28, 0.54)));
			background: #061B3EA6;
			height: 100%;
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
			pointer-events: none;
			z-index: 3;
		}
	}

	.swiper-slide-active{
		opacity:1;
	}
}
.cloudBanner .mySwiper2 .swiper-slide-content,.cloudBanner .mySwiperhotpack .swiper-slide-content {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
	position:relative;
	
	@media (max-width:1140px){  
		padding:0 15px;
	}
	
}

.cloudBanner .mySwiper2 .fill-banner,.cloudBanner .mySwiperhotpack .fill-banner {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
    height:100%;
}

.cloudBanner .mySwiper2 .fill-banner img,.cloudBanner .mySwiperhotpack .fill-banner img {
	height: 100vh;
	width:100%;
	object-fit:cover;
}

.cloudBanner .mySwipersus,.cloudBanner .mySwiperhome {
	max-width: 900px;
	margin-left: 0;

		@media (max-width:1140px){ 
			padding:0 15px;
	}
}

@media (max-width:575.98px) {
	.cloudBanner .mySwipersus,.cloudBanner .mySwiperhome {
		margin-top: 195px
	}
}

.cloudBanner .mySwipersus .fill,.cloudBanner .mySwiperhome .fill {
	background-color: rgba(255, 255, 255, 0.2);
	width: 100%;
	height: 2px;
	position: relative;
}

.cloudBanner .mySwipersus .fill span,.cloudBanner .mySwiperhome .fill span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 0%;
	height: 2px;
	background-color: #e12827;
}
.cloudBanner .mySwipersus span,.cloudBanner .mySwiperhome span {
	color: #fff;
	display: block;
	line-height: 20px;
}

.cloudBanner .mySwipersus .title,.cloudBanner .mySwiperhome .title {
	margin-top: 8px;
	font-size: 16px;
	font-weight: 500;
}

.cloudBanner .mySwipersus .count,.cloudBanner .mySwiperhome .count {
	font-weight: 600;
	font-size: 20px;
	margin-top: 18px;
}

.cloudBanner .mySwipersus .swiper-slide-thumb-active .fill span,.cloudBanner .mySwiperhome .swiper-slide-thumb-active .fill span {
	-webkit-animation-name: countingBar;
	animation-name: countingBar;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.cloudBanner .progress-slider {
	position: absolute;
	bottom: 90px;
	width: 100%;
	z-index: 5;
}

@-webkit-keyframes countingBar {
	0% {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes countingBar {
	0% {
		width: 0
	}

	to {
		width: 100%
	}
}
.cloud-section .swiper-backface-hidden .swiper-slide{
	cursor:pointer;
}
.scrolling-ticker-wrap {
    background-color: #041228;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
    z-index: 10;
    position: absolute;
    bottom: 0;
}
.scrolling-ticker {
    display: flex;
    align-items: center;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.ticker-track {
    display: inline-block;
    padding-left: 100%;
    animation: tickerMove 25s linear infinite;
}
.ticker-item {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}
.dot {
    padding: 7px;
    font-size: 20px;
}
@keyframes tickerMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/arrow-right-mob.png);
	border: none;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-position: right 0;
	top:4px !important;
}
.searchIcon .e-fas-search {
	display: none;
}
.searchIcon {
	background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/searchicon.png);
	background-position: center;
	background-repeat: no-repeat;
}
.searchIcon-inner .e-fas-search {
	display: none;
}
.searchIcon-inner {
	background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/search-inner-icon.png);
	background-position: center;
	background-repeat: no-repeat;
}
.blogArchive .page-numbers.prev{
	background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/icon-left.png);
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
	background-color: transparent;
	border: none !important;
	width: 40px;
	height: 40px;
}
.blogArchive .page-numbers{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blogArchive .page-numbers.next{
	background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/control-right.png);
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
	background-color: transparent;
	border: none !important;
	width: 40px;
	height: 40px;
}
.blogArchive .elementor-pagination{
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.blogArchive .page-numbers.current{
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	width:40px;
	height:40px;
	padding:0 !important;
}
.newsArchive .page-numbers.current{
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	width:40px;
	height:40px;
	padding:0 !important;
}
.newsArchive .elementor-pagination{
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.newsArchive .page-numbers.next{
	background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/control-right.png);
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
	background-color: transparent;
	border: none !important;
	width: 40px;
	height: 40px;
}
.newsArchive .page-numbers.prev{
	background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/icon-left.png);
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
	background-color: transparent;
	border: none !important;
	width: 40px;
	height: 40px;
}
.newsArchive .page-numbers{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pi-eqw-cart{
	z-index:5 !important;
}
/** sustainablity home **/
.mountBlock {
	position: relative;
	min-height: 45.6rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 89px;
	overflow: hidden
}

@media (max-width:767.98px) {
	.mountBlock {
		padding-top: 49px
	}
}

.mountBlock:after {
	content: "";
	background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/08/maskgroup.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}

.mountBlock .moving-cloud {
	-webkit-animation: moveCloud 30s linear infinite;
	animation: moveCloud 30s linear infinite;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	pointer-events: none
}

.mountBlock .leaf-left {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: moveUpDown 5s infinite alternate ease-in-out;
	animation: moveUpDown 5s infinite alternate ease-in-out;
	width: 100px;
	pointer-events: none
}

.mountBlock .leaf-right {
	position: absolute;
	right: 0;
	-webkit-animation: moveUpDownBottom 5s infinite alternate ease-in-out;
	animation: moveUpDownBottom 5s infinite alternate ease-in-out;
	width: 100px;
	bottom: 121px;
	pointer-events: none
}

@keyframes moveUpDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
}

@keyframes moveUpDownBottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
}

@keyframes moveCloud {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

.mountBlock h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
	color: #FFFFFF;
	max-width: 42rem;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0
}

@media (max-width:767.98px) {
	.mountBlock h2 {
		font-size: 30px;
		line-height: 35px
	}
}

@media (max-width:576.98px) {
	.mountBlock h2 {
		font-size: 20px;
		line-height: 25px
	}
}

.mountBlock_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

@media (max-width:767.98px) {
	.mountBlock_wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width:767.98px) {
	.mountBlock_wrap {
		padding-bottom: 8px
	}

	.mountBlock_wrap:after {
		content: "";
		background-color: rgba(255, 255, 255, 0.2);
		width: 34%;
		height: 1px;
		position: absolute;
		bottom: 8px
	}
}

.mountBlock_text {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	width: 66%;
	padding-bottom: 66px
}

@media (max-width:767.98px) {
	.mountBlock_text {
		width: 80%;
		padding-bottom: 0
	}
}

@media (max-width:576.98px) {
	.mountBlock_text {
		padding-bottom: 14px;
		border: none
	}
}

.mountBlock_box {
	background-image: url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/ims.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 261px;
	height: 154px;
	padding: 16px 21px 24px 71px;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end
}

@media (max-width:576.98px) {
	.mountBlock_box {
		padding: 11px 7px 20px 49px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 200px;
		height: 100%
	}
}

.mountBlock_box h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 13.8px;
	color: #FFFFFF
}

@media (max-width:576.98px) {
	.mountBlock_box h3 {
		font-size: 18px;
		line-height: 22px
	}
}

.mountBlock_box p {
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	color: #FFFFFF;
	max-width: 169px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical
}

@media (max-width:576.98px) {
	.mountBlock_box p {
		font-size: 13px;
		line-height: 20px
	}
}
/** end **/
@media (max-width:1200px){
	.cloudBanner .container{
		max-width:100%;
	}
}
@media (min-width: 768px) and (max-width: 768px) {
	.wvg-thumbnail-prev-arrow.dashicons.dashicons-arrow-left-alt2.slick-arrow{
		border-radius: 10px 10px 0 0;
		width: 100%;
		max-width: 80px;
		background-color: #16479D1A;
		left:0;
	}
	.wvg-thumbnail-next-arrow.dashicons.dashicons-arrow-right-alt2.slick-arrow{
		border-radius: 0px 0px 10px 10px;
		width: 100%;
		max-width: 80px;
		background-color: #16479D1A;
		left:0;
	}
	.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
		height: 100% !important;
	}
	.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{
		height:100%;
	}
}

@media (max-width:768px) {
	.gt_switcher{width:97% !important;}
	.careerSlider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	margin-top: 16px;
}
	.mobNextbox p {
		text-align: left !important;
	}
	.elementor-page-3800 .wpml-ls-legacy-dropdown .wpml-ls-flag+span {
		color: #fff !important;
	}
	.elementor-page-3800 .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
		filter: unset;
	}
	/* 	.productboxSec .woo-variation-gallery-thumbnail-wrapper .slick-slide{
	width:30px !important;
}
	.productboxSec .woo-variation-gallery-thumbnail-wrapper .slick-track{
	display:flex;
	justify-content:center;

} */
	/* 	.productboxSec .slick-slide.slick-current.slick-active .wvg-gallery-thumbnail-image {
	background-color: #E12827;
} */
	#text-content-home p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	#text-content-home p.expanded {
		-webkit-line-clamp: unset;
	}
	#text-content-inno p,#text-content-inno0 p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
	#text-content-inno p.expanded,#text-content-inno0 p.expanded {
		-webkit-line-clamp: unset;
	}
	.text-content-innotab p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	.text-content-innotab p.expanded {
		-webkit-line-clamp: unset;
	}
	.innotab-read{
		color: #16479D !important;
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
		text-align: left;
		text-decoration:underline !important;
	}
	.better-bg:before {
		height: 120px;
	}
	.packageSlider-slide {
		margin-right: 30px !important;
	}
	h2.title-slide {
		font-size: 18px;
	}
	.contacTop{
		margin-top:0px;
	}
	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
		top: 0 !important;
	}
	.cloudBanner .moving-cloud {
		opacity:0.5;
		filter: blur(27px);
	}
	.footerBrand{
		max-width: 73px !important;
		height: 17px !important;
		margin-top: -7px;
	}
}
@media (max-width:767.98px) {
	.better-bg:before {
		height: 120px;
	}
	.career-imgSec:before {
		height: 650px;
	}
	.desktop-media {
        display: none;
     }
    .mobile-media {
       display: block;
	   height:100%;
    }
}

.NatureSlider_wrap {
	background: #032C23;
	border-radius: 20px;
	padding: 70px 60px
}
.bgSlider {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.bgSlider .swiper-slide img {
	height: 100vh;
	width: 100%;
	object-fit:cover;
}

@media (max-width:767.98px) {
	.NatureSlider_wrap {
		padding: 50px 0px
	}
	.page-numbers.current {
		padding: 11px 17px 11px 17px;
	}
	.toggle-content{
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
		text-align: left;
		position: relative;
		top: -10px;
	}
}

.NatureSlider_wrap h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 40.32px;
	color: #ffffff;
	text-align: center;
	max-width: 716px;
	width: 100%;
	margin: 0 auto
}
.career-form .iti__dropdown {
	z-index: 10000 !important;
	position: absolute;
}
@media (max-width:767.98px) {
	.NatureSlider_wrap h3 {
		font-size: 24px;
		font-weight: 600;
		line-height: 30.24px
	}
	.iti--container{
		z-index: 99999 !important;
	}
	.career-form .iti__country-list {
		max-height: 200px;
		overflow-y: scroll;
	}
}

@media (max-width:575.98px) {
	.NatureSlider_wrap h3 {
		max-width: 315px
	}
}

.NatureSlider_wrap p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	max-width: 814px
}

@media (max-width:575.98px) {
	.NatureSlider_wrap p {
		margin-top: 15px;
		max-width: 315px
	}
}

.NatureSlider_wrap a {
	font-size: 14px;
	font-weight: 500;
	line-height: 17.64px;
	color: #000000;
	padding: 13px 30px;
	border-radius: 30px;
	border: 1px solid #fff;
	background-color: #ffffff;
	display: inline-block;
	margin: 30px auto 0
}
.NatureSlider_wrap a:hover{
	background-color: transparent !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}
.NatureSlider .colums {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(4, 1fr);
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	margin-top: 29px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.NatureSlider .cards {
	border-radius: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2
}

.NatureSlider .cards.one {
	height: 319px
}

.NatureSlider .cards.two {
	height: 240px
}

.NatureSlider .cards.two:after {
	content: "";
	background: rgba(14, 83, 69, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	z-index: -1
}

.NatureSlider .cards.three {
	height: 290px
}

.NatureSlider .cards.three h4,
.NatureSlider .cards.three p {
	color: #083C31
}

.NatureSlider .cards.four {
	height: 370px
}

.NatureSlider .cards.four:after {
	content: "";
	background: -webkit-gradient(linear, left top, left bottom, from(#09493C), to(rgba(7, 78, 63, 0.6)));
	background: linear-gradient(180deg, #09493C 0%, rgba(7, 78, 63, 0.6) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	z-index: -1
}

.NatureSlider .cards h4 {
	margin-bottom: -2px;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #ffffff;
	max-width: 192px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

.NatureSlider .cards p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #ffffff;
	margin-top: 15px;
	max-width: 192px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	text-align: left;
	margin-left: 0
}
.NatureSlider .nature-slider {
	margin-top: 29px
}
@media (max-width:767.98px) {
	.NatureSlider .nature-slider {
		padding-left: 15px
	}
}
.NatureSlider .nature-slider .swiper-slide {
	-ms-flex-item-align: end;
	align-self: flex-end
}
.tabs-innovation .e-n-tab-title[aria-selected="true"]::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #061b3e;
	border-radius: 10px 10px 0 0;
}
.tabs-innovation .e-n-tabs-heading {
	border-bottom: 1px solid #BAC8DA;
}
.tabs-innovation .e-n-tab-title-text{
	padding-bottom: 18px !important;
}
.pd-button a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop{
	padding:26px 45px !important;
	max-width:100%;
}
.addinfoBtn .infolist-button{
	padding:25px 52px !important;
	width:100%;
}
.addinfoBtn .button-text{
	font-size:16px;
}
.homeBtnblock .elementor-button-content-wrapper{
	align-items:center;
	display:flex !important;
	justify-content: flex-start;
}
.elementor-611 .elementor-element.elementor-element-3b635454 .elementor-nav-menu .elementor-item{
	outline:0;
}
.elementor-611 .elementor-element.elementor-element-78a00785 .elementor-icon{
	outline:0;
}
/** End **/
.industries h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
	color: #16479d;
	max-width: 340px;
	width: 100%
}

@media (max-width: 767.98px){
	.industries h2 {
		font-size: 20px;
		font-weight: 500;
		line-height: 25px
	}
}

.industries .grids {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
	margin-top: 24px;
	position: relative
}

@media (max-width: 767.98px) {
	.industries .grids {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		margin-top: 13px
	}
}

.industries .grids_items {
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 40px 0;

	&:not(:last-child){
		&:hover {
			background-color:#16479D;
			img{
				filter: brightness(0) saturate(100%) invert(94%) sepia(94%) saturate(23%) hue-rotate(342deg) brightness(106%) contrast(105%);
			}

			span{
				color:#ffffff;
				transition : all .3s ease;
			}
		}
	}

}

.industries .grids_items:after {
	content: "";
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-source: url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/line-bottom.svg);
	border-image-slice: 50 30;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%
}




@media (min-width:768px) {

	.industries .grids_items:nth-child(14),
	.industries .grids_items:nth-child(7) {
		border-width: 0px !important
	}

	.industries .grids_items:nth-child(n+8):after {
		display: none
	}

	/* 	.industries .grids_items:nth-child(-n+7) {
	padding-bottom: 40px;
}

	.industries .grids_items:nth-child(n+8) {
	padding-top: 40px;
} */

}

@media (max-width: 767.98px) {

	.industries .grids_items:nth-child(12),
	.industries .grids_items:nth-child(3),
	.industries .grids_items:nth-child(6),
	.industries .grids_items:nth-child(9) {
		border-width: 0px !important
	}

	/*     .industries .grids_items:nth-child(n+10) {
	display: none
} */

	.industries .grids_items:nth-child(n+13):after {
		display: none
	}

}

.industries .grids_items:not(:last-child) {
	border-right-style: solid;
	border-right-width: 1px;
	border-image-source: url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/Line-23.svg);
	border-image-slice: 50 30;
	border-image-repeat: stretch
}

@media (max-width: 767.98px) {
	.industries .grids_items {
		padding: 20px
	}
}

@media (max-width: 567.98px) {
	.industries .grids_items {
		padding: 15px
	}
}

.industries .grids_items img {
	width: 44px;
	height: 44px;
	position: relative;
	z-index: 1;
	margin: auto;
	transition : all .3s ease;
}

@media (max-width: 767.98px) {
	.industries .grids_items img {
		width: 35px;
		height: 35px
	}
	.industries .grids_items h2{
		font-size:30px;
	}
	.industries .grids_items h4{
		font-size:30px;
	}
}

.industries .grids_items h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 32px;
	color: #16479d;
	position: relative;
	z-index: 1;
	margin:0;
	width: auto;
}

.industries .grids_items h4 {
	font-size: 40px;
	font-weight: 500;
	line-height: 32px;
	color: #16479d;
	position: relative;
	z-index: 1;
	margin:0;
	width: auto;
}

.industries .grids_items span {
	position: relative;
	z-index: 1;
	font-size: 17px;
	font-weight: 400;
	line-height: 21.42px;
	display: inline-block;
	color: #000000;
	margin-top: 15px;
	transition : all .3s ease;
}

@media (max-width: 767.98px) {
	.industries .grids_items span {
		font-size: 13px;
		line-height: 16px
	}
}

.img-2 {
	display: none
}

.grad-border {
	height: 1px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.left-border,
.right-border {
	width: 50%;
	border-bottom: 2px solid #695f52;
	display: inline-block
}

.left-border {
	-o-border-image: linear-gradient(270deg, #b3b3b3, #fff) 1;
	border-image: -webkit-gradient(linear, right top, left top, from(#b3b3b3), to(#fff)) 1;
	border-image: linear-gradient(270deg, #b3b3b3, #fff) 1
}

.right-border {
	-o-border-image: linear-gradient(90deg, #b3b3b3, #fff) 1;
	border-image: -webkit-gradient(linear, left top, right top, from(#b3b3b3), to(#fff)) 1;
	border-image: linear-gradient(90deg, #b3b3b3, #fff) 1
}
/** end **/
@media (max-width:1114px){
	.menuDropdown .elementor-item{
		padding-left: 13px !important;
		padding-right: 15px !important;
	}
	.pdt-menu .elementor-nav-menu .fa-angle-down:before{
		left:77px;
	}
	.menuDropdown .elementor-nav-menu .fa-angle-down:before{
		left:80px;
	}
	.inner-hederbtn .elementor-button{
		padding: 13px 12px 13px 12px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.wc-getaQuote {
		padding: 18px 20px 18px 20px;
	}
	.qouteCart .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		justify-content: flex-start;
	}
	.pd-button a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
		font-weight: 400;
		line-height: 20px;
		font-size: 14px !important;
		padding: 12px 30px;
	}
	.menuDropdown .elementor-nav-menu .sub-arrow {
		right: -4px;
	}
	.elementor-nav-menu .fa-angle-down:before{
		left:74px;
	}
	.topHeader .e-con-inner::after{
		right: 0%;
		width: 76%;
	}
	.pdt-menu .elementor-nav-menu .fa-angle-down:before{
		left: 74px;
	}
	.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{
		flex:1;
	}
	.bannerbgLine::after{width:300px;}
	.homeBtnblock .elementor-button-icon svg{
		width:30px !important;
	}
}
@media (max-width: 1016px){
	.icegramSec #izgbj{
		padding-left:40px;
		padding-right:40px;
	}
}
@media (max-width: 916px){
	.icegramSec #izgbj{
		padding-left:30px;
		padding-right:30px;
	}
}
@media (max-width: 916px){
	.icegramSec #izgbj{
		padding-left:20px;
		padding-right:20px;
	}
}
@media (max-width: 768px) {
	.homeBtnblock .elementor-button-icon svg{
		width:24px !important;
	}
	.qouteCart .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		display: flex !important;
		justify-content: space-around;
	}
	.qouteCart .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: block !important;
	}
	.qouteCart .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: none !important;
	}
	.tabs-innovation .e-n-tab-title[aria-selected="true"]::after {
		bottom: 0;
		z-index: 999;
	}
	#text-contents-ets,#text-contents-ets0{
		font-size: 16px !important;
		font-weight: 500 !important;
		line-height: 24px !important;
		text-align: left !important;
		color:#3E3636;
	}
	#text-contents-sus,#text-contents-tab1,#text-contents-tab2,#text-contents-tab3,#text-contents-tab4{
		font-size: 16px !important;
		font-weight: 500 !important;
		line-height: 24px !important;
		text-align: left !important;
		color:#3E3636;
	}
	#text-contents-sus1{
		font-size: 16px !important;
		font-weight: 500 !important;
		line-height: 24px !important;
		text-align: left !important;
		color:#3E3636;
	}
	.readmore-ets{
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
		text-align: left;
		color:#16479D !important;
		text-decoration:underline !important;
	}
	.downloadinfoForm .download-submit {
		max-width:200px;
		padding: 10px 20px !important;
	}
	.downloadinfoForm .wpcf7 form .wpcf7-response-output {
		margin: 0.5em 0.5em .5em !important;
	}
	.infoform .modal-body{
		padding: 6px 20px 40px 20px;
	}
	.downloadinfoForm .iti.iti--allow-dropdown.iti--separate-dial-code{
		width:100%;
	}
	.downloadinfoForm .iti__country-list{
		width:315px;
	}
}
@media only screen and (max-width: 767.98px) {
	.insightGrids {
    	height: 100%;
	}
	.insightWrapper .swiper-slide {
    	height: auto;
	}
	.insightCotBlock h2{font-size:24px;}
	.insightBlock {
    	display: grid;
    	grid-template-columns: 1fr;
	}
	.filterBlock {
        overflow-x: auto;
    }
    .insights-filters {
        display: inline-flex;
        white-space: nowrap;
    }
	.qouteCart .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		display: flex !important;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.qouteCart .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: block;
	}
	.qouteCart .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: none;
		font-weight: 700;
		float: left;
	}
	.qouteCart .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
	}
	.pi-thumbnail img {
		max-width: 76px !important;
	}
	.cartPdtname {
		padding: 10px 0px 12px 0;
	}
	.proSize {
		padding: 10px 0 15px 0;
	}
	.qouteCart .woocommerce table.shop_table td {
		padding: 15px 0 20px 15px;
	}
	td.product-remove img {
		position: absolute;
		right: 15px;
	}
	.wc-getaQuote{
		padding: 15px 34px 15px 35px;
		border-radius: 50px;
	}
	a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
		border-radius: 50px;
		padding: 18px 30px 18px 30px;
		font-weight: 400;
		line-height: 20px;
		max-width:100%;
	}
	.addBtn a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
		padding: 26px 26px 26px 26px !important;
	}
	.pd-button a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
		font-weight: 400;
		line-height: 20px;
		padding: 12px 18px;
		font-size: 14px !important;
	}
	.product-slider .swiper-slide-btns a{
		padding: 2px 8px;
	}
	.twoButtons a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop{
		padding: 11px 12px 11px 12px !important;
	}
	.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container{
		gap:15px;
	}
	.icegramSec #izgbj {
		padding: 5px 20px;
		margin-left: 20px;
	}
	.icegramSec input[type=email] {
		width: 68% !important;
	}
	.icegramSec #iemailLabel{
		left:30px;
	}
	.icegramSec #astrik{
		left:72px;
	}
	.icegramSec{
		height:90px;
	}
	.su-main-desc {
		font-size: 13px;
		line-height: 18px;
	}
	.su-main-title {
		font-size:14px;
		line-height:16px;
	}
	.sustain-title {
		padding: 38px 16px 38px 23px;
	}
	.sustain-title{
		border-radius: 20px;
	}
	/** mobile menu */
	.mobile-menu .elementor-nav-menu .elementor-item {
		justify-content:space-between;
	}
	.navbar-mobile::before{
		background-attachment: fixed;
	}
	.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
		height: 345px !important;
		max-width: 345px !important;
	}
	.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image{
		height:65px !important;
	}
	#addtoInfo{width:100%;}
	.recycleSec .elementor-image-box-wrapper{
		display:flex;
		column-gap:5px;
	}
	.relatedSec{
		background-color:#fff !important;
	}
	.elementor-4911 .elementor-element.elementor-element-9d7eaf5 {
		top: 0px;
	}
	.productboxSec {
		background-color: #0000ff00 !important;
		box-shadow: none !important;
	}
	.woo-variation-gallery-wrapper .wvg-gallery-image{
		background-color:#fff;
	}
	.pi-row{
		width:100%;
	}
	.qouteCart .pi-row {
		padding: 15px 15px;
	}
	.productModel {
		padding: 30px 15px 30px 15px !important;
	}
	.modal.show .modal-dialog {
		width: auto;
		max-width: none;
		height: 500px !important;
	}
	.bannerbgLine::after {
		display:none;
	}
	.mobileLinein::after{
		content: "";
		height: 100%;
		top:0;
		right: auto;
		width: 218px;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		background:#0B412E;
		z-index:0;
	}
	.homeVideo{
		height:219px !important;
	}
	.bannerbgLine .elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video{
		height:219px !important;
	}
	.iti__selected-flag{
		padding-left:15px !important;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #ffffff;
	}
	/* 	.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
	display: none;
} */
	/* 	.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
	height: 15px !important;
	max-width: 15px;
	padding: 0;
	border:1px solid #A7B4C1;
	margin-right:4px !important;
} */
	/* 	.wvg-gallery-thumbnail-image.current-thumbnail{
	background-color: #E12827;
} */
	/* 	.woo-variation-gallery-thumbnail-slider{
	display: flex !important;
	justify-content: center;
} */
}
@media(max-width:575px){
	.custom-pages .page-numbers {
		width: 33px;
		height: 33px;
	}
	a.page-numbers{
		font-size:12px;
	}
}
@media only screen and (max-width: 399.98px) {
	.icegramSec input[type=email] {
		width: 65% !important;
	}
}
.product-lifecycle-list ul.elementor-icon-list-items li.elementor-icon-list-item {
	justify-content: flex-start;
}


.quoteSuccess-modal{
	.popup-content {
		max-width: 606px;
		width:100%;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius:15px;
		padding: 55px 30px;

		h3{
			font-size: 24px;
			font-weight: 600;
			line-height: 30.24px;
			text-align: center;
			color:#000000;
		}

		p{
			margin:0 auto;
			margin-top:16px;
			font-size: 16px;
			font-weight: 400;
			line-height: 25px;
			color:#000000;
			max-width:439px;
			width:100%;
		}

		button#continue-btn {
			margin-top: 30px;
			border-radius: 50px;
			background-color: #16479D;
			border: 1px solid #16479D;
			color: #ffffff;
			font-size: 16px;
			font-weight: 500;
			transition:all .3s ease;

			&:hover{
				transition:all .3s ease;
				background-color:transparent;
				color:#16479D;
			}
		}
	}
}

.meetTeamSwiper {
	.swiper-slide{
		height:auto;
		border-bottom: 1px solid #EAEAEA;
	}

	.meetTeamContent {
		border-bottom:0;
	}
}

.topHeader .translateHeader{
	.wpml-ls-sub-menu .wpml-ls-flag+span {
		color: #ffffff !important;
	}
}


/* SEARCH STYLE */
.elementor-search-form__container{
	max-width: 1140px;
	width: 100% !important;
	height: 119px !important;
	padding: 30px 40px !important;
	border-radius: 8px !important;
	background-color: #ffffff !important;
	padding-right: 118px !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.elementor-lightbox .dialog-lightbox-close-button{
	right:60px;
	background-image:url(https://www.hotpackglobal.com/wp-content/uploads/2024/09/searchic0n.png);
	background-position:right;
	background-repeat:no-repeat;
	width: 50px;
    height: 50px;
	
	svg{
		filter: brightness(0) saturate(100%);
		display:none;
	}
}

.elementor-search-form__input {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #000000 !important;
	text-align: left !important;
	border-radius: 0 !important;
	border-bottom:1px solid #CED5E1 !important;
	padding-bottom: 20px !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.elementor-search-form__input::placeholder{
	color: #6C727F !important;
}
.cont-arrow .swiper-arrow-next, .swiper-arrow-prev  {
	width: 46px !important;
	height: 46px !important;
	border-radius: 76px;
	background: #16479D;
    margin-top: -49px !important;
	
	&::after{
		display:none;
	}
}

.cont-arrow .swiper-arrow-next{
	right:0 !important;
}

.cont-arrow .swiper-arrow-prev{
	left:0 !important;
}

.cont-arrow .swiper-arrow-next {
    right: -60px !important;
    margin-top: -0px !important;
    top: 360px;
}

.cont-arrow .swiper-arrow-prev {
    left: -60px !important;
    margin-top: -0px !important;
    top: 360px;
}

@media (min-width: 576px){
	.location-sections .desc-section .firstSec {
		flex-wrap:wrap;
		border-bottom:none;
	}
	
	.location-sections .desc-section .unitsSec{
		border-top:0px solid #90a6b86e;
	}

}

   
@media (max-width: 575.98px){
	.location-sections .desc-section {
        padding: 14px 0px 0px 0px;
    }
	
	.location-sections .desc-section .firstSec {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
		flex:1;
   }
	
	.location-sections .salesSec {
		padding-right:15px;
		width: auto;
    }
	
	.location-sections .salesSec::before{
		display:none;	
	}
	
	 .desc-section .firstSec .branchSec{
		width:auto;
	}
	

	.location-sections .unitsSec{
		flex:1;
		padding-left:20px;
	    width:100%;
	}
}
