@media screen and (max-width:1500px) {
.custom-container>.e-con-inner {
	max-width: 1200px !important;
}
}

/* header css */
header#masthead {
    position: fixed !important;
    width: 100%;
	top: 0;
}
.header-nav-menu {
    backdrop-filter: blur(10px);
}
.hero-banner {
    padding-top: 150px;
}
.header-nav_menus .hfe-nav-menu-icon svg {
    fill: #fff;
}
.main-header>.e-con-inner {
    justify-content: space-between !important;
}
.header-logo ,
.main-header,
.main-header > .e-con-inner,
.header-nav-menu ul li a.hfe-menu-item,
.main-header .header-contact_btn a {
	 -webkit-transition: all 1s;
      transition: all 1s; 
}
.scroll-header .main-header {
	height: 95px;
/* 	background: #fff; */
/* 	box-shadow: 0 -24px 63px -19px #00000069; */
}
.scroll-header .header-logo {
	transform: scale(0.65);
}
.scroll-header .header-logo {
	transform: scale(0.65);
}
.scroll-header .main-header .header-contact_btn a {
	 padding: 13px 24px !important;
}

@media screen and (min-width:1260px) {
.main-header .header-nav_menus {
	width: 43% !important;
}
}
@media screen and (min-width:1505px) {
.main-header .header-nav_menus {
	width: 36% !important;
}
}

@media screen and (min-width:1025px) {
	.scroll-header .header-nav-menu {
/* 		background: transparent !important;	 */
	}
	.scroll-header .header-nav-menu ul li a.hfe-menu-item {
	  font-size: 16px !important;
	  padding: 13px 16px !important;
		color: #000 !important;
	}
	.scroll-header .header-nav-menu li.menu-item.current-menu-item a ,
	.scroll-header .header-nav-menu ul li a.hfe-menu-item:hover{
		color: #f58220 !important;
	}
	header .header-nav-menu li.menu-item.current-menu-item > a {
	  color: #fff !important;
	}

	.scroll-header .main-header > .e-con-inner {
	  padding: 10px 0;
	}
/* 	@supports (animation-timeline: scroll()) {


	  @keyframes header-shrink {
		0% {
		  height: 150px;
		  background-color: transparent;
		}

		2% {
		  height: 120px;
		  background-color: rgba(255, 255, 255, 0.60);
		  box-shadow: 0 -24px 63px -19px #00000021;
		}

		5% {
		  height: 105px;
		  background-color: rgba(255, 255, 255, 0.70);
		  box-shadow: 0 -24px 63px -19px #0000002f;
		}

		8% {
		  height: 85px;
		  background-color: rgba(255, 255, 255, 1);
		  box-shadow: 0 -24px 63px -19px #00000069;
		}
		100% {
		  height: 85px;
		  background-color: rgba(255, 255, 255, 1);
		  box-shadow: 0 -24px 63px -19px #00000069;
		}
	  }
	   @keyframes logo {
		  0% {
		  transform: scale(1);
		  }

		  2% {
			transform: scale(0.8);
		  }

		  5% {
			transform: scale(0.7);
		  }

		  8% {
			 transform: scale(0.5);
		  }

		  100% {
			transform: scale(0.5);
		  }
		}
		@keyframes menu-items {
		  0% {
		  font-size: 18px;
		  padding: 15px 20px;
		  color: rgba(255, 255, 255, 0.76);

		  }

		  2% {
			 font-size: 17.5px;
			padding: 14px 19px;
			color: rgba(128, 128, 128, 0.76);
		  }

		  5% {
			 font-size: 17px;
			padding: 13px 18px;
			color: rgba(63, 63, 63, 0.76);
		  }

		  8% {
			font-size: 16px;
			padding: 13px 16px;
			color: rgba(31, 31, 31, 0.76);
		  }

		  100% {
			 font-size: 16px;
			padding: 13px 16px;
			color: rgba(0, 0, 0, 1);
		  }
		}
		@keyframes button {
		  0% {
			padding: 15px 24px;

		  }

		  2% {
			padding: 14px 24px;
		  }

		  5% {
			padding: 13px 24px;
		  }

		  8% {
			padding: 13px 22px;
		  }

		  100% {
			padding: 13px 22px;
		  }
		}


	  .main-header {
		animation: header-shrink linear both;
		animation-timeline: scroll();
		animation-range: 0% 100%;
	  }
	  .header-logo {
		animation: logo  linear both;
		animation-timeline: scroll();
		animation-range: 0% 100%;
	  }
	  .header-nav-menu ul li a.hfe-menu-item {
		animation: menu-items  linear both;
		animation-timeline: scroll();
		animation-range: 0% 100%;
	  }
	  .scroll-header .main-header .header-contact_btn a {
		animation: button  linear both;
		animation-timeline: scroll();
		animation-range: 0% 100%;
	  }

	}*/

} 
@media screen and (max-width:1024px){
	.header-contact_btn {
      	order: 2;
      	margin-left: auto;
  	}
	.header-nav_menus {
      	order: 3;
      	background :transparent !important;
      	min-width: 40px;
  	}
  	.header-logo {
      	order: 1;
  	}
	 .header-logo a {
	  max-width: 120px;
	}
    .header-nav-menu {
  		backdrop-filter: blur(0px);
      	background :transparent !important;
    }
    .header-nav-menu li.menu-item a.hfe-menu-item {
    	color: #081A24 !important;
	}
    .header-nav-menu nav.hfe-nav-menu__layout-horizontal.menu-is-active {
      	height: 100vh;
  	}
  	.header-nav-menu nav.hfe-nav-menu__layout-horizontal ul.hfe-nav-menu {
    	height: fit-content;
	}
  	.scroll-header .hfe-nav-menu__toggle svg {
    	fill: #f48120;
	}
	nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
    	position: fixed;
    	top: -3px;
      	left: -140% !important;
        right: -20px !important;
    	width: 0 !important;
    	height: 100vh;
    	transition: all .4s ease-in;
    	z-index: 9999;
        padding-top: 50px;
        box-shadow: 4px -67px 25px 0px rgb(10 10 9 / 8%);
  	}
  	nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
      	left: auto!important;
    	 transition: all .4s ease-out;
      	width: 380px !important;
  	}
  	.header-nav_menus .hfe-active-menu .hfe-nav-menu-icon {
    	position: relative;
    	z-index: 99999;
	}
  	.header-nav_menus .hfe-active-menu .hfe-nav-menu-icon svg {
    	fill: #f48120;
	}
	.header-nav-menu li.menu-item.current-menu-item a {
		color: #f58220 !important;
	}
}
@media (max-width: 400px) {
	nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
  		width: 320px !important;
  	}
}


