:root {
	--green1: #35a937;
	--green2: #78b833;
	--green3: #a1c858;
	--green4: #c5d76d;
	--green5: #c4ffc4;
	--grey: #727271;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');


p {
	font-size: 16px;
	color: #333333;
	text-transform: sentence-case;
}

html,
body {
	font-family: "Roboto", sans-serif;

}

.fallback-img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.navbar {
	padding-top: 0px !important;
}

.header-top-bar-area {
	border-top: 5px solid #35a937;
	width: 100%;
	z-index: 999999;
}

.top-bar {
	color: #fff;
	padding: 10px 0;
}

.top-bar p {
	margin: 0;
	font-size: 14px;
	color: #fff;
}

.top-bar a {
	color: #fff;
	font-size: 14px;
}

body.scrolled .top-bar {
	display: none;
}

.topbar-info {
	display: inline-block;
}

.social-links ul li {
	display: inline-block;
	margin-right: 20px;
}

#nvbars .nav-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-left: 30px;
}

.nav-item img {
	height: 30px;
}

.nav-item a {
	color: white;
}

#footerbrochure .support-footer__single {
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 1.5rem;
	background-color: #3fab3c;
	background-repeat: no-repeat;
	background-position: 110px center;
	padding: 25px 15px;
}

#footerbrochure .support-footer__single--2 {
	background-color: #78b833 !important;
}

#footerbrochure .support-footer__single--3 {
	background-color: #a1c858 !important;
}

#footerbrochure .support-footer__single a:hover {
	color: #fff;
}

#footerbrochure .support-footer__single a {
	color: #fff !important;
}

#footerbrochure>.col,
#footerbrochure>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
	margin: 0;
}

#getbrochureformss h3 {
	margin: 15px;
}

#getbrochure {
	/*-webkit-user-select: none;*/
	/* Chrome/Safari */
	/*-moz-user-select: none;*/
	/* Firefox */
	/*-ms-user-select: none;*/
	/* IE10+ */
	margin: 4em auto;
	height: 30px;
	line-height: 30px;
	color: white;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	border: 1px solid white;
}

#getbrochureformss {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	transition: all ease;
	animation: fadeOut 1s;
}

.clientBox {
	position: relative;
	overflow: hidden;
}

.clientBox img {
	display: block;
	width: 100%;
	transition: transform 0.4s ease;
}

.clientBox img:first-child {
	transform: translateY(0);
}

.clientBox img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(100%);
}

.clientBox:hover img:first-child {
	transform: translateY(-100%);
}

.clientBox:hover img:last-child {
	transform: translateY(0);
}

#automationSection .automationBody {
	margin-top: 50px;
}

#automationSection .automationBody .automationBoxes .automationBox {
	position: relative;
	padding: 20px;
	border: 1px solid #92c24c;
	background-color: #ffffff;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto;
	min-height: 200px;
}

#automationSection .automationBody .automationBoxes .automationBox::before {
	content: "";
	display: block;
	background-image: url(../images/ribbon.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -20px;
	width: 105px;
	height: 160px;
}

#automationSection .automationBody .automationBoxes .automationBox p {

	font-weight: 600;
	font-size: 16px;
	color: #333333;
	padding-left: 75px;
	margin-bottom: 0;
}

#automationSection .automationBody .automationBoxes .automationBox .number-box {
	position: absolute;
	top: 14px;
	bottom: 0;
	left: -6px;
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
}

#automationSection .automationBody .automationBoxes .automationBox .text-box i {
	color: var(--green1);
	font-size: 30px;
	margin-bottom: 15px;
}

#automationSection .automationBody .automationBoxes .automationBox .number-box h3,
#automationSection .automationBody .automationBoxes .automationBox .number-box span {
	font-size: 30px;
	font-weight: 600;
	margin: 0 !important;
}

/*=============================================
=            project counter            =
=============================================*/

.project-counter-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.project-counter-bg {
	background-size: cover;
	background-position: center center;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.project-counter-single-content {
	margin-bottom: 30px;
}

.project-counter-single-content__image {
	margin-bottom: 40px;
}

.project-counter-single-content__project-count {
	font-size: 3.75rem;
	line-height: 1;
	color: var(--green1);
	font-weight: 500;
	display: inline-block;
	margin-bottom: 20px;
}

.project-counter-single-content__project-title {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-bottom: 15px;
	color: #ffffff;
}

.project-counter-single-content--style2 .project-counter-single-content__image {
	margin-bottom: 30px;
}

.project-counter-single-content--style2 .project-counter-single-content__project-title {
	color: #222;
}

.project-counter-content {
	padding: 120px 150px;
	background-color: #222;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.project-counter-single-content-wrapper {
	margin-bottom: -30px;
}

.counter-brand-logo-area-bg {
	background-size: cover;
	background-repeat: no-repeat;
}

.project-counter-two-area-bg {
	background-color: var(--green1);
}

.project-counter-two-wrapper {
	margin-bottom: -30px;
}

.project-counter-two-single {
	margin-bottom: 30px;
}

.project-counter-two-single__number {
	font-size: 2.75rem;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 20px;
}

.project-counter-two-single__text {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.52);
}

