/*
Theme Name: Horizon Family Brands
Theme URI: 
Author: Horizon
Author URI: 
Description: A custom WordPress theme built from Horizon Family Brands.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hfb
*/


/* global style */
:root {
    /* Primary Colors */
    --primary-blue: #1E3262;
    --primary-yellow: #FDE200;
    --primary-white: #FFFFFF;
	--light-white: #FCF6EE;
	--lowlight-white: #FFFCF8;

    /* Secondary Colors */
    --secondary-light-grey: #002748;
    --secondary-red: #F07B22;
    --secondary-orange: #FCB22C;
    --secondary-green: #FFEA00;
    --secondary-blue: #5F84ED;
	--medium-green:#3ABBA3;

	--primary-font: "proxima-nova",sans-serif;
	--secondary-font: "brandon-grotesque";
}

/*

font-family: proxima-nova, sans-serif;
font-weight: 500; (Medium)
font-weight: 600; (semi Bold)
font-weight: 700; (bold)
font-weight: 700; (extra bold)
font-family: brandon-grotesque, sans-serif;
font-weight: 500;
font-style: normal;
*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
	padding: 0 !important;
	margin: 0 !important;
	height: 100%;
	font-family: var(--secondary-font);
	font-size: 28px;
}
.blue-bg{
	background-color: var(--primary-blue);
}
.white-bg{
	background-color: var(--primary-white);
}
.light-white-bg{
	background-color: var(--lowlight-white);
}
.container {
	width: 1535px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.smallContainer .container {width: 1230px;}
.footer-container{
	width: 1368px;
	max-width: 100%;
	margin: 0 auto;
}
.header-wrapper{
	width:1648px;
	max-width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.wrapper-header{
	position: fixed;
	left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
}

h1,h2,h3,h4{
	font-family: var(--primary-font);
}

h1{font-size: 75px;line-height: 79px;font-weight: 600;}
h1 span{font-weight: 800;}
h2{font-size: 55px; line-height: 62px; }
h3{font-size: 40px; line-height: 44px; }
h4{font-size: 26px; line-height: 28px;}

.p-large,.p-large p{font-size: 28px;line-height: 32px;font-family: var(--secondary-font);font-weight:400;color:var(--primary-blue);} /* P1 */
.p-medium-large,.p-medium-large p{font-size: 24px;line-height: 28px;font-family: var(--secondary-font);font-weight:400;color:var(--primary-blue);}  /* P2 */
.p-medium{font-size: 20px;line-height: 24px;} /* P3 */
.p-small{font-size: 18px;line-height: 22px;} /* P4 */
.p-large.white-txt{
	color:var(--primary-white);
}
body {
    background-color: var(--lowlight-white);
	font-size: 28px;
	line-height: 32px;
	overflow-x: hidden;
}
.d-flex{
	display: flex;
}
.inner-row {
    display: flex;
	position: relative; 
}
.column-center{
	align-items: center;
}
.inner-column {
    flex: 1; 
}
.primary-btn{
	padding: 10px;
	background-color: var(--primary-blue);
	border-radius: 10px;
}
ul{padding: 0;}
a{
	text-decoration: none;
	display: inline-block;
}
.white-bt-bdr{
	border-bottom: 1px solid var(--primary-white);
}
.tp_margin_100{margin-top: 100px;}
.bt_margin_100{margin-bottom: 100px;}
.img-fluid{
	max-width: 100%;
}
.yellow_btn,.blue_btn,.cky-notice-btn-wrapper .cky-btn{
	font-size: 20px;
    min-width: 240px;
    min-height: 60px;
    text-align: center;
    border-radius: 50px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	font-weight: 700;
	letter-spacing: 0.2px;
	font-family: var(--primary-font);
}
body .form-custom-style_wrapper .form-custom-style .gform_footer .gform_button.button{
	font-size: 20px !important;
    min-width: 240px !important;
    min-height: 60px !important;
    text-align: center !important;
    border-radius: 50px !important;
    vertical-align: middle !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
	font-weight: 700 !important;
	letter-spacing: 0.2px !important;
	background: var(--primary-blue) !important;
	color: var(--primary-white) !important;
	font-family: var(--primary-font) !important;
}
body .form-custom-style_wrapper .form-custom-style .gform_footer .gform_button.button:hover,.cky-notice-btn-wrapper .cky-btn:hover{
	background: var(--secondary-blue) !important;
	color: var(--primary-white) !important;
	opacity: 1 !important;
}
body .form-custom-style_wrapper .form-custom-style .gform_footer .gform_button.button:focus{
	--gf-local-shadow: none !important;
	border: none !important;
}

.yellow_btn,.cky-notice-btn-wrapper .cky-btn{
	background: var(--primary-yellow);
	color: var(--primary-blue);
	border: none;
}
.blue_btn{
	background: var(--primary-blue);
	color: var(--primary-white);
}
.yellow_btn:hover,.blue_btn:hover{
	background: var(--secondary-blue);
	color: var(--primary-white);
}
.text-center{text-align: center;}
.medium-green{
	background-color: var(--medium-green);
}
.light-blue-bg{
	background-color: var(--secondary-blue);
}
.light-blue-bg .yellow_btn:hover{
	background:var(--primary-blue);
}
.yellow-top-animate-layer{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
	background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -15px;
	background-size: 100% 90%;
}
.left-right-section.our-benefits .wrapper-bg-layer{
	margin: initial;
	text-align: center;
/* 	overflow: hidden; */
}
html:not(.no-js) .left-right-section.our-benefits [data-aos=fade-up] {
	opacity: 1;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
html:not(.no-js) .our-benefits.small-main-imgL .inner-column.rgt [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
html:not(.no-js) .left-right-section.our-benefits [data-aos^=fade][data-aos^=fade].aos-animate, 
html:not(.no-js) .our-benefits.small-main-imgL .inner-column.rgt [data-aos^=fade][data-aos^=fade].aos-animate {
    -webkit-transform: none;
    transform: none;
}
/* End global style */

ul li a{
	font-size: 18px;
	line-height: 16px;
	font-weight: 600;
	display: inline-block;
}
.primary-menu ul li a,ul.footer-menu li a{
	font-family: var(--primary-font);
	color: rgba(255, 255, 255, 0.7);
	padding: 10px;
}
.primary-menu ul li a{
	font-weight: 700;
}
.primary-menu > ul > li.current-menu-item > a, .primary-menu > ul > li.current-menu-parent > a{
	position: relative;
	color: rgba(255, 255, 255, 1);
}
.primary-menu > ul > li.current-menu-item > a::after,.primary-menu > ul > li.current-menu-parent > a:after{
    content: ''; 
    position: absolute;
    bottom: 46px; 
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary-white); 
}
.primary-menu ul li a:hover,ul.footer-menu li a:hover{
	color: rgba(255, 255, 255, 1);
}
.primary-menu > ul{
	display: flex;
	gap:20px;
	margin: 0;
}
.primary-menu > ul > li > a{
	padding: 56.5px 10px;
}
.primary-menu li,.footer-menu li{
	list-style: none;
}
.footer-menu li a{
	text-decoration: underline;
	text-underline-offset: 4px;
	padding: 10px 0;
	letter-spacing: 0.2px;
}
.footer-section{
	margin-top: 75px;
	padding: 97px 0;
}
.copyright-txt{
	font-size: 16px;
	color:var(--primary-white);
	text-align: right;
	font-family: var(--primary-font);
	letter-spacing: 0.2px;
}
.footer-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	max-width: 442px;
}
.footer-links-items{
	display: flex;
	justify-content: end;
	gap:19px;
	align-items: center;
}
.footer-links-items li{
	list-style: none;
}
.mask-img > img{
	-webkit-mask-image: url('assets/images/circle-mask-group-global.svg');
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}
.mask-img.circle-shape-mask > img{
	-webkit-mask-image: url('assets/images/right-half-circle.svg');
	max-width: 256px;
}
.mask-img.medium-mask > img{
	-webkit-mask-image: url('assets/images/black-svg-medium.svg');
	max-width: 466px;
}
.home-hero-section{
	padding: 47px 0 160px;
}
.home-hero-section .inner-row{
	gap:84px;
}
.light-white{
	color:var(--light-white);
}
.home-hero-section h1{
	padding: 23px 0 24px;
}
.home-hero-section p{
	color:var(--light-white);
	margin-bottom: 26px;
	max-width: 510px;
}
.home-hero-section .mask-img{
	margin-bottom: 39px;
}
.logo-container {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
	margin-top: 41px;
	align-items: center;
}
.logo-item {
    max-width: 200px; 
    text-align: center;
}
.blue-sm-title{
	color:var(--primary-blue);
	font-weight: 500;
}
.p-medium-large p a{
	font-size: 24px;
    line-height: 28px;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: var(--primary-blue);
	text-decoration: underline;
}
.blue-sm-top-title{
	color:var(--primary-blue);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.blue-md-title{
	color:var(--primary-blue);
	font-weight: 500;
	margin-bottom: 30px;
	font-size: 55px;
	line-height: 62px;
}
.blue-md-title.bold,.blue-sm-title.bold,.blue-sm-title span,.blue-md-title span{
	font-weight: 700;
}
.menu-item-has-children svg{
	margin-left: 2px;
}

.family-brand .content-desc{
	padding: 30px 0;
}
.image-content-section .inner-row{
	gap:71px;
}
.image-layer,section{
	position: relative;
}
.animate-gif{
	position: absolute;
    width: 113px;
    height: 113px;
    top: -50px;
    z-index: 9999;
    left: -50px;
}
.right-half-circle-shape{
	position: absolute;
	bottom:40px;
	right:0;
}
.cta-banner-section .inner-row{
	gap:38px;
	border-radius: 20px;
	padding-left: 36px;
	padding-right: 23px;
	box-sizing: border-box;
}
.cta-banner-section .inner-column {
	flex-shrink: 0; 
	flex: initial;
}
.cta-banner-section .col-2 {
	width: 654px; 
	flex-shrink: 0; 
	padding: 103px 0;
	text-align: center;
}
.cta-banner-section .inner-column.col-1, .cta-banner-section .inner-column.col-3{
	flex-grow: 1; 
}
.cta-banner-section .inner-column.col-3{
	display: flex;
	align-items: flex-end;
	padding-bottom: 48px;
}
.light-white-title{
	color:var(--light-white);
	font-size: 68px;
    line-height: 68px;
    font-weight: 500;
	text-align: center;
}
.light-white-title span{
	font-weight: 700;
	display: inline-block;
}
.white-md-title{
	color:var(--primary-white);
	font-weight: 500;
	margin-bottom: 36px;
}
.white-md-title span{
	font-weight: 700;
}
.cta-banner-section .p-large p{
	color:var(--primary-white);
	padding: 42px 0;
}
.bottom-left-img{
	position: absolute;
	left: 36px;
	bottom: 25px;
	max-width: 150px;
}
.top-right-img{
	position: absolute;
	right: 23px;
	top: 20px;
	max-width: 150px;
}
.block-img{
	display: block;
}
.bg-layer{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.bg-layer img{
	margin:0 auto;
}
.light-white-title span:first-of-type::after,.yellow-seprator:after{
	content: "";
    display: block;
    width: 100%; 
    height: 7px; 
    background: url('assets/images/underline.svg') no-repeat;
	background-position: center center;
    background-size: contain;
	margin-top: 3px; 
}
.top-white-title.yellow-seprator span:after{
	content: none;
}
.top-white-title.yellow-seprator:after{
	background: url('assets/images/large-underline.svg') no-repeat;
	background-position: center;
	margin-top: 20px;
}
.yellow-seprator.large-underline:after{
	background: url('assets/images/large-underline.svg') no-repeat;
	margin: 0 auto;
}
.circle-shape{
	position: absolute;
	border-radius: 100%;
}
.circle-shape.left-center{
	position: absolute;
	left:0;
	top:0;
	bottom: 0;
	margin: auto;
}
.left-right-section .circle-shape.left-center {
	left: -145px;
}
.left-right-section.nurturingSec .circle-shape.left-center {
    left: -145px;
    top: unset;
    bottom: -290px;
	z-index: 1;
}
.left-right-section .circle-shape.top-right{
	top: -195px;
}
.circle-shape.top-right{
	position: absolute;
	right:0;
	top:0;
}
.left-right-section .inner-column{
	max-width: 516px;
}
.smallContainer.left-right-section .inner-column.lft {max-width: 575px;}
.smallContainer.left-right-section .inner-column.rgt {max-width: 444px;} 
.left-right-section  p{
	margin-bottom: 30px;
}
.left-right-section .inner-row{
	gap: 70px;
	padding: 0 50px;
}
.left-right-section.career .inner-column.lft{
	max-width: 700px;
}
.left-right-section.career .blue-md-title span{
	display: block;
}


.left-right-section .yellow-seprator:after{
	width: 266px;
	background-position: left center;
	background-size: 100%;
}
li.menu-item-has-children{
	position: relative;
}
.sub-menu{
	display: none; 
	position: absolute;
	top: 129px;
	left: 0;
	background-color: #ffffff;
	padding: 10px 0;
	list-style: none;
	margin: 0;
	z-index: 999;
	border-radius: 0 0 10px 10px;
	min-width: 140px;
}
.primary-menu .sub-menu li a {
	text-decoration: none;
	color: rgba(30, 51, 99, 0.7);
	font-size: 18px;
    line-height: 16px;
	display: block;
	padding: 10px;
	margin: 0 12px;
	font-weight: 400;
	position: relative;
}
.sub-menu li a:hover{
	background: rgba(30, 51, 99, 0.1);
	color: rgba(30, 51, 99,1) !important;
	border-radius: 5px;
}
.sub-menu li a:hover::after {
    content: ''; 
    position: absolute;
    top: 50%; 
	right: 0px;
    transform: translate(-50%, -50%); 
    width: 14px; 
    height: 14px; 
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L6%206L1%2011%22%20stroke%3D%22%231E3363%22%2F%3E%3C%2Fsvg%3E');
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center; 
    transition: background 0.3s ease; 
}
.menu-item-has-children:hover .sub-menu {
	display: block;
}
.animate-gallery-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
/* Initially hide all GIFs */
.gif-animate {
    opacity: 0;
	visibility: hidden;  
    transform: translateY(50px); 
    transition: opacity 0.3s ease-in-out; 
}
.gif-animate.visible {
    opacity: 1;
	visibility: visible;
    transform: translateY(0); /* Reset to the original position */
}
.animate-gallery-slider .gallery-img {
    width: 436px;  /* Fixed width for each slide */
	height: 344px; /* Keep the height 100% to fill the container */
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    margin-right: 54px;  /* 54px gap between slides */
}

.animate-gallery-slider .gallery-img:last-child {
    margin-right: 0;  /* Remove the margin on the last slide */
}
.animate-gallery-slider .gallery-img img {
	width: auto;
    height: auto;
    display: block;
    max-width: 440px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
    top: auto;
    margin: auto;
    max-height: 375px;
    object-fit: contain;
}
.animate-gallery-slider .gallery-img.outer-img img{
	bottom: 0;
	top: 0;
	width: auto;
	max-height: 414px;
}
.image-content-section.family-brand .img-box-large .img-fluid{
	box-shadow: 8px 11px 14.6px 0px #00000014;
} 
.page-content p{
	margin-bottom: 30px;
	color: var(--primary-blue);
}
.page-content ul{
	margin-left: 30px;
	margin-bottom: 30px;
}
.page-content ul li::marker{
	font-size: 18px;
}
.our-benefits .content-desc ul li::marker{
	font-size: 21px
}
.page-content p a{
	color: var(--secondary-blue);
}
.animate-gallery-slider .slick-list{
	padding: 38px 0;
}
.img-box-large{
	box-shadow: 8px 11px 14.6px rgba(217, 217, 217, 0.08);
}
.img-box-large .img-fluid{
	border-radius: 45px;
}
.post-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.post-thumbnail {
    position: relative;
    max-height: 392px;
    overflow: hidden;
	height: 392px;
}
.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
	border-radius: 20px;
}
.post-thumbnail:hover img {
    transform: scale(1.05);
}
.post-categorie-lists{
	position: absolute;
    top: 25px;
    left: 25px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;	
}
.post-categorie-lists .post-cat-name{
	background-color: var(--primary-blue);
    color: #fff;
    padding: 5px 17.5px;
    font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	font-weight: 700;
	border-radius: 100px;
	font-family: var(--primary-font);
	display: inline-block;
} 
.post-categorie-lists a{
	color:var(--primary-white);
	font-family: var(--primary-font);
}
.post-info{
	position: absolute;
	bottom: 25px;
	left: 25px;
    right: 25px;
}
.post-white-title{
    color: var(--primary-white);
    font-weight: 700;
	margin-bottom: 25px;
}
.white-btn{
    font-size: 16.41px;
    background-color: var(--primary-white);
    color: var(--primary-blue);
	border-radius: 100px;
	padding: 8.5px 17px;
	line-height: 16.4px;
	letter-spacing: 0.16px;
	font-family: var(--primary-font);
}
.post-info .white-btn{
	font-size: 20px;
	padding: 10.5px 20px;
	font-weight: 700;
}
.news-listing-page-wrapper .post-info .white-btn{
	font-size: 19px;
    font-weight: 700;
	padding: 10.5px 27px;
}
.post-link{
	display: block;;
}
.white-btn:hover,.post-item:hover .white-btn{
    color: var(--primary-white);
	background-color:var(--secondary-blue);
}
.post-section-title{
	font-size:55px;
	color: var(--primary-white);
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 62px;
}
.post-section-title span{
	font-weight: 600;
}
.news-lists-row{
	padding: 44px 65px 40px;
	border-radius: 22px;
}
.slick-dots li button{
	display: none;
}
.news-slick-slider{
	padding: 76px 0 76px;
}
.slick-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 10px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
}
.slick-dots li {
	display: inline-block;
	width: 71.54px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.44);
	transition: background-color 0.3s ease;
	border-radius: 5px;
	margin: 0 5px;
	cursor: pointer;
}
.slick-dots li.slick-active {
	background-color: var(--primary-white);
}
.slick-dots li:hover {
	background-color: var(--primary-white);
}
.slick-prev.slick-arrow,.slick-next.slick-arrow{
	position: absolute;
	bottom: -4px;
	z-index: 10;
	border:none;
	background: transparent;
	cursor: pointer;
}
.slick-arrow.slick-disabled{
	opacity: 0.5;
}
.slick-prev {
	left: 50%;
	transform: translateX(-50%) translateX(-200px); 
}
.slick-next {
	left: 50%;
	transform: translateX(-50%) translateX(200px); 
}
.animated-arrow{
	position: absolute;
    right: 60px;
    bottom: 20px;
    max-width: 180px;
	opacity: 40%;
}
.bottom-ellipse-shape:after{
	content: '';
    position: absolute;
    bottom: -250px;
    left: 0;
    width: 100%;
    height: 356px;
    background: url(assets/images/bottom-curve-shape.svg) no-repeat center bottom;
    background-size: cover;
    z-index: 0;
    right: 0;
}
.center-animate-img{
	max-width: 178px;
    position: absolute;
    left: -70px;
    margin: auto;
    z-index: 2;
    top: -38px;
    opacity: 40%;
}
.left-right-section.career .center-animate-img{
	left: -225px;
	top: 0px;
}
.overlay{
	position: absolute;
    top: auto;
	bottom:0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
}
.social-link-item.link-item img{
	opacity: 70%;
}
.social-link-item.link-item:hover img{
	opacity: 100%;
}
.main-header{
	position: relative;
    z-index: 9999999;
	height: 130px;
}
/*
.main-header.stikcy-header{
	position: fixed;
    top: 0;  
    z-index: 99999;
    width: 100%;
	transform: translateY(0);
	animation: fadeDown 0.8s ease-out;
}
@keyframes fadeDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}*/
.cta-banner-section.theme-1{padding-bottom: 28px;}
.toggle-menu{display: none;}
.sidebar{display: none;}
.news-posts-section{padding-bottom: 92px;}
.mobile_only{
	display: none;
}
.relative{
	position: relative;
}
.left-right-section.career{
	margin: 130px 0 164px;
}
.top-animate-img{
	position: absolute;
    top: -120px;
    left: 0;
}
.our-impact .content-desc{
	padding: 21px 52px 43px 0px;
}
.desktop-reverse{
	flex-direction: row-reverse;
}
.right-gif .animate-gif{
	position: absolute;
    width: 93px;
    height: 93px;
    top: -33px;
    z-index: 9999;
    left: auto;
    right: 0px;
}
.our-impact .blue-sm-title span{
	display: block;
}
.top-white-title{
	font-size: 55px;
	line-height: 62px;
	font-weight: 500;
	color:var(--primary-white);
	padding: 47px 0 65px;
}
.brands .top-white-title{
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
	color:var(--primary-white);
}
.top-white-title span{
	font-weight: 700;
}
.header-top-row{
	max-width: 924px;
    margin: 0 auto;
}
.header-top-section{
	padding-bottom: 130px;
	
}
.overflowHidden {overflow: hidden;}
.product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 127px; 
    list-style: none;
    padding: 0;
    margin: 0;
}
.products-columns{
	max-width: 1360px;
    margin: 0 auto;
}
.product-list .product-images{
	display: flex;
	position: relative;
    align-items: baseline;
    justify-content: center;
	max-width: 100%;
}
.product-item.even-product .product-images{
    margin-left: -12px;
}
.product-img {
	max-width: 200px; 
	position: relative;
	transition: transform 0.3s ease;
}
.product-title{
	text-align: center;
	color:var(--primary-white);
	font-weight: 500;
	position: absolute;
	bottom: 24px;
    z-index: 3;
	font-family: var(--primary-font);
	letter-spacing: 0.2px;
	font-size: 24px;
    line-height: 28px;
}
.product-inner-item{
	width: 100%;
    height: 480px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 21px;
	flex-direction: column;
	position: relative;
	background-size: cover;
}
.product-img.left,.product-img.right{
	z-index: 2;
}
.odd-product .product-img.left{
	max-width: 200px;
    max-height: 290px;
    object-fit: cover;
	left: 58px;
	top: 10px;
}
.odd-product .product-img.center{
	max-width: 190px;
    max-height: 325px;
	object-fit: cover;
}
.odd-product .product-img.right{
	max-width: 190px;
    max-height: 295px;
	object-fit: cover;
	right: 62px;
	top: 10px;
}
.product-item{
	position: relative;
	overflow: hidden;
	border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}