/* header css end */

/* hero section css */
 .hero-banner-slider-section .hero-banner-slider .single-banner-slider-div {
    padding: 0 20px;
}
.banner-bg-gradiant {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: -2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.50) 50%, rgba(255, 255, 255, 0.75) 74.9%, #FFF 100%);
}
.banner-heading {
    text-shadow: 0px 1px 2px rgba(3, 3, 3, 0.5);
	font-size : 62px !important;
	line-height:72px;
}
@media screen and (max-width: 1500px) {
  .hero-banner-slider-section .hero-banner-slider .single-banner-slider-div .banner-heading {
    font-size: 50px !important;
    line-height:65px;
  }
}

@media screen and (max-width: 991px) {
  .hero-banner-slider-section .hero-banner-slider .single-banner-slider-div .banner-heading {
    font-size: 4vw !important;
    line-height: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner-slider-section .elementor-background-video-container {
    display: block !important;
  }

  .hero-banner {
    padding-top: 80px;
  }
}


/* hero section css end */

/* home page css */
.common-description strong {
	color: #F48120;
}
.top-heading-description {
	max-width: 795px !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.card-divider:before {
    content: "" !important;
    border-bottom: 2px solid #F48120;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
}
.filter-grid .filter-grid-box::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 40%;
    backdrop-filter: blur(22px) saturate(120%);
    -webkit-backdrop-filter: blur(22px) saturate(120%);
    background: rgba(255, 255, 255, 0.08);
    mask-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.8) 35%,
        rgba(0, 0, 0, 0.4) 60%,
        rgba(0, 0, 0, 0) 100%
    );
    -webkit-mask-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.8) 35%,
        rgba(0, 0, 0, 0.4) 60%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
}
.filter-grid .filter-grid-box .elementor-widget-heading {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 24px;
    text-align: center;
    z-index: 2;
}