@font-face {
	font-family: Futura-Book-BT;
	src: local('Futura-Book-BT'), url('../fonts/Futura-Book-BT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Futura-Heavy-BT;
	src: local('Futura-Heavy-BT'), url('../fonts/Futura-Heavy-BT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {

	font-weight: 600;
	src: local('Futura-Bold'), url('../fonts/Futura-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	height: 100%;
}

body {
	font-family: "Roboto", sans-serif !important;
	background-color: #ffffff;
	overflow-x: hidden;
}

/* Lenis smooth scroll */
html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-smooth iframe {
	pointer-events: none;
}

/* ---- Form submit button (ht-btn) ---- */
.ht-btn {
	display: inline-block;
	padding: 14px 42px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	background: linear-gradient(135deg, var(--green1), var(--green2));
	box-shadow: 0 6px 18px rgba(53, 169, 55, .35);
	transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.ht-btn:hover {
	color: #fff;
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: 0 10px 26px rgba(53, 169, 55, .45);
}

.ht-btn:active {
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(53, 169, 55, .35);
}

.ht-btn:focus-visible {
	outline: 3px solid var(--green4);
	outline-offset: 2px;
}

body::-webkit-scrollbar {
	width: 5px;
}

body::-webkit-scrollbar-track {
	/* box-shadow: inset 0 0 6px #666; */
	background-color: #fff;
}

body::-webkit-scrollbar-thumb {
	background: #35a937;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

a,
button {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover,
a:focus,
button:hover,
button:focus {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.container {
	max-width: 1250px;
}



.font-16 {

	font-size: 16px;
}

.font-18 {

	font-size: 18px;
}

.font-20 {

	font-size: 20px;
}

.font-24 {

	font-weight: 500;
	font-size: 24px;
}

.font-26 {

	font-weight: 600;
	font-size: 26px;
}

.font-30 {

	font-weight: 600;
	font-size: 30px;
}

.font-36 {

	font-weight: 600;
	font-size: 36px;
}

.font-40 {

	font-weight: 600;
	font-size: 40px;
}

.font-50 {

	font-weight: 600;
	font-size: 50px;
}

.font-60 {

	font-weight: 600;
	font-size: 60px;
}

.color-white {
	color: #ffffff;
}

.color-black {
	color: #333333 !important;
}

.color-light-black {
	color: #6D6D6D;
}

.color-green {
	color: #35a937 !important;
}

.color-light-green {
	color: #9ec657;
}

/* ***********************************************************************
****************************** NAVBAR *********************************
*********************************************************************** */
.navbar {
	background-color: transparent;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navbar .navbar-brand img {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 80px;
}

.navbar-light .navbar-toggler {
	width: 46px;
	height: 46px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: none;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.navbar-toggler .fas {
	font-size: 22px;
	line-height: 1;
	color: #fff;
	-webkit-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
	background: #35a937;
	border-color: #35a937;
}

.navbar-light .navbar-toggler:active {
	transform: scale(0.94);
}

.navbar-toggler:hover .fas,
.navbar-toggler:focus .fas {
	color: #fff;
}

/* On the solid white navbar (after scroll) use dark-on-light styling */
body.scrolled .navbar-light .navbar-toggler {
	border-color: rgba(0, 0, 0, 0.15);
	background: rgba(0, 0, 0, 0.03);
}

body.scrolled .navbar-light .navbar-toggler:hover,
body.scrolled .navbar-light .navbar-toggler:focus {
	background: #35a937;
	border-color: #35a937;
}

body.scrolled .navbar-toggler:hover .fas,
body.scrolled .navbar-toggler:focus .fas {
	color: #fff;
}

.navbar-light .navbar-right .nav-item .nav-link {
	padding: 8px 15px;
}

.navbar-light .navbar-right .nav-item .nav-link img,
.navbar-light .navbar-right .nav-item .nav-link object {
	width: 30px;
	fill: #fff;
}

.navbar-light .navbar-right .nav-item .nav-link object {
	filter: brightness(0) invert(1);
	pointer-events: none;
	vertical-align: middle;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navbar-light .navbar-right .nav-item .nav-link:hover object,
.navbar-light .navbar-right .nav-item .nav-link:focus object,
body.scrolled .navbar-light .navbar-right .nav-item .nav-link:hover object,
body.scrolled .navbar-light .navbar-right .nav-item .nav-link:focus object,
.navbar-light .navbar-right .nav-item .nav-link.active object,
body.scrolled .navbar-light .navbar-right .nav-item .nav-link.active object {
	filter: invert(53%) sepia(93%) saturate(361%) hue-rotate(72deg) brightness(84%) contrast(96%);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

body.scrolled .navbar {
	background-color: #ffffff;
	box-shadow: 0 8px 17px 2px rgba(12, 12, 12, 0.14), 0 3px 14px 2px rgba(12, 12, 12, 0.14), 0 5px 5px -3px rgba(12, 12, 12, 0.14);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

body.scrolled .navbar a {
	color: black;
}

body.scrolled .navbar .navbar-brand img {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

body.scrolled .navbar-light .navbar-right .nav-item .nav-link object {
	filter: invert(47%) sepia(4%) saturate(37%) hue-rotate(22deg) brightness(91%) contrast(85%);
}

body.scrolled .navbar-toggler .fas {
	color: #727271;
}

nav header {
	width: 100%;
}

nav header ul {
	display: flex;
	justify-content: center;
}

.video-container {
	overflow: hidden;
	z-index: 1;
	position: relative;
	text-align: left;
}

.video-container:before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.video-container video {
	padding: 0;
}

.video-container #homeCarousel {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	height: 75%;
}

.video-container #homeCarousel .carousel {
	height: 100%;
}

.video-container #homeCarousel .carousel-inner {
	width: 75%;
}

.video-container #homeCarousel .carousel-inner .carousel-item {
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.video-container #homeCarousel .carousel .carousel-indicators {
	position: absolute;
	bottom: auto;
	top: 68%;
}

.video-container #homeCarousel .carousel .carousel-indicators [data-bs-target] {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #8d8e90;
}

.video-container #homeCarousel .carousel .carousel-indicators .active {
	background-color: #fff;
}

.offcanvas {
	background-color: #444444;
	width: 450px;
}

.offcanvas-body {
	padding: 15px 15px 15px 50px;
}

.offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {

	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
}

.offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:hover,
.offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:focus,
.offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.active {
	color: #34a937;
}

.offcanvas-header {
	display: block;
	height: 70px;
}

.offcanvas-header button {
	position: absolute;
	right: 60px;
	top: 15px;
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

.offcanvas-header button:hover,
.offcanvas-header button:focus {
	color: #34a937;
}

#homeCarousel .carousel .carousel-inner .carousel-item h1,
#homeCarousel .carousel .carousel-inner .carousel-item h3 {

	font-weight: 600;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
}

#homeCarousel .carousel .carousel-inner .carousel-item h1::first-letter,
#homeCarousel .carousel .carousel-inner .carousel-item h3::first-letter {
	color: #35a937;
}

#homeCarousel .carousel .carousel-inner .carousel-item p {
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	width: 70%;
	line-height: 1.5;
}

.btn-prodSol {
	position: absolute;
	top: 25%;
	right: 0 !important;
	padding: 0;
	z-index: 1000;
	box-shadow: none !important;
	animation: bounce 2s infinite;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		right: -35px;
	}

	40% {
		right: -25px;
	}

	60% {
		right: -30px;
	}
}

#productSection {
	background-image: url(../images/productSection-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 50px;
	padding-bottom: 30px;
}

#productSection .productHeader {
	display: flex;
	align-items: start;
}

#productSection .productHeader .titleSection {
	display: inline-block;
	width: 35%;
}

#productSection .productHeader .descSection {
	display: inline-block;
	width: 64%;
}

#productSection .productSlider {
	margin-top: 50px;
}

#productSection .productSlider .owl-carousel .owl-item img {
	display: block;
	width: auto;
	margin: 0 auto;
}

#productSection .productSlider .owl-carousel .item .productTitle {

	font-weight: 800;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
	color: #333333;
	padding: 0px 15px;
}

#productSection .productSlider .owl-carousel .item .productImage {
	border-radius: 50%;
	overflow: hidden;
}

#productSection .productSlider .owl-carousel .owl-item a:hover .productTitle,
#productSection .productSlider .owl-carousel .owl-item a:focus .productTitle {
	color: #35A937;
}

#productSection .productSlider .owl-carousel .owl-nav {
	position: absolute;
	top: 26%;
	width: 100%;
	z-index: 99;
}

#productSection .productSlider .owl-carousel .owl-nav button.owl-prev {
	float: left;
	position: relative;
	left: -30px;
}

#productSection .productSlider .owl-carousel .owl-nav button.owl-next {
	float: right;
	position: relative;
	right: -30px;
}

#productSection .productSlider .owl-carousel .owl-nav button {
	background-color: transparent;
	color: #d6d6d6;
}

#productSection .productSlider .owl-carousel .owl-nav button:hover,
#productSection .productSlider .owl-carousel .owl-nav button:focus {
	background-color: transparent;
	color: #35A937;
}

#productSection .productSlider .owl-carousel .owl-nav button .fas {
	font-size: 25px;
	line-height: 1;
	text-align: center;
}

#prodSolSection .prodSolHeader {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #35a937;
	color: #fff;
}

#prodSolSection .prodSolHeader h3 {
	font-family: Futura-Heavy-BT;
	font-size: 40px;
	color: #ffffff;
}

#prodSolSection .productSolutionSlider {
	padding: 0;
}

#prodSolSection .productSolutionSlider .home_prodsol_slider .item {
	position: absolute;
	width: 100%;
	height: 350px;
}

#prodSolSection .productSolutionSlider .home_prodsol_slider .item a {
	display: block;
}

#prodSolSection .productSolutionSlider .home_prodsol_slider .item .prodSolDiv {
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	border-radius: 210px 0% 0% 160px / 160% 40% 0% 115%;
	overflow: hidden;
	margin-left: -70px;
}

#prodSolSection .productSolutionSlider .home_prodsol_slider .owl-item {
	position: relative;
	height: 350px;
	width: auto;
}

#prodSolSection .productSolutionSlider .home_prodsol_slider .descriptionBelt {
	position: absolute;
	bottom: 0;
	left: -70px;
	right: 0;
	margin: 0 auto;

	font-size: 20px;
	color: #ffffff;
	background-color: rgb(0 0 0 / 50%);
	text-align: center;
	padding: 20px 0;
	margin-bottom: 0;
}

#prodSolSection .productSolutionSlider .home_prodsol_slider .owl-nav {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 99;
}

#prodSolSection .productSolutionSlider .home_prodsol_slider .owl-nav button.owl-prev {
	float: left;
	position: relative;
	left: 60px;
}

#prodSolSection .productSolutionSlider .home_prodsol_slider .owl-nav button.owl-next {
	float: right;
	position: relative;
	right: 60px;
}

#prodSolSection .productSolutionSlider .home_prodsol_slider .owl-nav button {
	background-color: #ffffff;
	color: #d6d6d6;
	padding: 8px 15px !important;
	border-radius: 50%;
	width: 45px;
	height: 45px;
}

#prodSolSection .productSolutionSlider .home_prodsol_slider .owl-nav button:hover,
#prodSolSection .productSolutionSlider .home_prodsol_slider .owl-nav button:focus {
	background-color: #35A937;
	color: #ffffff;
}

#prodSolSection .productSolutionSlider .home_prodsol_slider .owl-nav button .fas {
	font-size: 20px;
	line-height: 1;
	text-align: center;
}

#automationSection {
	background-image: url(../images/automationSection-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 30px;
	padding-bottom: 50px;
}

#automationSection .automationBody {
	margin-top: 50px;
}

#automationSection .automationBody .automationBoxes .automationBox {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border: 1px solid #92c24c;
	background-color: #ffffff;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto;
	min-height: 200px;
}

#automationSection .automationBody .automationBoxes .automationBox::before {
	content: "";
	display: block;
	background-image: url(../images/ribbon.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -20px;
	width: 105px;
	height: 160px;
}





#excellenceSection {
	background-image: url(../images/webpage_banner/excellencesection-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	position: relative;
}