.product-item:hover .yellow_btn{
	background: var(--secondary-blue);
    color: var(--primary-white);
}
.product-item:hover .product-img.left{
	transform: translateX(-8px);
}
.product-item:hover .product-img.right{
	transform: translateX(8px);
} 

.product-item.even-product .product-img.left{
	max-width: 240px;
    max-height: 278px;
    object-fit: cover;
	left: 82px;
    top: 20px;
}
.product-item.even-product .product-img.center{
	max-width: 241px;
    max-height: 317px;
    object-fit: cover;
}
.product-item.even-product .product-img.right{
	max-width: 233px;
	max-height: 290px;
	object-fit: cover;
	right: 82px;
	top: 20px;
}
.top-pattern-animate{
	display: none;
    opacity: 0;
    transform: translateY(-100px); 
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    position: absolute;
    z-index: 1;
	max-width: 2100px;
    max-height: 92px;
    left: 50%;
	margin-left: -88px;
	transform: translateY(-50px);
	animation: fadeInDown 1s forwards;
	top: 3px;
	overflow: hidden;
}
@keyframes fadeInDown {
	0% {
	  opacity: 0;
	  transform: translateY(-50px); 
	}
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
}
.top-pattern-animate img{
	max-width: 210px;
    max-height: 92px;
	object-fit: cover;
}
.product-item:hover .top-pattern-animate{
	display: block;
    opacity: 1;
    transform: translateY(0); 
    z-index: 2;
}
.small-device{
	display: none;
}
.our-impact .right-half-circle-shape{
	bottom: auto;
    top: 0;
}
.cta-banner-section.theme-2{
	padding-bottom: 138px;
}
.cta-banner-section.theme-2 .inner-row{
	padding: 68px 180px 68px 126px;
}
.cta-banner-section.theme-2 .inner-column{
	flex: 1;
}
.cta-banner-section.theme-2 .inner-column .img-fluid.block-img{
	max-width: 550px;
}
.cta-banner-section.theme-2 .white-md-title{
	padding-top: 59px;
	font-weight: 700;
}
.cta-banner-section.simple-img-heart-icon .white-md-title {
    padding-top: 0;
}
.cta-banner-section.certified-b-corp.theme-2 .inner-row{
	padding: 105px 114px 130px 114px;
}
.samePaddingTB.cta-banner-section.certified-b-corp.theme-2 .inner-row.medium-green {
  padding-top: 100px;
  padding-bottom: 100px;
}
.samePaddingTB.cta-banner-section.certified-b-corp.theme-2 .inner-row.medium-green p:last-child {padding-bottom: 0;}
.cta-banner-section .above-layer-img{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
    right: 0;
	margin: auto;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.family-brand.our-story .blue-sm-title,
.family-brand.our-story .content-desc{
	max-width: 512px;
}
.team-header .top-white-title span{
	display: block;
}
.team-header .top-white-title{
	padding: 88px 0 50px;
}
.timeline-header{
	padding-bottom: 63px;
    text-align: center;
    width: 708px;
    margin: 0 auto;
}
.timeline-section{
	margin-top: 121px;
}
.timeline-header h1{margin-bottom: 24px;}
.timeline-img img {
    max-width: 568px;
    min-width: 568px;
    height: 358px;
    border-radius: 34px;
    object-fit: cover;
    object-position: center;
}
.step-dot {
    margin-bottom:69px;
}
.story-card-lists .dot.step-dot:last-child{
	margin-bottom:0;
}
.h-full{
    height: 100%;
}
.sticky-step{
    top: 175px;
    position: sticky;
	max-width: 465px;
}
.sticky-step .blue-md-title{
	font-size: 40px;
	line-height: 44px;
}
.timeline-history{
    display: flex;
    flex-direction: row;
    row-gap: 100px;
    max-width: 1370px;
    margin: 0 auto;
}
.year{
	position: absolute;
    display: inline-block;
	font-size: 23px;
	line-height: 37px;
	font-weight: 700;
	color:var(--primary-blue);
	background-color: var(--primary-white);
	border-radius: 37px;
	padding: 0px 36.5px;
	top:38px;
	left: 44px;
	font-family: var(--primary-font);
}
.progress-bar {
    position: absolute;
    top: 20px;
    left: 35px;
    width: 6px;
    height: 100%;
	background-color: rgba(30, 50, 98, 0.1);
}
.progress-bar--increment {
    background-color: rgba(30, 50, 98, 1);
    position: absolute;
    top: 20px;
    left: 35px;
    width: 6px;
    min-height: 8%;
    z-index: 1;
}
.progress-bar--circle {
    display: block;
    width: 36px;
    height: 36px;
    left: -100px;
    top: 0;
    position: absolute;
    border-radius: 50%;
    z-index: 2;
    border: 7px solid rgba(30, 50, 98, 0.1);
    background:var(--lowlight-white);
    margin-left: -2px;
}
.progress-bar--circle.active {
	border: 7px solid rgba(30, 50, 98, 1);
    animation: pulse-animation 2s infinite;
}
.progress-steps {
    position: relative;
}
.multi-step-col.dashed .dot::before {
    content: none;
}
.flex-column{
	width: 50%;
	flex-direction: column;
}
.left-history{
	padding-top: 20px;
}
.multi-step-col{
	padding-left: 120px;
	overflow: hidden;
	padding-top: 20px;
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}
/* issue when hide */
.timline-card .timeline-desc{
	display: none;
}

.top-brand-pattern{
	position: absolute;
    top: -175px;
    left: 91px;
    z-index: -1;
}
.right-brand-pattern{
	position: absolute;
    right: 0;
    top: 20px;
}
.bottom-brand-left{
	position: absolute;
	top:40%;
	left:0;
}
.our-team-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 110px; 
    margin: 0 auto;
	max-width: 1175px;
	position: relative;
}
.team-member-profile{
	position: relative;
	width: 228px;
	height: 180px;
	margin: 0 auto;
}
.team-item{
	text-align: center;
	min-height: 530px;
}
.circle-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.3s ease-in-out;
	z-index: 0;
}
.member-profile {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
.member-profile img{
	max-width: 271px;
}
.team-member-profile:hover .circle-mask {
	transform: scale(1.2); 
}
.team-title{
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin-bottom: 20px;
	color:var(--primary-blue);
	font-family: var(--primary-font);
}
.team-name{
	font-size: 32px;
	font-weight: 700;
	color:var(--primary-blue);
}
.team-description p{
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.2px;
	color:var(--primary-blue);
}
.team-description .contact-name{
	font-size: 20px;
	font-weight: 700;
}
.team-description-wrapper{margin-top: 60px;text-align: center;position: relative;}
.team-description{
	display: none;
	max-height: 0; 
    opacity: 0; 
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out; 
	box-shadow: 0px 4px 49.3px 0px #00000021;
	padding: 43px 40px 43px 40px;
	background: var(--primary-white);
	border-radius: 10px;
}
.team-description.open{
	opacity: 1; 
	display: block;
	top: -80px;
    position: absolute;
    z-index: 10;
	max-width: 100%;
	max-height: none;
}
.close-team-description{
	cursor: pointer;
	cursor: pointer;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 10px;
}
.close-team-description svg{
	width: 12px;
    height: 12px;
}
.team-contact{
	margin-top: 22px;
}
.grey-btn{
	background: rgba(30, 50, 98, 0.11);
	display: block;
	border-radius: 8px;
	padding: 12px 5px 10px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:17px;
}
.grey-btn svg{
	width: 31px;
	height: 31px;
}
.read-more-link{
	box-shadow: 0px 4px 49.3px 0px rgba(0, 0, 0, 0.13);
    background: var(--primary-white);
	padding: 22px 27px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.2px;
	font-weight: 600;
	border-radius: 10px;
	color:var(--primary-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--primary-font);
}
.read-more-link span {
	flex-grow: 1; 
    text-align: center;
}
.two-column-content{
	margin-bottom: 125px;
}
.two-column-content .inner-row{
	max-width: 1352px;
	gap:84px;
    align-items: stretch;
	margin: 0 auto;
}
.two-column-content .inner-column{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	box-shadow: 0px 4px 49.3px 0px #00000021;
	border-radius: 34px;
	position: relative;
	overflow: hidden;
	background: var(--primary-white);
}
.two-column-content .blue-sm-title,.three-column-content .blue-sm-title{
	font-weight: 700;
	margin-bottom: 30px;
}
.two-column-content .content-desc {
	margin-bottom: 30px;
	padding-right: 0;
}
.two-column-content  .content-box{
	padding: 55px 89px;
}
.corner-effect svg{
	position: absolute;
	transition: all 0.3s ease;
}
.top-right-corner svg{
    right: 0;
    top: 0;
    border-radius: 0 34px;
}
.two-column-content .inner-column:hover .top-right-corner svg {
	transform: scale(1.6);
}
.two-column-content .inner-column:hover .blue_btn,.column-card:hover .blue_btn{
	background: var(--secondary-blue);
}
.left-pattern-img{
	position: absolute;
	left: 0;
	top:36px;
}
.top-right-pattern-img{
	position: absolute;
    right: 126px;
    top: -110px;
    z-index: 1;
}
.bottom-left-corner svg{
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
    width: 0;
    height: 0;
    transition: width 0.3s ease, height 0.3s ease;
}

.shape_style_2 .left-pattern-img {
  top: -110px;
  left: 110px;
}
.shape_style_2 .top-right-pattern-img {
  top: 20px;
  right: -50px;
}

.two-column-content .inner-column:hover .bottom-left-corner svg{
	width: 80px;
    height: 80px;
}
.bottom-right-corner svg{
    right: 0;
    bottom: 0;
}
.two-column-content .inner-column:hover .bottom-right-corner svg{
	transform: scale(1.9);
}
.top-left-corner svg{
    top: 0;
    left: 0;
    transform: rotate(180deg);
    width: 0;
    height: 0;
    transition: width 0.3s ease, height 0.3s ease;
}
.two-column-content .inner-column:hover .top-left-corner svg{
	width: 80px;
    height: 80px;
}
.load-more-btn{
	display:none;
}
.career-top .top-white-title.yellow-seprator:after{
	content: none;
}
.career-top .top-white-title{
	padding: 88px 0 30px;
}
.career-top .header-top-row{
	padding-bottom: 98px;
}
.header-top-section .p-large p{
	color: var(--primary-white);
}
.header-top-section .content-desc{
	margin-bottom: 30px;
}
.cta-banner-section.h2-bold h3,
.h2-bold .blue-sm-top-title{
	font-size: 50px;
	line-height: 62px;
	font-weight: 700;
	margin-bottom: 16px;
	text-transform: capitalize;
}
.h2-bold .blue-sm-top-title{
	text-transform: none;
}
.left-right-section.justify-center .inner-row{
	justify-content: center;
}
.left-right-section.justify-spacebetween .inner-row{
	justify-content: space-between;
}
.left-right-section.our-culture .inner-column.lft{
	max-width: 535px;
}
.left-right-section.our-culture .inner-row{
	gap: 66px;
}
.our-benefits .content-desc ul{
	padding-left: 35px;
}
.our-benefits .content-desc ul li{
	line-height: 32px;
}
.our-benefits .inner-column.lft .bottom-separator{
	margin-bottom: 35px;
	margin-left: 12px;
}
.our-benefits .inner-column.rgt{
	max-width: 717px;
}
.wrapper-bg-layer{
	width: 557px;
    height: 451px;
    margin: 0 auto;
	position: relative;
}
.our-story-career .blue-sm-top-title{
	margin-bottom: 11px;
}
.our-story-career .blue-md-title{
	font-size: 40px;
    line-height: 44px;
	margin-bottom: 40px;
}
.our-benefits .inner-column.rgt .image-layer{
	width: 100%;
    height: 100%;
	transition: transform 0.8s ease-in-out;
	transform-origin: bottom;
}
/*
.our-benefits .wrapper-bg-layer:hover .image-layer{
	transform: scale(1.16);
}*/
.yellow-top-animate-layer{display: none;}
.our-culture .yellow-top-animate-layer{display: block;}
.our-benefits .inner-column.rgt img{
	position: absolute;
    top: 0px;
    max-width: 580px;
    bottom: 0;
    margin: auto;
}
.our-benefits .inner-column.rgt .block-img {
	margin: auto auto 0;
	width: 100%;
	left: 0;
	right: 0;
}
.our-benefits.small-main-img .inner-column.rgt .block-img,
.our-benefits.small-main-imgL .inner-column.rgt .block-img {max-height: 94%;object-fit: contain;}
.our-benefits.small-main-imgL .inner-column.rgt .block-img {max-width: 82%;margin: auto 18px -2px;}

.impactProdSec .bg-layer {
  height: 100%;
}
.impactProdSec .block-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  max-height: 100%;
  margin: 0 auto;
}
.impactProdSec .right-arrow {
  position: absolute;
}
.impactProdSec .wrapper-bg-layer {
  width: 444px;
  height: 360px;
}