.filter-grid .filter-grid-box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    z-index: 1;
}

.form-wrapper label.input-field {
    width: 100%;
}
.form-wrapper label.input-field .wpcf7-form-control {
    display: flex;
    height: 56px;
    padding: 15px 24px;
    gap: 10px;
    border-radius: 40px;
    background: #FFF;
    border: none;
    outline: none;
    color: #48555C;
    font-size: 16px;
    font-weight: 400;
}
.form-wrapper label.input-field textarea.wpcf7-form-control{
    height: 180px;
  	border-radius: 16px;
    padding: 18px 24px;
}
.form-wrapper .wpcf7-submit {
    display: flex;
    height: 56px;
    padding: 15px 24px;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border-color: #F48120;
    background: #F48120;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-top: 45px;
    transition: .4s;
}
.form-wrapper .wpcf7-submit:hover {
    border-color: #000;
    background: #000;
}
.form-wrapper p {
    margin-bottom: 10px;
}
.form-wrapper p:last-child {
    position: relative;
    margin: 0;
}
.form-wrapper p:last-child span.wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.form-wrapper span.wpcf7-not-valid-tip {
    margin-top: 7px;
    font-size: 14px;
    margin-left: 20px;
}
/* home page css end */


/* product page css */

.Commercial-ro-grid .elementor-widget-image ,
.Commercial-ro-grid .elementor-widget-image img{
	width: 100%;
}
.benefits-grid-card:before {
    content: '';
    width: 5px;
    height: 48px;
    position: absolute;
    border-radius: 0 8px 8px 0;
    background: #F48120;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}
.product-table {
	overflow: hidden;
    overflow-x: auto;
	scrollbar-width: none;
}
.product-table>.elementor-widget-container {
min-width: 500px;
}
.feature-list ul.elementor-icon-list-items li.elementor-icon-list-item:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #081A24;
    left: 10px;
    top: 8px;
}
.feature-list ul.elementor-icon-list-items li.elementor-icon-list-item {
    padding-left: 30px;
}
.residential-thumb-image img {
    width: 78px;
    height: 78px;
    border-radius: 4px;
    border: 0.8px solid #081A24;
}
.residential-image-content .residential-image img {
	border-radius: 17.33px;
}
.product-section-banner .elementor-widget-image {
    position: absolute;
    bottom: 0;
	left:0;
}
.Commercial-ro-grid .custom_product_popup_cls {
    cursor: pointer;
}
.residential-right-content table.tafe-table thead {
    display: none;
}
.residential-right-content .housing-table table.tafe-table thead {
    display: table-header-group;
    width: 100%;
}
.contact-banner-image {
	height:100%;
}
.residential-right-content .housing-table table.tafe-table tbody td:first-child {
    width: 150px;
word-break: auto-phrase;
}

body .benefits-section {
    display: none !important;
}
@media screen and (min-width:768px) {
	.residential-image-content {
		position: sticky;
		top: 132px;
		align-self: flex-start;
	}
	.residential-image-content .Residential-image img{
		width: 100%;
	}
}
/* product page css end */


/* footer css */
footer .footer-width-fixer {
    overflow: hidden;
}