#excellenceSection .leftSection {
	padding-left: 50px;
}

#excellenceSection .leftSection h3 {
	line-height: 90px;
}

#excellenceSection .leftSection h3.for-mobile {
	display: none;
}

#excellenceSection .rightSection {
	background-image: url(../images/rightSection-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;

	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 100px;
	padding-right: 40px;
}

#excellenceSection .rightSection h3 {

	font-weight: 600;
	font-size: 40px;
	color: #fff;
	transform: translateY(-50%);
	margin-left: 0px;
}

#excellenceSection .rightSection p {
	font-size: 16px;
	text-align: justify;
	color: #fff;
}

#newsSection {
	background-image: url(../images/newsSection-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	/*padding-bottom: 25px;*/
	/*margin-top: 60px;*/
}

#newsSection .home_news_slider .item {
	padding: 20px 15px;
}

#newsSection .home_news_slider .newsCard {
	border: none;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

#newsSection .home_news_slider .newsCard .card-img-top {
	height: 250px;
	object-fit: fill;
	aspect-ratio: 4/3;
}

#newsSection .home_news_slider .newsCard .card-body {
	padding: 10px;
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-items: center
}

#newsSection .home_news_slider .newsCard .card-body .btn-readMore {
	padding: 0;
	color: #888888;
}

#newsSection .home_news_slider .newsCard .card-body .btn-readMore:hover,
#newsSection .home_news_slider .newsCard .card-body .btn-readMore:focus {
	color: #35a937;
	box-shadow: none;
}

#newsSection .home_news_slider .owl-nav {
	position: absolute;
	top: 45%;
	width: 100%;
	z-index: 99;
}

#newsSection .home_news_slider .owl-nav button.owl-prev {
	float: left;
	position: relative;
	left: -30px;
}

#newsSection .home_news_slider .owl-nav button.owl-next {
	float: right;
	position: relative;
	right: -30px;
}

#newsSection .home_news_slider .owl-nav button {
	background-color: transparent;
	color: #d6d6d6;
	font-size: 30px;
}

#newsSection .home_news_slider .owl-nav button:hover,
#newsSection .home_news_slider .owl-nav button:focus {
	background-color: transparent;
	color: #35A937;
}

.btn-showAll {

	font-size: 18px;
	color: #35a937;
	background-color: transparent;
	border: 3px solid #35a937;
	padding: 10px 30px;
	border-radius: 50px;
	font-weight: 600 !important;
}

.btn-showAll:hover,
.btn-showAll:focus {
	color: #ffffff;
	background-color: #35a937;
}

/* Product action buttons: split the jammed Bootstrap btn-group into two
   distinct pills with spacing, wrap cleanly on small screens, and give
   "Get Best Deal" a filled-primary emphasis. */
.btn-group:has(> .btn-showAll) {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 14px;
	vertical-align: middle;
}

.btn-group>.btn-showAll {
	border-radius: 50px !important;
	margin-left: 0 !important;
	flex: 0 1 auto;
}

/* primary call-to-action = Get Best Deal (last button) */
.btn-group>.btn-showAll:last-child {
	color: #ffffff;
	background-color: #35a937;
}

.btn-group>.btn-showAll:last-child:hover,
.btn-group>.btn-showAll:last-child:focus {
	background-color: #2b8c2d;
	border-color: #2b8c2d;
}

@media (max-width: 575px) {
	.btn-group:has(> .btn-showAll) {
		display: flex;
		width: 100%;
		gap: 12px;
	}

	.btn-group>.btn-showAll {
		flex: 1 1 100%;
		text-align: center;
	}
}

#serviceSection {
	background-image: url(../images/serviceSection-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 50px 0;
	margin-top: 40px;
}

#serviceSection .bodySection .nav-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#serviceSection .bodySection .nav-pills object {
	width: 50px;
	filter: brightness(0) invert(1);
	pointer-events: none;
	vertical-align: middle;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#serviceSection .bodySection .nav-pills .nav-item {
	margin: 0 30px;
}

#serviceSection .bodySection .nav-pills .nav-link {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 26px;
	padding: 19px;
	width: 200px;
	font-weight: 700;
}

#serviceSection .bodySection .nav-pills .nav-link:hover,
#serviceSection .bodySection .nav-pills .nav-link:focus,
#serviceSection .bodySection .nav-pills .nav-link.active {
	background-color: #35a937;
	border: 2px solid #35a937;
}

#serviceSection .bodySection .tab-content .tab-pane {
	min-height: 255px;
}

#serviceSection .bodySection .tab-content {
	margin-top: 50px;
}

#serviceSection .bodySection .tab-content .tab-pane h3 {

	font-weight: 600;
	font-size: 36px;
	color: #9EC557;
}

#serviceSection .bodySection .tab-content .tab-pane hr {
	border: 1px solid #9EC557;
	opacity: 1;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 25px;
}

#serviceSection .bodySection .tab-content .tab-pane p {
	font-size: 20px;
	padding: 0 40px;
	color: #fff;
}

#serviceSection .bodySection .tab-content .tab-pane .btn-showAll {
	color: #FFFFFF;
	background-color: transparent;
	border: 3px solid #35a937;
	margin-top: 20px;
}

#serviceSection .bodySection .tab-content .tab-pane .btn-showAll:hover,
#serviceSection .bodySection .tab-content .tab-pane .btn-showAll:focus {
	color: #FFFFFF;
	background-color: #35a937;
}

#testimonialSection {
	/* background-image: url(../images/testimonials-section-main.png); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	margin-top: -1px;
	padding: 70px 0 60px;
}

#testimonialSection .testimonial-header {
	margin-bottom: 40px;
}

#testimonialSection .testimonial-subtitle {
	font-size: 15px;
	color: #727271;
	margin-top: 6px;
	margin-bottom: 0;
}

#testimonialSection .testimonialBox {
	background: #ffffff;
	border-radius: 14px;
	padding: 32px 28px 26px;
	margin-bottom: 30px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.10);
	border-top: 4px solid var(--green1);
	display: flex;
	flex-direction: column;
}

#testimonialSection .testimonial-quote-icon {
	font-size: 28px;
	color: var(--green1);
	margin-bottom: 16px;
	line-height: 1;
}

#testimonialSection .testimonial-text {
	font-size: 15px;
	color: #555555;
	line-height: 1.8;
	margin-bottom: 14px;
	font-style: italic;
	flex-grow: 1;
}

#testimonialSection .testimonial-stars {
	color: #f5a623;
	font-size: 13px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

#testimonialSection .testimonialBy {
	display: flex;
	align-items: center;
	gap: 12px;
	border-top: 1px solid #eeeeee;
	padding-top: 16px;
	margin-top: auto;
}

#testimonialSection .testimonial-avatar {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--green1), var(--green2));
	color: #ffffff;
	font-weight: 700;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

#testimonialSection .testimonial-info h5,
#testimonialSection .testimonial-info h4 {
	font-size: 15px;
	font-weight: 700;
	color: #222222;
	margin-bottom: 2px;
}

#testimonialSection .testimonial-info p {
	font-size: 13px;
	color: #888888;
	margin-bottom: 0;
}

#footerSection {
	background-image: url(../images/footerSection-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	padding: 50px 0 20px;
}

#footerSection hr {
	color: #f9f9f9;
}

#footerSection .topFooter .logoSection {
	display: flex;
	align-items: center;
}

#footerSection .bottomFooter {
	margin-top: 10px;
}

#footerSection .bottomFooter .socialLinks {
	margin-top: 20px;
}

#footerSection .bottomFooter .socialLinks .btn-social {
	background-color: #73b52d;
	color: #232524;
	font-size: 22px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footerSection .bottomFooter .socialLinks .btn-social .fab {
	position: absolute;
	left: 0;
	right: 0;
	top: 8px;
	text-align: center;
	margin: 0 auto;
}

#footerSection .bottomFooter .socialLinks .btn-social:hover,
#footerSection .bottomFooter .socialLinks .btn-social:focus {
	background-color: #35a937;
}

#footerSection .bottomFooter .subscribeSection h3 span {

	font-size: 18px;
	color: #73b52d;
	display: block;
	line-height: 1;
}

#footerSection .bottomFooter .subscribeSection form {
	margin-top: 0px;
}

#footerSection .bottomFooter .subscribeSection form .form-control {
	min-height: 50px;
	border-radius: 0;
	font-size: 18px;
}

#footerSection .bottomFooter .subscribeSection form button {
	position: relative;
	background-color: #73b52d;
	color: #fff;
	border: none;
	min-height: 50px;
	font-size: 28px;
	padding: 0px 30px;
}

#footerSection .bottomFooter .subscribeSection form button:hover,
#footerSection .bottomFooter .subscribeSection form button:focus {
	background-color: #35a937;
}

#footerSection .bottomFooter .subscribeSection form button .fas {
	position: relative;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
}

#footerSection .bottomFooter .subscribeSection form button:hover .fas,
#footerSection .bottomFooter .subscribeSection form button:focus .fas {
	animation: arrowMove 2s infinite;
}

@keyframes arrowMove {

	0%,
	20%,
	50%,
	80%,
	100% {
		left: 0px;
	}

	40% {
		left: 10px;
	}

	60% {
		left: 5px;
	}
}

#footerSection .bottomFooter .subscribeSection form .form-check-label {
	color: #fff;
}

.form-check-input:checked {
	background-color: #73b52d;
	border-color: #73b52d;
}

.form-check-input:focus {
	border-color: transparent;
	box-shadow: 0 0 0 0.25rem rgb(115 181 45 / 20%);
}

#footerSection .bottomFooter .subscribeSection ul.list-unstyled li a {
	font-size: 18px;
	color: #73b52d;
}

#footerSection .bottomFooter .subscribeSection ul.list-unstyled li a:hover,
#footerSection .bottomFooter .subscribeSection ul.list-unstyled li a:focus {
	color: #35a937;
}

#searchForm {
	right: 0;
	width: 40%;
	position: absolute;
	right: 0;
	display: none;
	z-index: 99;
}

#searchForm form {
	display: flex;
}

#searchForm form #search_text {
	border-radius: 0;
	z-index: 99;
}

#searchForm form a {
	font-size: 20px;
	color: #35a937;
	z-index: 99;
}

#searchForm form a .fas {
	line-height: 1.8;
}

#top_searchForm {
	display: none;
	width: 98%;
	position: absolute;
	top: 4px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

#top_searchForm form {
	display: flex;
}

#top_searchForm form #search_text {
	border-radius: 0;
	z-index: 99;
}

#top_searchForm form a {
	font-size: 20px;
	color: #35a937;
	z-index: 99;
}

/* ***********************************************************
*********************** About Us Page ***********************
*************************************************************/
.inner-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 380px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	padding-bottom: 50px;
}