.left-right-section .inner-column .img-fluid.right-arrow{
	right: -90px;
    top: 30px;
}
.left-right-section.our-benefits{
	margin-bottom: 160px;
}
.three-cols-container{
	max-width: 1440px;
	margin: 0 auto;
}
.column-card-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
}
.column-card {
	box-sizing: border-box;
    box-shadow: 0px 4px 49.3px 0px #00000021;
    border-radius: 34px;
    position: relative;
    overflow: hidden;
    padding: 40px 40px 64px 40px;
    background: var(--primary-white);
    display: flex;
    flex-direction: column;  
    min-height: 100%; 
}
.column-card .content-box{
	display: flex;
    flex-direction: column;
    flex-grow: 1; 
    justify-content: space-between;
}
.column-card .content-desc {
    padding-bottom: 24px;
    flex-grow: 1; 
}
.column-card .top-right-corner svg{
	width:0;
	height: 0;
    transition: width 0.3sease, height 0.3sease;
}
.column-card:hover .top-right-corner svg{
	width: 80px;
	height: 80px;
}
.career-three-col{
	margin-top: 10px;
}
.column-card .yellow_btn, .column-card .blue_btn{
	max-width: 240px;
}
.cta-banner-section.theme-2 .p-large p{
	padding: 0  0 40px;
}
.contact-header .top-white-title{
	padding: 0 0 5px;
	font-weight: 700;
}
.contact-header .header-top-row{
	padding: 115px 0 150px;
}
.left-right-mask-image{
    position: absolute;
    top: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.contact-bg-img{
	position: relative;
}
.contact-bg-img.left-align{
	width: 283px;
	height: 312px;
}
.contact-bg-img.right-align{
	width: 297px;
	height: 327px;
}
.contact-bg-img.left-align img{
	position: absolute;
    top: -22px;
    left: 0;
    right: 0;
	max-width: 100%;
	width: 235px;
}
.header-top-section.contact-header{
	padding-top: 20px;
}
.contact-bg-img.right-align img{
	max-height: 325px;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    top: -23px;
}
.contact-header .content-desc p{
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
	font-family: var(--primary-font);
}
.form-custom-style_wrapper{
	margin-top: 34px;
}
.form-section .blue-sm-title{
	margin-bottom: 18px;
}
.form-custom-style_wrapper .form-custom-style .gfield input, .form-custom-style_wrapper .form-custom-style .gfield textarea{
	background: transparent;
    border: none;
	border-bottom: 1px solid var(--primary-blue);
	box-shadow: none;
	border-radius: 0;
	font-size: 20px;
	line-height: 24px;
    letter-spacing: 0.2px;
	font-weight: 600;
	color: var(--primary-blue);
	padding: 0 0 13px;
	--gf-local-height: 34px;
	font-family: var(--primary-font);
}
.form-custom-style_wrapper .form-custom-style .gform_fields{
	row-gap: 44px
}
.form-custom-style_wrapper .form-custom-style .charleft.ginput_counter.gfield_description{
	display: none;
}
.form-custom-style_wrapper .form-custom-style .textarea.small{
	resize: initial;
	overflow: hidden;
	--gf-local-height: 34px;
	min-block-size: 1rem;
}
.form-section .inner-row{
	gap: 182px;
	max-width: 1143px;
    margin: 0 auto;
}
.form-section .inner-column.left-column{
	min-width: 586px;
}
.form-custom-style_wrapper .gform_validation_errors{
	display: none !important;
}
.form-custom-style_wrapper .gform_footer{
	margin-top: 53px !important;
}
.form-custom-style_wrapper .logo-container{
	margin-top: 65px;
}
.form-section{padding-bottom: 44px;}
.read-more-txt{
	display: none;
}
.blue-large-title{
	font-size: 179px;
	line-height: 150px;
	letter-spacing: 3px;
	font-weight: 800;
	margin-bottom: 5px;
	color:var(--primary-blue);
}
.not-found-msg{
	color:var(--primary-blue);
	padding: 32px 0 55px;
}
.not-found-content{
	max-width: 628px;
	margin: 0 auto;
}
.not-found-content .yellow-seprator:after{
	width: 395px;
	background-size: cover;
}
.top-left-svg{
	position: absolute;
    top: -130px;
    left: 135px;
}
.bottom-right-svg{
	position: absolute;
	right: 0;
	top: 145px;
}
.error-404.not-found{
	padding: 115px 0px 70px;
	position: relative;
}
.not-found-page-pattern svg{
	max-width: 100%;
	height: auto;
}
.cky-consent-bar .cky-notice-des{
	padding-right: 120px;
}
.cky-consent-bar .cky-notice-des p,.cky-notice-des a{
	font-size: 20px;
	line-height: normal;
}
.cky-consent-bar .cky-notice-des a{
	color:var(--secondary-blue);
}
.cky-btn-revisit{
	display: none;
}
.privacy-header-top .left-right-mask-image{
	top: 17px;
}
.privacy-header-top .contact-bg-img{
	max-width: 130px;
	background-position: initial;
}
.header-top-section.light-white-bg .top-white-title{
	color: var(--primary-blue);
}
.page-content h3{
	margin-bottom:15px;
}
.form-section .logo-container{
	position: relative;
} 
.form-section .form-right-animate-gif{
	max-width: 144px;
    right: -60px;
    position: absolute;
    top: -70px;
    opacity: 40%;
}
.center-arrow-align .center-animate-img{
	max-width: 148px;
	left: -100px;
	top: -38px;
}
.center-arrow-align .inner-column.left-column{
	position: relative;
}
.single-top-header .top-white-title{
	padding: 0 0 34px;
	font-weight: 700;
}
.single-top-header .top-white-title.yellow-seprator:after{
	background-position: left;
	margin-top: 28px;
}
.single-left-detail p{
	color:var(--primary-white);
	font-size: 24px;
	letter-spacing: 0.2px;
    line-height: 28px;
}
.post-detail-wrapper{
	display: flex;
}
.post-detail-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 250px; 
}
.post-content {
	flex: 1;
}
.post-sidebar {
	width: 194px;
}
.category-name {
    text-transform: uppercase;
	border-right: 2px solid;
    padding-right: 10px;
}
.post-date{
	padding-left: 10px;
}
.post-content h4,.post-content h3,.post-content h2{
	padding-bottom: 13px;
	color:var(--primary-blue);
}
.post-content p{
	color:var(--primary-blue);
	padding-bottom: 25px;
	font-size: 24px;
}
.post-content img{
	max-width: 100%;
	border-radius: 35px;
	margin-bottom: 25px;
	width: 100%;
	object-fit: cover;
}
.sidebar-share-buttons h4{
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.2px;
	padding-right: 23px;
	color: var(--primary-blue);
}
.social-share-links li{
	list-style:none;
}
.sidebar-share-buttons,.social-share-links{display: flex;}
.social-share-links{
	align-items: center;
	gap: 6px;
}
.tooltip {
	display: none;
	position: absolute;
	top: -35px;
	background-color: var(--primary-blue);
	padding: 1px 14px;
	border-radius: 20px;
	font-size: 14px;
	color: var(--primary-white);
	right: -20px;
}
.social-share-links li {
	position: relative;
}
.post-sidebar h4.wp-block-heading{
	margin-bottom: 24px;
}
.wp-block-latest-posts__featured-image{
	border-radius: 15px;
}
.wp-block-latest-posts__featured-image img{
	width: 100%;
	border-radius: 15px;
	object-fit: cover;
	margin-bottom: 15px;
	display: block;
	max-height: 175px !important;
	height: 175px !important;
}
.wp-block-latest-posts__post-title{
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color:var(--primary-blue);
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
	margin-bottom: 52px;
}
.sidebar-share-buttons{
	padding-bottom: 112px;
}
.wp-block-latest-posts__post-title:after{
	content: '';
    display: inline-block;
	width: 15px;
    height: 15px;
    margin-left: 15px; 
    background-size: contain;
    cursor: pointer; 
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%2215%22%20viewBox%3D%220%200%209%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.263311%2013.4237L6.50979%207.50906L0.26331%201.56205C-0.581309%200.778272%200.804044%20-0.562296%201.64755%200.255002L8.77208%206.95341C9.07597%207.24747%209.07597%207.73719%208.77208%207.99882L1.64755%2014.7623C0.802929%2015.546%20-0.581337%2014.2066%200.263311%2013.4228L0.263311%2013.4237Z%22%20fill%3D%22%231E3262%22/%3E%3C/svg%3E');
	transition: transform 0.8s ease;
    background-repeat: no-repeat;
}
.wp-block-latest-posts__post-title:hover:after {
    transform: translateX(15px); 
}
.wp-block-latest-posts__featured-image a:hover .wp-block-latest-posts__post-title:after {
    transform: translateX(15px); 
}
.wp-block-latest-posts__featured-image a{
	width: 100%;
	display: block;
}
.inner-column.single-right-detail{
	position: relative;
}
.inner-column.single-right-detail img{
	position: absolute;
    left: auto;
    right: 20px;
	right: 0px;
    z-index: 6;
    -webkit-mask-position: top;
    bottom: -96px;
    max-width: 511px;
    max-height: 374px;
    object-fit: cover;
    object-position: center;
}
.inner-column.single-right-detail img{
	-webkit-mask-image: url(assets/images/medium-mask-img.svg);
}