.footer-subscribe-form form {
    display: flex;
    gap: 15px;
}
.footer-subscribe-form .tnp.tnp-subscription {
    margin: 0;
}
.footer-subscribe-form form .tnp-field-email {
    flex: 1;
    margin: 0;
}
.footer-subscribe-form form .tnp-field-email input.tnp-email {
    display: flex;
    height: 56px;
    outline: none;
    border-radius: 40px;
}
.footer-subscribe-form form .tnp-field-button .custom_subscription_submit_btn {
    display: flex;
    width: 150px;
    height: 56px;
    padding: 15px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #F48120;
    border-color: #f48120;
    gap: 10px;
    transition: .4s;
}
.footer-subscribe-form form .tnp-field-button .custom_subscription_submit_btn:hover {
    background: #000;
    border-color: #000;
}
.footer-subscribe-form form p {
    display: none;
}
.footer-subscribe-form .subscription_err_msg {
    position: absolute;
    width: 100%;
}
.footer-waves .ocean {
  height: 80px; 
  width: 100%;
/*   position: absolute; */
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.footer-waves .ocean .wave {
    position: absolute;
    width: 200%;
    height: 100%;
/*     animation: wave 10s -3s linear infinite; */
	animation: move-forever 5s -2s linear infinite;
    animation-direction: reverse;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%2301608F'/%3E%3C/svg%3E");
}
.footer-waves .ocean .wave:nth-of-type(1) {
	bottom: -26px;
}

.footer-waves .ocean .wave:nth-of-type(2) {
  bottom: 0;
/*   animation: wave 18s linear reverse infinite; */
	animation-delay: -3s;
    animation-duration: 12s;
  opacity: 0.5;
}

.footer-waves .ocean .wave:nth-of-type(3) {
  bottom: 0;
/*   animation: wave 20s -1s linear infinite; */
	animation-delay: -4s;
    animation-duration: 9s;
  opacity: 0.4;
}
.footer-waves .ocean .wave:nth-of-type(4) {
    bottom: 0;
/*  animation: wave 20s -1s linear infinite; */
	animation-delay: -5s;
    animation-duration: 6s;
    opacity: 0.6;
}  
.footer-waves .ocean svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30vw;
    max-height: 116px;
    /* transform: rotate(180deg); */
    top: 0px;
}
.footer-waves .ocean .waves > use {
    animation: move-forever 5s -2s linear infinite;
    animation-direction: reverse;
    fill: #01608f;
}
.footer-waves .ocean .waves > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 12s;
}
.footer-waves .ocean .waves > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 9s;
}
.footer-waves .ocean .waves > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 6s;
}

/* @keyframes wave {
    0% {transform: translateX(0);}
    50% {transform: translateX(-25%);}
    100% {transform: translateX(-50%);}
} */
@keyframes move-forever {
   0% {
    transform: translate(-90px, 0%);
}

100% {
    transform: translate(85px, 0%);
}
}
.facebbok-link a {
    padding: 0;
    width: 90px !important;
    height: 90px;
    border-radius: 50%;
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.facebbok-link a svg {
    width: 42px;
}
.facebbok-link {
    display: flex;
    justify-content: center;
    margin-bottom: 33px !important;
    margin-top: 10px !important;
}
.contact-tag a {
    padding: 0;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 22px;
    color: #4d5a62f7 !important;
    fill: beige;
}
/* footer css end */


/* media css */
@media screen and (min-width:370px) and (max-width:767px) {
	.footer-contact-list .elementor-icon-box-wrapper {
		flex-direction: row !important;
		align-items: center !important;
	}
}
@media screen and (min-width:1025px) and (max-width:1200px) {
	.Commercial-ro-grid{
		grid-template-columns: repeat(4, 1fr) !important;
	}
}

@media screen and (max-width:400px) {
	.filter-grid,
	.our-products-image,
	.choose-ecolife-grid,
	.Commercial-ro-grid{
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.footer-subscribe-form form {
		flex-direction:column;
	}
	.product-application-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media screen and  (max-width:575px) {
  .product-section-banner {
      min-height:  230px;
  }
	.product-section-banner .contact-banner-image img {
    object-fit: cover;
  }
}
@media screen and (min-width:576px) and (max-width:799px){
  .product-section-banner {
      min-height:  250px;
  }
  .product-section-banner .contact-banner-image img {
    object-fit: cover;
  }
}
@media screen and (min-width:800px) and (max-width:1024px){
  .product-section-banner {
      min-height:  280px;
  }
}
@media screen and (min-width:1025px) and (max-width:1199px){
  .product-section-banner {
      min-height:  330px;
  }
}
@media screen and (min-width:1200px) and (max-width:1599px){
  .product-section-banner {
      min-height:  380px;
  }
}
@media screen and (min-width:1600px){
  .product-section-banner {
      min-height:  520px;
  }
}