#aboutUsSection {
	background-image: url(../images/productSection-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 80px;
	padding-bottom: 80px;
}

#aboutUsSection .aboutUsHeader {
	display: flex;
	align-items: start;
}

#aboutUsSection .aboutUsHeader .titleSection {
	display: inline-block;
	width: 40%;
	padding-right: 50px;
}

#aboutUsSection .aboutUsHeader .descSection {
	display: inline-block;
	width: 60%;
}

#aboutUsSection .aboutUsHeader .descSection p {
	font-size: 18px;
	color: #6D6D6D;
	text-align: justify;
}

.owl-theme .owl-dots .owl-dot span {
	margin: 5px 3px;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #35a937;
}

#historySection {
	background-color: #34a937;
	padding-top: 40px;
	padding-bottom: 80px;
	position: relative;
}

#historySection .historyHeader {
	margin-bottom: 40px;
}

#historySection .historyBody ol {
	position: relative;
}

#historySection .historyBody ol li:first-child {
	position: absolute;
	top: -160px;
	width: 0;
	height: 162px;
	margin: 0;
	margin-left: 0 !important;
	border-right: none;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	margin-right: 90px;
	padding-left: 59px;
	border-top-color: transparent !important;
}

#historySection .historyBody ol li.even_side {
	position: absolute;
	bottom: -160px;
	width: 0;
	height: 162px;
	margin: 0;
	margin-left: 0 !important;
	border-right: none;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	margin-right: 90px;
	padding-left: 59px;
}

#historySection .historyBody ol li.odd_side {
	position: absolute;
	bottom: -118px;
	right: 28px;
	width: 0;
	height: 120px;
	margin: 0;
	margin-left: 0 !important;
	border-left: none;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	margin-left: 90px;
}

#historySection .historyBody ol:before {
	margin: 0 0 0 -1px;
}

#historySection .historyBody ol:after {
	margin: -50px 0 0 -1px;
}

#historySection .historyBody ol li {
	border: 2px solid;
	border-color: #c3d66b !important;
	margin: 0 0 -2px 0;
	padding: 30px;
	counter-increment: li;
	position: relative;
	min-height: 90px;
}

#historySection .historyBody ol li:nth-child(even) {
	border-left: none;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	margin-left: 90px;
}

#historySection .historyBody ol li:nth-child(odd) {
	border-right: none;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	margin-right: 90px;
	padding-left: 124px;
}

#historySection .historyBody ol li h3 {

	font-weight: 800;
	position: absolute;
	top: -16px;
	background-color: #34a937;
	padding: 0 15px;
	color: #fff;
}

#historySection .historyBody ol li p {
	font-size: 18px;
	color: #ffffff;
	padding-left: 15px;
}

/* ***********************************************************
********************** Management Page **********************
*************************************************************/
#commonSection {
	padding-top: 40px;
	padding-bottom: 20px;
	position: relative;
}

#commonSection:before {
	content: '';
	background-image: url(../images/about-conveline/history-bg-l.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
	width: 560px;
	height: 343px;
	z-index: -1;
}

#commonSection:after {
	content: '';
	background-image: url(../images/about-conveline/history-bg-r.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 560px;
	height: 343px;
	z-index: -1;
}

#commonSectionSection .commonSectionHeader {
	display: flex;
	align-items: start;
}

.managementCard {
	border: none;
	background-color: transparent;
}

.managementCard .card-body {
	padding-top: 0;
	padding-bottom: 0;
}

.managementCard .card-title {

	font-weight: 600;
	font-size: 24px;
	color: #333333;
}

.managementCard .card-text {
	font-size: 18px;
	color: #6D6D6D;
}

.visMisSection .description {
	padding: 10px 30px;
}

.visMisSection .description h1,
.visMisSection .description h2,
.visMisSection .description h3,
.visMisSection .description h4,
.visMisSection .description h5 {

	font-weight: 600;
	color: #35a937;
}

.visMisSection .description p {
	font-size: 18px;
	color: #6D6D6D;
	margin-bottom: 25px;
}

#visMisGrnSection {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}

#visMisGrnSection .description h1,
#visMisGrnSection .description h1,
#visMisGrnSection .description h3,
#visMisGrnSection .description h4,
#visMisGrnSection .description h5 {

	font-weight: 600;
	color: #FFFFFF;
}

#visMisGrnSection .leftSection {
	background-color: #35a937;
}

#visMisGrnSection .description {
	padding: 25px 50px 25px 50px;
}

#visMisGrnSection .description p {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 50px;
}

#coreValueSection {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

#coreValueSection:before {
	content: '';
	background-image: url(../images/about-conveline/history-bg-l.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
	width: 560px;
	height: 343px;
	z-index: -1;
}

#coreValueSection:after {
	content: '';
	background-image: url(../images/about-conveline/history-bg-r.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 560px;
	height: 343px;
	z-index: -1;
}

#coreValueSection .coreValueBody {
	margin-top: 50px;
}

#coreValueSection .coreValueBody .coreValueBoxes .coreValueBox {
	position: relative;
	padding: 20px 20px 20px 100px;
	border: 1px solid #92c24c;
	background-color: #ffffff;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
	min-height: 200px;
}

#coreValueSection .coreValueBody .coreValueBoxes .coreValueBox::before {
	content: "";
	display: block;
	background-image: url(../images/ribbon.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -20px;
	width: 105px;
	height: 160px;
}

#coreValueSection .coreValueBody .coreValueBoxes .coreValueBox h3 {

	font-weight: 800;
	font-size: 24px;
	color: #333333;
}

#coreValueSection .coreValueBody .coreValueBoxes .downloadLink {
	width: 100%;
	box-shadow: none;
}

#coreValueSection .coreValueBody .coreValueBoxes .downloadLink:hover .coreValueBox h3,
#coreValueSection .coreValueBody .coreValueBoxes .downloadLink:focus .coreValueBox h3 {
	color: #34a937;
}

#coreValueSection .coreValueBody .coreValueBoxes .coreValueBox p {
	font-size: 18px;
	color: #6D6D6D;
	line-height: 1.2;
	margin-bottom: 0;
}

#coreValueSection .coreValueBody .coreValueBoxes .coreValueBox img {
	position: absolute;
	top: 33%;
	bottom: auto;
	left: 0;
}

#coreValueSection .downloadBody {
	margin-top: 0;
}

#coreValueSection .downloadBody .coreValueBoxes .coreValueBox {
	display: flex;
	align-items: center;
	width: 100%;
}

div#blogsSection {
	padding: 60px 0;
}

/* Equal-height blog cards: every column stretches, card fills it. */
#blogsSection>.col {
	display: flex;
}

