* {
	box-sizing: border-box;
}
.section-header h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-header h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background:#5D2C12;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.section-header h3:before {
	content: "";
	position: absolute;
	display: block;
	width: 160px;
	height: 1px;
	background: color-mix(in srgb, var(--text-color), transparent 60%);
	left: 0;
	right: 0;
	bottom: 1px;
	margin: auto;
  }
  .slick-arrow {
    float: left;
    height: 50px;
    width: 50px;
    border: 1px solid var(--white);
    border-radius: 80px;
    background-color: var(--primary-color);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    font-size: 0;
    transition: 0.3s ease-out;
}
.team-row {
padding: 20px;
margin: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .team-img {
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 50%;
	border: 4px solid #ffffff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
:root {
    
    --primary-color: #5D2C12;
	/*--primary-color: #5a0002;*/
	--color-1: #B2322D;
	--color-2: #00B9B0;
	--color-3: #874f24;
	--color-4: #631D79;
	--color-5: #ED1C24;
	--color-6: #397F3E;
	--color-7: #23AAAC;
	--color-8: #CF6928;
	--color-9: #9B0C00;
	--color-10: #13964A;
	--color-11: #0096C7;
	--color-12: #8B4A20;
	--color-13: #594A42;
	--color-14: #66A344;
	--color-15: #B2322d;
	--color-16: #CB3649;
	--color-17: #F8951D;	
	--color-18:	#426AB2;
	--color-19:	#3E0A00;
	--color-20:	#97B659;
	--color-21:	#6AAD5F;
	--color-22:	#ED305F;
	--color-23:	#DAB443;
	--color-24:	#F08223;
	--color-25:	#FCDE57;
	--color-26:	#F68F56;
	--color-27:	#EA5329;
	--color-28: #b37646;
	--color-29: #924E29;
	--nav-green:#C18F56;
	--text-color: #924E29;
	--border-color: #cfcfcf;
	--placeholder: #b1becd;
	--text-grey: #848484;
        --lightgrey-color:#DCBA93;
	--white: #fff;
	--dark: #323835;
	--error: #ca2700;
}
body {
	font-family: Arial, sans-serif !important;
	background: var(--white);
	color: var(--text-color);
	padding: 0 !important;
	float: left;
	width: 100%;
	height: 100%;
}
input::placeholder,
textarea::placeholder {
	color: var(--placeholder) !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: var(--placeholder) !important;
	opacity: 1;
	    font-family: ui-rounded;
    padding-left: 8px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: var(--placeholder) !important;
	opacity: 1;
}
input:focus {
	outline: 0 !important;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.font-bold {
	font-weight: 600;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
}
button {
	border: 0;
}
button:focus {
	outline: 0;
}
.hide {
	display: none !important;
}
.light {
	background: #f0e9dfd6;
}
.grey {
	background: #f0e9df;
}
.fig-full {
	width: 100%;
}
.responsive {
	width: 100%;
}
.wrapper {
	float: left;
	width: 100%;
	height: 100%;
}
.content-area {
	float: left;
	width: 100%;
	padding-top: 140px;
}
.ico-lib:before {
	content: "";
	background: url(../../../../uploads/2025/01/sprite1.png) no-repeat;
	display: inline-block;
}
.default-button {
	float: left;
	height: 50px;
	border: 0;
	border-radius: 5px;
	background-color: var(--primary-color);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	padding: 0 20px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 19px;
	color: var(--white);
	display: flex;
	align-items: center;
	transition: 0.3s ease-out;
}
.default-button:hover {
	color: var(--white);
}
.default-button.dark {
	background-color: var(--text-color);
}
.header-block {
	float: left;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
}
.main-navbar {
	float: left;
	width: 100%;
	height: 90px;
	padding: 0;
	background: var(--lightgrey-color);
}
.navbar-wrapper {
	float: left;
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.logo {
	float: left;
	width: 150px;
	position: absolute;
	left: 0;
	top: 10px;
	transition: 0.3s ease-out;
	z-index: 3;
}
.logo img {
	float: left;
	width: 96%;
}
.sticky .logo {
	top: 0;
	width: 113px;
}
.main-nav-list li {
	float: left;
	position: relative;
}
.main-nav-list > li > a {
	float: left;
	line-height: 50px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 600;
	color: var(--text-color);
	letter-spacing: 0;
	text-transform: uppercase;
}
.main-nav-list > li > a:hover {
	color: var(--nav-green);
}
.main-nav-list > li > .sub-menu {
	float: left;
	width: 250px;
	position: absolute;
	left: 0;
	top: 50px;
	background: var(--nav-green);
/*background: #4b0002;*/
	border-radius: 0 5px 5px 5px;
	padding: 5px 0;
	z-index: 1;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	display: none;
}
.main-nav-list > li.active {
	background: var(--nav-green);
/*background: #4b0002;*/
	border-radius: 5px 5px 0 0;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.main-nav-list > li.active > a {
	color: var(--white);
}
.main-nav-list > li.active > .sub-menu {
	display: block;
}
.main-nav-list > li.active:last-child > .sub-menu {
	left: auto;
	right: 0;
	border-radius: 5px 0 5px 5px;
}
.main-nav-list > li.active:last-child > .sub-menu > li > .sub-menu {
	left: -230px;
}
.main-nav-list > li.active:last-child > .sub-menu {
	left: -230px;
}
.main-nav-list > li > .sub-menu > li {
	float: left;
	width: 100%;
}
.main-nav-list > li > .sub-menu > li > a {
	float: left;
	width: 100%;
	/*padding: 10px 30px 10px 20px;*/
	padding: 5px 30px 5px 20px;
	font-size: 12px;
	color: var(--white);
	letter-spacing: 0;
	line-height: 20px;
	white-space: normal;
	text-transform: uppercase;
}
.main-nav-list > li > .sub-menu > li:hover > a {
	background: var(--white);
	/*color:#4b0002;*/
	color: var(--nav-green);
}
.dropdown-item.active,
.dropdown-item:active {
	background: var(--white);
	color: var(--nav-green);
}
.relative-parent {
	float: left;
	width: 100%;
	position: relative;
}
.main-nav-list > li > .sub-menu > .menu-item-has-children:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 4px;
	border-color: transparent transparent transparent var(--white);
	position: absolute;
	right: 20px;
	top: calc(50% - 2.5px);
}
.main-nav-list > li > .sub-menu > li:hover:after {
	border-color: transparent transparent transparent var(--nav-green);
}
.relative-parent .inner-drop-toggler.active:after,
.relative-parent .inner-drop-toggler:hover:after {
	border-color: transparent transparent transparent var(--nav-green);
}
.relative-parent
	.inner-drop-toggler
	+ .inner-drop-menu
	.inner-drop-toggler.active {
	background: var(--nav-green);
	color: var(--white);
}
.relative-parent
	.inner-drop-toggler
	+ .inner-drop-menu
	.inner-drop-toggler.active:after,
.relative-parent
	.inner-drop-toggler
	+ .inner-drop-menu
	.inner-drop-toggler:hover:after {
	border-color: transparent transparent transparent var(--white);
}
.main-nav-list > li > .sub-menu > li > .sub-menu {
	display: none;
	position: absolute;
	left: calc(100% - 20px);
	background: var(--white);
	width: 240px;
	border-radius: 5px;
	padding: 5px 0;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	z-index: 2;
}
.main-nav-list > li > .sub-menu > li:last-child > .sub-menu {
    top: auto;
    bottom: 0;
}
.inner-drop-menu .inner-drop-menu {
	z-index: 3;
}
.main-nav-list > li.active > .sub-menu > li.active > .sub-menu {
	display: block;
}
.inner-drop-menu.in-left {
	left: calc(-100% + 20px);
}
.main-nav-list
	li:last-child
	.relative-parent
	.inner-drop-toggler.active
	+ .inner-drop-menu {
	left: auto;
	right: calc(100% - 10px);
}
.main-nav-list > li > .sub-menu > li > .sub-menu > li {
	float: left;
	width: 100%;
}
.main-nav-list > li > .sub-menu > li > .sub-menu > li > a {
	float: left;
	width: 100%;
	/*padding: 10px 30px 10px 20px;*/
	padding: 5px 30px 5px 20px;
	font-size: 12px;
	color: var(--text-color);
	letter-spacing: 0;
	line-height: 20px;
	white-space: normal;
	text-transform: uppercase;
}
.main-nav-list > li > .sub-menu > li > .sub-menu > li:hover > a {
	background: var(--nav-green);
	color: var(--white);
}
.main-nav-list > li > .sub-menu > li > .sub-menu > li > .sub-menu > li {
	float: left;
    width: 100%;
}
.main-nav-list > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
	float: left;
    width: 100%;
    /*padding: 10px 30px 10px 20px;*/
	padding: 5px 30px 5px 20px;
    font-size: 12px;
    color: var(--text-color);
    letter-spacing: 0;
    line-height: 20px;
    white-space: normal;
    text-transform: uppercase;
}
.main-nav-list > li > .sub-menu > li > .sub-menu > li > .sub-menu > li:hover > a {
    background: var(--nav-green);
    color: var(--white);
}
.main-nav-list > li > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 4px;
	border-color: transparent transparent transparent var(--nav-green);
	position: absolute;
	right: 20px;
	top: calc(50% - 2.5px);
}
.main-nav-list > li > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children:hover:after {
	border-color: transparent transparent transparent var(--white);
}
.main-nav-list > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    display: none;
    position: absolute;
    left: -230px;
    background: var(--white);
    width: 240px;
    border-radius: 5px;
    padding: 5px 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    z-index: 2;
	top:-35px;
}
.main-nav-list > li.active > .sub-menu > li.active > .sub-menu > li.active > .sub-menu {
	display: block;
}
.list-content-wrapper {
	width: 100%;
	height: 100%;
	max-height: 300px;
	overflow: auto;
}
.hamburger {
	float: left;
	width: 20px;
	height: 16px;
	background: transparent;
	border-top: 2px solid var(--primary-color);
	position: relative;
	display: none;
}
.closeIn {
	background: transparent;
	border: 0;
	padding: 0;
	line-height: 0;
	display: none;
}
.hamburger:before {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--primary-color);
	position: absolute;
	left: 0;
	top: 5px;
}
.hamburger:after {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--primary-color);
	position: absolute;
	left: 0;
	bottom: 0;
}
.sub-nav {
	float: left;
	width: 100%;
	height: 50px;
	background: var(--primary-color);
}
.sub-nav-wrapper {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.sub-nav-list li {
	float: left;
	margin-left: 45px;
}
.sub-nav-list li a {
    float: left;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    color: #DCBA93;
    background-color: #C18F56;
    letter-spacing: 0;
    text-transform: uppercase;
}
.searchIcon {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-left: 35px;
	background: url(../images/sprite.svg) no-repeat -3px -3px;
	cursor: pointer;
}
.search-box-in {
	float: left;
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--nav-green);
	transition: 0.3s ease-out;
	z-index: -1;
}
.search-box-in.active {
	bottom: -50px;
}
.search-box-wrappers {
	float: left;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.search-box-wrappers form {
    margin: 0;
}
.search-box-wrappers input {
	float: left;
	width: 350px;
	height: 35px;
	background: var(--white);
	border-radius: 30px;
	border: 0;
	padding: 0 15px;
	font-size: 14px;
}
.sub-nav-drop {
	float: left;
	width: 20px;
	height: 20px;
	background: transparent;
	border: 1.5px solid var(--white);
	border-radius: 3px;
	position: relative;
	display: none;
}
.sub-nav-drop:before {
	content: "";
	background: url(../images/sprite.svg) no-repeat -199px -13px;
	width: 8px;
	height: 5px;
	position: absolute;
	left: calc(50% - 4px);
	top: calc(50% - 2.5px);
	transition: 0.3s ease-out;
}
.banner {
	float: left;
	width: 100%;
	height: auto;
}
.container-full {
	float: left;
	width: 100%;
}
.masthead-banner {
	float: left;
	width: 100%;
    height: 450px;
	position: relative;
}
.masthead-banner:after {
    content: "";
    background: -moz-linear-gradient(0deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=1);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.masthead-banner.no-gradient:after {
	content: none;
}
.carousel.masthead-banner {
	height: 450px;
}
.main-banner {
	float: left;
	width: 100%;
	height: 100%;
}
.main-banner img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.description-panel {
	float: left;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.masthead-banner .container {
	width: 100%;
	height: 100%;
	position: relative;
}
.desc-half {
	float: left;
	width: 100%;
	max-width: 400px;
}
.desc-half h1 {
	float: left;
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	color: var(--white);
	text-shadow: -1px 1px 4px rgb(0 0 0 / 0.15);
}
.desc-half p {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 40px;
	color: var(--white);
	text-shadow: -1px 1px 4px rgb(0 0 0 / 0.15);
}
.anchor-links {
	float: left;
	width: 100%;
	height: 80px;
	background-color: var(--white);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.anchor-links.sticky {
	position: fixed;
	z-index: 4;
}
.anchor-list {
	float: left;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
}
.anchor-links.product-links {
    height: 50px;
}
.anchor-links.product-links .anchor-list {
    height: 50px;
}
.anchor-list li {
	float: left;
}
.anchor-list li a {
	float: left;
	font-size: 12px;
	line-height: 17px;
	color: var(--text-color);
	padding: 5px 20px;
	border-radius: 5px;
	transition: 0.3s ease-out;
	text-transform: uppercase;
}
.anchor-list li.active a {
	float: left;
	font-size: 12px;
	line-height: 17px;
	color: var(--white);
	background: var(--primary-color);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.anchor-list li a:hover {
	color: var(--primary-color);
}
.anchor-list li.active a:hover {
	color: var(--white);
}
.masthead-banner .carousel-inner {
	float: left;
	width: 100%;
	height: 100%;
}
.masthead-banner .carousel-item {
	float: left;
	width: 100%;
	height: 450px;
}
.masthead-banner .carousel-item > img {
	height: 100%;
	object-fit: cover;
}
.masthead-banner .carousel-indicators {
	margin-bottom: 0;
	bottom: 25px;
	z-index: 4;
}
.masthead-banner .carousel-indicators li {
	float: left;
	width: 20px;
	height: 20px;
	position: relative;
	background: 0 0;
	opacity: 1;
	border-radius: 50%;
	border: 1px solid transparent;
}
.masthead-banner .carousel-indicators li:before {
	content: "";
	width: 10px;
	height: 10px;
	background: 0 0;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 5px);
	top: calc(50% - 5px);
    background: var(--primary-color);
	border: 1px solid var(--white);
}
.masthead-banner .carousel-indicators li.active {
	border: 1px solid var(--primary-color);
	background-color: rgba(255, 255, 255, 0.5);
}
.masthead-banner .carousel-indicators li.active:before {
	background: var(--primary-color);
}
.masthead-banner .carousel-content {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.masthead-banner .carousel-content .container {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.masthead-banner .carousel-caption {
	right: auto;
	position: relative;
	left: 0;
	top: 20px;
	padding: 22px 12px;
	max-width: 50%;
	z-index: 2;
	max-width: 370px;
		background-color: transparent;
		text-align: left;
}
.carousel-tag {
	float: left;
	width: auto;
	height: 30px;
	/* background-color: var(--white); */
	background-color: transparent;
	display: flex;
	align-items: center;
	padding: 0;
	margin-top: 0px;
}
.carousel-tag p {
	float: left;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 17px;
	/* color: var(--primary-color); */
	color: var(--white);
	text-transform: uppercase;
}
.carousel-caption h1 {
    float: left;
    width: 100%;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 45px;
    text-align: left;
    text-shadow: -1px 1px 4px rgb(0 0 0 / 0.15);
}
.masthead-banner .carousel-caption > p {
	text-align: left;
/*	float: left;*/
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: var(--white);
	text-align: left;
	text-shadow: -1px 1px 4px rgb(0 0 0 / 0.15);
}
.carousel-button-block {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.carousel-button-block .default-button {
	border: 1px solid var(--white);
	height: 45px;
}
.social-feed-block {
	float: left;
	width: 100%;
/*	height: 90px;*/
	display: block;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.social-feed-wrap {
	float: left;
	width: 100%;
/*	height: 90px;*/
	background: var(--primary-color) ;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	padding: 15px 0px;
}
.social-feed-block h5 {
	font-size: 26px;
	font-weight: 600;
/*	letter-spacing: 2px;*/
	line-height: 33px;
	margin-bottom: 0;
	color: #fff;
}
.social-feed-block .default-button {
	border: 1px solid var(--white);
	border-radius: 50px;
	background-color: var(--white);
	float: none;
	margin: 0 auto;
	color: #000;
	display: inline-block;
	height: auto;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top: 20px;
/*	margin-bottom: 25px;*/
}
.page-content {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.white-card {
	float: left;
	width: 100%;
	border-radius: 5px;
	background-color: var(--white);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	margin-bottom: 35px;
}
.card-list {
	float: left;
	width: 100%;
	border-radius: 5px;
}
.card-list li {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
}
.card-list li a {
    float: left;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.08px;
    color: var(--text-color);
    display: flex;
    align-items: center;
    padding: 11px 30px;
    border-bottom: 1px solid #ededed;
        text-transform: uppercase;
    font-weight: 600;
}
.card-list li img {
    max-height: 30px;
    width: 40px;
    object-fit: cover;
    position: absolute;
    right: 14px;
    top: calc(50% - 15px);
}
.card-list li a:hover {
	color: var(--primary-color);
}
.card-list li:first-child,
.card-list li:first-child a {
	border-radius: 5px 5px 0 0;
}
.card-list li:last-child,
.card-list li:last-child a {
	border-radius: 0 0 5px 5px;
}
.card-list li:last-child a {
	border-bottom: 0;
}
.card-list li .active {
	background: var(--primary-color);
	color: var(--white);
}
.card-list li .active:hover {
	color: var(--white);
}
.card-list li.sub-list a {
	padding-left: 40px;
	font-weight: 400;
}
.card-list li.sub-list .active {
	background: 0 0;
	color: var(--primary-color);
	font-weight: 600;
}
.quotes {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.quotes figure img {
	float: left;
	width: auto;
	max-width: 100%;
}
.features {
	float: left;
	width: 100%;
}
.features .sub {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.detailed-desc {
	float: left;
	width: 100%;
}
.bread-crumb {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.bread-crumb p {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 17px;
}
.bread-crumb p a {
	transition: 0.3s ease-out;
	color: #000000;
}
.bread-crumb p a:hover {
	color: var(--primary-color);
}
.sub-section {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.sub-section:last-child {
	margin-bottom: 0;
}
.sub-section > h5,
.detailed-desc > h5 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	color: var(--text-color);
	margin-bottom: 15px;
}
.sub-section p {
	float: left;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.06px;
	line-height: 26px;
	margin-bottom: 20px;
}
.sub-section p:last-child {
	margin-bottom: 0;
}
.sub-section p a {
    color: var(--primary-color);
}
.sub-title {
	float: left;
	width: 100%;
	height: 30px;
	background: var(--primary-color);
	display: flex;
	align-items: center;
	padding: 0 15px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.sub-title h5 {
	color: var(--white);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 17px;
	text-transform: uppercase;
	padding: 0;
}
.sub-section h6 {
    float: left;
    width: 100%;
    height: auto;
    min-height: 35px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
    text-transform: uppercase;
}
.arrow-listing {
	float: left;
	width: 100%;
}
.arrow-listing li {
	float: left;
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.06px;
	line-height: 26px;
	padding-left: 20px;
	position: relative;
}
.arrow-listing li:before {
	content: "";
	background: url(../images/sprite.svg) no-repeat -116px -10px;
	width: 8px;
	height: 7px;
	position: absolute;
	left: 0;
	top: 9px;
	filter: grayscale(100%);
}
.social-media-header {
	float: left;
	width: 100%;
}
.social-media-header h5 {
    float: left;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.08px;
    line-height: 40px;
    text-transform: uppercase;
}
.social-media-list {
	float: left;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.social-media-list li {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 20px;
}
.fb:before {
	background-position: -6px -29px;
	width: 32px;
	height: 32px;
}
.tw:before {
	background-position: -46px -29px;
	width: 32px;
	height: 32px;
}
.ln:before {
	background-position: -86px -29px;
	width: 32px;
	height: 32px;
}
.insta:before {
	background-position: -126px -29px;
	width: 32px;
	height: 32px;
}
.section-title {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.section-title.m-b-sm {
	margin-bottom: 20px;
}
.section-title h5 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 33px;
	color: var(--primary-color);
	text-transform: uppercase;
}
.pintile-holder {
    float: left;
    width: calc(100% + 24px);
    margin: 0px -12px;
    display: flex;
    flex-wrap: wrap;
}
.pintile-holder .pintile {
	float: left;
	width: calc((100% / 5) - 24px);
	height: auto;
	margin: 12px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	transition: .3s ease-out;
	position: relative;
}
.pintile-holder .pintile:last-child {
	margin-right: 0;
}
.pintile-holder .pintile a {
	float: left;
	width: 100%;
	height: auto;
}
.pintile-image {
	float: left;
	width: 100%;
	height: 255px;
	margin: 0px;
}
.pintile-image img, .sub-section .pintile-holder .pintile-image img {
	float: left;
	width: 100%;
	border-radius: 5px;
}
.pintile-desc {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 18px;
    border-radius: 0 0 5px 5px;
    transition: 0.3s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(255 255 255 / 0.90);
}
.pintile-desc h5 {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05px;
	line-height: 24px;
	margin-bottom: 0;
	color: var(--primary-color);
}
.pintile-desc p {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.07px;
	line-height: 22px;
	color: #000;
}
.pintile-holder .pintile:hover a .pintile-desc {
	background: var(--primary-color);
}
.pintile-holder .pintile:hover a .pintile-desc h5 {
	color: var(--white);
}
.pintile-holder .pintile:hover a .pintile-desc p {
	color: var(--white);
}
.more .pintile-desc {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 5px;
}
.more .pintile-desc p {
	text-align: center;
}
.more .pintile-desc > span {
	font-size: 50px;
	font-weight: 300;
	letter-spacing: 0.22px;
	line-height: 68px;
	color: var(--secondry-colot);
}
.more .pintile-desc:hover span {
	color: var(--white);
}
.faq-holder {
	float: left;
	width: 100%;
}
.faq {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: var(--white);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.questions {
	float: left;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.2);
	display: flex;
	align-items: center;
}
.questions p {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.08px;
	line-height: 24px;
}
.answer {
	float: left;
	width: 100%;
	padding: 15px 20px;
}
.answer p {
	float: left;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 26px;
}
.redirect-link {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.content-area.no-group {
	padding-bottom: 0;
}
.img-container {
	float: left;
	width: 100%;
	margin: 10px 0 30px;
}
.img-container img {
	float: left;
	width: 100%;
}
.img-container img.auto-width {
	width: auto;
	max-width: 100%;
}
.product-table {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.product-table table {
	width: 100%;
}
.product-table table thead tr td {
	padding: 18px 15px;
	font-size: 14px;
	color: var(--white);
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
}
.product-table table tbody tr td {
	font-size: 14px;
	letter-spacing: 0.1px;
	padding: 15px;
	border: 1px solid var(--border-color);
}
.product-table table tr.sub-table td {
	font-weight: 600;
}
.sub-section .wp-block-table {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.sub-section .wp-block-table table tbody tr th {
	padding: 15px;
	font-size: 14px;
	color: var(--white);
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
}
.sub-section .wp-block-table table tbody tr td {
	font-size: 14px;
	letter-spacing: 0.1px;
	padding: 15px;
	border: 1px solid var(--border-color);
}
.sub-section .wp-block-table table tr.sub-table td {
	font-weight: 600;
}
.section-header h5 {
	font-size: 45px;
	letter-spacing: 0.2px;
	line-height: 60px;
	color: var(--primary-color);
}
.section-header {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.section-header h3 {
	font-size: 38px;
	letter-spacing: 0.2px;
	line-height: 40px;
	text-align: center;
	color:var(--text-color);
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.boilerplate-block {
	float: left;
	width: 100%;
	background: var(--white);
	border-radius: 5px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.boilerplate-block .image {
	float: left;
	width: 50%;
	height: 300px;
}
.boilerplate-block .description {
	float: left;
	width: 50%;
}
.boiler-image {
	float: left;
	width: 100%;
	height: 300px;
}
.boiler-image img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px 0 0 5px;
}
.boilerplate-block .description {
	padding: 20px 30px;
}
.boilerplate-block .description h5 {
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.11px;
	line-height: 33px;
	color: var(--primary-color);
	margin-bottom: 12px;
}
.boilerplate-block .description p {
	font-size: 14px;
	letter-spacing: 0.06px;
	line-height: 24px;
	margin-bottom: 25px;
}
.boilerplate-block .description .default-button {
	border: 1px solid var(--white);
}
.content-block {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.content-wrapper {
	float: left;
	width: 100%;
}
.slider-card {
	float: left;
	width: 100%;
	border-radius: 5px;
	background-color: var(--white);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
}
.slider-card:focus {
	outline: none;
}
.slider-card-image {
	float: left;
	width: 100%;
	height: 300px;
	position: relative;
}
.slider-card-image img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}
.slider-card-description {
	float: left;
	width: 100%;
	height: 240px;
	padding: 15px 20px;
	text-align: center;
}
.thumb-slider .slider-card-description {
float: left;
  width: 100%;
  height: 240px;
  text-align: center;
    background-color: #fff;
  border-radius: 5px;
z-index: 9;
  position: relative;
}
.slider-card-description h5 {
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	color: var(--primary-color);
	letter-spacing: 0.11px;
	line-height: 25px;
	margin-bottom: 7px;	
	transition: .3s ease-out;
}
.slider-card-description p {
	float: left;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.06px;
	line-height: 24px;
	color: var(--text-color);
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: system-ui;
}
.slick-dots {
	float: left;
	/* width: 100%; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.slick-dots li {
	margin: 0 5px;
}
.slick-dots li button {
	font-size: 0;
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: relative;
}
.slick-dots li button:before {
	content: "";
	width: 10px;
	height: 10px;
	background: 0 0;
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 5px);
	top: calc(50% - 5px);
}
.slick-dots li.slick-active button:before {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
}
.slick-dots li.slick-active button {
	border: 1px solid var(--primary-color);
	background: var(--white);
}
.slick-arrow {
	float: left;
	height: 50px;
	width: 50px;
	border: 1px solid var(--white);
	border-radius: 80px;
	background-color: var(--primary-color);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	font-size: 0;
	transition: 0.3s ease-out;
}
.slick-arrow:hover {
	box-shadow: none;
}
.slick-arrow:focus {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.slick-prev {
	position: absolute;
	top: calc(50% - 25px);
	left: 20px;
	z-index: 4;
}
.slick-next {
	position: absolute;
	top: calc(50% - 25px);
	right: 20px;
}
.slick-prev:before {
	content: "";
	background: url(../images/sprite.svg) no-repeat no-repeat -23px -4px;
	width: 10px;
	height: 18px;
	display: inline-block;
}
.slick-next:before {
	content: "";
	background: url(../images/sprite.svg) no-repeat no-repeat -37px -4px;
	width: 10px;
	height: 18px;
	display: inline-block;
}
.updates-slider .slick-arrow {
	background: var(--white);
}
.updates-slider .slick-next:before {
	background-position: -64px -4px;
}
.updates-slider .slick-prev:before {
	background-position: -50px -4px;
}
.updates-slider .slider-card-image {
	height: 370px;
}
.updates-slider .slider-card-description {
	height: 180px;
}
.updates-slider .slider-card-description h6 {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.06px;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--primary-color);
	margin-bottom: 3px;
}
.updates-slider .slider-card-description h5 {
	color: var(--text-color);
	font-size: 20px;
}
.slider-card:hover .slider-card-description h5 {
    color: var(--text-color);
}
.updates-slider .slider-card-description p {
	-webkit-line-clamp: 3;
}
.updates-tag {
	float: left;
	background: var(--white);
	min-height: 30px;
	padding: 0 15px;
	border-radius: 5px;
	position: absolute;
	left: 30px;
	top: 30px;
	display: flex;
	align-items: center;
}
.updates-tag p {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05px;
	line-height: 17px;
	color: var(--primary-color);
	text-transform: uppercase;
}
.updates-tag.date {
	flex-direction: column;
	padding: 10px 15px;
}
.updates-tag.date p {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 19px;
}
.updates-tag.date h5 {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 26px;
	text-align: center;
	color: var(--primary-color);
}
.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}
.initiatives .slider-card{
	position: relative;
	overflow: hidden;
}
.initiatives .slider-card-description {
	height: 160px;
	padding: 15px 20px;
	position: absolute;
	bottom: -100px;
	z-index: 99;
	  transition: All 2s ease;
  -webkit-transition: All 2s ease;
  -moz-transition: All 2s ease;
  -o-transition: All 2s ease;
}
.initiatives .slider-card-description p{
	display: none;
	  transition: All 2s ease;
  -webkit-transition: All 2s ease;
  -moz-transition: All 2s ease;
  -o-transition: All 2s ease;
}

.initiatives .slider-card-description h5 {
	color: #fff;
}
.initiatives .slider-card div.slider-card-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
box-shadow: inset 0 -180px 80px -20px #000000a1;
  transition: All 2s ease;
  -webkit-transition: All 2s ease;
  -moz-transition: All 2s ease;
  -o-transition: All 2s ease;
}
.slider-card:hover div.slider-card-image::before {
box-shadow: inset 0 -180px 80px -20px #000000cf;
}
.initiatives .slider-card:hover .slider-card-description p{
display: block;
  transition: All 2s ease;
  -webkit-transition: All 2s ease;
  -moz-transition: All 2s ease;
  -o-transition: All 2s ease;
  color: #fff;
}
.initiatives .slider-card:hover .slider-card-description{
bottom: -0px;
  transition: All 2s ease;
  -webkit-transition: All 2s ease;
  -moz-transition: All 2s ease;
  -o-transition: All 2s ease;
}
.footer {
	float: left;
	width: 100%;
	background: var(--dark);
	padding: 90px 0 0 0;
}
.footer-header {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.footer-header h5 {
	float: left;
	width: 100%;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.09px;
	line-height: 27px;
	color: var(--white);
	text-transform: uppercase;
	margin-bottom: 0;
}
.footer-list {
	float: left;
	width: 100%;
}
.footer-list li {
	float: left;
	width: 100%;
}
.footer-list li a {
	float: left;
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.06px;
	line-height: 28px;
	color: var(--white);
}
.footer-logo {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.footer-logo img {
    float: right;
    width: 162px;
}
.social-media-holder {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.white .fb:before {
	background-position: -38px -100px;
	width: 23px;
	height: 19px;
}
.white .tw:before {
	background-position: -8px -97px;
	width: 24px;
	height: 24px;
}
.white .ln:before {
	background-position: -70px -99px;
	width: 20px;
	height: 21px;
}
.white .insta:before {
	background-position: -98px -97px;
	width: 24px;
	height: 24px;
}
.white .yt:before {
	background-position: -128px -101px;
	width: 24px;
	height: 17px;
}
.social-media-holder .social-media-list li {
	margin-left: 20px;
	margin-right: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
}
.copyright-block {
	float: left;
	width: 100%;
	background: var(--dark);
	border-top: 1px solid var(--white);
	padding: 10px 0;
	margin-top: 60px;
}
.copyright-block p {
	font-size: 12px;
	letter-spacing: 0.05px;
	line-height: 24px;
	color: var(--white);
}
.copyright-block .footer-list {
	float: right;
	width: auto;
}
.copyright-block .footer-list li {
	float: left;
	width: auto;
	margin-left: 30px;
}
.copyright-block .footer-list li a {
	font-size: 12px;
	letter-spacing: 0.05px;
	line-height: 24px;
}
.back-to-top {
	float: left;
	height: 35px;
	width: 35px;
	border: 1px solid var(--white);
	border-radius: 50px;
	background-color: var(--primary-color);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	position: fixed;
	right: 20px;
	bottom: 15px;
	z-index: 10;
}
.back-to-top:before {
	content: "";
	background: url(../images/sprite.svg) no-repeat -79px -9px;
	width: 18px;
	height: 10px;
	position: absolute;
	left: calc(50% - 9px);
	top: calc(50% - 5px);
    zoom: .7;
}
.more-options {
	float: left;
	width: 100%;
	height: 65px;
	background-color: var(--white);
	box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 7;
}
.md-btn-togglebox {
	display: none;
}
.btn-holder .default-button {
	margin: 0 10px;
    height: 40px;
    font-size: 12px;
	display: flex;
	align-items: center;
}
.dwnld:before {
	background-position: -104px -70px;
	width: 17px;
	height: 17px;
	margin-right: 10px;
}
.application:before {
	background-position: -59px -70px;
	width: 17px;
	height: 17px;
	margin-right: 10px;
}
.read:before {
	background-position: -83px -70px;
	width: 16px;
	height: 17px;
	margin-right: 10px;
}
.query:before {
	background-position: -36px -70px;
	width: 17px;
	height: 16px;
	margin-right: 10px;
}
.default-modal {
	padding: 0 !important;
}
.default-modal .modal-content {
	border-radius: 5px;
	border: 0;
}
.default-modal .modal-header {
	border-bottom: 0;
	height: 60px;
	background: var(--primary-color);
	align-items: center;
	padding: 0 20px;
}
.default-modal .modal-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	color: var(--white);
}
.default-modal .close {
	font-size: 0;
	position: relative;
	margin: 0;
	padding: 0;
	opacity: 1;
}
.default-modal .close:before {
	content: "";
	background: url(../images/sprite.svg) no-repeat -126px -71px;
	width: 15px;
	height: 15px;
	display: inline-block;
}
.default-modal .modal-dialog {
	max-width: 570px;
}
.default-modal .modal-body {
    float: left;
    width: 100%;
    padding: 20px;
    max-height: calc(100vh - 206px);
    overflow-y: auto;
}
.default-modal .modal-footer {
	border-top: 0;
	justify-content: normal;
	padding: 20px;
}
.default-modal .modal-footer button {
	margin: 0;
}
.brochure-block {
	float: left;
	width: 100%;
	height: 380px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.brochure-block figure {
	margin-bottom: 30px;
}
.brochure-block h5 {
	font-size: 30px;
	letter-spacing: 0;
	line-height: 38px;
	margin-bottom: 20px;
}
.brochure-block p {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 30px;
	text-align: center;
	color: #848484;
	margin-bottom: 35px;
}
.each-input-field {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.each-input-field > label {
	float: left;
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 24px;
	margin-bottom: 10px;
}
.form-group {
	float: left;
	width: 100%;
	margin: 0;
}
.radio-wrapper {
	float: left;
	width: 100%;
}
.radio-box {
	float: left;
	position: relative;
	margin-right: 35px;
}
.radio-box input {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}
.radio-box label {
	float: left;
	width: 100%;
	padding-left: 26px;
	font-size: 14px;
	letter-spacing: 0.06px;
	line-height: 26px;
	position: relative;
	margin-bottom: 0;
}
.radio-box label:before {
	content: "";
	height: 16px;
	width: 16px;
	border: 0.8px solid #c1c1c1;
	background-color: var(--white);
	position: absolute;
	left: 0;
	top: 5px;
	border-radius: 50%;
}
.radio-box input:checked + label:after {
	content: "";
	width: 6px;
	height: 6px;
	background-color: var(--primary-color);
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 10px;
}
.input-box {
	float: left;
	width: 100%;
	/* height: 50px; */
}
.input-box input {
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	background-color: var(--white);
	font-family: "Open Sans";
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 24px;
	padding: 0 20px;
}
.checkbox {
	float: left;
	width: 100%;
	position: relative;
}
.checkbox input {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
.checkbox label {
	float: left;
	padding-left: 25px;
	font-size: 14px;
	letter-spacing: 0.06px;
	line-height: 26px;
	position: relative;
}
.checkbox label:before {
	content: "";
	width: 15px;
	height: 15px;
	border: 0.8px solid var(--border-color);
	border-radius: 3px;
	background-color: var(--white);
	position: absolute;
	left: 0;
	top: 5px;
}
.checkbox input:checked + label:after {
	content: "";
	width: 4px;
	height: 7px;
	border: solid var(--primary-color);
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	position: absolute;
	left: 6px;
	top: 8px;
}
.radio-wrapper.full-width .radio-box {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	margin-right: 0;
}
.radio-wrapper.full-width .radio-box:last-child {
	margin-bottom: 0;
}
.each-input-field:last-child {
	margin-bottom: 0;
}
.each-input-field > label span {
	color: var(--error);
}
.validation {
	float: left;
	width: 100%;
	font-size: 12px;
	margin: 8px 0 0;
	color: red;
}
.wd-md {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.info-card {
	width: 100%;
	display: flex;
	float: left;
	margin: 20px 0;
}
.info-card-image {
	width: 150px;
	height: 150px;
	border-radius: 5px;
	overflow: hidden;
}
.info-card-image.md {
	width: 230px;
	height: 230px;
}
.wd-md:after {
	content: "";
	display: table;
	clear: both;
}
.info-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info-card-detail-box {
	width: 100%;
}
.info-card-image + .info-card-detail-box {
	width: calc(100% - 150px);
	padding-left: 20px;
}
.info-card-image.md + .info-card-detail-box {
	width: calc(100% - 230px);
	padding-left: 20px;
}
.info-card-detail-box h4 {
	font-weight: 700;
	line-height: normal;
}
.info-card-detail-box h4 a {
	color: var(--text-color);
	transition: .3s ease-out;
}
.info-card-detail-box h4 a:hover {
	color: var(--primary-color);
} 
.info-sub-text {
    color: var(--text-grey);
    font-size: 12px;
    margin-bottom: 8px;
    float: left;
	width: 100%;
	text-transform: uppercase;
}
.info-card-text {
	font-size: 14px;
	margin: 5px 0;
	margin-bottom: 15px;
	line-height: 20px;
}
.primary-link {
	color: var(--nav-green);
}
.info-card .primary-link {
	font-size: 14px;
	font-weight: 600;
}
.inner-desc h2 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 38px;
}
.inner-desc p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.form-holder {
	width: 100%;
}
.form-holder.outlined {
	border: 1px solid var(--primary-color);
	border-radius: 5px;
	padding: 20px;
}
.form-in {
	width: 100%;
}
.input-block {
	width: 100%;
	margin: 10px 0;
	display: inline-block;
}
.labelled-inputs .input-block {
	position: relative;
}
.cs-input {
	width: 100%;
	height: 45px;
	padding: 5px 15px;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
}
.input-label {
	font-size: 13px;
	padding: 2px;
	font-weight: 600;
}
.labelled-inputs .input-label {
	background: var(--white);
	position: absolute;
	top: -8px;
	left: 8px;
}
.input-label.mandatory span:after {
	content: "*";
	color: red;
}
.btn.primary {
	background: var(--primary-color);
	color: var(--white);
}
.checkbox-text {
	font-size: 14px;
	line-height: 18px;
}

/* Milestone Page */

.timelineParent {
	width: 100%;
	display: inline-block;
	position: relative;
}
.timelineChild {
	width: 100%;
	display: inline-block;
	margin: 20px 0px;
	position: relative;
}
.timelineBlock {
	width: calc(50% - 20px);
	padding: 20px;
	background: var(--primary-color);
	color: var(--white);
	border-radius: 5px;
	position: relative;
}
.timelineChild:nth-child(odd) .timelineBlock {
	float: left;
}
.timelineChild:nth-child(even) .timelineBlock {
	float: right;
}
.timelineChild:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 2px solid var(--white);
	position: absolute;
	top: 5px;
	left: calc(50% - 10px);
	background: var(--primary-color);
	z-index: 2;
}
.timelineParent:after {
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: calc(50% - 2px);
	background: var(--primary-color);
}
.timelineBlock:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 12px 11px;
	border-color: transparent transparent transparent var(--primary-color);
	position: absolute;
	top: 5px;
}
.timelineChild:nth-child(odd) .timelineBlock:after {
	right: -5px;
}
.timelineChild:nth-child(even) .timelineBlock:after {
	left: -5px;
	transform: rotate(180deg);
}
.timelineBlockHead {
	padding: 5px 10px;
	background: var(--white);
	color: var(--primary-color);
	border-radius: 25px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
	display: inline-block;
}

/* Milestone Page End */

/* Single-blog Page*/

.fig-full img {
	width: 100%;
	height: auto;
}
.sub-section img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.inner-desc ol {
	list-style-type: decimal;
	padding: 0px 0px 0px 20px;
}
.inner-desc ol li {
	width: 100%;
	margin: 10px 0px;
	line-height: 24px;
}
.inner-desc ul:not(.social-media-list) {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}
.inner-desc ul:not(.social-media-list) li {
	margin: 10px 0px;
	line-height: 24px;
}
.card {
	width: 100%;
	display: inline-block;
	margin-bottom: 0px;
	padding: 10px;
	border-color: var(--border-color);
}
.card-image {
	width: 100%;
	max-width: 250px;
	float: left;
	position: relative;
}
.card-description {
	width: calc(100% - 250px);
	float: left;
	padding: 0px 20px;
	text-align: justify;
}
.highlighter {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	background: var(--primary-color);
	color: #ffffff;
}
.highlighter h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.highlighter h6 {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    padding: 0;
    margin-bottom: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.sub-section ul:not(.social-media-list) {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.sub-section ul:not(.social-media-list) li {
	float: left;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.06px;
	line-height: 26px;
	padding-left: 20px;
	position: relative;
}
.sub-section ul:not(.social-media-list) li a {
    color: var(--primary-color);
}
.sub-section ul:not(.social-media-list) li:before {
	content: "";
	background: url(../images/sprite.svg) no-repeat -116px -10px;
	width: 8px;
	height: 7px;
	position: absolute;
	left: 0;
	top: 9px;
	filter: grayscale(100%);
}
.sub-section h1,
.sub-section h2,
.sub-section h3,
.sub-section h4,
.sub-section h5 {
	width: 100%;
	display: inline-block;
}
.inner-desc h1,
.inner-desc h2,
.inner-desc h3,
.inner-desc h4,
.inner-desc h5,
.inner-desc h6 {
	width: 100%;
	display: inline-block;
}
.sub-section h4.has-background {
	color: #ffffff;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.pintile-wrapper {
	width: 100%;
	display: inline-block;
	margin: 20px 0px;
	/*text-align: center;*/
}
.pintile-in {
	width: 100%;
	max-width: 120px;
	display: inline-block;
	/*border: 1px solid var(--primary-color);*/
	margin: 10px;
	height: auto;
}
.pintile-in img {
	float: left;
}
.pintile-in .pintile-image {
	height: auto;
}
.sub-section ol {
	float: left;
	width: 100%;
	list-style-type: decimal;
	padding: 0px 0px 0px 15px;	
	margin-bottom: 20px;
}
.sub-section ol li {
    float: left;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.06px;
    line-height: 26px;
    padding-left: 5px;
    position: relative;
}

/* Milestone Page End */

/* Market overview page accordian */

.accordionParent {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
.accordionItem {
	width: 100%;
	display: inline-block;
	margin: 10px 0px;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
}
.accordionTitle {
	width: 100%;
	padding: 15px 45px 15px 15px;
	font-size: 14px;
	background: var(--primary-color);
	color: var(--white);
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
}
.accordionTitle:after {
	content: "";
	width: 18px;
	height: 10px;
	background: url(../images/sprite.svg) no-repeat -79px -9px;
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
	z-index: 1;
	transform: rotate(180deg);
	transition: 0.3s linear;
}
.accordionContent {
    float: left;
	width: 100%;
    padding: 20px;
	display: none;
}
.accordionContent > div {
    float: left;
    width: calc((100% / 3));
    margin-bottom: 15px;
    padding-right: 15px;
}
.accordionTitle.active:after {
	transform: rotate(0deg);
	transition: 0.3s linear;
}
.slick-slide {
	height: auto;
}
.slick-slide:focus {
	outline: 0;
}
.accordionContent a {
    color: var(--text-color);
    font-weight: 600;
    float: left;
    width: 100%;
}
.accordionContent a:hover {
    color: var(--primary-color);
}
.accordionContent a img {
    float: left;
    width: 100%;
}

/* Market overview page accordian End */

/* product details */

.side-img-container {
    float: left;
    width: 100%;
    height: auto;
}
.side-img-container img {
    float: left;
    width: 100%;
    height: 350px;
    border-radius: 5px;
    object-fit: cover;
}
.sub-section h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--primary-color);
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 10px;
}
.address-container {
    float: left;
    width: 100%;
}
.address-child {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}
.address-child:last-child {
    border-bottom: 0;
}
.address-child p {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}
.input-block textarea {
    height: 150px;
}
.input-block textarea:focus {
    outline: none;
}
.wpcf7 form.invalid .wpcf7-response-output {
    font-size: 14px;
    color: red;
    border-radius: 5px;
}
.address-child p a {
    color: var(--primary-color);
}
.error-404 {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.error-404 .page-content {
    padding: 0;
}
.error-404 .page-header {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.error-404 .page-header .page-title {
    text-align: center;
    font-weight: 300;
    color: var(--placeholder);
}
.error-404 .broken-box {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.error-404 .broken-box p {
    font-size: 70px;
    font-weight: 300;
    color: var(--placeholder);
}
.error-search {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.error-search p {
    font-size: 16px;
    color: var(--placeholder);
    margin-bottom: 10px;
}
.error-search form label {
    font-size: 14px;
    margin-right: 10px;
    color: var(--placeholder);
}
.error-search form input[type=submit] {
    height: 35px;
    padding: 0 15px;
    background: var(--primary-color);
    color: var(--white);
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.error-search form input[type=text] {
    height: 35px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    margin-right: 6px;
    padding: 0 10px;
    font-size: 14px;
}
.error-search form  div {
    display: flex;
    align-items: center;
}
.error-search form  label {
    margin-bottom: 0;
}
.error-search form {
    margin-top: 10px;
}
.wp-block-columns {
    float: left;
    width: 100%;
}
.wp-block-image.is-resized>figcaption {
    text-align: center;
    font-weight: 600;
}
.wp-block-image {
    /* margin-bottom: 0; */
}
.accordionContent div > a + p {
    font-size: 14px;
    margin: 10px 0;
    color: #ccc !important;
    float: left;
    width: 100%;
}
.wp-block-button__link {
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.sub-section p.has-background, .sub-section ul.has-background,  .sub-section ol.has-background {
	border-radius: 5px;
	padding: 20px 30px;
}
.main-content-area.sticky-bottom + .footer .copyright-block {
    margin-bottom: 65px;
}
.default-modal .modal-content form {
    margin: 0;
}
.each-input-field textarea {
    float: left;
	width: 100%;
	min-height: 95px;
    height: 95px;
    border: 1px solid var(--border-color);
    padding: 10px 20px;
    border-radius: 2px;
}
.each-input-field textarea:focus {
    outline: 0;
}
.sub-menu.with-scroll {
    max-height: 315px;
    overflow-y: auto;
}
.sub-section p img {
    float: left;
    margin: 8px 0px 8px 0;
}
.sub-section .bread-crumb, .sub-section .bread-crumb a {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 17px;
	color: #000000;
	transition: .3s ease-out;
}
.sub-section .bread-crumb a:hover {
	color: var(--primary-color);
}
.sub-section .bread-crumb span {
    color: var(--text-color);
}
.search-box-wrappers.int-search input {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    height: 50px;
}
.search-box-wrappers.int-search {
    margin-bottom: 30px;
}
.default-modal .modal-footer .wpcf7-form-control-wrap {
    margin: 0;
}
.default-modal .modal-footer p {
    margin: 0;
}
.wpcf7-radio .wpcf7-list-item {
    float: left;
    margin-left: 0;
    margin-right: 35px;
}
.wpcf7-radio .wpcf7-list-item > label {
    margin: 0;
    float: left;
}
.wpcf7-radio .wpcf7-list-item > label {
    float: left;
    width: auto;
    position: relative;
    padding-left: 26px;
    line-height: 26px;
}
.wpcf7-radio .wpcf7-list-item > label input {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
    content: "";
    height: 16px;
    width: 16px;
    border: .8px solid #c1c1c1;
    background-color: var(--white);
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    float: left;
}
.wpcf7-radio .wpcf7-list-item > label input:checked + .wpcf7-list-item-label:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 10px;
}
.wpcf7-checkbox .wpcf7-list-item {
    float: left;
    margin-left: 0;
}
.wpcf7-checkbox .wpcf7-list-item > label {
    float: left;
    margin: 0;
    position: relative;
}
.wpcf7-checkbox .wpcf7-list-item > label .wpcf7-list-item-label {
    float: left;
    padding-left: 30px;
    font-size: 14px;
    letter-spacing: .06px;
    line-height: 26px;
    position: relative;
}
.wpcf7-checkbox .wpcf7-list-item > label > input {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}
.wpcf7-checkbox .wpcf7-list-item > label .wpcf7-list-item-label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: .8px solid var(--border-color);
    border-radius: 3px;
    background-color: var(--white);
    position: absolute;
    left: 0;
    top: 3px;
}
.wpcf7-checkbox .wpcf7-list-item > label input:checked + .wpcf7-list-item-label:after {
    content: "";
    width: 6px;
    height: 11px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    left: 7px;
    top: 6px;
}
.wpcf7 .modal-footer .ajax-loader {
    float: left;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 20px;
    display: flex;
    align-items: center;
}
.wpcf7-not-valid-tip {
    float: left;
    width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output {
	display: none !important
}
.study-container {
    float: left;
    width: 100%;
}
.study-container h5 {
    float: left;
    width: 100%;
    font-weight: 600;
    margin: 20px 0;
    font-size: 18px;
}
.study-container h5:first-child {
    margin-top: 0;
}
.modal-footer-in {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.products-template-default .sub-section p img {
    margin-right: 15px;
}

.banner.section-mobile {
    display: none;
}
.masthead-banner.section-mobile {
    display: none;
}
.banner-tag {
	float: left;
    margin-bottom: 10px;
}
.pagination-link {
    float: left;
    width: 100%;
    display: flex;
	justify-content: flex-end;
	margin: 15px 0;
}
.pagination-link a {
    float: left;
    height: 35;
    border: 0;
    border-radius: 5px;
    background-color: var(--primary-color);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    color: var(--white);
    display: flex;
    align-items: center;
    transition: 0.3s ease-out;
    margin-left: 10px;
    text-transform: uppercase;
}
.sub-section h2 {
    font-size: 28px;
    font-weight: 700;
}
.sub-section p.small-Para {
    font-size: 13px;
	margin-bottom: 0px;
}
.footer .col-lg-3.col-md-12.col-sm-12:last-child .footer-list li a {
    text-align: right;
}
.sub-section .social-media-list {
    justify-content: flex-start;
}
.masthead-banner.sub-page .description-panel {
    align-items: center;
    padding-bottom: 0px;
}
.masthead-banner.sub-page .desc-half {
    max-width: 70%;
}

/* additional */

.main-nav-list li:nth-child(4) > .sub-menu > li.active:nth-child(5) > .sub-menu > li.active:nth-child(2) > .sub-menu   {
    top: auto;
    bottom: calc(50% - 157.5px);
}
.main-nav-list li:nth-child(4) > .sub-menu > li.active:nth-child(5) > .sub-menu > li.active:nth-child(3) > .sub-menu   {
    top: auto;
    bottom: calc(50% - 157.5px);
}
.main-nav-list li:nth-child(4) > .sub-menu > li.active:nth-child(7) > .sub-menu > li.active:nth-child(1) > .sub-menu   {
    top: auto;
    bottom: calc(50% - 157.5px);
}
.main-nav-list li:nth-child(4) > .sub-menu > li.active:nth-child(8) > .sub-menu > li.active:nth-child(2) > .sub-menu   {
    top: auto;
    bottom: calc(50% - 70.5px);
}
.main-nav-list li:nth-child(4) > .sub-menu > li.active:nth-child(8) > .sub-menu > li.active:last-child > .sub-menu   {
    top: auto;
    bottom: 0;
}
.main-nav-list li:nth-child(4) > .sub-menu > li.active:nth-child(8) > .sub-menu,
.main-nav-list li:nth-child(4) > .sub-menu > li.active:nth-child(9) > .sub-menu {
    top: auto;
    bottom: 0;
}
.main-nav-list li:nth-child(4) > .sub-menu > li.active:nth-child(9) > .sub-menu > li.active:nth-child(4) > .sub-menu  {
    top: auto;
    bottom: calc(50% - 157.5px);
}
.main-nav-list li:nth-child(6) > .sub-menu > li.active:nth-child(1) > .sub-menu {
    top: 0;
    bottom: auto;
}
.wp-block-media-text {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.sub-section .spclheight {
    margin-bottom: 60px;
}
.fts-twitter-backg-image, .fts-twitter-backg-image img {
    z-index: 9;
}
.fts-jal-fb-group-header-desc, .fts-jal-fb-message {
    font-size: 14px;
}
.fts-jal-fb-header h1 {
    font-size: 24px;
    font-weight: 600;
}
.fts-jal-fb-header h1 a {
    color: var(--color-3);
}
.fts-jal-fb-header h1 a:hover {
    color: var(--color-3);
}
.fts-jal-fb-message a {
    color: #1b95e0;
}
.fts-jal-fb-user-name a {
    color: var(--text-color);
}
.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb:focus {
    outline: none;
}
.epyt-gallery-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    line-height: normal;
}
/* product details end */



/*Additional Css*/
.inPageNavBlock {
    display: inline-block;
    width: 100%;
    position: sticky;
    top: 139px;
    left: 0;
    background: var(--white);
    z-index: 2;
}
.mainArea {
    display: flow-root;
    width: 100%;
	padding: 20px 0px 0 0;
}
.inpageNav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* gap: 20px; */
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
.inpageNav__item {
    flex-shrink: 0;
	display: inline-flex;
}
.inpageNav__link {
    color: var(--itemColor);
    text-transform: uppercase;
    font-weight: 600;
	font-size: 12px;
	padding: 5px 20px;
	border-radius: 5px;
	transition: 0.3s linear;
}
.inpageNav__link:hover {
    /* color: var(--itemBColor); */
    color: #000;
	transition: 0.3s linear;
}
.inpageNav__item.active .inpageNav__link {
	background: var(--itemColor);
	color: var(--white);
	transition: 0.3s linear;
}
.inpageNavWrap:after {
    content: '';
    width: 100%;
    height: 4px;
    background: var(--itemBColor);
    position: absolute;
    bottom: 0px;
    left: 0;
}
.inpageNavWrap {
    padding: 15px 0px;
    position: relative;
    margin-bottom: 20px;
}
.grid-250-offset {
    display: grid;
    grid-template-columns: 250px auto;
}
.grid-g-100 {
    grid-gap: 100px;
}
.listWrapIn h3 {
    font-size: 1.5em;
    font-weight: 600;
    color: var(--itemColor);
	margin-bottom: 20px;
}
.uLinedList li {
    display: inline-block;
    width: 100%;
    margin: 5px 0px;
    position: relative;
}
.listWrapIn {
    margin: 10px 0px 40px 0px;
}
.uLinedList li a {
    color: var(--text-color);
    padding-bottom: 10px;
    display: inline-block;
	font-weight: 600;
}
.uLinedList li a:hover {
	color: var(--itemColor);
}
.uLinedList li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--itemBColor);
    position: absolute;
    left: 0;
    bottom: 0;
}
.uLinedList {
    width: min(100%, 200px);
}
.w250-Offset {
    padding: 15px 0px;
}
.sub-section .detailBlock .bread-crumb, .sub-section .detailBlock .bread-crumb a {
    font-size: 12px;
    /* letter-spacing: -1px; */
    /*color: var(--itemColor);*/
	/* margin-top: 40px; */
}
.sub-section .detailBlock .bread-crumb a:hover {
	color: var(--itemColor);
}
.detailBlock .wp-block-table {
    margin-bottom: 0;
}
.detailBlock .wp-block-table table {
    width: auto;
    border: 1px solid var(--itemBColor);
    margin: 20px 0 5px 0;
}
.sub-section .detailBlock .wp-block-table table :is(th, td) {
    border: 1px solid var(--itemBColor);
    padding: 5px 20px;
    background: transparent;
    /*color: var(--itemColor);*/
}
.sub-section .detailBlock .wp-block-table table :is(th) {
	background: var(--itemColor);
	color:  var(--white);
}
.sub-section .detailBlock p {
    /*font-weight: 600;*/
	line-height: 2em;
}
.sub-section .detailBlock p img {
    margin: 10px 15px 0px 0px;
}

.detailBlock h2 {
    position: relative;
    font-size: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: left;
    color: var(--itemColor);
}
.detailBlock h2:after {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--itemBColor);
    position: absolute;
    left: 0;
    bottom: 0;
}
.sub-section .detailBlock h6 {
	background: var(--itemColor);
}

.detailBlock .pintile-holder {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: 0;
}
.detailBlock .pintile-holder .pintile-image {
	height:  auto;
}
.detailBlock .pintile-holder .pintile {
    width: 100%;
    margin: 0;
    box-shadow: none;
}
.detailBlock .pintile-holder .pintile .pintile-desc {
    position: relative;
    background: transparent;
    padding: 10px 0;
}
.detailBlock .pintile-desc p {
    color: var(--itemColor);
}
.detailBlock .pintile-holder .pintile .pintile-desc p {
    line-height: 1.5em;
}
.detailBlock .pintile-holder .pintile-image img {
	height: auto;
	aspect-ratio:  1;
    border-radius: 0;
    border: 1px solid #cccccc;
}
.pTileWrap {
    display: flow-root;
    margin: 0px 0px 40px 0px;
}
.pTileWrap .pintile-holder {
    width: 100%;
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.pTileWrap .pintile-holder .pintile {
    width: 100%;
    box-shadow: none;
    margin: 0;
}
.pTileWrap .pintile-desc {
    position: static;
    padding: 10px 0px;
}
.pTileWrap .pintile-image {
	height: auto;
}
.pTileWrap .pintile-image img {
    border-radius: 0;
    height: auto;
    aspect-ratio:  1;
    border: 1px solid #cccccc;
}
.pTileWrap .pintile-holder .pintile:hover a .pintile-desc {
    background: transparent;
}
.pTileWrap .pintile-holder .pintile a .pintile-desc h5 {font-size: 1em;color:  var(--itemColor)}
.pTileWrap .pintile-holder .pintile:hover a .pintile-desc h5 {color: var(--itemColor); font-size: 1em;}
.pTileWrap .pintile-holder .pintile:hover a .pintile-desc p {
    color: #000000;
}

.sideLinedTitle {
	width: 100%;
	display: inline-block;
    text-align: left;
    position: relative;
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sideLinedTitle label {
    margin: 0;
    color: var(--itemColor);
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}
.sideLinedTitle:after {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--itemBColor);
    position: absolute;
    left: 0;
    bottom: 0px;
    transform: translateY(-50%);
}

.detailBlock .boilerplate-block {
    display: grid;
    grid-template-columns: 230px auto;
    grid-gap: 30px;
	box-shadow: none;
	margin: 30px 0px;
}
.detailBlock .boilerplate-block .image {
    height: auto;
    width: 100%;
}
.detailBlock .boiler-image {
    width: 100%;
    height: auto;
}
.detailBlock .boilerplate-block .description {
    padding: 0;
    width: 100%;
}

.w250-Offset .description {
    width: 100%;
    padding: 0;
}
.spiceFaq {
    display: flow-root;
    margin: 10px 0px;
}
.w250-Offset .description .spiceFaq h6 {
    padding: 0;
    background: transparent;
    color: var(--itemColor);
    min-height: auto;
    margin: 0 0 5px 0;
    text-transform: none;
    font-weight: bold;
}
.w250-Offset .description .spiceFaq h6.qs p {
    font-weight: 600;
}
.w250-Offset .description .spiceFaq p {
    margin: 0 0 5px 0;
    font-style: italic;
	font-weight: 400;
    line-height: 1.5em;
}
.m50 {
    margin: 50px 0;
    display: inline-block;
	width: 100%;
}

.inpageSideNav__item.active .inpageSideNav__link {
    background: var(--itemColor);
    color: var(--white);
    transition: 0.3s linear;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.inpageNavWrap.anchor-links {
    height: auto;
}
.inpageNavWrap.anchor-links.sticky {
    position: sticky;
}

.anchor-links.themeNew.sticky {
    position: sticky;
    top: 140px;
    left: 0px;
}
.anchor-links.themeNew {
    box-shadow: none;
    height: auto;
}
.anchor-links.themeNew .anchor-list {
    height: auto;
    padding: 15px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* gap: 20px; */
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
}
.anchor-links.themeNew .anchor-list li a {
    /*color: var(--itemColor);*/
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 5px;
    transition: 0.3s linear;
}
.anchor-links.themeNew .anchor-list li:hover a {
	color: var(--itemColor);
}
.anchor-links.themeNew .anchor-list li.active a {
    color: var(--white);
    background:  var(--itemColor);
}
.anchor-links.themeNew .anchor-list:after {
    content: '';
    width: 100%;
    height: 4px;
    background: var(--itemBColor);
    position: absolute;
    bottom: 0px;
    left: 0;
}
.page-content.paddingOut {
	padding-bottom: 0;
	margin-top: -70px;
}
.default-button.newThemeBtn {
	background: var(--itemColor);
}
/*Additional Css End*/



@media (max-width: 1200px) {
	.card-description {
		width: 100%;
		padding: 0px;
		margin: 20px 0px;
		text-align: justify;
	}
	.w250-Offset .boilerplate-block .description {
		width: 100%;
	}
	.w250-Offset .boilerplate-block .image {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 1200px) {
	.main-nav-list li > a {
		font-size: 12px;
		padding: 0 15px;
	}
	.pintile-holder .pintile {
		width: calc((100% / 3) - 20px);
		margin-bottom: 30px;
	}
	.pintile-holder {
		flex-wrap: wrap;
	}
	.pintile-holder .pintile:last-child {
		margin-right: 30px;
	}
	.pintile-holder .pintile:nth-child(3n) {
		/* margin-right: 0; */
	}
	.boilerplate-block .image {
		width: 40%;
	}
	.boilerplate-block .description {
		width: 60%;
	}
	.btn-holder .default-button {
		font-size: 12px;
		margin: 0 5px;
		padding: 15px;
	}
	.footer-header h5 {
		font-size: 15px;
	}
	.footer-list li a {
		font-size: 14px;
	}
	.social-media-holder .social-media-list li {
		margin-right: 18px;
	}
	.social-media-holder .social-media-list li:last-child {
		margin-right: 0;
	}
	.copyright-block .footer-list li a {
		font-size: 10px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {

	.sub-menu.with-scroll {
		max-height: 250px;
	}
	.main-nav-list > li.active:nth-child(4) > .sub-menu,
	.main-nav-list > li.active:nth-child(5) > .sub-menu {
		left: auto;
		right: 0;
		border-radius: 5px 0 5px 5px;
	}
	.main-nav-list > li > .sub-menu > li:nth-child(8) > .sub-menu,
	.main-nav-list > li > .sub-menu > li:nth-child(9) > .sub-menu {
		top: auto;
		bottom: 0;
	}
	.main-nav-list > li > .sub-menu > li > .sub-menu > li > .sub-menu {
		top: auto;
		bottom: 0;
	}
	.main-nav-list > li > .sub-menu > li:nth-child(2) > .sub-menu > li > .sub-menu {
		top: 0;
		bottom: auto;
	}

}

@media (min-width: 1024px) {
	.sub-nav-list {
		display: block !important;
	}
}
@media (max-width: 991px) {
	.logo {
		width: 120px;
	}
	/* .main-nav-list, */
	.sub-nav-list {
		display: none;
	}
	.menu-wrapper {
		float: left;
		width: 100%;
		height: 100%;
		position: fixed;
		left: -100%;
		top: 0;
		display: block;
		background: var(--white);
		padding: 15px 65px 15px 20px;
		transition: 0.3s ease-out;
		z-index: 10;
		overflow: auto;
	}
	.menu-wrapper.flyIn {
		left: 0;
	}
	.main-nav-list li {
		float: left;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.closeIn {
		position: absolute;
		right: 35px;
		top: 30px;
		background: transparent;
		padding: 0;
		display: block;
	}
	.closeIn:before {
		content: "";
		background: url(../images/sprite.svg) no-repeat -218px -7px;
		width: 16px;
		height: 16px;
		display: inline-block;
	}
	.main-nav-list li > a.active {
		border-radius: 5px;
	}
	.main-nav-list li > a {
		line-height: 40px;
	}
	.dropdown-menu-box {
		position: relative;
		width: auto;
		left: 0;
		top: 0;
		background: 0 0;
		box-shadow: none;
		border-radius: 0;
		padding: 10px 0 10px 15px;
	}
	.relative-parent {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.inner-drop-menu {
		float: left;
		width: auto;
		position: relative;
		left: 0;
		top: 0;
		padding: 0;
		box-shadow: none;
		padding-left: 0;
		background: 0 0;
		padding: 10px 0 10px 15px;
	}
	.list-content-wrapper {
		max-height: none;
	}
	.relative-parent .inner-drop-toggler:after {
		content: none;
	}
	.dropdown-item {
		color: var(--text-color);
		width: auto;
		padding: 10px 15px;
		transition: 0.3s ease-out;
	}
	.dropdown-item.active {
		background: var(--nav-green);
		color: var(--white);
		border-radius: 5px;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
		position: relative;
	}
	.inner-drop-menu .dropdown-item:hover {
		background: 0 0;
		color: var(--nav-green);
	}
	.sub-nav-list {
		float: left;
		width: 100%;
		position: absolute;
		left: 0;
		top: 50px;
		padding: 35px 20px 20px;
		background: var(--primary-color);
	}
	.sub-nav-list li {
		float: left;
		width: 100%;
		margin-left: 0;
	}
	.sub-nav-list li a {
		height: 45px;
		line-height: 45px;
	}
	.searchIcon {
		margin-left: 25px;
	}
	.hamburger,
	.sub-nav-drop {
		display: block;
	}
	.search-box-wrappers input {
		width: 100%;
	}
	.masthead-banner {
		height: 300px;
	}
	.desc-half h1 {
		font-size: 24px;
	}
	.desc-half p {
		font-size: 18px;
		line-height: normal;
	}
	.anchor-list {
		overflow-x: auto;
	}
	.anchor-list li a {
		white-space: nowrap;
		text-transform: uppercase;
	}
	.masthead-banner .carousel-caption {
		max-width: 100%;
	}
	.carousel-caption h1 {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 5px;
        font-weight: 600;
    }
	.masthead-banner .carousel-caption > p {
		font-size: 18px;
		line-height: 22px;
	}
    .carousel-text {
        float: left;
        width: 100%;
/*        background: #00000082;*/
        padding: 10px 15px;
    }
    .carousel-text p {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 14px;
        font-weight: 400;
    }
    .carousel-button-block {
        margin-top: 10px;
    }
	.carousel-tag {
		height: 18px;
	}
	.carousel-tag p {
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 0.6px;
		line-height: 10px;
	}
	.carousel-button-block .default-button {
		height: 27px;
		font-size: 8.4px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 11px;
		text-align: center;
	}
	.boiler-image {
		height: 100%;
	}
	.social-feed-wrap {
		height: auto;
	}
	.social-feed-block {
		float: left;
		width: 100%;
		height: auto;
		padding: 20px;
		flex-direction: column;
	}
	.social-feed-block h5 {
		font-size: 20px;
		font-weight: 300;
		letter-spacing: 1.17px;
		line-height: 25px;
		margin-bottom: 0px;
		text-align: center;
	}
	.section-header h3 {
		font-size: 30px;
		line-height: 45px;
	}
	.each-card {
		margin-bottom: 20px;
	}
	.each-card:last-child {
		margin-bottom: 0;
	}
	.product-table {
		overflow-x: auto;
	}
	.product-table table {
		width: 715px;
	}
	.boilerplate-block .image {
		width: 100%;
		height: 300px;
	}
	.boilerplate-block .description {
		width: 100%;
	}
	.content-area {
		padding-bottom: 70px;
	}
	.more-options {
		height: auto;
		min-height: 50px;
		padding: 10px 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		transition: 0.3s ease-out;
	}
	.md-btn-toggling {
		display: none;
		flex-direction: column;
		align-items: center;
		margin-top: 10px;
	}
	.more-options.active .md-btn-toggling {
		display: flex;
	}
	.btn-holder .default-button {
		margin: 5px 0;
	}
	.md-btn-togglebox {
		display: block;
	}
	.span-blocks {
		float: left;
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	.icon-more-less {
		float: left;
		height: 20px;
		width: 20px;
		border: 1.5px solid var(--primary-color);
		border-radius: 3px;
		margin-right: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.span-block-textIn {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.06px;
		line-height: 26px;
		color: var(--primary-color);
	}
	.icon-more-less:before {
		content: "";
		background: url(../images/sprite.svg) no-repeat no-repeat -245px -12px;
		width: 8px;
		height: 5px;
		display: inline-block;
	}
	.more-options.active .icon-more-less:before {
		transform: rotate(180deg);
	}
	.footer {
		padding: 30px 0;
	}
	.footer-header h5 {
		font-size: 16px;
	}
	.footer-list {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(204, 204, 204, 0.2);
	}
	.footer-logo img {
		float: left;
		/* width: auto; */
	}
	.footer .col-lg-3.col-md-12.col-sm-12:last-child .footer-list li a {
		text-align: left;
	}
	.copyright-block p {
		text-align: center;
	}
	.copyright-block .footer-list {
		width: 100%;
		float: left;
		margin-bottom: 0;
		padding-bottom: 0;
		border: 0;
	}
	.copyright-block .footer-list li a {
		text-align: center;
	}
	.copyright-block .footer-list li {
		width: 100%;
		margin: 5px 0;
	}
	.social-media-list {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.social-media-list li:last-child {
		margin-right: 0;
	}
    .masthead-banner .carousel-indicators {
        bottom: 15px;
    }

	/* Mobile Menu */

	.main-nav-list > li.active {
		background: transparent;
		box-shadow: none;
	}
	.main-nav-list > li.active > a {
		background: var(--nav-green);
		color: var(--white);
		border-radius: 5px;
		box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
	}
	.main-nav-list > li > .sub-menu {
		position: relative;
		width: auto;
		left: 0;
		top: 0;
		background: 0 0;
		box-shadow: none;
		border-radius: 0;
		padding: 10px 0 10px 15px;
	}
	.main-nav-list > li > .sub-menu > li > a {
		color: var(--text-color);
		width: auto;
		padding: 10px 15px;
		transition: .3s ease-out;
	}
	.main-nav-list > li > .sub-menu > li:hover > a,
	.main-nav-list > li > .sub-menu > li.active > .dropdown-trigger {
		background: var(--nav-green);
		color: var(--white);
		border-radius: 5px;
		box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
	}
	.main-nav-list > li > .sub-menu > li > .sub-menu {
		position: relative;
		width: auto;
		left: 0;
		top: 0;
		background: 0 0;
		box-shadow: none;
		border-radius: 0;
		padding: 10px 0 10px 15px;
	}
	.main-nav-list > li > .sub-menu > .menu-item-has-children:after {
		content: none;
	}
	.main-nav-list > li > .sub-menu > li > .sub-menu > li:hover > a {
		width: auto;
		padding-right: 20px;
		background: var(--nav-green);
		color: var(--white);
		border-radius: 5px;
		box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
	}
    .accordionContent > div {
        width: calc((100% / 2));
    }    
	.card-list li a {
		font-size: 16px;
	}


	.main-nav-list > li > .sub-menu > li > .sub-menu > li > a {
		color: var(--text-color);
		width: auto;
		padding: 10px 15px;
		transition: .3s ease-out;
	}
	.main-nav-list > li > .sub-menu > li > .sub-menu > li:hover > a {
		background: var(--nav-green);
		color: var(--white);
		border-radius: 5px;
		box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
	}
	.main-nav-list > li > .sub-menu > li > .sub-menu > li > .sub-menu {
		position: relative;
		width: auto;
		left: 0;
		top: 0;
		background: 0 0;
		box-shadow: none;
		border-radius: 0;
		padding: 10px 0 10px 15px;
	}
	.sub-menu.with-scroll {
		max-height: none;
	}
	.main-nav-list > li > 
	.sub-menu > .menu-item-has-children > 
	.sub-menu > .menu-item-has-children:after {
		content: none;
	} 
	.main-nav-list > li > .sub-menu > li > .sub-menu > li > a {
		padding: 10px 15px !important;
	}
	.main-nav-list > li > .sub-menu > li > .sub-menu > li > .sub-menu > li:hover > a {
		background: var(--nav-green);
		color: var(--white);
		border-radius: 5px;
		box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
	}

	.social-media-holder .social-media-list li {
		margin: 0 10px;
	}
	.main-nav-list > li.active:last-child > .sub-menu > li > .sub-menu {
		left: 0;
	}
	.grid-250-offset {
		grid-template-columns: 150px auto;
	}
	.detailBlock .pintile-holder {
		grid-template-columns: 1fr 1fr;
	}
	.detailBlock .boilerplate-block {
		grid-template-columns: 1fr;
	}
	.w250-Offset .boilerplate-block .image img {
		width: 100%;
	}
	.pTileWrap .pintile-holder {
		grid-template-columns: 1fr 1fr 1fr;
	}

}
@media (max-width: 767px) {
	.logo img {
    float: left;
    width: 73%;
}
	.anchor-links {
		height: 60px;
	}
	.anchor-list {
		height: 60px;
	}
	.features {
		display: flex;
		justify-content: center;
	}
	.features .sub {
		width: auto;
		padding: 10px;
	}
	.quotes figure {
		text-align: center;
	}
	.quotes figure img {
		width: auto;
		float: unset;
	}
	.pintile-holder .pintile {
		width: 100%;
		margin-bottom: 25px;
	}
	.pintile-holder {
		flex-direction: column;
		width: 100%;
	}
	.questions {
		height: auto;
		min-height: 50px;
		padding: 10px 20px;
	}
	.questions p {
		font-size: 16px;
	}
	.section-title {
		margin-bottom: 30px;
	}
	.social-media-header h5 {
		text-align: center;
	}
	.sub-section .social-media-header h5 {
		text-align: left;
	}
	.boiler-image img {
		border-radius: 5px 5px 0 0;
	}
	.slick-prev {
		left: 5px;
		display: none !important;
	}
	.slick-next {
		right: 5px;
		display: none !important;
	}
	.page-content {
		padding: 30px 0;
	}
	.default-modal .modal-dialog {
		height: calc(100% - 15px);
	}
	.default-modal .modal-body {
		max-height: calc(100% - 150px);
		overflow-y: auto;
	}
	.default-modal .modal-content {
		height: 100%;
	}
	.default-modal.small .modal-content {
		height: auto;
	}
	.info-card {
		flex-direction: column;
		align-items: center;
	}
	.info-card-image + .info-card-detail-box,
	.info-card-image.md + .info-card-detail-box {
		padding: 0;
		margin: 20px 0;
		width: 100%;
		text-align: center;
	}
	.info-card-text {
		text-align: justify;
		margin: 10px 0;
	}
    .accordionContent > div {
        width: 100%;
	}
	.banner.section-mobile {
        display: block;
    }
    .section-desktop {
        display: block;
	}
	.masthead-banner.section-mobile {
		display: block;
	}
	.masthead-banner.section-desktop {
		display: none;
	}
	.grid-250-offset {
		grid-template-columns: 1fr;
		grid-gap: 0px;
	}
	.uLinedList {
		width: 100%;
	}
	.pTileWrap .pintile-holder {
		grid-template-columns: 1fr 1fr;
	}

}
.wpcf7-response-output {display:none !important}
.carousel-caption h1{
	font-size: 38px;
	line-height: 38px;
	font-weight: 600;
border-bottom: 1px solid #ffffff29;
	display: inline-block;
	width: auto;
	padding-bottom: 12px;
	margin-bottom: 15px;
	float: none;
}
.default-button01{
    height: 35px;
    border: 0;
    border-radius: 5px;
/*    background-color: var(--primary-color);*/
/*    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);*/
        box-shadow: inset 0px 0px 4px 20px rgba(0, 0, 0, 0.2);
    padding: 0 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height:35px;
    color: var(--white);
    display: inline-block;
    align-items: center;
    transition: 0.3s ease-out;
    text-transform: uppercase;
/*margin-top: 20px;*/
border: 1px solid #eee;
}
.default-button01:hover{
	color: #fff;
	    box-shadow: inset 0px 0px 4px 20px rgba(0, 0, 0, 0.3);
}
.slider-card-image{
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

a.slider-card div.slider-card-image img{
object-fit: cover;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  transform: scale(1);
}
a.slider-card:hover div.slider-card-image img{
  transform: scale(1.1);
}
.bg_homeslider{
	background-position: center;
	background-size: cover;
	padding-left: 10%;
	padding-right: 50px;
	display: block;
}
.bg_homeslider h3{
	color: #fff;
	font-size: 50px;
}
.carousel-caption .banner-tag img {
  max-height: 60px;
}
.bg_span{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.9;
	z-index: -1;
}
.bg_span01{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: -1;
}
.bg_box{
	position: relative;
	overflow: hidden;
	width: 380px;
		padding: 22px 12px;
}
.thumb-slider .slick-slide, .updates-slider .slick-slide{
      transform: scale(0.9);
  transition: transform ease .6s;
      margin-top: 30px;
         margin-bottom: 30px;
}
.thumb-slider .slick-slide.slick-current.slick-active.slick-center, .updates-slider .slick-slide.slick-current.slick-active.slick-center {
 transform: scale(1.04);
z-index: 999;
  transition: transform ease .6s;
    position: relative;
}
/*.thumb-slider div.slick-track {*/
/*  padding-top: 15px;*/
/*}*/
.thumb-slider .slick-slide.slick-current.slick-active.slick-center .slider-card, .updates-slider .slick-slide.slick-current.slick-active.slick-center .slider-card {
    box-shadow: 0px 3px 20px 0 rgb(0 0 0 / 25%);
    margin-bottom: 20px;
      -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/*.col-md-6.slick-slide a{*/
/*	margin-bottom: 20px;*/
/*}*/
/*.col-md-6.slick-slide{*/
/*	padding: 10px;*/
/*}*/
.readmore_span{
	color: var(--primary-color);
	margin-top: 15px;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	-webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.social-feed-block .default-button:hover{
	background:var(--nav-green);
		color:#fff;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#carouselBanner .carousel-item.active div.carousel-caption{
 animation: 2s fadeInLeft;
}
.banner_divs {
/*	background: var(--primary-color);*/
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 75vh;
}
.banner_divs a{
/*background: var(--primary-color);*/
min-width: 50%;
  min-height: 62vh;
  align-items: center;
/*  margin-top: 30px;*/
  display: flex;
  margin-left: -2.5%;
  z-index: 9999;
  border-radius: 10px 0px 0px 10px;
}
.bg_ddd{
/*	height:400px;*/
	background-position: center;
	background-size: cover;
/*	width: 50%;*/
max-width: 50%;


}

/*@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}*/
.banner_slider div.bg_ddd img{
-webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.banner_slider.slick-active div.bg_ddd img{
 animation: 2s fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.banner_slider.slick-active div.banner_divs a{
 animation: 2s fadeInRight;
}
.slider-card:hover span.readmore_span{
color: var(--text-color);
margin-top: 20px;
-webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.updates-slider .slider-card-description {
    float: left;
    width: 96%;
    height: 210px;
    padding: 15px 20px;
    text-align: center;
    margin-top: -30px;
    background-color: #fff;
    margin-left: 2%;
    border-radius: 5px;
    z-index: 9;
    position: relative;
}
.slider-card-description h5{
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-list li a:hover {
    background:var(--primary-color);
    color: var(--white)!important;
}
.bg_homeslider{
    color:#fff;
}
.bg_homeslider h4{
   color:#fff;   
   font-size:40px;
}
.bg_homeslider p{
   color:#fff;   
   font-size:20px;
}
span.btn_read {
    background-color: #ffff;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
    color: #000000;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 25px;
}
@media(max-width:768px){
	.carousel-caption h1 {
    font-size: 33px;
    line-height: 33px;
        padding-bottom: 5px;
}
.masthead-banner .carousel-caption {
    max-width: 85%;
}
.banner_divs {
    flex-wrap: wrap;
        min-height: auto;
}
.bg_ddd {
    max-width: 100%;
}
.bg_homeslider {
    padding: 50px;
}
}
.flex-section {
      display: flex;
      width: 100%;
      background-color: white;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	  margin-bottom: 30px;
}
.image-section {
      flex: 1;
}
.image-section img {
      width: 100%;
      height: 100%;
      object-fit: cover;
}
.text-section {
      flex: 1;
      background-color: #e8ded691;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
}
.text-section h2 {
    color: #c2794c;
    margin: 0;
    font-size: 22px;
    margin-bottom: 10px;
}
.text-section p {
      color: #444;
      font-size: 16px;
      line-height: 1.5;
}
hr.personal_hrLine {
    margin-top: 50px;
    border-top: 3px solid rgb(0 0 0 / 13%);
}
.play-icon {
     position: absolute;
    top: 290px;
    left: 261px;
    background: rgb(194 121 76 / 48%);
    padding: 20px;
    border-radius: 10px;
}
.modal_img img {
    width: 80%;
}
.modal_img {
    position: relative;
}
.play-icon img {
    filter: invert(100%) brightness(100%) grayscale(100%);
    width: 50px;
}
h5.text_brown {
    color: #c2794c;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
h6.sub_head {
    background: #c2794c;
}
section.personal_care_ayurvedasection ul li:before {
    display: none !important;
}
h2.sub_content_head {
    text-transform: uppercase;
}
 .icon-container {
     display: flex;
     gap: 30px;
}
.icon-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
}
.icon-box img {
      width: 50px;
      height: 50px;
}
.icon-img {
    background-color: #c2794c;
    padding: 15px;
    border-radius: 50%;
}
.icon-box p {
    font-size: 14px;
    font-weight: bold;
	margin-top: 10px;
}
section.personal_care_ayurvedasection p {
    float: none;
}
.features1 {
    display: flex;
    gap: 30px;
    text-align: center;
	margin-top:50px
}
.feature1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature1 img {
    width: 50px;
    height: 50px;
}
.feature_img1 {
    padding: 10px;
    border-radius: 50%;
	border:1px solid black
}
.feature1 p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
p.float1 {
    float: left !important;
}
section.personal_care_ayurvedasection ul li {
    margin-bottom: 10px;
}
.flex-section-margin {
    margin-top: 50px;
}
.text-section ul li {
    margin-top: -5px;
}
.text-section ul {
    margin-top: 15px;
}
p.underline_head {
    font-size: 20px;
}
.sub-section p{
	color: black;
}
.sub-section-app p{
	color:#ffff;
}
span#brochure {
    padding: 10px;
}
.key_ingredients_table tbody {
    background-color: #f5d5bb;
}

.key_ingredients_table thead {
    background-color: #c49073;
}

.custom-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        z-index: 1040;
        display: none;
    }
.modal-content {
        background-color: white;
        position: relative;
        z-index: 1060;
    }

    .modal-dialog {
        z-index: 1055;
    }


.page_load_popup .modal-content {
    position: relative;
    height: 650px;
	top:20px;
    width: 650px;
    background: none; /* Remove direct background-image here */
    overflow: hidden;  /* Ensure overlay stays within bounds */
}

.page_load_popup .modal-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../../../../uploads/2025/04/SOCAILMEDIA_R2-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
/*     filter: blur(3px); */
    z-index: 1;
}

.page_load_popup .modal-content > * {
    position: relative;
/*     z-index: 2; */
}
.modal-content img {
    width: 30px;
/* 	filter: brightness(0) invert(1); */
}
.modal_right_img {
    position: absolute !important;
    top: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
}
@media screen and (max-width: 768px) and (min-width: 475px) {
	
	.page_load_popup .modal-content {
    position: relative;
    height: 500px;
    top: 120px;
    width: 500px;
    background: none;
    overflow: hidden;
}
}
@media screen and (max-width: 474px) and (min-width: 300px) {
	
	.page_load_popup .modal-content {
    position: relative;
    height: 375px;
    top: 120px;
    width: 350px;
    background: none;
    overflow: hidden;
}
}
.social-links {
            display: flex;
            gap: 15px;
            justify-content: center;
            margin-top: 30px;
        }

        .social-links a {
            color: #fff;
            background-color: #333;
            padding: 10px;
            border-radius: 50%;
            text-decoration: none;
            font-size: 20px;
            transition: background 0.3s, transform 0.3s;
        }

        .social-links a:hover {
            background-color: #EA8939; /* Your brand color */
            transform: scale(1.1);
        }
        
	.slider-wrapper {
  position: relative;
}

.slider-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3); /* semi-transparent */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}