.single-top-header{
	padding: 50px 0 65px;
}
.all-new-wrapper{
	position: absolute;
    bottom: -100px;
	z-index: 1;
}
.post-main-wrapper{
	position: relative;
}
.post-main-wrapper .single-page-bottom-pattern{
	position:absolute;
	right: 0;
	bottom: 330px;
}
.single-left-detail{
	padding-bottom: 60px;
	min-width: 800px;
}
.all-news-link{
	color: #445267;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
	letter-spacing: 0.2px;
	font-family: var(--primary-font);
	text-decoration: underline;
	text-underline-offset: 4px;
	font-weight: 600;
}
.news-row{
	display: flex;
	gap: 45px;
}
.first-column {
	width: 577px;
}
.news-column.first-column .post-item{
	width: 100%;
	height: 100%;
	max-height: 829px;
	margin: 0;
}
.news-column.first-column .post-inner-detail,.news-column.first-column .post-thumbnail{
	height: 100%;
}
.news-listing-page-wrapper .post-thumbnail{
	min-height: 392px;
	max-height: 100%;
	width: 100%;
}
.news-listing-page-wrapper .news-listing-post .post-thumbnail{
	max-height: 392px;
	width: 100%;
}
.news-listing-page-wrapper .post-link{
	display: flex;
}
.post-thumbnail img{
	min-height: 100%;
}
.load-more-block{
	margin: 30px 0 auto;
    text-align: center;
}
.second-column {
	flex: 1; 
}
.news-listing-page-wrapper{
	max-width: 1370px;
	margin: 0 auto;
}
.category-lists ul{
	display: flex;
	gap: 39px;
	justify-content: center;
}
.news-listing-page-wrapper .category-lists{
	margin-bottom: 76px;
}
.category-tab .white-btn{
	box-shadow: 0px 4px 49.3px 0px #00000021;
    min-width: 197px;
    height: 57px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
    line-height: 28px;
	border-radius: 10px;
}
.white-btn.active{
	color: var(--primary-white);
    background-color: var(--secondary-blue);
}
.news-inner-column-lists{
	display: flex;
	gap:44px;
	flex-wrap: wrap;
	row-gap: 44px;
}
.news-inner-column-lists .post-item{
	width: 350px;
	margin-right: 0;
	margin-left: 0;
	flex-basis: calc(50% - 22px);
}
.news-listing-post{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 39px;
    margin-top: 39px;
	column-gap: 44px;
	position: relative;	
}
.no-post-found{
	text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -60px;
	color: var(--primary-blue);
	font-size: 28px;
	font-family: var(--primary-font);
}
.category-lists ul li{
	list-style: none;
}
.news-listing-page-wrapper .post-item .post-white-title{
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.2px;
	font-family: var(--secondary-font);
	font-weight: 500;
}
.news-header .top-white-title.yellow-seprator:after{
	margin-top: 20px;
}
.news-header .header-top-row{
	max-width: 622px;
}
.news-header .top-right-pattern-img{
	right: 0;
    top: 0;
}
.news-header .left-pattern-img{
	left: 30px;
    top: -230px;
}
.header-top-section.news-header{
	padding-top: 0;
	padding-bottom: 10px;
}
.header-top-section.news-header .top-white-title{
	padding-bottom: 0;
}
.news-listing-post .post-item{
	width: auto;
	margin: 0;
}
.category-lists .category-dropdown-btn{
	display: none;
}
.post-categorie-lists.featured{
	display: flex;
    align-items: center;
	gap: 13px;
	justify-content: center;
	width: 185px;
	height: 46px;
	background-color:var(--secondary-blue);
	border-radius: 100px;
}
.featured-text{
	color: var(--primary-white);
	font-weight: 600;
	letter-spacing: 0.2px;
	font-size: 20px;
	font-family: var(--primary-font);
}

.form-section .logo-item:hover{
	opacity: 0.6;
}
.privacy-content{
	max-width: 1030px;
    margin: 0 auto;
}
.left-right-section.career .inner-column{
	max-width: 650px;
}
.left-right-section.career .mask-img > img{
	-webkit-mask-position: top;
}
.image-content-section.our-impact .circle-shape.left-center{
	top: 15px;
    left: -140px;
}
.image-content-section.our-impact .circle-shape.left-center svg{
	width: 270px;
    height: 221px;
}