#blogsSection .blogCard {
	border: none;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border-radius: 8px;
	margin-bottom: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

#blogsSection .blogCard:hover {
	transform: translateY(-4px);
	box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .18);
}

#blogsSection .blogCard .card-img-top {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	object-fit: cover
}

quick-connect.php {
	width: 100%;
	object-fit: cover !important;
}

#blogsSection .blogCard .card-title {

	font-weight: 600;
	font-size: 18px;
	color: #333333;
	/* clamp to 2 lines so every card title block is the same height */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.8em;
}

#blogsSection .blogCard .card-text {
	font-size: 16px;
	color: #6D6D6D;
	/* clamp body preview to 3 lines for a tidy, uniform grid */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#blogsSection .blogCard .card-body {
	padding-top: 40px;
	/* let body grow so the Read More button pins to the bottom */
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

#blogsSection .blogCard .card-body .btn-readMore {
	margin-top: auto;
	align-self: flex-start;
}

#blogsSection .blogCard .card-body .blogDate {
	background-color: #35a937;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
}

#blogsSection .blogCard .card-body .blogDate h3 {

	font-weight: 800;
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 0px;
}

#blogsSection .blogCard .card-body .blogDate p {
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 0;
}

#blogsSection .blogCard .card-body .blogDate {
	display: none;
}

#blogsSection .blogCard .card-body .btn-readMore {
	padding: 0;
	color: #888888;
}

#blogsSection .blogCard .card-body .btn-readMore:hover,
#blogsSection .blogCard .card-body .btn-readMore:focus {
	color: #35a937
}

/* ---- Blog pagination ---- */
#blogPagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 40px;
	padding: 0;
	list-style: none;
}

#blogPagination .page-btn {
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	background: #fff;
	color: #444;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all .2s ease;
	user-select: none;
}

#blogPagination .page-btn:hover {
	border-color: #35a937;
	color: #35a937;
}

#blogPagination .page-btn.active {
	background: #35a937;
	border-color: #35a937;
	color: #fff;
	cursor: default;
}

#blogPagination .page-btn.disabled {
	opacity: .45;
	pointer-events: none;
}

#blogPagination .page-ellipsis {
	min-width: 24px;
	text-align: center;
	color: #999;
}

@media (max-width: 575px) {
	#blogPagination .page-btn {
		min-width: 38px;
		height: 38px;
		font-size: 14px;
	}
}

.blogDetail .blogAuthor ul {
	list-style-type: none;
	padding-left: 0;
	display: block;
}

.blogDetail .blogAuthor ul li {
	display: inline-block;
	padding-right: 20px;
	font-size: 18px;
	color: #6D6D6D;
}

.blogDetail .blogAuthor ul li .far {
	color: #35a937;
	font-size: 18px;
	margin-right: 5px;
}

.blogDetail .blogDescription {
	color: #6D6D6D;
}

.blogDetail .blogDescription p,
.blogDetail .blogDescription ul,
.blogDetail .blogDescription ul li,
.blogDetail .blogDescription ol,
.blogDetail .blogDescription ol li,
.blogDetail .blogDescription a {
	font-size: 18px;
	color: #6D6D6D;
}

.blogDetail .blogDescription a:hover,
.blogDetail .blogDescription a:focus {
	color: #35a937;
}

.blogDetail .blogDescription h1,
.blogDetail .blogDescription h2,
.blogDetail .blogDescription h3,
.blogDetail .blogDescription h4,
.blogDetail .blogDescription h5,
.blogDetail .blogDescription h6 {

	font-weight: 600;
	color: #333333;
	margin-top: 35px;
}

.blogDetail .blogDescription figure {
	margin: 20px 0;
	padding: 50px 80px;
	background-color: #f9f9f9;
	position: relative;
}

.blogDetail .blogDescription figure::before {
	content: "\f10d";
	font-family: 'Font Awesome 5 Free';
	font-size: 30px;
	color: #dedede;
	font-weight: 900;
	position: absolute;
	top: 26px;
	left: 36px;
	font-style: italic;
}

.blogDetail .blogDescription figure .blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 0;
	font-size: 18px;
	color: #6D6D6D;
}

.blogDetail .rightSide form .form-control {
	min-height: 50px;
	border-radius: 5px;
	font-size: 18px;
	border: 1px solid #eeeeee;
}

.blogDetail .rightSide form button {
	position: relative;
	background-color: #35a937;
	color: #fff;
	border: none;
	min-height: 50px;
	font-size: 20px;
	padding: 0px 20px;
}

.blogDetail .rightSide form button:hover,
.blogDetail .rightSide form button:focus {
	background-color: #9ec657;
}

.recentPostsDev {
	border: 1px solid #eeeeee;
	border-radius: 5px;
	padding: 20px 15px;
}

.recentPostsDev img {
	width: 100px;
	height: 70px;
}

.recentPostsDev .list-group {
	margin-top: 20px;
}

.recentPostsDev .rightSide {
	margin-left: 10px;
}

.recentPostsDev .list-group-item {
	border: none;
	margin-bottom: 25px;
	background-color: transparent;
}

.recentPostsDev .list-group-item:focus,
.recentPostsDev .list-group-item:hover {
	background-color: transparent;
}

.recentPostsDev .list-group-item:focus .rightSide .color-light-black,
.recentPostsDev .list-group-item:hover .rightSide .color-light-black {
	color: #35a937;
}

.recentPostsDev .list-group-item:last-child {
	margin-bottom: 0;
}

#blogsSection .blogCard.eventsCard {
	margin-bottom: 30px;
}

#blogsSection .blogCard.eventsCard .card-body {
	padding: 20px;
}

#blogsSection .blogCard.eventsCard .blogDate {
	background-color: #35a937;
	position: absolute;
	top: 15px;
	padding: 8px 15px;
	text-align: center;
	border-radius: 5px;
	right: 15px;
}

#blogsSection .blogCard.eventsCard .blogDate h3 {

	font-weight: 800;
	font-size: 22px;
	color: #FFFFFF;
	margin-bottom: 0px;
}

#blogsSection .blogCard.eventsCard .blogDate p {
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 0;
}

#blogsSection .blogCard.eventsCard .card-body .is-divider {
	background: #dedede;
	margin-top: .66em;
	height: 1px;
	margin: 1em 0 1em;
	width: 100%;
	position: relative;
	border-color: transparent;
}

#blogsSection .blogCard.eventsCard .card-body .is-divider::before {
	content: "";
	position: absolute;
	display: block;
	height: 3px;
	background-color: #35a937;
	margin-left: 0;
	top: -1px;
	width: 30%;
	left: 0;
}

#blogsSection .blogCard.eventsCard .card-body .btn-readMore {
	color: #333333;

	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
}

#blogsSection .blogCard.eventsCard .card-body .btn-readMore:hover,
#blogsSection .blogCard.eventsCard .card-body .btn-readMore:focus {
	color: #35a937;
}

#blogsSection .blogCard.eventsCard .card-body .btn-readMore .fas {
	color: #35a937;
}

#blogsSection .blogCard.eventsCard .location {
	padding: 8px 16px;
	background-color: #f5f5f5;
	border-top: 1px solid #e8e8e8;
}

#blogsSection .blogCard.eventsCard .location p {
	margin: 0;
	font-size: 13px;
	color: #666;
	display: flex;
	align-items: center;
	gap: 6px;
}

#blogsSection .blogCard.eventsCard .location p .fa-map-marker-alt {
	color: #35a937;
	font-size: 14px;
}

.contact-detail .contactItem {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 20px;
}

.contact-detail .contactItem p {
	margin-bottom: 0;
}

.contact-detail .contactItem p+p {
	margin-top: 8px;
}

.contact-detail .contactItem .rightSide p strong {
	color: #35a937;
	font-weight: 600;
}

.contact-detail .contactItem .LeftSide {
	background-color: #35a937;
	padding: 10px;
	border-radius: 50%;
	margin-right: 30px;
}

.contact-detail .contactItem .LeftSide .fas,
.contact-detail .contactItem .LeftSide .fa {
	font-size: 26px;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	color: #fff;
}

.contact-detail .contactItem .rightSide p,
.contact-detail .contactItem .rightSide a {
	font-size: 18px;
	color: #6D6D6D;
}

.contact-detail .contactItem .rightSide a:hover,
.contact-detail .contactItem .rightSide a:focus {
	color: #35a937;
}

.contactForm form .form-control {
	min-height: 50px;
	border-radius: 0;
	font-size: 16px;
}

.btn-submit {

	font-weight: 600;
	font-size: 20px;
	background-color: #35a937;
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
}

.btn-submit:hover,
.btn-submit:focus {
	background-color: #73b52d;
	color: #ffffff;
}

