/* Font Import */

@font-face {
	font-family: 'Arial Regular';
	src: url('../fonts/ARIAL.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Arial Bold';
	src: url('../fonts/ARIALBD.woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Bold';
	src: url('../fonts/Helvetica-Bold.woff');
	font-weight: normal;
	font-style: normal;
}

/* Font Import End*/

:root {
	--primary-color: #008B8F;
	--background-color: #F5F5F5;
	--primary-font-color: #1E1E1E;
	--secondary-font-color: #464646;
	--accent-font-color: #008B8F;
	--body-font-size: 1rem;
	--footer-font-size: 0.875rem;
	--footer-title-font-size: 1rem;
	--menu-font-size: 1rem;
	--title-lg-font-size: 2.5rem;
	--title-section-font-size: 1.8rem;
	--big-title-font-size: 3rem;
	--section-headline-font-size: 3.13rem;
	--medium-font-size: 1.4rem;
	--promoter-name-font-size: 1.1rem;
	--accordion-font-size: 1.2rem;
	--product-title-font-size: 1.2rem;
}

@media screen and (min-width: 1600px) {
	.container {
		max-width: 90%;
	}

	:root {
		--menu-font-size: 1.3rem;
		--body-font-size: 1.2rem;
		--footer-font-size: 1.1rem;
		--footer-title-font-size: 1.3rem;
		--title-lg-font-size: 3.5rem;
		--title-section-font-size: 2.2rem;
		--big-title-font-size: 4rem;
		--section-headline-font-size: 4.13rem;
		--medium-font-size: 1.8rem;
		--promoter-name-font-size: 1.2rem;
		--accordion-font-size: 1.2rem;
		--product-title-font-size: 1.2rem;
	}

	body {
		font-size: 1.4rem;
	}

	footer .brand h3 {
		font-size: 1rem;
		font-family: 'Arial';
	}
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
	:root {
		--menu-font-size: 0.84rem;
	}
	.container
	{
		max-width: 90% !important;
	}
}

@media screen and (max-width: 768px) {
	:root {
		--body-font-size: 0.9rem;
		--medium-font-size: 1.1rem;
		--title-section-font-size: 1.2rem;
		--big-title-font-size: 1.9rem;
		--section-headline-font-size: 1.4rem;
		--title-lg-font-size: 1.5rem;
		--accordion-font-size: 1rem;
	}

	body {
		font-size: 0.87rem;
	}
}

html,
body {
	font-family: 'Arial Regular';
}

body.hamburger-active {
	overflow: hidden;
	height: 100%;
}

header {
	transition: all 300ms ease;
}

header .nav-link {
	font-weight: bold !important;
}

.section-padding {
	padding: 3.8rem 0;
}

.container img {
	max-width: 100%;
}

/* max-width: 100%;
} */
.flexi {
	height: 50px;
	position: sticky !important;
	z-index: 9999;
}

#overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

	background: black;
	background: rgba(0, 0, 0, 0.8);

	filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	-moz-filter: blur(4px);
	-webkit-filter: blur(4px);
}

/* body:not(.home) .flexi {
	background: #fff;
} */

.navbar-brand {
	display: inline-flex;
	padding: 0.2rem;
	position: relative;
	height: 100px;
	width: 200px;
	align-items: center;
}

.mob-logo {
	display: none;
}

#stickyLogo-mob {
	opacity: 0;
}

header:not(.fixedheader) .line,
body.hamburger-active .line {
	stroke: white;
}

body:not(.hamburger-active) .sticky-header .line {
	stroke: var(--primary-font-color);
}

.sticky-top {
	top: -50px;
}

header.fixedheader {
	background: white;
}

header.fixedheader #logo-mob {
	opacity: 0;
}

header.fixedheader #stickyLogo-mob {
	opacity: 1;

}

body header {
	background-color: transparent;
	/* padding: 0.5rem 0; */
	position: fixed;
	width: 100%;
	z-index: 2;
	top: 0;
	height: auto;
}

.home header .nav-link {
	color: white;
	font-family: 'Helvetica Bold';
}

body:not(.home) header .nav-link {
	color: #1A1818 !important;
}

body header .show-menu .nav-link {
	color: white !Important;
}

body:not(.home) #stickyLogo-mob {
	display: block;
}

body:not(.home) .sticky-header {
	background: white;
}

.sticky-header {
	position: sticky;
	top: 0;
	z-index: 999;
}

.navbar-brand img.logosvg {
	max-width: 90%;
	width: 100%;
	height: 70px;
	position: absolute;
	top: auto;
	left: auto;
}