.left-right-section.our-culture .inner-column{
	max-width: 651px;
}
.left-right-section.our-benefits .inner-row{
	gap:50px;
}
.team-item.open{
	position: relative;
	z-index: 2;
}
.gif-loading-container{
	display: none;
}
.image-content-section{
	overflow-x: hidden;
	padding-top: 50px;
}
.image-content-section.tp_margin_100{
	margin-top: 50px;
}
.image-content-section.our-impact{
	padding-top: 217px;
    margin-top: 0;
}
.image-content-section.our-impact .inner-row{
	max-width: 1345px;
	margin: 0 auto;
}
.image-content-section.our-impact .inner-column.left-column{
	min-width: 713px;
}
.timeline-section .top-brand-pattern{
	z-index: 0;
	top: -250px;
}
body .gform_confirmation_message{
    margin-top: 20px !important;
    font-size: 22px !important;
    color: var(--primary-blue) !important;
	font-weight: 600;
}
.team-description .team-desc{
	min-height: 175px;
}
.cta-banner-section.theme-2 .image-layer.bg-layer{
	background-size: 468px;
}
.news-column.first-column .post-inner-detail .post-link{
	min-height: 100%;
}
.news-column.first-column .post-thumbnail{
	min-height: 100%;
    height: auto;
	width: 100%;
}
.our-story-career .blue-md-title{
    line-height: 50px;
}
.left-right-section.our-story-career .yellow-seprator:after{
	margin-top: 20px;
}
.left-right-section.our-story-career .center-animate-img{
	left: -150px;
    top: -20px;
}
.animate-gallery-slider {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.animate-gallery-slider .slick-track {
    display: flex;
    justify-content: center;
}
html {
    scroll-behavior: smooth;
}
.news-listing-page-wrapper .featured-part .post-item .post-white-title{
	font-size: 40px;
	line-height: 44px;
	font-family: var(--primary-font);
	font-weight: 500;
	padding-right: 50px;
}
.single-post .post-content a{
	color:#5F84ED;
}
.single .container{
	width: 1400px;
}
.single h2{
	font-size: 40px;
}
.single h3{
	font-size: 26px;
}
/*.h2-bold .blue-sm-top-title
.product-item > a{
	display: block;
}
*/

.simple-img-heart-icon .mask-img.medium-mask > img {
  -webkit-mask-image: unset;
  -webkit-mask-size: unset;
  -webkit-mask-position: unset;
  -webkit-mask-repeat: unset;
  max-width: 100%;
  aspect-ratio: 14.5 / 9;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 45px;
}
.simple-img-heart-icon .mask-img .animate-gif {
	left: auto;
	right: -20px;
	top: -30px;
	transform: rotate(35deg);width: 100px;height: 100px;
}
.cta-banner-section.theme-2.h2-bold .white-md-title {
	padding-top: 0;
}
.small-sub-title.left-right-section .blue-md-title::after {display: none;}
.small-sub-title.left-right-section .blue-md-title {
  	font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
}
h2.blue-md-title.yellow-seprator span {
    padding: 0 5px;
	font-weight: 700;
}
h2.blue-md-title.yellow-seprator span:first-child {
    padding-left: 0;
}
h2.blue-md-title.yellow-seprator span:last-child {
    padding-right: 0;
}
.no-pattern-img-bg .mask-img.circle-shape-mask > img {
	-webkit-mask-image: unset;
	-webkit-mask-size: unset;
	-webkit-mask-position: unset;
	-webkit-mask-repeat: unset;
}
.inner-row.column-center.col-center h3 {
    text-align: center;
    margin-bottom: 40px;
    color: #1e3262;
}
.inner-row.column-center.col-center {
    justify-content: center;
}
.zindex1 .inner-row {z-index: 1;}

@media (min-width: 1921px) {
	.animate-gallery-slider.no_fullscreen_slider .slick-list{
		width: 1905px;
	}
}

@media (min-width: 1800px) {
	.single-top-header{
		padding: 50px 0 130px;
	}
	.header-top-section.team-header{
		padding-bottom: 140px;
	}
}

@media (max-width: 1728px) {
	.bottom-ellipse-shape:after{
		bottom: -106px;
		height: 178px;
	}
}

@media (min-width: 1700px) {
	.post-item {
		width: 435px;
		margin-right: 50px;
	}
}

@media (max-width: 1699px) {
	.post-item {
		margin: 0 15px;
	}
}

/* Media Query css */
@media (min-width: 768px){
	.sperator-hide-desktop .bottom-separator {display: none;}
}
@media (max-width: 1680px) {
	.header-wrapper{
		padding: 0 25px;
	}
	.container{
		max-width: 96%;
  		padding: 0 30px;
	}
	.mask-img.circle-shape-mask img{
		max-width: 200px;
	}
	.top-right-pattern-img{
		right: 30px;
	}
	.left-right-mask-image{
		width: 96%;
	}
}

@media (max-width: 1550px) {
	.animated-arrow,.center-animate-img{
		max-width: 150px;
	}
	h1{
		font-size: 70px;
	}
	h3{
		font-size: 36px;
  		line-height: 42px;
	}
	h2{
		font-size: 48px;
  		line-height: 58px;
	}
	.center-animate-img{
		left: -45px;
        top: -25px;
	}
	.animated-arrow{
		bottom: 0;
	}
	.footer-container{
		max-width: 96%;
		padding: 0 30px;
	}
	.product-item{
		width: 100%;
		margin: 0 auto;
	}
	.product-list{
		gap: 50px;
	}
	.left-right-section .inner-column .img-fluid.right-arrow{
		right: -88px;
	}
	.single-top-header .top-white-title{
		font-size: 48px;
		line-height: 54px;
	}
	.first-column{
		max-width: 500px;
	}
	.news-listing-page-wrapper .news-inner-column-lists .post-thumbnail,.news-listing-page-wrapper .news-listing-post .post-thumbnail{
		min-height: 352px;
		max-height: 352px;
	}
	.news-inner-column-lists .post-item{
		flex-basis: calc(50% - 15px);
	}
	.news-inner-column-lists{
		gap: 30px;
		row-gap: 30px;
	}
	.news-listing-post{
		row-gap: 30px;
		column-gap: 30px;
	}
	.news-row{
		gap: 30px;
	}
	.our-impact .right-half-circle-shape{
		max-width: 80px;
	}
	.image-content-section.our-impact .circle-shape.left-center{
		left: -120px;
	}
	.image-content-section.our-impact .circle-shape.left-center svg{
		width: 210px;
		height: 170px;
	}
	.center-arrow-align .center-animate-img{
		top: -88px;
	}
	.timeline-section .bottom-brand-left{
		display: none;
	}
	.timeline-section .top-brand-pattern{
		top: -190px;
		left: 18px;
		max-width: 200px;
	}
	.timeline-section .right-brand-pattern{
		max-width: 100px;
	}
	.product-inner-item{
		height: 100%;
		background-size: contain;
	}
	.product-item .yellow_btn{
		position: relative;
        z-index: 2;
	}
	.product-list .product-item{
		overflow: visible;
	}
	.product-item.even-product .product-img.center{
		max-width: 220px;
  		max-height: 300px;
	}
	.product-item.even-product .product-img.left{
		max-width: 230px;
  		max-height: 260px;
	}
	.product-item.even-product .product-img.right{
		max-width: 220px;
  		max-height: 265px;
	}
	.odd-product .product-img.center{
		max-width: 180px;
  		max-height: 315px;
	}
	.odd-product .product-img.left,.odd-product .product-img.right{
		max-width: 180px;
  		max-height: 280px;
	}
	.product-list .product-images{
		padding-bottom: 20px;
	}
}

@media (max-width: 1400px) {
	h1{
		font-size: 60px;
  		line-height: 70px;
	}
	.p-large, .p-large p{
		font-size: 24px;
  		line-height: 30px;
	}
	.cta-banner-section .col-2{
		width: 600px;
	}
	.timeline-img img{
		max-width: 100%;
		min-width: 100%;
		height: auto;
	}
	.top-right-pattern-img{
		max-width: 200px;
	}
	.left-pattern-img{
		max-width: 140px;
	}
	.left-right-section .inner-column .img-fluid.right-arrow{
		right: -95px;
	}
	.first-column{
		max-width: 470px;
	}
	.news-listing-page-wrapper .news-inner-column-lists .post-thumbnail, .news-listing-page-wrapper .news-listing-post .post-thumbnail{
		min-height: 334px;
        max-height: 334px;
	}
	.news-header .left-pattern-img{
		left: 30px;
		top: -200px;
		max-width: 200px;
	}
	.mask-img.circle-shape-mask img{
		max-width: 150px;
	}
	.image-content-section.our-impact .inner-column.left-column{
		min-width: auto;
	}
	.left-right-section.our-benefits .inner-column .img-fluid.right-arrow{
		right: -45px;
        top: -90px;
	}
	.left-right-section.our-benefits .wrapper-bg-layer{
		max-width: 100%;
	}
	.our-benefits .inner-column.rgt img{
		/*! top: 10px; */
		max-width: 560px;
	}
	.left-right-section.career .center-animate-img{
		left: -105px;
		max-width: 130px;
	}
	.single-left-detail{
		min-width: initial;
	}
}

@media (max-width: 1300px) {
	.animated-arrow,.center-animate-img{
		max-width: 100px;
	}
	.news-lists-row{
		padding: 38px 30px 48px;
	}
	.center-animate-img {
        left: -14px;
        top: 0px;
    }
	.odd-product .product-img.left{
		max-width: 130px;
		max-height: 210px;
	}
	.odd-product .product-img.center{
		max-width: 125px;
		max-height: 230px;
	}
	.odd-product .product-img.right{
		max-width: 118px;
    	max-height: 230px;
		right: 44px;
	}
	.product-title{
		font-size: 22px;
	}
	.product-item.even-product .product-img.left{
		max-width: 150px;
		max-height: 190px;
		left: 65px;
	}
	.product-item.even-product .product-img.center{
		max-width: 160px;
		max-height: 235px;
	}
	.product-item.even-product .product-img.right{
		max-width: 150px;
		max-height: 190px;
		right: 50px;
	}
	.products-columns{
		max-width: 96%;
	}
	.our-impact .right-half-circle-shape{
		max-width: 70px;
	}
	.sticky-step{
		max-width: 100%;
        padding-right: 60px;
	}
	.cta-banner-section.theme-2 .inner-row{
		padding: 150px 90px 150px 90px;
	}
	.cta-banner-section.theme-2 .inner-column .img-fluid.block-img{
		max-width: 440px;
	}
	.cta-banner-section.theme-2 .white-md-title{
		padding-top: 25px;
	}
	.top-right-pattern-img{
		top: -50px;
		max-width: 150px;
	}
	.left-pattern-img{
		max-width: 150px;
	}
	.close-team-description{
		top: 10px;
	}
	.team-description{
		padding: 55px 25px 43px 25px;
	}
	.our-benefits .inner-column.rgt{
		max-width: 516px;
	}
	.left-right-section .inner-column .img-fluid.right-arrow{
		right: -35px;
        max-width: 100px;	
	}
	.our-benefits .inner-column.rgt img{
		max-width: 565px;
	}
	.not-found-page-pattern .top-left-svg{
		left: 12px;
        max-width: 190px;
        top: -95px;
	}
	.bottom-right-svg{
		top: 115px;
		max-width: 160px;
	}
	.form-section .form-right-animate-gif{
		max-width: 104px;
		right: -40px;
		top: -50px;
	}
	.form-section .inner-row{
		gap: 100px;
	}
	.single-top-header .top-white-title{
		font-size: 40px;
		line-height: 50px;
	}
	.image-content-section .circle-shape.left-center{
		display: none;
	}
	.yellow-top-animate-layer{
		top: -12px;
	}
	.cky-consent-bar .cky-notice-des{
		padding-right: 50px;
	}
	.cta-banner-section.theme-2 .image-layer.bg-layer{
		background-size: 360px;
	}
	.left-right-section.career .center-animate-img{
		top: -102px;
	}
	.blue-md-title{
		font-size: 48px;
		line-height: 58px;
	}
	
}

@media (max-width: 1200px) {
	.news-listing-page-wrapper .news-row{
		display: block;	
	}
	.news-listing-page-wrapper .first-column{
		max-width: 100%;
	}
	.news-inner-column-lists,.news-listing-post{
		display: grid;
		grid-template-columns: repeat(2, 1fr)
	}
	.news-inner-column-lists .post-item{
		width: 100%;
	}
	.news-listing-page-wrapper .post-link{
		display: block;
	}
	.news-column.first-column{
		margin-bottom: 30px;
		width: 100%;
	}
	.news-column.first-column .post-item{
		max-height: 600px;
	}
	.cta-banner-section.certified-b-corp.theme-2 .inner-row{
		padding: 100px 80px 130px 80px;
	}
	.samePaddingTB.cta-banner-section.certified-b-corp.theme-2 .inner-row.medium-green {padding-top: 80px;padding-bottom: 80px;}
	.circle-shape.top-right{
		top: -90px;
	}
	.left-right-section .inner-row{
		gap: 50px;
	}
	.circle-shape.left-center{
		max-width: 40px;
	}
	.left-right-section.career .circle-shape.left-center{
		top: -300px;
	}
	.left-right-section.career svg{
		max-width: 40px;
	}
	.left-right-section.our-benefits .inner-row{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 90px;
	}
	.img-box-large .img-fluid{
		border-radius: 20px;
	}
	.timeline-section .top-brand-pattern{
		max-width: 150px;
	}
	.news-column.first-column .post-inner-detail, .news-column.first-column .post-thumbnail{
		height: 600px;
	}

	.simple-img-heart-icon .mask-img .animate-gif {width: 70px;height: 70px;}
}

@media (max-width: 1149px) {
	.slick-prev{
		transform: translateX(-50%) translateX(-277px);
	}
	.slick-next{
		transform: translateX(-50%) translateX(277px);
	}
	.cta-banner-section.theme-2 .white-md-title{
		font-size: 30px;
        line-height: normal;
	}
	.our-team-lists {
        grid-template-columns: repeat(2, 1fr);
    }
	.two-column-content .content-box{
		padding: 55px 50px;
	}
	.top-white-title{
		font-size: 40px;
		line-height: 50px;
	}
	.top-white-title.yellow-seprator:after{
		margin-top: 20px;
	}
	.left-right-section .inner-row{
		padding: 0;
	}
	.our-benefits .inner-column.rgt .image-layer{
		max-width: 100%;
	}
	.header-top-section.career-top .content-desc{
		padding: 0 90px;
	}
	.column-card .yellow_btn, .column-card .blue_btn{
		min-width: 100%;
	}
	.column-card{
		padding: 40px 25px 40px 25px;
	}
	h3{
		font-size: 32px;
        line-height: normal;
	}
	.column-card .p-medium-large{
		font-size: 20px;
		line-height: normal;
	}
	.three-column-content .blue-sm-title {
		margin-bottom: 20px;
	}
	.left-right-mask-image{
		position: initial;
		width: 350px;
        margin: 0 auto;
	}
	.contact-bg-img{
		background-position: initial;
	}
	.contact-bg-img.left-align{
		width: 149px;
		height: 173px;
	}
	.contact-bg-img.right-align{
		width: 157px;
		height: 183px;
	}
	.contact-bg-img.left-align img{
		max-width: 150px;
	}
	.contact-bg-img.right-align img{
		max-height: 178px;
		top: -18px;
	}
	.contact-header .header-top-row{
		padding: 50px 0 25px;
	}
	.header-top-section.contact-header{
		padding-bottom: 100px;
	}
	.form-section .inner-row{
		gap: 65px;
	}
	.form-section .inner-column.left-column{
		min-width: 510px;
	}
	.contact-header .content-desc p{
		font-size: 30px;
		line-height: 36px;
	}
	.privacy-header-top .left-right-mask-image{
		width: 290px;
	}
	.privacy-header-top .top-white-title{
		padding: 47px 0 35px;
	}
	.header-top-section.privacy-header-top {
		padding-bottom: 70px;
	}
	.single-top-header .inner-row{
		display: block;
	}
	.single-left-detail{
		text-align: center;
	}
	.single-top-header .top-white-title.yellow-seprator:after{
		background-position: center;
	}
	.inner-column.single-right-detail img{
		left: auto;
        right: auto;
        margin-bottom: -50px;
        z-index: 999;
        position: relative;
        top: 50px;
	}
	.all-new-wrapper{
		position: absolute;
		bottom: auto;
		top: -48px;
		left: -25px;
	}
	.all-news-link{color: var(--primary-white);}
	.single-top-header{
		padding: 75px 0 65px;
	}
	.single-left-detail{
		padding-bottom: 15px;
	}
	.post-detail-wrapper{
		display: block;
	}
	.post-sidebar{
		width: 100%;
	}
	.wp-block-latest-posts.wp-block-latest-posts__list li{
		display: flex;
		gap: 20px;
		border-bottom: 2px solid #1E32621A;
		padding-bottom: 20px;
		align-items: center;
		margin-bottom: 20px;
	}
	.single-page-bottom-pattern{
		display: none;
	}
	.social-share-links svg{
		width: 57px;
		height: 57px;
	}
	.category-lists ul{
		gap: 25px;
	}
	.news-header .top-right-pattern-img{
		display: none;
	}
	.slick-prev{
		transform: translateX(-50%) translateX(-240px);
	}
	.slick-next{
		transform: translateX(-50%) translateX(240px);
	}
	.wp-block-latest-posts__featured-image img{
		min-width: 194px;
		margin-bottom: 0px;
	}


}


@media (max-width: 1024px) {
	.animate-gallery-slider .gallery-img {
        width: 436px;
        margin-right: 53px;
    }
	.post-item {
        width: 320px;  
    }
	.toggle-menu{
		display: block;
		cursor: pointer;
	}
	.toggle-menu .close-icon,.toggle-menu.active .hamburger-icon,.primary-menu{
		display: none;
	}
	.toggle-menu.active .close-icon,.primary-menu.active{
		display: block;
	}
	.header-wrapper {
		padding: 38px 25px 25px;
	}
	.custom-logo{
		max-width: 180px;
	}
	.primary-menu.active{
		position: absolute;
		top: 80px;
		z-index: 9999;
	}
	.primary-menu > ul{
		display: block;
	}	
	/* Sidebar styles */
	.sidebar {
		position: fixed;
		top: 123px;
		left: 0; /* Initially hidden off-screen */
		width: 250px;
		height: 100%;
		background-color: var(--lowlight-white);
		transition: left 0.3s ease;
		z-index: 99999;
		display: none;
		opacity: 0;
	}

	.sidebar-content {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		padding: 57px 0 140px;
		background-color: var(--primary-blue);
	}

	.sidebar-menu {
		list-style-type: none;
		padding: 0;
		width: 285px;
		margin: 0 auto;
	}

	.sidebar-menu li {
		text-align: left;
		margin-bottom: 34px;
	}

	.sidebar-menu li a {
		text-decoration: none;
		display: block;
		font-size: 26px;
		font-weight: 700;
		padding: 0 0 15px;
		border-bottom: 2px solid rgba(255, 255, 255, 0.26);
		font-size: 26px;
  		font-weight: bold;
		color:var(--primary-white);
		line-height: 28px;
	}

	.sidebar.open {
		left: 0; /* Show the sidebar when the class 'open' is added */
		width: 100%;
		opacity: 1;
		display: block;
	}

	body.sidebar-open,html.sidebar-open{
		overflow: hidden;
	}
	.sidebar.open{
		overflow-y: auto;
	}
	.sidebar-open .toggle-menu .hamburger-icon {
		display: none;
	}
	.sidebar-open .toggle-menu .close-icon {
		display: block;
	}
	.sidebar .bottom-ellipse-shape{
		position: relative;
	}
	.siderbar-footer{
		background-color: var(--lowlight-white);
		text-align: center;
	}
	.sidebar.open .bottom-ellipse-shape::after{
		bottom: -3px;
        height: 100px;
	}
	.siderbar-footer h4 a{
		color: var(--primary-blue);
		border-bottom: 4px solid var(--primary-blue);
		display: inline-block;
	}
	.siderbar-footer .footer-links-items{
		justify-content: center;
		gap: 0;
		flex-wrap: nowrap;
		max-width: 140px;
		margin: 0 auto;
	}
	.siderbar-footer  .social-link-item.link-item{
		padding: 0;
	}
	.siderbar-footer .social-link-item.link-item img{
		opacity: 100%;
	}
	.menu-item-has-children svg{
		margin-left: 26px;
		position: relative;
  		top: -3px;
		transition: transform 0.3s ease;
	}
	.menu-item-has-children.active .submenu-toggle-icon{
		transform: rotate(180deg);
	}
	.menu-item-has-children svg path{
		stroke-opacity: 1 !important;
	}
	.image-content-section .inner-row,.home-hero-section .inner-row,.left-right-section .inner-row{
		gap: 40px;
	}
	h1{
		font-size: 48px;
        line-height: 52px;
	}
	h3{
		font-size: 32px;
        line-height: 38px;
	}
	h2{
		font-size: 40px;
        line-height: 45px;
	}
	.bt_margin_100{
		margin-bottom: 70px;
	}
	.left-right-section.our-benefits {
		margin-bottom: 90px;
	}
	.tp_margin_100{
		margin-top: 70px;
	}
	.mask-img.circle-shape-mask img{
		max-width: 110px;
	}
	.circle-shape.left-center{
		max-width: 40px;
	}
	.center-animate-img{
		left: 70px;
	}
	.sidebar-content .sub-menu{
		position: initial;
		background-color: transparent;
		border-bottom: 2px solid rgba(255, 255, 255, 0.26);
		border-radius: 0;
		padding: 15px 0;
	}
	.sidebar-menu  .sub-menu li{
		margin-bottom: 0;
	}
	.sidebar-menu .sub-menu li a{
		font-size: 18px;
		border-bottom: none;
		margin: 0;

        padding-bottom: 5px;
	}
	.sidebar-menu .sub-menu li:last-child{
		margin-bottom: 0;
	}
	.sidebar-menu .sub-menu li:last-child a{
		padding-bottom: 0;
	}
	.menu-item-has-children:hover .sub-menu{
		display: none;
	}
	.sidebar-menu .sub-menu.active{
		display: block;
	}
	.top-right-pattern-img{
		right: 20px;
		max-width: 110px;
	}
	.left-pattern-img{
		max-width: 120px;
	}
	.header-top-section{
		padding-bottom: 85px;
	}
	.header-top-section .bottom-ellipse-shape:after{
		bottom: -60px;
        height: 104px;
	}
	.header-top-section{
		padding-bottom: 40px;
	}
	.form-section{
		padding-bottom: 0;
    	padding-top: 40px;
	}
	.left-right-section.our-benefits .inner-column .img-fluid.right-arrow{
		top: 0px;
	}
	.sub-menu li a:hover{
		color: var(--primary-white) !important;
	}
	.main-header{
		height: 122px;
	}

	.simple-img-heart-icon .mask-img .animate-gif {width: 60px;height: 60px;}

}

@media (max-width: 1023px) {
	.inner-row.column-reverse{
		flex-direction: column-reverse;
	}
	.container{
		padding: 0 30px;
	}
	.inner-column.col-2{
		width: 100%;
	}
	body .inner-row{
		display: flex;
		flex-wrap: wrap;
	}
	.inner-row .inner-column{
		width: 100%;
		flex: auto;
	}
	.cta-banner-section .inner-row{
		padding: 30px;
	}
	.cta-banner-section .inner-column.col-3{
		justify-content: center;
	}
	.hidden-mobile{
		display: none;
	}
	.mobile_only{
		display: block;
	}
	.desktop_only,.copyright-txt{display: none;}
	body .footer-container .inner-row{
		display: flex;
        flex-wrap: initial;
	}
	.footer-links-items{
		flex-wrap: wrap;
	}
	.footer-links-items li{
		width: 100%;
		text-align: center;
	}
	.footer-logo{
		margin-bottom: 18px;
	}
	.footer-section{
		padding: 58px 0 37px;
	}
	.footer-menu li a{
		font-weight: 600;
		color: rgba(255, 255, 255, 1);
		font-size: 15px;
		padding: 7px 0;
	}
	.social-link-item.link-item img{
		opacity: 100%;
	}
	.cta-banner-section .col-2{
		padding: 20px 0;
	}
	.left-right-section.career .inner-column{position: relative;}
	.left-right-section.career  .top-animate-img{
		left: auto;
    	right: 0;
		top: -38px;
	}
	.left-right-section.career{
		margin: 60px 0 80px;
	}
	.cta-banner-section.theme-1 .inner-column.col-2{
		order: 1;
	}
	.cta-banner-section.theme-1 .inner-column.col-1{
		order: 2;
	}
	.cta-banner-section.theme-1 .inner-column.col-3{
		order: 3;
	}
	.cta-banner-section .inner-row{
		justify-content: center;
		align-items: baseline;
	}
	.inner-column.col-1, .inner-column.col-3{
		flex: 1 1 44%;
	}
	.cta-banner-section .inner-column.col-1, .cta-banner-section .inner-column.col-3{
		flex-grow: initial;
	}
	.cta-banner-section .inner-column.col-1 .img-fluid{
		max-height: 270px;
	}
	.home-hero-section p{
		max-width: 100%;
	}
	.light-white-title{
		font-size: 40px;
		line-height: normal;
	}
	.news-posts-lists .yellow_btn{
		display: inline-flex;
		margin: 40px 0 auto;
		justify-content: center;
	}
	.product-list{
		grid-template-columns: 1fr;
	}
	.our-impact .right-half-circle-shape{
		display: none;
	}
	.left-history,.progress-bar,.progress-bar--increment,.progress-steps{
		display: none;
	}
	.multi-step-col{
		padding-left: 0;
	}
	.timeline-history{
		display: block;
	}
	.flex-column{
		width:100%;
	}
	.bottom-brand-left,.right-brand-pattern{
		display: none;
	}
	.multi-step-col.right-history{
		background: var(--medium-green);
		padding: 34px 19px 44px 17px;
		border-radius: 18px;
	}
	.story-card-lists .step-dot{
		margin-bottom: 0;
	}
	.timeline-img img{
		width: 100%;
		object-fit: cover;
		max-height: 100%;
		max-height: 320px;
	}
	.timline-card .timeline-desc{
		display: block;
		text-align: center;
		margin-top: 37px;
		padding: 0 15px;
	}
	.timeline-desc .blue-md-title, .timeline-desc .content-desc p{
		color:var(--primary-white);
	}
	.story-card-lists .slick-list{
		padding-bottom: 65px;
	}
	.timeline-desc .blue-md-title{
		font-size: 26px;
		line-height: normal;
		margin-bottom: 11px;
	}
	.timeline-desc .content-desc p{
		font-size:18px;
		line-height: 22px;
		letter-spacing: 0.2px;
	}
	.story-card-lists{
		max-width: 500px;
		margin: 0 auto;
	}
	.story-card-lists .slick-prev{
		transform: initial;
        left: 10px;
	}
	.story-card-lists .slick-next{
		transform: initial;
		right:10px;
		left: auto;
	}
	.cta-banner-section.theme-2 .top-right-img, .cta-banner-section.theme-2 .bottom-left-img{
		display: none;
	}
	.cta-banner-section.theme-2 .white-md-title{
		text-align: center;
		margin-bottom: 20px;
	}
	.cta-banner-section.theme-2 .inner-column{
		text-align: center;flex: auto;
	}
	.cta-banner-section.theme-2 .inner-row{
		padding: 56px 20px 81px 20px;
	}
	.cta-banner-section.theme-2 .inner-row{
		gap:53px;
	}
	.bottom-right-corner svg{
		bottom: auto;
    	top: 0;
	}
	.top-left-corner svg{
		top: auto;
		bottom: 0;
	}
	.two-column-content .inner-column .bottom-left-corner svg,
	.two-column-content .inner-column .top-left-corner svg{
		width: 65px;
		height: 65px;
		display: none;
	}
	.left-right-section.h2-bold .blue-sm-top-title,.left-right-section.our-culture .content-desc{
		text-align: center;
	}
	.left-right-section .bottom-separator{text-align: center;}
	.left-right-section .inner-column .img-fluid.right-arrow{
		bottom: -100px;
        top: auto;
		right: -15px;
		max-width: 70px;
		left: auto;
	}
	.left-right-section.impactProdSec .inner-column .img-fluid.right-arrow {bottom: -50px;}
	.our-benefits .inner-row{
		gap: 64px;
	}
	.left-right-section.our-benefits .bottom-separator, .left-right-section.our-benefits .blue_btn{display: none;}
	.column-card-lists{
		grid-template-columns: repeat(1, 1fr);
	}
	.column-card{
		max-width: 500px;
        margin: 0 auto;
	}
	.column-card .yellow_btn, .column-card .blue_btn{
		min-width: initial;
	}
	.cta-banner-section.certified-b-corp.theme-2 .inner-row{
		padding: 61px 100px 64px 100px;
	}
	.samePaddingTB.cta-banner-section.certified-b-corp.theme-2 .inner-row.medium-green {padding-top: 60px;padding-bottom: 60px;}
	.contact-header .content-desc p{
		font-size: 24px;
		line-height: 34px;	
	}
	.form-section .form-right-animate-gif{
		right: -100px;
        top: -35px;
	}
	.form-section .logo-container{
		display:inline-flex;
	}
	.news-slick-slider{
		padding: 23px 0 76px;
	}
	.left-right-section.career .circle-shape.left-center{
		top: -160px;
		left: -35px;
	}
	.left-right-section.career .circle-shape.top-right{
		top: -110px;
	}
	.left-right-section.career svg {
		max-width: 130px;
	}
	.mask-img.circle-shape-mask img{
		max-width: 125px;
	}
	.yellow-top-animate-layer{
		top: -15px;
	}
	.left-right-section.career  .center-animate-img,
	.image-content-section.center-arrow-align .center-animate-img{
		display: none !important;
	}
	.image-content-section.our-impact{
		padding-top: 60px;
	}
	.column-card .top-right-corner svg{
		width: 80px;
		height: 80px;
	}
	.product-item.even-product .top-pattern-animate{
		display: none;
	}
	.product-item.even-product .product-images{
		padding-bottom: 30px;
	}
	.product-list .product-item{
		margin: 0 auto 75px;
	}
	.no-pattern-img-bg:after {
		content: '';
		background: url(/wp-content/uploads/2025/08/Vector.png);
		position: absolute;
		width: 249px;
		bottom: -20px;
		height: 10px;
		background-repeat: no-repeat;
		background-position: center;
		left: 0;
		right: 0;
		text-align: center;
		margin: 0 auto;
	}
}

@media (max-width: 960px) {
	.left-right-section .circle-shape.left-center {
		left: -210px;
        bottom: -200px;
	}
	.bottom-right-svg{
		top: -45px;
		max-width: 155px;
	}
	.blue-large-title{
		font-size: 150px;
	}
	.not-found-content .yellow-seprator:after{
		width: 300px;
    	background-size: contain;
	}
	.news-listing-page-wrapper .category-lists {
		position: relative;
        display: flex;
        justify-content: center;
        max-width: 291px;
        margin: 0 auto 54px;
	}
	.category-tab .white-btn{
		box-shadow:0px 0px 18.3px 0px rgba(0,0,0,.08);
	}
	.news-listing-page-wrapper .category-dropdown-btn {
		background: #fff;
		height: 58px;
		width: 291px;
		border: none;
		text-align: center;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		font-weight: 700;
		color:var(--primary-blue);
		border-radius: 10px;
		transition: all 0.3s ease;
		box-shadow: 0px 4px 49.3px 0px #00000021;
	}
	.news-listing-page-wrapper .category-lists.open .category-dropdown-btn{
		border-radius: 10px 10px 0 0;
	}
	.category-dropdown-btn svg {
		margin-left: 17px;
		transition: transform 0.3s ease;
	}
	.category-lists.open svg {
		transform: rotate(180deg);
	}
	.news-listing-page-wrapper .category-dropdown {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding: 10px 0;
		background: #fff;
		border-radius: 0 0 5px 5px;
		z-index: 10;
	}
	.category-lists.open .category-dropdown {
		display: block;
	}
	.category-tab .white-btn{
		max-width: 100%;
    	min-width: 100%;
	}
	
	.category-tab {
		padding: 8px 20px;
		text-align: left;
		font-size: 14px;
	}
	.category-tab a {
		display: block;
		color: #333;
		text-decoration: none;
		padding: 10px;
		border-radius: 4px;
	}
	.category-tab a:hover {
		background-color: #f5f5f5;
	}
	
	.header-top-section.news-header{
		padding-bottom: 0;
	}
	.news-listing-page-wrapper .news-inner-column-lists .post-thumbnail, .news-listing-page-wrapper .news-listing-post .post-thumbnail{
		min-height: 100%;
        max-height: initial;
	}
	.image-content-section.family-brand .right-half-circle-shape{
		display: none;
	}


}

@media (max-width: 768px) {
	h2.blue-md-title.yellow-seprator span {
		padding: 3px 5px;
		display: block;
	}
/* 	.mask-img.circle-shape-mask {
		opacity: 0;
	} */
	.shape_style_2 .left-pattern-img {
		top: -45px;
		left: 60px;
	}
	.shape_style_2 .top-right-pattern-img{
		top: unset;
        bottom: 90px;
        max-width: 90px;
	}
	.header-top-section .header-top-row {
		padding: 40px 15px;
	}
	.left-right-section p,.small-sub-title.left-right-section .blue-md-title{
		text-align: center;
		justify-content: center;
		margin-bottom: 15px;
	}
	.post-item {
        width: 100%;  /* Take full width on mobile */
    }
	.custom-logo{
		max-width: 120px;
	}
	h1{
		font-size: 40px;
        line-height: 44px;
	}
	.home-hero-section h1{
		padding-right: 30px;
	}
	.cta-banner-section .inner-column.col-1 .img-fluid{
		max-height: 230px;
	}
	.animated-arrow,.center-animate-img{
		display: none;
	}
	.animate-gallery-slider .gallery-img{
		width: 199px;
		height: 157px;
	}
	.animate-gallery-slider .gallery-img img{
		max-width: 190px;
        max-height: 155px;
	}
	.animate-gallery-slider .gallery-img.outer-img img{
		max-height: 188px;
	}
	.animate-gallery-slider{
		margin-top: -4px;
	}
	.animate-gallery-slider .slick-list{
		padding: 17px 0 30px;
	}
	.animate-gif{
		width: 65px;
		height: 65px;
		top: -20px;
		left: -8px;
	}
	.home-hero-section{
		padding: 31px 0 100px;
	}
	.animate-gallery-slider .gallery-img{
		margin-right: 24px;
	}
	.right-half-circle-shape{
		display: none;
	}
	.light-white-title{
		font-size: 26px;
		line-height: 34px;
		max-width: 240px;
        margin: 0 auto;
	}
	.light-white-title span:first-of-type::after{
		content: none;
	}
	.cta-banner-section .light-white-title:after{
		content: "";
		display: block;
		width: 100%;
		height: 7px;
		background: url(assets/images/underline.svg) no-repeat;
		background-position: center center;
		background-size: contain;
		margin-top: 3px;
	}
	.img-fluid.bottom-left-img,.img-fluid.top-right-img{display: none;}
	.slick-dots li{
		width: 35px;
        height: 9px;
	}
	.slick-dots{
		gap: 0px;
        padding: 0 40px;
		row-gap: 18px;
	}
	.slick-prev {
        transform: translateX(-50%) translateX(-160px);
    }
	.slick-next {
        transform: translateX(-50%) translateX(160px);
    }
	.post-section-title{
		font-size: 32px;
		line-height: normal;
	}
	.slick-list .post-item{
		margin: 0;
	}
	.news-lists-row{
		padding: 44px 18px 56px;
	}
	.post-white-title{
		font-size: 20px;
		line-height: normal;
		margin-bottom: 20px;
		font-weight: 600;
	}
	.news-listing-page-wrapper .post-item .post-white-title,.news-listing-page-wrapper .featured-part .post-item .post-white-title{
		font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
        font-weight: 600;
		font-family: var(--primary-font);
		color: var(--light-white);
	}
	.news-listing-page-wrapper .featured-part .post-item .post-white-title{
		padding-right: 0;
	}
	.container,.footer-container{
		max-width: 100%;
	}
	.footer-logo img{
		max-width: 174px;
	}
	.left-right-section .inner-column{
		max-width: 100%;
	}
	.left-right-section .inner-row{
		padding: 0 45px;
	}
	.left-right-section.career .inner-row{
		padding: 0 18px;
	}
	.left-right-section.career .top-animate-img{
		top: -10px;
		max-width: 42px;
	}
	.home-hero-section h1{
		padding: 0px 0 11px;
	}
	.top-white-title{
		font-size: 26px;
		line-height: normal;
	}
	.odd-product .product-img.left{
		max-width: 80px;
		max-height: 120px;
		left: 24px;
	}
	.odd-product .product-img.center{
		max-width:	73px;
        max-height: 153px;
	}
	.odd-product .product-img.right{
		max-width: 75px;
        max-height: 120px;
		right: 25px;
	}
	.product-title {
        font-size: 18px;
		bottom: 13px;
    }
	.product-item.even-product .product-img.left{
		max-width: 90px;
        max-height: 115px;
        left: 42px;
		top: 15px;
	}
	.product-item.even-product .product-img.center{
		max-width: 101px;
        max-height: 139px;
	}
	.product-item.even-product .product-img.right{
		max-width: 90px;
        max-height: 115px;
        right: 40px;
		top: 15px;
	}
	.product-item.even-product .product-images{
		margin-left: 0px;
	}
	.top-white-title{
		padding: 36px 20px 50px;
	}
	.product-item .yellow_btn{
		max-width: 252px;
	}
	.right-gif .animate-gif{
		width: 54.75px;
		height: 54.75px;
		top: -20px;
        right: 0px;
	}
	h3{
		font-size: 26px;
		line-height: normal;
	}
	.blue-md-title{
		font-size: 40px;
		line-height: 50px;
	}
	.timeline-header{
		max-width: 100%;
		padding-bottom: 25px;
	}
	.top-brand-pattern{
		top: -122px;
		left: 25px;
		max-width: 91px;
	}
	.timeline-section{
		margin-top: 105px;
	}
	.our-team-lists {
        grid-template-columns: 1fr;
		margin-bottom: 41px; 
    }
	.top-white-title.yellow-seprator:after{
		margin-top: 14px;
		max-width: 249px;
		margin: 5px auto 0;
		background-size: contain;
	}
	.team-header .top-white-title{
		padding: 58px 0 48px;
	}
	.left-pattern-img{
		max-width: 83px;
		left: -47px;
		top: 0;
	}
	.team-description-wrapper{
		max-width: 319px;
		margin: 60px auto 0;
	}
	.team-item{
		margin-bottom: 0;
		min-height: 410px;
	}
	.load-more-btn{
		display:flex;
		align-items: center;
		gap: 7px;
		justify-content: center;
	}
	.load-more-btn span{
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0.2px;
		font-weight: 600;
		text-decoration: underline;
		text-decoration-thickness: 2px;
		text-underline-offset: 4px;  
		color:var(--primary-blue);
	}
	.mobile-hidden{
		display: none;
	}
	.team-section{
		margin-bottom: 73px;
	}
	.two-column-content .inner-row{
		gap: 65px;
	}
	/*
	html,body{
		overflow-x: hidden;
	}*/
	.cta-banner-section.h2-bold h3,
	.h2-bold .blue-sm-top-title{
		font-size: 40px;
		line-height: 50px;
	}
	.left-right-section.our-culture .inner-row{
		gap: 32px;
	}
	.our-benefits .inner-column.rgt .image-layer{
		/*! background-position: initial; */
	}
	.our-benefits .inner-column.rgt img{
		max-width: 350px;
        /*! top: 0; */
        /*! bottom: 0; */
        /*! left: 0; */
        /*! right: 0; */
		/*! margin: 0 auto; */
	}
	.left-right-section.our-benefits{
		margin-bottom: 65px;
	}
	.read-more-txt{
		display: block;
		cursor: pointer;
		font-weight: bold;
		text-align: center;
		position: relative;
		font-size: 26px;
		padding: 60px 0 54px;
	}
	.read-more-txt:before{
		content: "";
		position: absolute;
		top: 105px;
		transform: translateY(-50%);
		width: 19px;
		height: 10px;
		background-size: contain;
		background-repeat: no-repeat;
		transition: transform 0.3sease;
		color: #000;
		background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2214%22%20viewBox%3D%220%200%2024%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.42676%202.21533L11.9998%2011.7883L21.5728%202.21533%22%20stroke%3D%22%231E3262%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.read-more-txt.rotate:before {
		transform: translateY(-50%) rotate(180deg);
	}
	.more-content{
		display: none;
	}
	.more-content.show{
		display: block;
	}
	.page-content p,.page-content,.page-content ul li{
		font-size: 18px;
		line-height: normal;
	}
	.page-content ul,.page-content p{
		margin-bottom: 25px;
	}
	.privacy-header-top .top-white-title{
		padding: 45px 20px 50px;
	}
	.page-content-section{
		padding-top: 20px;
	}
	.top-left-svg{
		max-width: 150px;
		top: -50px;
	}
	.bottom-right-svg{
		max-width: 130px;
	}
	.sidebar{
		top: 105px;
	}
	.cky-notice-btn-wrapper{
        margin-top: 12px;
	}	
	.cky-consent-bar .cky-notice-des p, .cky-notice-des a{
		font-size: 16px;	
	}
	.cta-banner-section.theme-2{
		padding-bottom: 60px;
		margin-bottom: 0;
	}
	.brands .top-white-title{
		font-size: 26px;
		line-height: 28px;
	}
	.slick-arrow.disabled{
		opacity:0.5;
	}
	.aos-animate {
        opacity: 1 !important; /* Make sure the opacity is properly set for mobile */
        transform: translateY(0) !important; /* Ensure it's not stuck in the initial state */
    }
	.post-content img{
		border-radius: 20px;
	}
	.single-top-header .top-white-title{
		font-size: 26px;
        line-height: normal;
	}
	.single-top-header .top-white-title.yellow-seprator:after{
		margin-top: 15px;
	}
	.single-top-header .top-white-title{
		padding: 0 0 25px;
	}
	.post-content h4, .post-content h3, .post-content h2,.wp-block-latest-posts__post-title{
		font-size: 20px;
		line-height: 24px;
	}
	.post-content p,.sidebar-share-buttons h4{
		font-size: 18px;
		line-height: 22px;
	}
	.post-sidebar h4.wp-block-heading{
		font-size: 20px !important;
	}
	.wp-block-latest-posts__post-title:after{
		width: 12px;
		height: 12px;
	}
	/* .wp-block-latest-posts__featured-image img{
		max-width: 103px !important;
		min-width: 103px;
		max-height: 92px !important;
	} */
	.sidebar-share-buttons{
		padding-bottom: 54px;
	}
	.single-left-detail p{
		font-size: 18px;
		line-height: normal;
	}
	.all-new-wrapper{
		left: -5px;
	}
	.news-header .left-pattern-img{
		top: -114px;
		max-width: 90px;
	}
	.mask-img.medium-mask > img{
		max-width: 400px;
	}
	.cta-banner-section.certified-b-corp.theme-2 .inner-row{
		padding: 61px 20px 64px 20px;
	}
	.bottom-ellipse-shape:after{
		bottom: -25px;
        height: 70px;
        background-size: cover;
	}
	.career-top .header-top-row{
		padding-bottom: 80px;
	}
	.wrapper-bg-layer{
		max-width: 100%;height: 359px;
	}
	.our-benefits .inner-column.rgt .image-layer{
		width: 420px;
        height: 360px;
        margin: 0 auto;
	}
	.sidebar.open .bottom-ellipse-shape::after{
		height: 70px;
	}
	.sidebar-content{
		padding: 57px 0 110px;	
	}
	.top-pattern-animate img{
		max-width: 90px;
		max-height: 45px;
	}
	.product-item .top-pattern-animate{
		margin-left: -47px;
	}
	.timeline-img img {
        border-radius: 18px;
    }
	.left-right-section.career .circle-shape.left-center{
		top: -60px;
        left: -50px;
	}
	.left-right-section.career .circle-shape.top-right{
		top: 45px;
        right: 0;
        max-width: 95px;
	}
	.team-description.open{
		top: -82px;
	}
	.image-content-section.tp_margin_100{
		margin-top: 0;
	}
	.post-info .white-btn{
		font-size: 16px;
		padding: 8.5px 20px;
	}

	.left-right-section.career{
		padding: 80px 0 80px;
		margin: 0;
		overflow-x: hidden;
	}
	.cky-consent-bar .cky-notice-des{
		padding-right: 20px;
        padding-bottom: 20px;
	}
	.year{
		font-size: 17.51px;
		padding: 0px 28px;
		line-height: 28px;
		top: 17px;
		left: 19px;
	}
	.timeline-history{
		max-width: 100%;
	}
	.left-right-section.our-benefits .inner-column .img-fluid.right-arrow{
		top: auto;
		bottom: -75px;
		right: 0;
	}
	.left-right-section.our-benefits .inner-row{
		gap: 45px;
	}
	.news-listing-page-wrapper .post-info .white-btn{
		font-size: 16px;
		padding: 8.5px 21px;
		text-transform: capitalize;
	}
	.cta-banner-section.theme-2 .inner-column .img-fluid.block-img{
		max-width: 400px;
	}
	.header-top-section.brands .top-white-title{
		padding: 15px 20px 50px;
	}
	.main-header{
		height: 105px;
	}

	.simple-img-heart-icon .mask-img .animate-gif {right: -6px;top: -21px;}
	.our-benefits.small-main-imgL .inner-column.rgt .block-img {max-width: 373px;margin: auto auto -1px;left: -26px;}
	html:not(.no-js) .left-right-section.our-benefits [data-aos^=fade][data-aos^=fade].aos-animate {margin: auto auto -1px;}
	/* on Impact page, hide the yellow bar on Desktop in Second section*/
	.page-id-14 .circle-shape {display: none;}
}

@media (max-width: 600px) {
	.p-large, .p-large p{
		font-size: 18px;
        line-height: 22px;
	}
	.yellow_btn, .blue_btn{
		width: 294px;
		max-width: 100%;
	}
	.cta-banner-section .inner-column.col-1 .img-fluid{
		max-height: 180px;
	}
	h2{
		font-size: 26px;
        line-height: 34px;
	}
	.left-right-section .blue-md-title span{
		display: inline;
	}
	.our-story-career .blue-md-title{
		font-size: 30px;
		line-height: 39px;	
	}
	.cta-banner-section .inner-row{
		gap: 0;
		column-gap: 12px;
	}
	.circle-shape.left-center{
		max-width: 50px;
	}
	.news-posts-section{
		padding-bottom: 0;
	}
	.footer-section{
		margin-top: 41px;
	}
	.news-posts-lists .yellow_btn{
		margin: 40px 0 auto;
	}
	.cta-banner-section .inner-row{
		padding: 30px 17px;
	}
	.timeline-img img{
		max-height: 257px;
	}
	.cta-banner-section.theme-2 .inner-column .img-fluid.block-img{
		width: 100%;
	}
	.two-column-content .blue_btn{
		width: initial;
	}
	.two-column-content .content-box{
		padding: 57px 40px;
	}
	.top-right-corner svg{
		max-width: 83px;
	}
	.two-column-content .content-desc{
		padding-right: 0;
	}
	.top-right-pattern-img{
		max-width: 63px;
		top: -30px;
	}
	.header-top-section.career-top.bt_margin_100{
		margin-bottom: 0;
	}
	.career-three-col{
		margin-top: 53px;
	}
	.left-right-section .inner-column .img-fluid.right-arrow{
		right: 0;
	}
	.left-right-section.our-benefits .inner-row,.left-right-section.our-culture .inner-row{
		padding: 0;
	}
	.wrapper-bg-layer{
		max-width: 100%;
		height: auto;
	}
	.mask-img.medium-mask > img{
		width: 282px;
	}
	.above-layer-img img{
		max-width: 125px;
	}
	.cta-banner-section.theme-2.certified-b-corp .inner-row{
		gap: 53px;
		border-radius: 18px;
	}
	.form-section .inner-column.left-column{
		min-width: 100%;
	}
	.top-left-svg{
		max-width: 116px;
	}
	.bottom-right-svg{
		max-width: 124px;
		top: -55px;
	}
	.blue-large-title{
		font-size: 55px;
		line-height: 62px;
	}
	.not-found-content .yellow-seprator:after{
		background: url('assets/images/yellow-small-seprator.svg') no-repeat;
		background-position: center;
        width: auto;
	}
	.not-found-content{
		max-width: 275px;
	}
	.news-inner-column-lists, .news-listing-post{
		grid-template-columns: repeat(1, 1fr);
	}
	.news-column.first-column .post-item{
		max-height: 309px;
	}
	.left-right-section.career{
		padding: 145px 0 80px;
	}
	.left-right-section.career .inner-column{
		max-width: 350px;
	}
	.left-right-section.career .circle-shape.top-right{
		top: 30px;
	}
	.left-right-section.career .circle-shape.left-center{
		top: -65px;
	}
	.left-right-section.career .blue-sm-top-title{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.timeline-section .top-brand-pattern{
		top: -121px;
        max-width: 91px;
	}
	.team-name{
		font-size: 26px;
		margin-bottom: 12px;
	}
	.team-title{
		font-size: 18px;
		font-family: var(--secondary-font);
	}
	.left-right-section.our-benefits .inner-column .img-fluid.right-arrow{
		bottom: 130px;
	}
	.left-right-section.our-benefits .inner-row{
		gap: 20px;
	}
	.all-news-link{
		font-size: 18px;
		font-family: var(--secondary-font);
	}
	.animate-gallery-slider{
		margin-top: -10px;
	}
	.news-column.first-column .post-inner-detail, .news-column.first-column .post-thumbnail{
		height: 309px;
	}
	.left-right-section.career .center-animate-img.gif-loading-container{
		display: block !important;
        top: auto;
        bottom: -203px;
        right: -45px;
        width: 100px;
        margin: 0;
        left: auto;
	}
	.left-right-section.career .yellow-seprator:after{
		position: absolute;
		width: 100%;
		margin-top: 10px;
	}
	.featured-text{
		font-size: 12px;
		line-height: normal;
	}
	.featured-icon{
		width: 12px;
		height: 18px;
	}
	.post-categorie-lists.featured{
		gap: 8px;
		width: 105px;
		height: 26px;
	}
	.post-categorie-lists .post-cat-name{
		font-size: 12px;
	}
	.post-categorie-lists .post-cat-name{
		padding: 3px 12px;
	}
	.no-post-found{
		bottom: -45px;
		font-size: 20px;
	}
	.left-right-section.career .inner-column.lft{
		max-width: 420px;
		padding-right: 40px;
	}
	.blue-md-title{
		font-size: 36px;
	}
	.left-right-section.career .blue-md-title span{
		display: block;
	}
	br.hide-sm{
		display: none;
	}
	.timeline-section {
        margin-top: 74px;
    }
	.left-right-section.our-story-career .center-animate-img.gif-loading-container{
		display: none !important;
	}
	.our-story-career .blue-md-title{
		margin-bottom: 50px;
	}
	.left-right-section.our-story-career .blue-md-title{
		position: relative;
	}
	.left-right-section.our-story-career .yellow-seprator:after{
		margin-top: 18px;
	}
	.inner-column.single-right-detail img{
		top: 30px;
        max-width: 302px;
        height: 221px;
	}
	.wp-block-latest-posts.wp-block-latest-posts__list li{
		flex-direction: column;
        text-align: center;
	}
	.impactProdSec .bg-layer {padding-top: 85%;}
	.impactProdSec .wrapper-bg-layer {height: auto;}
	.left-right-section.impactProdSec .inner-column .img-fluid.right-arrow {bottom: auto;top: 40px;right: -10px;}
}

@media (max-width: 480px) {
	.p-medium-large p a{
		font-size: 18px;;
	}
	.bottom-ellipse-shape:after{
		bottom: -3px;
        height: 50px;
        background-size: cover;
	}
	.left-right-section .yellow-seprator:after{
		width: 100%;
	}
	.post-section-title{
		font-size: 26px;
		max-width: 165px;
		margin: 0 auto 5px;
		line-height: 28px;
	}
	.footer-links-items .social-link-item.link-item a{
		padding: 0;
	}
	.footer-menu{
		max-width: 100%;
		column-gap: 0px;
	}
	.footer-container .inner-column:first-child{
		min-width: 215px;
	}
	.news-posts-lists .yellow_btn{
		margin: 40px 0 auto;
	}
	.home-hero-section h1{
		padding-right: 0;
		display: block;
		font-weight: 500;
	}
	.home-hero-section h1 span{
		font-weight: 700;
		display: block;
	}
	.cta-banner-section .inner-column.col-1 .img-fluid{
		max-height: 135px;
	}
	.timeline-img img{
		max-height: 203px;
	}
	.blue-md-title{
		font-size: 26px;
        line-height: normal;
	}
	.blue-md-title span{display: block;}
	.timeline-header .content-desc.p-medium-large p{
		font-size: 18px;
		line-height: 22px;
	}
	.career-top .top-white-title{
		padding: 88px 40px 30px;
	}
	.header-top-section.career-top .content-desc{
		max-width: 288px;
        padding: 0;
        margin: 0 auto 26px;
	}
	.cta-banner-section.h2-bold h3,
	.h2-bold .blue-sm-top-title{
		font-size: 26px;
        line-height: normal;
	}
	.h2-bold .blue-sm-top-title {
		margin-bottom: 10px;
	}
	.our-benefits .content-desc ul li{
		font-size: 18px;
	}
	.left-right-section p{
		font-size: 18px;
	}
	.our-benefits .inner-row{
		gap: 85px;
	}
	.p-medium-large, .p-medium-large p{
		font-size: 18px;
		line-height: 22px;
	}
	.contact-header .top-white-title{
		font-weight: bold;
	}
	.contact-header .content-desc p{
		font-size: 18px;
		line-height: 22px;
	}
	.contact-header .header-top-row{
		padding: 45px 0 15px;
	}
	.header-top-section.contact-header{
		padding-bottom: 80px;
	}
	.form-section .inner-row{
		max-width: 250px;
	}
	.form-section .logo-container{
		gap: 20px;
		justify-content: space-between;
	}
	.left-right-mask-image{
		width: 335px;
	}
	.form-section .form-right-animate-gif{
		right: -70px;
        top: -100px;
	}
	.cta-banner-section.theme-2 .white-md-title{
		font-size: 26px;
		max-width: 280px;
        margin: 0 auto 15px;
        padding-top: 0;
	}
	.news-listing-page-wrapper .post-thumbnail{
		max-height: 309px;
		height: 309px;
		min-height: initial;
	}
	.header-top-section{
		padding-bottom: 30px;
	}
	.header-top-section .bottom-ellipse-shape:after{
		bottom: -6px;
        height: 40px;
        background-size: cover;
	}
	.our-benefits .inner-column.rgt img{
		max-width: 295px;
        /*! top: 0; */
        /*! left: 0; */
        /*! right: 0; */
        /*! margin: 0 auto; */
	}
	.our-benefits .inner-column.rgt .image-layer{
		width: 278px;
        height: 225px;
		margin: 0 auto;
	}
	.left-right-section.our-culture .mask-img > img{
		max-width: 332px;
	}
	.yellow-top-animate-layer{
		top: -9px;
	}
	.sidebar.open .bottom-ellipse-shape::after{
		bottom: -3px;
        height: 50px;
	}
	ul.footer-menu li a{
		padding: 10px 3px;
	}
	.our-story-career .blue-md-title{
		font-size: 28px;
		line-height: normal;	
	}
	.home-hero-section .inner-column.lft{
		max-width: 275px;
	}
	.home-hero-section .mask-img{
		margin-bottom: 20px;
	}
	.home-hero-section .circle-bt-line-shape{
		max-width: 238px;
	}
	.home-hero-section .inner-column.lft .img-fluid{
		display:block;
		margin: 0 auto;
	}
	.post-categorie-lists .post-cat-name{
		font-size: 12px;	
	}
	.social_logo_2 img{
		max-width: 46px;
	}
	.left-right-section.our-culture .bottom-separator svg{
		display: none;
	}
	.left-right-section.our-culture .bottom-separator{
		position: relative;
		bottom: -10px;
	}
	.left-right-section.our-culture .bottom-separator:after{
		content: "";
		display: block;
		width: 294px;
		height: 5px;
		background-position: center;
		background-size: 100% !important;
		background: url(assets/images/large-underline.svg) no-repeat;
		margin: 0 auto;
	}
	.news-listing-page-wrapper .post-item .post-white-title{
		font-size: 20px;
		font-family: var(--primary-font);
		line-height: 24px;
		color:var(--light-white);
	}
	.post-categories.featured svg{
		min-width: 12px;
	}
	.post-categories.featured{
		gap: 5px;
		width: 105px;
		height: 28px;
		box-shadow: 0px 2px 9.4px 0px #00000036;
	}
	.sidebar.open{
		padding-bottom: 300px;
	}
	.left-right-section.career .center-animate-img.gif-loading-container{
		bottom: -96px;
		right: 42px;
        width: 75px;
	}
	.left-right-section.career .blue-md-title{
		padding-right: 0;
	}
	.news-slick-slider .post-thumbnail{
		max-height: 309px;
		height: 309px;
	}
	.slick-prev{
		transform: translateX(-50%) translateX(-142px);
	}
	.slick-next{
		transform: translateX(-50%) translateX(142px);
	}
	.slick-dots li {
        width: 30px;
        height: 8px;
    }
	.news-slick-slider .slick-arrow svg{
		width: 30px;
		height: 30px;
	}
	.product-item.even-product .product-images{
		padding-bottom: 20px;
	}
	.cta-banner-section.theme-2 .image-layer.bg-layer{
		background-size: calc(100% - 40px);
	}

	.simple-img-heart-icon .mask-img.medium-mask > img {border-radius: 25px;}
	.simple-img-heart-icon .mask-img .animate-gif {width: 50px;height: 50px;}
	.our-benefits.small-main-imgL .inner-column.rgt .block-img {max-width: 233px;}
	/* adjust mobile menu in footer so Terms and Conditions doesn't wrap and push the newly added impact page down*/
	.footer-container .inner-column:first-child {min-width: 250px;}
    ul.footer-menu li a {padding: 10px 0;}
    .footer-menu li a {font-size: 14px;}
}

@media (max-width: 400px) {
	.slick-prev{
		transform: translateX(-50%) translateX(-132px);
	}
	.slick-next{
		transform: translateX(-50%) translateX(132px);
	}
}

@media (max-width: 390px) {
	.bottom-ellipse-shape:after{
		bottom: -3px;
        height: 35px;
        background-size: cover;
	}
	.home-hero-section{
		padding: 31px 0 85px;
	}
	.left-right-section.career .inner-column.lft{
		padding-right: 0;
	}
}	

@media (max-width: 380px) {
	.circle-shape.left-center{
		max-width: 35px;
	}
	.left-right-section .inner-row{
		padding: 0 30px;
	}
	.two-column-content .content-box{
		padding: 57px 30px;
	}
	.two-column-content .inner-column{
		display: block;
	}
	.yellow_btn, .blue_btn{
		min-width: 100%;
		max-width: 100%;
	}
	.left-right-mask-image{
		width: 300px;
	}
	.contact-bg-img.left-align,.contact-bg-img.right-align{
		width: 140px;
        height: 165px;
	}
	.contact-bg-img.left-align img{
		max-width: 140px;
		top: -28px;
	}
	.contact-bg-img.right-align img{
		max-height: 159px;
        top: -15px;
	}
	.form-section .form-right-animate-gif{
		max-width: 95px;
        right: -55px;
        top: -95px;
	}
	.mask-img.medium-mask > img{
		width: 100%;
	}
	.left-right-section.our-culture .mask-img > img{
		max-width: 100%;
	}
	.slick-dots{
		gap: 4px;
	}
	.slick-prev {
        transform: initial;
        left: 0;
        right: auto;
    }
	.slick-next {
        transform: initial;
        right: 0;
        left: auto;
    }
	.odd-product .product-img.center,.product-item.even-product .product-img.center{
		max-height: 120px;
	}
	.odd-product .product-img.left,.odd-product .product-img.right,
	.product-item.even-product .product-img.left,.product-item.even-product .product-img.right{
		max-height: 105px;
	}
	.product-list .product-images,.product-item.even-product .product-images{
		padding-bottom: 10px;
	}
}