.footer_offcanvasMenu .nav-item .nav-link {
	padding: 10px;
	background-color: #fff;
	border-radius: 50%;
	color: #35a937;
	height: 50px;
	width: 50px;
}

.footer_offcanvasMenu .nav-item .nav-link .fas {
	font-size: 24px;
}

.footer_offcanvasMenu .nav-item .nav-link:hover,
.footer_offcanvasMenu .nav-item .nav-link:focus {
	background-color: #35a937;
	color: #fff;
}

.footer_offcanvasMenu .nav-item .nav-link:hover .fas,
.footer_offcanvasMenu .nav-item .nav-link:focus .fas {
	animation: pulse 1500ms infinite;
}

@keyframes pulse {
	0% {
		transform: scaleX(1) scaleY(1);
	}

	10% {
		transform: scaleX(0.85) scaleY(0.85);
	}

	20% {
		transform: scaleX(1) scaleY(1);
	}

	30% {
		transform: scaleX(0.85) scaleY(0.85);
	}

	40% {
		transform: scaleX(1) scaleY(1);
	}

	50% {
		transform: scaleX(0.85) scaleY(0.85);
	}

	60% {
		transform: scaleX(1) scaleY(1);
	}

	70% {
		transform: scaleX(0.85) scaleY(0.85);
	}

	80% {
		transform: scaleX(1) scaleY(1);
	}

	90% {
		transform: scaleX(0.85) scaleY(0.85);
	}

	100% {
		transform: scaleX(1) scaleY(1);
	}
}

.thirdProdSolLevel1 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.thirdProdSolLevel .prodCard {
	position: relative;
	background-color: lightGrey;
	overflow-y: hidden;
	margin-bottom: 30px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.thirdProdSolLevel .prodCard .prodLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.thirdProdSolLevel .prodCard img {
	width: 100%;
	height: auto;
	display: block;
	/* Reserve space before the image loads so the card keeps height instead of
	   collapsing to 0 (which left a blank grid while images were still queued). */
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background-color: #eee;
}

.thirdProdSolLevel .prodCard .item__overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	transition: transform 300ms;
	background-color: rgb(63 171 60 / 70%);
	transform: translate3d(0, calc(100% - 50px), 0);
}

.thirdProdSolLevel .prodCard h4 {

	font-weight: 700;
	font-size: 18px;
	text-align: center;
	margin: 0;
	display: block;
	background-color: rgb(63 171 60 / 90%);
	color: #fff;
	padding: 10px 20px;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	overflow: hidden;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;

}

.thirdProdSolLevel .prodCard .item__body {
	flex-grow: 1;
	padding: 1rem;
}

.thirdProdSolLevel .prodCard .item__body p {
	margin: 0;
	font-size: 18px;
	color: #fff;
}

.thirdProdSolLevel .prodCard .prodLink:hover~.item__overlay,
.thirdProdSolLevel .prodCard .prodLink:focus~.item__overlay {
	transform: translate3d(0, 0, 0);
}

.thirdProdSolLevel .prodCard .prodLink:hover~.item__overlay h3,
.thirdProdSolLevel .prodCard .prodLink:focus~.item__overlay h3 {
	display: block;
	padding-top: 50px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.productDescription img.float-start,
.productDescription img.float-left {
	margin-right: 50px;
	margin-bottom: 50px;
}

.productDescription img.float-end,
.productDescription img.float-right {
	margin-left: 50px;
	margin-bottom: 50px;
}

.productDescription h1,
.productDescription h2,
.productDescription h3,
.productDescription h4,
.productDescription h5,
.productDescription h6 {
	color: #35a937;

	font-weight: 700;
	margin-bottom: 20px;
}

.productDescription p,
.productDescription a,
.productDescription ul,
.productDescription li,
.productDescription ol {
	font-size: 1rem;
	color: #6D6D6D;
	font-weight: 400;
}

.productDescription .item img {
	border-radius: 20px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}


.detailSection .prodTabs {
	/* border: 1px solid #35a937; */
	/* border-top: none; */
	/* border-right: 0; */
}

.detailSection .prodTabs .nav-tabs .nav-item {
	/* border:1px solid #35a937; */
	/* border-left: none; */
	/* border-bottom: none; */
	width: 100%;
}

.sticky {
	position: sticky;
	top: 120px;
}

.detailSection .prodTabs .nav-tabs {
	position: sticky;
	top: 120px;
}

.detailSection .prodTabs .nav-tabs .nav-item .nav-link {

	font-weight: 800;
	font-size: 18px;
	color: #333333;
	background-color: #f6f9e8;
	text-align: left;
	padding: 14px 25px;
	width: 100%;
	/* border-bottom:1px solid #35a937; */
}

.detailSection .prodTabs .nav-tabs .nav-item .nav-link.active {
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
}

.detailSection .prodTabs .tab-content {
	/* border-top: 1px solid #35a937; */
	margin-top: -1px;
	/* border-right: 1px solid #35a937; */
	background-color: #ffffff;
}

.prodTabs .prodTabs-single {
	padding: 30px 0;
	border-bottom: 1px solid #999;
}

.prodTabs .prodTabs-single h3 {
	color: var(--grey) !important;
	font-weight: 500 !important;
	font-size: 35px !important;
	line-height: 1 !important;
	margin-bottom: 20px !important;
	border-left: 5px solid var(--green1) !important;
	padding-inline-start: 10px !important;
	/* font-weight: 700; */
}

.prodTabs .prodTabs-single ul {
	list-style: none;
	padding-left: 0;
}

.prodTabs .prodTabs-single ul li {
	color: #222;
	position: relative;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-left: 20px;
}

.prodTabs .prodTabs-single ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-family: fontAwesome;
	content: '\f123';
	font-size: 15px;
	color: var(--green1);
}

.detailSection .prodTabs .tab-content .downloadBox {
	display: flex;
	align-items: center;
	position: relative;
	padding: 20px 20px 20px 80px;
	border: 1px solid #92c24c;
	background-color: #ffffff;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
	min-height: 150px;
}

.detailSection .prodTabs .tab-content .downloadBox::before {
	content: "";
	display: block;
	background-image: url(../images/ribbon.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -12px;
	width: 70px;
	height: 100px;
}

.detailSection .prodTabs .tab-content .downloadBox img {
	position: absolute;
	top: 36%;
	bottom: auto;
	left: 0;
	width: 35px;
}

.detailSection .prodTabs .tab-content .downloadBox h3 {

	font-weight: 800;
	font-size: 20px;
	margin-bottom: 0;
	color: #6D6D6D;
}

.detailSection .prodTabs .tab-content .downloadLink:hover .downloadBox h3,
.detailSection .prodTabs .tab-content .downloadLink:focus .downloadBox h3 {
	color: #35a937;
}

form .form-control,
form .form-select {
	min-height: 50px;
	line-height: 36px;
	border-radius: 0;
	font-size: 18px;
	color: #6d6d6d;
}

.resProdSolBtn {
	display: none;
}

.accordion-button.collapsed::after,
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
	z-index: 3;
	border-color: none;
	outline: 0;
	box-shadow: none;
}

#prodSolSection .productSolutionSlider .home_prodsol_slider .owl-item {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#prodSolSection .productSolutionSlider .home_prodsol_slider .owl-item:hover {
	transform: scale(1.3);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

label.error {
	width: 100%;
	margin-top: .25rem;
	margin-bottom: 0;
	font-size: 80%;
	color: #dc3545;
	text-align: left;
}

.form-control.error {
	background: url('../images/error.php') no-repeat calc(100% - 7px) !important;
	background-size: 20px 20px !important;
	border-color: #dc3545 !important;
}

.form-control.valid {
	background: url('../images/valid.php') no-repeat calc(100% - 7px) !important;
	background-size: 20px 20px !important;
}

#subscriber_email-error {
	position: absolute;
	top: 47px;
}

#subscribe_check-error {
	position: absolute;
	bottom: -17px;
}

.btn-green {
	background-color: #35a937;
	color: #fff;
	margin-top: 20px;
	padding: 10px 30px;
	border-radius: 25px;
	font-size: 18px;
}

.btn-green:hover,
.btn-green:focus {
	background-color: #9ec657;
	color: #fff;
}

#en_search-error {
	position: absolute;
	width: auto;
	height: auto;
	bottom: 16px;
	right: 90px;
}

.home_productType_slider .owl-nav {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 99;
}

.home_productType_slider .owl-nav button.owl-prev {
	float: left;
	position: relative;
	left: -60px;
}

.home_productType_slider .owl-nav button.owl-next {
	float: right;
	position: relative;
	right: -60px;
}