.active-page>.nav-link {
	color: red !important;
}

@media (min-width: 1025px) {
	body .navbar {
		padding: 12px 0;
	}

	.navbar-nav {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 10px;
	}

	.navbar-light .navbar-nav .active>.nav-link,
	.navbar-light .navbar-nav .nav-link {
		/* font-size: 22px; */
		/*font-size: 1.276rem;*/
		font-size: var(--menu-font-size);
		letter-spacing: 0.26px;
		line-height: 42px;
		color: #ffffff;
		-webkit-transition: none;
		transition: none;
	}

	.navbar-light .navbar-nav .active>.nav-link:hover,
	.navbar-light .navbar-nav .nav-link:hover {
		color: #ffffff;
		/*color: #fec42d;*/
	}

	.navbar-nav li {
		padding: 0 5px;
		-webkit-transition: none;
		transition: none;
	}

	.nav-item .dropdown-menus {
		/*-webkit-transform: translate3d(0, 10px, 0);*/
		/*transform: translate3d(0, 10px, 0);*/
		visibility: hidden;
		position: absolute;
		opacity: 0;
		max-height: 0;
		display: block;
		padding: 0;
		margin: 0;
		/*-webkit-transition: all 200ms linear;
		transition: all 200ms linear;*/
		-webkit-transition: none;
		transition: none;
	}

	/*.nav-item.show .dropdown-menus {*/
	.nav-item:hover .dropdown-menus {
		opacity: 1;
		visibility: visible;
		max-height: 999px;
		/*-webkit-transform: translate3d(0, 0px, 0);*/
		/*transform: translate3d(0, 17px, 0);*/
		/*transform: translate3d(0, 0px, 0);*/
		z-index: 999;
		top: 70%;
	}

	.dropdown-menus {
		padding: 10px !important;
		margin: 0;
		font-size: 13px;
		letter-spacing: 1px;
		color: #212121;
		background-color: #fcfaff;
		border: none;
		border-radius: 3px;
		-webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
		box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
		/*-webkit-transition: all 200ms linear;
		transition: all 200ms linear;*/
		-webkit-transition: none;
		transition: none;
	}

	.dropdown-toggle::after {
		display: none;
	}

	.dropdown-item {
		padding: 3px 15px;
		color: #212121;
		border-radius: 2px;
		/*-webkit-transition: all 200ms linear;*/
		/*transition: all 200ms linear;*/
		-webkit-transition: none;
		transition: none;
	}

	.dropdown-item:hover,
	.dropdown-item:focus {
		color: #fff;
		background-color: rgba(129, 103, 169, 0.6);
	}

	header.fixedheader .navbar-light .navbar-nav .nav-link {
		color: var(--primary-font-color);
	}

	body.home header:not(.fixedheader) #logo {
		opacity: 1;
	}

	body.home header:not(.fixedheader) #stickyLogo {
		opacity: 0;
	}
}