.home_productType_slider .owl-nav button {
	background-color: #ffffff;
	color: #d6d6d6;
	padding: 8px 15px !important;
	border-radius: 50%;
	width: 45px;
	height: 45px;
}

.home_productType_slider .owl-nav button:hover,
.home_productType_slider .owl-nav button:focus {
	background-color: #35A937;
	color: #ffffff;
}

.home_productType_slider .owl-nav button .fas {
	font-size: 20px;
	line-height: 1;
	text-align: center;
}

.careerCard {
	border: none;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	margin-bottom: 25px;
}

.careerCard .card-header {
	background-color: #ffffff;
	border: none;
	padding: 30px;
}

.careerCard .card-header h4 {

	font-weight: 800;
	color: #333333;
	margin-bottom: 0;
}

.careerCard .card-header .is-divider {
	background: #dedede;
	margin-top: .66em;
	height: 1px;
	margin: 1em 0 0em;
	width: 100%;
	position: relative;
	border-color: transparent;
}

.careerCard .card-header .is-divider::before {
	content: "";
	position: absolute;
	display: block;
	height: 3px;
	background-color: #35a937;
	margin-left: 0;
	top: -1px;
	width: 30%;
	left: 0;
}

.careerCard .card-body {
	padding: 0 30px 0px;
}

.careerCard .card-body p {
	color: #6D6D6D;
	margin-bottom: 5px;
	font-size: 16px;
}

.careerCard .card-footer {
	background-color: #fff;
	border: none;
	padding: 0 30px 20px;
}

.careerCard .card-footer .btn-readMore {
	font-family: Futura-Heavy-BT;
	font-size: 18px;
	background-color: #35a937;
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
}

.careerCard .card-footer .btn-readMore:hover,
.careerCard .card-footer .btn-readMore:focus {
	background-color: #73b52d;
	color: #ffffff;
}

.careerDescription h1,
.careerDescription h2,
.careerDescription h3,
.careerDescription h4,
.careerDescription h5,
.careerDescription h6 {

	font-weight: 600;
	color: #6D6D6D;
}

.careerDescription p {
	font-size: 18px;
	color: #6D6D6D;
	margin-bottom: 5px;
}

.careerDescription ul li,
.careerDescription ol li {
	font-size: 18px;
	color: #6D6D6D;
}

#apply_resume-error {
	position: absolute;
	bottom: -20px;
}

.webpageContent h1 {
	font-size: 36px;
}

.webpageContent h2 {

	font-weight: 600;
	font-size: 40px;
	color: #35a937;
}

.webpageContent h3 {
	font-family: Futura-Heavy-BT;
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
}

.webpageContent p {
	font-size: 18px;
	margin-bottom: 10px;
	color: #6D6D6D;
}

.webpageContent p a {
	font-size: 18px;
	margin-bottom: 10px;
	color: #35a937;
	font-family: 'Roboto';
}

.webpageContent li {
	font-size: 18px;
	color: #6D6D6D;
}

.goog-te-gadget {
	display: grid;
}

.goog-te-gadget div {
	float: left;
}

.goog-logo-link {
	display: none !important;
}

#google_translate_element {
	position: relative;
}

.goog-te-gadget {
	color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
	display: none;
	margin: 0 !important;
	margin-top: 8px !important;
	color: #6D6D6D !important;
	min-height: 30px;
	line-height: 30px;
	border-radius: 0;
	font-size: 16px;
	position: absolute;
	right: 60px;
}

.breadcrumSection {
	padding-top: 10px;
	padding-bottom: 10px;
	/*position: absolute;*/
	top: 5px;
	right: 0;
	left: 0;
}

.breadcrumSection .breadcrumb {
	margin-bottom: 0;
	justify-content: center;
	color: #fff;
}

.breadcrumb-item.active {
	color: #fff !important;
}

.breadcrumSection .breadcrumb-item a {
	color: #35a937;
}

.breadcrumSection .breadcrumb-item+.breadcrumb-item::before {
	height: 100%;
	vertical-align: middle;
	display: grid;
	justify-items: center;
	align-items: center;
	content: "\f105";
	font-family: 'FontAwesome';
	color: #fff;
}

.toast {
	background-color: #ffffff;
}

.toast-success {
	background-color: #35a937;
}

.toast-error {
	background-color: #f8d7da;
}

#careerForm {
	padding-top: 0px;
	padding-bottom: 30px;
}

#careerFormSection {
	background-color: #35a937;
	padding-top: 50px;
	padding-bottom: 50px;
}

#careerFormSection .careerDetail h4 {
	font-family: Futura-Heavy-BT;
	font-size: 24px;
	color: #ffffff;
}

#careerFormSection .careerDetail h5 {
	font-family: Futura-Heavy-BT;
	font-size: 20px;
	color: #ffffff;
}

#careerFormSection .careerDetail p {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 0;
}

#careerFormSection .careerDetail p a {
	font-size: 18px;
	color: #ffffff;
}

#careerFormSection .formCareerDiv {
	background-color: #fff;
	padding: 50px;
	margin-top: -160px;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

#clientSection {
	padding-top: 0px;
	padding-bottom: 50px;
}

#clientSection .home_client_slider .item .clientBox {
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.sitemapSection .card {
	border: none;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border-radius: 8px;
	margin-bottom: 20px;
}

.sitemapSection .card .card-title {

	font-weight: 600;
	font-size: 18px;
	color: #35a937;
}

.sitemapSection .card .card-body {
	padding: 20px;
}

.sitemapSection .card .card-body ul {
	padding-left: 20px;
	margin-bottom: 0;
}

.sitemapSection .card .card-body ul li a {

	font-size: 16px;
	color: #6D6D6D;
}

.sitemapSection .card .card-body ul li a:hover,
.sitemapSection .card .card-body ul li a:focus {
	color: #35a937;
}

.sitemapSection .card .card-body ul li::marker {
	color: #6D6D6D;
}

.sitemapSection .card.productSitemap .card-body ul ul ul {
	margin-bottom: 10px;
}

.sitemapSection .card.productSitemap .card-body ul ul {
	margin-bottom: 20px;
}

.sitemapSection .card.productSitemap .card-body ul {
	margin-bottom: 30px;
}

.webpageContent .accordion .accordion-button {
	font-family: Futura-Heavy-BT;
	font-size: 18px;
	color: #333333;
	position: relative;
}

.accordion-button:not(.collapsed) {
	color: #fff !important;
	background-color: #35a937;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.webpageContent .accordion .accordion-button::after {
	content: "\f067";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	background-image: none;
	position: absolute;
	right: 15px;

}

.webpageContent .accordion .accordion-button:not(.collapsed)::after {
	content: "\f068";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	background-image: none;
	position: absolute;
	right: 15px;
}

.webpageContent .accordion .accordion-item:not(:first-of-type) {
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.webpageContent .accordion .accordion-item {
	margin-bottom: 15px;
	border-radius: 0;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-collapse {
	border-radius: 0;
}

.webpageContent .accordion .accordion-item .accordion-collapse .accordion-body ul {
	list-style-type: decimal;
}

#videoss img {
	position: relative;
	border-radius: 20px;
}

#videoss .play-btns {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 50px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	cursor: pointer;
}

.blogDescription a {
	font-weight: 600;
	color: #3fab3c !important;
}

.titleSection img {
	border-radius: 20px;
}

#footerSection .bottomFooter .menusection ul.list-unstyled li a {
	font-size: 18px;
	color: #73b52d;
}

.background-div {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#footerSection .bottomFooter .menusection ul.list-unstyled li a {
	font-size: 18px;
	color: #73b52d;
}

.footer-quickLinks h4 {
	color: var(--green1);
	font-weight: 700;
	font-size: 1.25rem;
	margin-bottom: 15px;
}

.footer-quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-quickLinks ul li {
	line-height: 2;
}

.footer-quickLinks ul li a {
	color: #fff;
}

.footer-quickLinks ul li i {
	color: var(--green1);
	margin-right: 5px;
}

.contactInfo-single {
	display: flex;
	margin-bottom: 20px;
	align-items: flex-start;
}

.contactInfo-single:last-child {
	margin-bottom: 0;
}

.contactInfo-single .iconbox {
	margin-right: 10px;
	background-color: var(--green1);
	color: black;
	font-size: 25;
	height: 35px;
	min-width: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contactInfo-single p {
	margin: 0;
	color: #fff;
	font-size: 1rem;
}

.contactInfo-single p+p {
	margin-top: 8px;
}

.contactInfo-single p strong {
	color: var(--green1);
	font-weight: 600;
}

.contactInfo-single a {
	color: #fff;
	font-size: 1rem;
}

.footer-intro {
	padding-right: 30px;
}

.copyrightSection p {
	color: var(--green1);
}

.copyrightSection a {
	color: #fff;
	padding: 0 5px;
}

.dl-card {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: #fff;
	border-radius: 12px;
	padding: 40px 25px 25px;
	text-align: center;
	transition: 0.3s ease;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

button.dl-card:hover .dl-icon-circle {
	background-color: var(--grey);
}

/* ICON CIRCLE */
.dl-icon-circle {
	position: absolute;
	top: -38px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
	background: var(--green1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.dl-icon-circle img {
	width: 34px;
	filter: brightness(0) invert(1);
}

.dl-content {
	position: relative;
}

/* CONTENT */
.dl-content h4 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 800;
	color: #333333;
	transition: 0.3s;
	margin-top: 15px;
}

/* HIDE DESCRIPTION INITIALLY */
.dl-content p {
	font-size: 14px;
	color: var(--green1);
	margin-top: 8px;
	opacity: 0;
	transform: translateY(10px);
	transition: 0.3s ease;
}

/* HOVER EFFECT */
.dl-card:hover .dl-content p {
	opacity: 1;
	transform: translateY(0);
}

/* OPTIONAL: MOVE TITLE UP SLIGHTLY */
.dl-card:hover .dl-content h4 {
	transform: translateY(-3px);
}

div#downloadForm {
	top: 18%;
}

/* ========== NESTED DROPDOWN FOR PRODUCTS ========== */
#nvbars .nav-item.has-dropdown {
	position: static;
}

/* ========== MEGA MENU FOR PRODUCTS ========== */
.mega-menu {
	display: grid;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-50%) translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.4s;
	position: absolute;
	top: 100%;
	left: 50%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
	border: 1px solid #eef0ee;
	padding: 24px 28px;
	margin-top: 14px;
	z-index: 9999;
	width: max-content;
	max-width: 1000px;
	grid-template-columns: repeat(4, minmax(210px, 1fr));
	gap: 4px 0;
}

/* Unit Handling spans two columns, list itself in 2 columns */
.mega-menu-col-wide {
	grid-column: span 2;
}

.mega-list-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 22px;
}

/* hover bridge — fills gap between nav item and panel so it won't flicker */
.mega-menu::before {
	content: "";
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	height: 14px;
}

/* caret pointing up to Products (panel is centered, Products sits right of center) */
.mega-menu::after {
	content: "";
	position: absolute;
	top: -7px;
	left: 74%;
	width: 14px;
	height: 14px;
	background: #fff;
	border-left: 1px solid #eef0ee;
	border-top: 1px solid #eef0ee;
	transform: translateX(-50%) rotate(45deg);
}

.nav-item.has-dropdown:hover>.mega-menu {
	visibility: visible;
	opacity: 1;
	transform: translateX(-50%) translateY(0);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
}

.mega-menu-col {
	min-width: 0;
}

.mega-menu-col+.mega-menu-col {
	border-left: 1px solid #f0f0f0;
	padding-left: 28px;
}

.mega-menu-title {
	font-size: 16px;
	font-weight: 700;
	color: #35a937;
	margin: 0 0 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	letter-spacing: .3px;
}

.mega-menu-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mega-menu-col ul li a {
	display: block;
	padding: 7px 4px;
	font-size: 15px;
	color: #333 !important;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.mega-menu-col ul li a:hover {
	background: #f5f5f5;
	color: #35a937 !important;
	padding-left: 10px;
}

/* ========== MOBILE SUB MENU (OFFCANVAS) ========== */
.mobile-parent-toggle {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.mobile-toggle-icon {
	font-size: 10px;
	transition: transform 0.3s;
	margin-left: 8px;
	color: #fff;
}

.mobile-parent-toggle[aria-expanded="true"] .mobile-toggle-icon {
	transform: rotate(180deg);
}

.mobile-sub-menu {
	list-style: none;
	padding: 8px 0 5px 12px;
	margin: 0;
	border-left: 2px solid rgba(52, 169, 55, 0.4);
}

.mobile-sub-menu>li {
	margin-bottom: 2px;
}

.mobile-sub-link {
	font-size: 15px;
	font-weight: 500;
	color: #ccc !important;
	text-decoration: none;
	display: block;
	padding: 6px 0;
	transition: color 0.2s;
}

.mobile-sub-link:hover {
	color: #34a937 !important;
}

.mobile-cat-title {
	font-size: 15px;
	font-weight: 600;
	color: #34a937 !important;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 0;
	cursor: pointer;
}

.mobile-cat-title::after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	transition: transform 0.3s;
	color: #34a937;
}

.mobile-cat-title[aria-expanded="true"]::after {
	transform: rotate(90deg);
}

.mobile-sub-menu .collapse ul,
.mobile-sub-menu .collapsing ul {
	list-style: none;
	padding: 4px 0 4px 14px;
	margin: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-sub-menu .collapse ul li a,
.mobile-sub-menu .collapsing ul li a {
	font-size: 13px;
	color: #bbb !important;
	padding: 5px 0;
	display: block;
	text-decoration: none;
	transition: color 0.2s, padding-left 0.2s;
}

.mobile-sub-menu .collapse ul li a:hover,
.mobile-sub-menu .collapsing ul li a:hover {
	color: #34a937 !important;
	padding-left: 6px;
}

/* ========== MOBILE SLIDE DRAWER (PUSH NAV) ========== */
.menu-slider {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
	overflow: hidden;
}

.menu-panel--main {
	height: 100%;
	overflow-y: auto;
	transition: transform 0.32s ease;
	will-change: transform;
}

.menu-slider.is-sub .menu-panel--main {
	transform: translateX(-100%);
}

.menu-panel--sub {
	position: absolute;
	inset: 0;
	background-color: #444444;
	overflow-y: auto;
	transform: translateX(100%);
	transition: transform 0.32s ease;
	will-change: transform;
	visibility: hidden;
}

.menu-panel--sub.is-active {
	transform: translateX(0);
	visibility: visible;
}

.drawer-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 4px 0 12px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.drawer-back {
	background: none;
	border: none;
	color: #34a937;
	font-size: 15px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 4px 0;
	cursor: pointer;
}

.drawer-back i {
	font-size: 12px;
}

.drawer-title {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.drawer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.drawer-list li {
	margin-bottom: 2px;
}

.drawer-list li a {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #fff !important;
	text-decoration: none;
	padding: 10px 4px;
	border-radius: 4px;
	transition: color 0.2s, padding-left 0.2s, background 0.2s;
}

.drawer-list li a:hover {
	color: #34a937 !important;
	padding-left: 10px;
	background: rgba(52, 169, 55, 0.08);
}

.drawer-list li a.has-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	color: #34a937 !important;
	cursor: pointer;
}

.drawer-list li a.has-child::after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 13px;
	color: #34a937;
}

/* Products & Solutions parent arrow points right (drawer trigger) */
.mobile-parent-toggle .mobile-toggle-icon {
	font-size: 12px;
}

/* ========== PRODUCT GRID TABS ========== */
.product-tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}

.product-tabs .tab-btn {
	background: #f5f5f5;
	border: 2px solid transparent;
	padding: 10px 24px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 600;
	color: #555;
	cursor: pointer;
	transition: all 0.3s ease;
}

.product-tabs .tab-btn:hover {
	border-color: #35a937;
	color: #35a937;
}

.product-tabs .tab-btn.active {
	background: #35a937;
	color: #fff;
	border-color: #35a937;
}

.product-tab-content {
	display: none;
}

.product-tab-content.active {
	display: flex;
	flex-wrap: wrap;
}

.location p {
	background: #f7f7f7;
	padding: 5px 13px;
	margin-bottom: 0 !important;
}

.location {
	display: flex;
	background: #f7f7f7;
	justify-content: space-between;
	align-items: center;
}

.card .card-body p.card-text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#new-exhibition .card {
	margin-bottom: 25px;
}

/* === Heading hierarchy normalization compat ===
   Headings collapsed for SEO (1×h1, max 2×h2, rest h3/h4): former h5/h6 -> h4,
   extra h2 -> h3. These rules pin the prior bootstrap tag sizes so the visual
   design is unchanged after the tag swap. */
.recentPostsDev .rightSide h4 {
	font-size: 1rem;
}

/* news-events cards: were h5 */
.tab-content .card-title {
	font-size: 1.25rem;
}

/* news/blog cards: were h5 */
.webpageContent h4 {
	font-size: 1.25rem;
}

/* industry pages: were h5 */
.blogDetail .blogDescription h4 {
	font-size: 1.25rem;
}

/* article sub-subheads: were h5/h6 */
.blogDetail .blogDescription h4.bd-h4-keep {
	font-size: 1.5rem;
}

/* genuine h4 kept large */