@media (max-width: 1024px) {
	header {
		height: 72px;
	}

	header .mob-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		/* justify-content: center; */
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		width: 100%;
	}

	header .mob-logo a {
		padding: 0;
		text-align: center;
		max-width: 100%;
		margin-left: 12px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	header .mob-logo .btn-sect {
		position: absolute;
		right: 15px;
	}

	header .mob-logo .btn-sect #cta {
		padding: 4px 14px;
	}

	header .mob-logo .navbar-brand {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		width: 140px;
		height: 100%;
		margin-top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.flexi {
		height: 70px;
	}

	header .navbar-brand img {
		max-width: 140px;
	}

	header .mob-logo .navbar-brand img {
		position: absolute;
		top: auto;
		left: auto;
		transition: all 300ms ease-in-out;
	}

	body.hamburger-active header .mob-logo .navbar-brand img#logo-mob {
		opacity: 1;
	}

	body.hamburger-active header .mob-logo .navbar-brand img#stickyLogo-mob {
		opacity: 0;
	}

	header.sticky-header .mob-logo .navbar-brand img#logo-mob {
		opacity: 0;
	}

	header.sticky-header .mob-logo .navbar-brand img#stickyLogo-mob {
		opacity: 1;
	}

	.navbar-light .navbar-nav .nav-link {
		width: 100%;
	}

	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.navbar-expand-md {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.nav-wrapper {
		position: absolute;
		width: 100%;
		height: 100vh;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.nav-wrapper.show-menu {
		-webkit-transform: none;
		transform: none;
	}

	.navbar {
		padding: 0;
		height: 100vh;
	}

	.navbar-brand {
		display: none;
	}

	/* .js-nav-toggle {
		position: absolute;
		top: 10px;
		left: 0px;
		width: 43px;
		height: 40px;
		margin: 15px 0 0 15px;
		display: block;
		float: left;
		padding: 0;
		z-index: 2;
	} */

	.js-nav-toggle {
		position: absolute;
		top: 0px;
		right: 0px;
		left: auto;
		width: 30px;
		height: 30px;
		margin: 0px 0 0 15px;
		display: block;
		float: right;
		padding: 0;
		z-index: 2;
	}

	.js-nav-toggle span {
		position: relative;
		background-color: #ffffff;
		height: 2px;
		display: block;
		width: 22px;
		margin: 17px auto 0;
		margin: 11px auto 0;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

	.js-nav-toggle span:before,
	.js-nav-toggle span:after {
		content: '';
		position: absolute;
		display: block;
		width: 20px;
		height: 0;
		left: 1px;
		top: 50%;
		margin-top: -7px;
		-webkit-transition: all 0.3s 0.3s;
		transition: all 0.3s 0.3s;
	}

	.js-nav-toggle span:before {
		-webkit-box-shadow: 0 14px 0 1px #ffffff;
		box-shadow: 0 14px 0 1px #ffffff;
	}

	.js-nav-toggle span:after {
		-webkit-box-shadow: 0 0 0 1px #ffffff;
		box-shadow: 0 0 0 1px #ffffff;
	}

	.show-menu .js-nav-toggle span {
		background-color: transparent;
	}

	.show-menu .js-nav-toggle span:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.show-menu .js-nav-toggle span:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.show-menu .js-nav-toggle span:before,
	.show-menu .js-nav-toggle span:after {
		margin-top: 0;
		-webkit-box-shadow: 0 0 0 1px #ffffff;
		box-shadow: 0 0 0 1px #ffffff;
	}

	.nav-items.cta {
		display: none;
	}

	nav {
		position: absolute;
		left: 0;
		top: 50px;
		height: 100%;
		width: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #1e1e1ef5;
		/* background-color: #1e1e1e6e;
		backdrop-filter: blur(20px); */
		/* filter: blur(20px); */
		z-index: 999;
	}

	nav .nav-toggle {
		width: 100%;
		padding: 0.45em 0.6em;
		z-index: 100;
		display: block;
		cursor: pointer;
		-webkit-transition: backgroun-color 0.2s;
		transition: backgroun-color 0.2s;
	}

	nav .nav-toggle.back-visible .nav-back {
		opacity: 1;
	}

	nav .nav-toggle.back-visible .nav-title {
		-webkit-transform: translateX(40px);
		transform: translateX(40px);
	}

	nav .nav-title {
		padding-left: 0.7em;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
		font-size: 20px;
		font-size: 1.25rem;
	}

	nav .navbar-nav {
		position: relative;
		z-index: 9;
	}

	nav .nav-back {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		vertical-align: middle;
		z-index: 1;
		opacity: 0;
		-webkit-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}

	nav .nav-back:before,
	nav .nav-back:after {
		content: '';
		position: absolute;
		top: 50%;
	}

	nav .nav-back:before {
		left: 50%;
		width: 9px;
		height: 9px;
		border: 2px solid currentcolor;
		border-right-color: transparent;
		border-bottom-color: transparent;
		-webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
		transform: translate(-50%, -50%) rotateZ(-45deg);
	}

	nav .nav-back:after {
		left: 28%;
		width: 15px;
		height: 2px;
		background-color: currentcolor;
		margin-top: -1px;
	}

	nav a {
		display: block;
		position: relative;
		padding: 0.7em;
		color: #999;
		text-decoration: none;
		-webkit-transition: color 0.15s, background-color 0.15s;
		transition: color 0.15s, background-color 0.15s;
	}

	nav a:hover {
		color: #333;
	}

	nav ul {
		list-style: none;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
	}

	nav ul ul {
		display: none;
		left: 0;
	}

	.show .dropdown-menus {
		display: block;
		position: relative;
	}

	.navbar-light .navbar-nav .active>.nav-link,
	.navbar-light .navbar-nav .nav-link,
	body header #cta,
	header .dropdown-menus a {
		font-size: 1rem;
		color: rgba(0, 0, 0, 0.5);
	}

	.fa.fa-angle-down {
		color: rgba(0, 0, 0, 0.5) !important;
	}

	/* .show .dropdown-menus a {
		padding: 0;
	} */

	nav li.has-dropdown>a {
		padding-right: 2.5em;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	nav li.has-dropdown>a:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 1em;
		width: 9px;
		height: 9px;
		border: 1px solid currentcolor;
		border-left-color: transparent;
		border-top-color: transparent;
		-webkit-transform: translateY(-90%) rotateZ(-45deg);
		transform: translateY(-90%) rotateZ(-45deg);
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	nav li.nav-dropdown-open ul {
		display: block;
	}

	
.header-active {
	text-decoration: underline;
	text-underline-offset: 5px;
}
}

@media (max-width: 1024px) {
	.js-nav-toggle {
		position: absolute;
		top: 20px;
		right: 0px;
		left: auto;
		width: 43px;
		height: 40px;
		margin: 0px 0 0 15px;
		display: block;
		float: right;
		padding: 0;
		z-index: 2;
	}

	.nav-wrapper .container {
		max-width: 100% !important;
	}

}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.navbar-light .navbar-nav .active>.nav-link,
	.navbar-light .navbar-nav .nav-link,
	body header #cta,
	header .dropdown-menus a {
		font-size: 1.3rem;
	}
}

.banner-section {
	background: url('../images/homepage_banner_1.jpg');
	background-size: cover;
	height: 100vh;
	display: flex;
	align-items: center;
}

.scroll-down {
	position: absolute;
	bottom: 3rem;
	left: 47%;
}

.scroll-down div {
	left: 50%;
	transform: translateY(0%) rotate(45deg);
	opacity: 0;
}

@keyframes scrolldown {
	0% {
		transform: translateY(20%) rotate(45deg);
		opacity: 0.7;
	}

	50% {
		transform: translateY(0%) rotate(45deg);
		opacity: 0.2;
	}

	100% {
		transform: translateY(20%) rotate(45deg);
		opacity: 0.7;
	}
}

.title-lg {
	font-size: var(--big-title-font-size);
	color: white;
	font-family: 'Helvetica Bold';
}

.section-title {
	font-size: var(--title-section-font-size);
	color: var(--accent-font-color);
	font-family: 'Helvetica Bold';
}

.about-section {
	background: linear-gradient(90deg, var(--primary-color) 20%, rgba(255, 255, 255, 1) 20%);
	display: flex;
	/* padding: 2rem; */
}

/* .about-section img {
	aspect-ratio: 1/1;
	max-width: 250px;
} */

.full-width {
	max-width: 100%;
	width: 100%;
}

.about-img>img {
	display: block;
	width: 90%;
	margin: 0 auto !important;
}

.about-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-description {
	max-width: 90%;
}

.about-heading {
	color: var(--accent-font-color);
	font-family: 'Helvetica Bold';
	font-size: var(--title-lg-font-size);
	padding-bottom: 1rem;
}

.about-text {
	color: var(--secondary-font-color);
	font-family: 'Arial Regular';
	width: 85%;
}

.btn-accent {
	background-color: var(--accent-font-color);
	font-weight: bold;
	border-radius: 8px;
	line-height: 2.5rem;
	position: relative;
	display: flex;
	justify-content: center;
	min-width: 180px;
	max-width: 180px;
}

.btn-accent>span {
	transform: translate(0);
	transition: transform 300ms ease-out;
}

.btn-accent svg {
	width: 1.6rem;
	height: 1.6rem;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(0.8rem * 3);
	z-index: 1;
	opacity: 0;
	transition: all 300ms ease-out;
}

.btn:focus {
	outline: 0;
	box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
	@media screen and (min-width: 750px) {

		.btn-accent:hover svg,
		.btn-accent:focus-within svg {
			right: calc(0.8rem * 2);
			opacity: 1;
		}

		.btn-accent:hover span,
		.btn-accent:focus-within span {
			transform: translate(calc(calc(0.5rem * 2) * -1));
		}
	}
}

.about-info-box {
	background: var(--background-color);
}

.about-title {
	color: var(--primary-font-color);
	font-family: 'Arial Bold';
	font-size: var(--medium-font-size);
}

.about-heading {
	color: var(--accent-font-color);
	font-family: 'Helvetica Bold';
}

@media screen and (max-width: 768px) {

	.about-info-box img {
		width: 40px;
		height: 40px;
		object-fit: contain;
	}

	.about-description {
		max-width: 100%;
	}

	.flexi {
		height: 50px;
	}

	header .mob-logo .navbar-brand {
		width: 100px;
	}

	header .navbar-brand img {
		max-width: 100px;
	}

	.js-nav-toggle {
		top: 10px;
	}
}

.lc-logo {
	max-width: 120px !important;
	max-width: 200px;
	height: 100px;
	object-fit: contain;
}

.lc-heading,
.advantages-heading {
	color: var(--accent-font-color);
	font-family: 'Helvetica Bold';
	font-size: var(--title-lg-font-size);
}

.advantage-card {
	background-color: var(--background-color);
	color: var(--primary-font-color);
	height: 250px;
}

.advantage-count {
	font-family: 'Arial Regular';
	font-size: var(--title-section-font-size);
}

.advantage-description {
	font-family: 'Arial Bold';
	font-size: var(--body-font-size);
}

@media screen and (min-width: 1024px) {
	.advantage-card:hover {
		background-color: var(--accent-font-color);
		color: var(--background-color);
	}
}

@media screen and (max-width: 768px) {

	.products-btn {
		margin-top: 4rem !important;
	}

	.about-section {
		background: none;
		padding: 0;
	}

	.about-img>img {
		width: 335px;
		margin: 0;
	}

	.about-content {
		text-align: center;
		align-items: center;
	}

	.about-section-bg {
		height: 40% !important;
		bottom: 10% !important;
		background: linear-gradient(90deg, var(--primary-color) 50%, rgba(255, 255, 255, 1) 50%) !important;
	}

	.aerb-logo {
		padding-top: 2.5rem;
	}

	.advantage-card {

		height: 210px;
	}

	.advantage-card.colored {
		background: var(--primary-color);
		color: white;
	}

	.lc-logo {
		max-width: 200px;
		max-height: 60px;
	}
}

@media screen and (max-width: 558px) {
	.about-section-bg {
		height: 35% !important;
	}
}

/* Floating Button Css Start */
.floating-btn {
	position: fixed;
	bottom: 3rem;
	right: 1rem;
	z-index: 9999;
}

.floating-btn img {
	height: 4rem;
	width: 4rem;
}

/* Floating Button Css End */

/* Footer Css Start */
.copyright {
	font-size: var(--footer-text);
	text-align: center;
	padding: 0.5rem 0;
	color: #1c1c1c;
}
.copyright a {
	color: inherit;
	text-decoration: none;
}

footer {
	background: var(--background-color);
	font-size: var(--footer-font-size);
	padding: 2rem 0 0rem;
}

footer .nav-link {
	font-family: 'Arial';
	font-weight: normal !important;
	color: var(--primary-font-color);
	padding: 0 16px;
	line-height: 1.6rem;
}

footer .footer-title {
	font-size: var(--footer-title-font-size);
	font-family: 'Arial Bold';
	color: var(--primary-font-color);
	font-weight: bold !important;
}

footer .brand {
	text-align: center;
}

footer .brand h3 {
	font-size: 0.765rem;
	font-family: 'Arial';
}

footer .brand img {
	max-width: 60% !important;
}

.home footer .nav-link {
	color: var(--primary-font-color);
	font-family: 'Arial Regular';
}

.footer-links {
	text-decoration: none;
	list-style: none;
}

.accordion-button:focus {
	box-shadow: none;
}

footer .accordion-button::after {
	background-image: url('../images/plus.png');
}

footer .accordion-button:not(.collapsed)::after {
	background-image: url('../images/minus.png');
}

@media screen and (max-width: 768px) {
	.footer-logo {
		width: 150px;
	}

	footer .accordion-item {
		background-color: transparent;
		text-align: center;
	}

	footer .accordion-button {
		background-color: transparent;
		border-bottom: none !important;
		color: var(--primary-font-color) !important;
	}

	footer .accordion-button::after {
		margin-left: 0.5rem;
	}

	footer .accordion-button:not(.collapsed) {
		color: var(--primary-font-color) !important;
		box-shadow: none;
	}

	footer .accordion-button .collapsed {
		color: var(--primary-font-color);
		border-bottom: none !important;
	}
}

/* Footer Css End */

/* Title Css */

.title-conatiner {
	background-color: #008B8F;
	padding: 2rem 5rem;
}

.breadcrumbs {
	color: white;
	list-style: none;
	display: flex;
	font-size: var(--body-font-size);
	font-weight: 300;
}

.breadcrumbs>a {
	color: white;
	font-family: 'Arial Regular';
	font-size: var(--body-font-size);
	font-weight: 300;
	text-decoration: none;
	padding-right: 0.3rem;
}

.title-h1 {
	color: white;
	font-family: 'Arial Bold';
	font-size: var(--big-title-font-size);
	text-align: center;
	padding-bottom: 2rem;
	padding-top: 2rem;
}
@media screen and (max-width: 1024px) {
	.title-conatiner {
		padding: 2rem 0rem;
	}
}
@media screen and (max-width: 768px) {
	.title-conatiner {
		padding: 2rem 2rem;
	}

	.breadcrumbs {
		width: 100%;
		justify-content: center;
	}
}

@media screen and (max-width: 400px) {
	:root {
		--big-title-font-size: 1.6rem;
	}

	.title-conatiner {
		padding: 2rem 0rem;
	}
}

/* Title Css End */

/* About Page Css */
.who-are-we {
	background: linear-gradient(90deg, rgba(245, 245, 245, 1) 20%, rgba(255, 255, 255, 1) 20%);
}

.who-are-we-container {
	display: flex;
	padding: 1rem;
}

.who-are-we-bg,
.about-section-bg {
	width: 80vh;
	height: 610px;
	background: var(--background-color);
	position: absolute;
	z-index: -1;
	max-width: 100%;
}

.who-are-we-img>img {
	max-height: 500px;
	object-fit: cover;
	aspect-ratio: 6/5;
}

.who-are-we-content {
	padding: 2rem 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.who-are-we-heading {
	color: var(--accent-font-color);
	font-family: 'Helvetica Bold';
	font-size: var(--title-lg-font-size);
	padding-bottom: 1rem;
}

.who-are-we-text {
	color: var(--secondary-font-color);
	font-family: 'Arial Regular';
}
.text-justify{text-align:justify !important;}
.promoters {
	padding: 3rem 0;
}

.promoters-heading {
	text-align: center;
	color: var(--accent-font-color);
	font-family: 'Helvetica Bold';
	font-size: var(--title-lg-font-size);
}

.promoters-container {
	display: flex;
	padding: 2rem 5rem;
	gap: 2.5rem;
}

.promoters-card {
	padding: 1rem 2rem;
	text-align: center;
	box-shadow: 0px 3px 6px #00000029;
	margin: 10px;
	height: 96%;
}

.promoters-name {
	color: var(--accent-font-color);
	font-family: 'Arial Bold';
	padding: 0.6rem 0;
	font-size: var(--promoter-name-font-size);
}

.promoters-description {
	color: #323232;
}

.promoter_swiper .swiper-slide {
	height: auto;
}

.swiper-navigation {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	color: var(--primary-font-color);
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	.promoters-card {
		padding: 1rem 1rem;
		text-align: center;
		box-shadow: 0px 3px 6px #00000029;
		margin: 10px;
		height: 96%;
	}

	.who-are-we {
		background: none;
	}

	.who-are-we-img>img {
		width: 100%;
		height: 300px;
		padding: 0;
	}

	.who-are-we-content {
		padding: 1.8rem 1rem;
		text-align: center;
	}

	.who-are-we-heading {
		padding-bottom: 0;
	}

	.promoters {
		padding: 0rem 0;
		margin-bottom: 1.5rem;
	}

	.promoters-container {
		padding: 0.94rem;
		gap: 0;
	}
}

@media screen and (max-width: 833px) {
	.swiper-button-next {
		left: 25px;
		right: auto;
	}

	.swiper-button-prev {
		right: 25px;
		left: auto;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 25px;
	}

	.swiper-navigation {
		display: block;
		position: relative;
		bottom: -200px;
		right: 50%;
	}
}

@media screen and (max-width: 768px) {
	.who-are-we-img>img {
		height: 300px;
	}

	.who-are-we .container {
		max-width: 95% !important;
	}
}

@media screen and (max-width: 485px) {
	.swiper-navigation {
		bottom: -220px;
	}
}

@media screen and (max-width: 385px) {
	.swiper-navigation {
		bottom: -240px;
	}
}

/* About Page Css End */

/* Terms & Conditions Css */

.terms .nav-link {
	font-size: 1.1rem;
	font-weight: bold;
}

.terms-btn {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 11px;
	margin: 4rem 0;
}

.terms-btn button {
	color: #1E1E1E80;
	border: none !important;
}

.terms-btn button:focus:not(:focus-visible) {
	outline: none;
}

.toggle-btn-row .active button {
	color: var(--primary-font-color) !important;
}

.terms-heading {
	color: var(--accent-font-color);
	font-family: 'Helvetica Bold';
	font-size: var(--title-lg-font-size);
	margin-bottom: 1rem;
}

.terms-text>li {
	color: var(--primary-font-color);
	margin-bottom: 1rem;
}

.terms-text>li::marker {
	color: #E1001C;
}

.accordion-button:not(.collapsed) {
	box-shadow: none;
}

.nav-tabs .nav-link:not(.active) {
	color: #1E1E1E80 !important;
}

@media screen and (max-width: 1200px) {
	.terms-btn {
		margin: 2rem 0;
	}

	.terms-heading {
		text-align: center;
	}
}

/* Terms & Conditions Css End */

/* Help Center Css */

.accordion-item {
	border: none;
}

.accordion-button {
	color: #1E1E1ECC;
	font-family: 'Helvetica Bold';
	font-size: var(--accordion-font-size);
	border: none;
	border-bottom: 1px solid #1C1C1C33 !important;
	padding: 1.5rem 0rem !important;
	gap: 1rem;
}

footer .accordion-button {
	font-size: var(--menu-font-size);
	padding: 1rem 0rem !important;
}

.accordion-button:not(.collapsed) {
	color: var(--accent-font-color);
	background-color: transparent;
	border-bottom: none !important;
}

.accordion-button::after {
	background-image: url('../images/Group 3472.png');
}

.accordion-button:not(.collapsed)::after {
	background-image: url('../images/minus-svgrepo-com.png');
}

button:focus:not(:focus-visible) {
	outline: none !important;
}

.accordion-body {
	color: var(--primary-font-color);
	font-size: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button:focus {
	border-color: none !important;
}

.accordion-button,
.accordion-body {
	padding: 0 0.1rem 1rem 0.1rem;
}

.note-heading {
	font-family: 'Helvetica Bold';
	font-size: var(--medium-font-size);
	color: var(--primary-font-color);
	opacity: 60%;
}

.note-text {
	font-family: 'Arial Regular';
	font-style: italic;
	font-size: 0.8rem;
	color: var(--primary-font-color);
	opacity: 60%;
}

@media screen and (max-width: 992px) {
	.help-center {
		max-width: 95%;
	}
}

@media screen and (max-width: 768px) {
	.accordion-body {
		font-size: 15px;
	}

	.accordion-button,
	.accordion-body {
		padding: 0rem 0.1rem 1rem 0.1rem;
	}
}

/* Help Center Css End */

/* Contact Us Css */

.contact-info {
	position: relative;
}

.contact-info-bg {
	/* width: 650px;
	height: 610px; */
	background: var(--background-color);
	position: absolute;
	z-index: -1;
	/* top: 230px; */

	top: 0;
	left: 0;
	width: 100%;
	/* max-width: 51.875em; */
	max-width: 57.5em;
	height: 100%;
	/* max-height: 43.875em; */
	max-height: 47.875em;
}

.contact-info-container {
	/* width: 100%;
	max-width: 100%; */
	margin: 0;
}

.contact-info-img {
	align-self: flex-end;
	/* padding: 0 2em; */
	padding-left: 4em;
	padding-right: 2em;
}

.contact-info-img>img {
	/* width: 650px;
	height: 532px; */
	width: 100%;
	/* max-width: 84.663%; */
	max-width: 94.552%;
    height: 100%;
    max-height: 37.625em;
    min-height: 37.625em;
	/* padding: 2rem 0 2rem 3rem; */
}

.contact-info-content {
	/* padding: 2rem 4rem; */
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--background-color);
	width: 100%;
	max-width: 48%;
}

.contact-info-boxes {
	/* padding: 1rem; */
	/* padding: 6.25em 3.188em 6.064em 4.875em; */
	padding: 6.25em 3.188em 2.064em 4.875em;
}

.contact-info-box {
	padding: 0 1.875em 3.299em;
}

/* .contact-info-box>img {
	width: 20px;
	height: 30px;
} */

.contact-info-box .location_icon {
	width: 100%;
	max-width: 1.753em;
}

.contact-info-box .location_email {
	width: 100%;
	max-width: 2.422em;
}

.contact-info-box .location_phone {
	width: 100%;
	max-width: 2.34em;
}

/* .phone-img {
	width: 30px !important;
	height: 30px !important;
}

.email-img {
	width: 40px !important;
	height: 30px !important;
} */

.contact-info-title {
	color: #333333;
	font-family: 'Arial Bold';
	/* font-size: var(--medium-font-size); */
	font-size: 1.75em;
	line-height: 50px;
	letter-spacing: 0;
	padding: 1em 0 0.7858em;
}

.contact-info-description {
	color: #333333;
	font-family: 'Arial Regular';
	/* font-size: 1rem; */
	font-size: 1.25em;
	line-height: 30px;
	letter-spacing: 0;
}

/* Contact Us Css End */

/* Our Process Css */

.gamma-radiation-heading {
	color: var(--accent-font-color);
	font-family: 'Helvetica Bold';
	font-size: var(--title-section-font-size);
}

.process {
	background-color: var(--background-color);
}

.process-heading {
	color: var(--accent-font-color);
	font-family: 'Helvetica Bold';
	font-size: var(--title-section-font-size);
}

.scroll-section {
	position: relative;
	height: 300px;
	/* Set the height of the scroll section as desired */
	overflow: hidden;
}

.scroll-element {
	position: absolute;
	top: 0;
	left: 0;
	width: 10000px;
	/* Set the width to a large value to fit the entire image */
	height: 100%;
}

.scroll-element>img {
	width: 1170px;
	height: 306px;
}

@media screen and (max-width: 768px) {
	.gamma-radiation {
		text-align: center;
	}
}

/* Our Process Css End */

/* Licenses & Certifications Css */

.lc-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 1.7rem;
}

.lc-item {
	border: 1px solid #BFBFBF;
	box-shadow: 0px 5px 8px #0000001A;
}

.lc-item-img {
	border-right: 1px solid #BFBFBF;
	width: 25%;
	border-right: 1px solid #BFBFBF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	padding: 1rem 0.5rem;
}

.lc-img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.lc-item-title {
	color: var(--accent-font-color);
	font-family: 'Arial Bold';
	font-size: var(--menu-font-size);
}

.lc-item-content {
	padding: 1.5rem 2rem;
}

.lc-item-btn {
	color: var(--primary-font-color);
}

.lc-item-icon {
	width: 40px;
}

.process-heading {
	color: var(--accent-font-color);
}

@media screen and (min-width:1024px) {
	/* .lc .container {
		max-width: 75%;
	} */

	.lc-logos {
		max-width: 80%;
		margin: auto;
	}
}

@media screen and (max-width: 992px) {
	.lc-grid {
		grid-template-columns: repeat(1, 1fr);
		max-width: 95%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	.lc-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 1.7rem;
	}

	.lc-item-content {
		padding: 1.5rem 0rem 1.5rem 1rem;
	}

	.lc-item-icon {
		width: 25px;
	}

	.lc-item-img {
		width: 6rem;
	}

	.lc-img {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width: 370px) {
	.lc-item-btns {
		flex-direction: column;
		align-items: start !important;
	}
}

/* Licenses & Certifications Css End  */

/* Advantages Css */

.advantages-heading {
	color: var(--accent-font-color);
	font-family: 'Helvetica Bold';
	font-size: var(--title-lg-font-size);
	padding-bottom: 1rem;
}

.as-icons {
	max-width: 25px;
	width: 25px;
	height: 25px;
	flex-shrink: 0;
	object-fit: contain;
}

@media screen and (max-width: 768px) {
	.advantages-heading {
		text-align: center;
	}
}

/* Advantages Css End */


.product-item {
	display: flex;
	position: relative;
	flex-direction: column;
	transition: all .3s ease-in-out;
}

.product-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 3/4;
	transition: all .3s ease-in-out;
}

.product-item:hover {
	z-index: 999;
}

.product-item:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(24, 24, 24, 1) 100%);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease-in-out;
}

.product-item:hover:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 139, 143, 1) 100%);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease-in-out;
}

.product-item .product-title {
	color: white;
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	z-index: 1;
	font-weight: 600;
	font-size: var(--product-title-font-size);
}

.products .swiper-button-next {
	right: -40px;
}

.products .swiper-button-prev {
	left: -40px;
}

@media screen and (min-width: 769px) {
	.product-item:hover:before {
		transform: scaley(1);
	}

	.product-item:hover {
		transform: scaley(1.1);
	}
}

@media screen and (max-width: 888px) {
	.products .swiper-button-prev {
		right: 53%;
		left: auto;
		top: auto;
		bottom: -6%;
	}

	.products .swiper-button-next {
		left: 53%;
		right: auto;
		top: auto;
		bottom: -6%;
	}

	:root {
		--body-font-size: 0.9rem;
	}
}
@media screen and (min-width: 1025px) {
	.navbar-light .navbar-nav .nav-link.header-active {
		color: rgba(0,0,0,.55) !important;
	}
}
