/*===========================================================
 Custom Variable
============================================================*/
:root {
	/* Hamber menu icon style */
	--hamWidth: 40px;
	--hamHeight: 4px;
	--hamMargin: 6px;
	/* summation of --hamMargin adn --hamHeight */
	--hamTranslate: 10px;
	/* summation of --hamMargin adn --hamHeight */
	--hamTranslate3: -10px;
	--hamBg: red;
	/* --preloaderBg:  green; */

	--darkgreen: #698f36;
	--lightgreen: #D5DBA9;
}

/*===========================================================
 Common CSS
============================================================*/

body {
	font-size: 17px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	color: #000;
	background: #fff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;

	overflow-x: hidden !important;
}

ul {
	padding: 0;
	margin: 0;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover {
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none !important;
}

*:active,
*:focus {
	outline: none;
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

img.lazy {
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 50px auto;
	height: auto;
}

strong {
	font-weight: 700;
}

u {
	border-bottom: 1px solid #fff;
	line-height: 1;
	text-decoration: unset;
}

.cboth {
	overflow: hidden;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

button {
	background-color: transparent;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

button:active,
button:focus {
	outline: 0;
	outline: 0;
}

#npreOverlay {
	background: var(--preloaderBg);
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
	color: #6c6c6c;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.39px;
}

:-moz-placeholder {
	color: #6c6c6c;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.39px;
}

::-moz-placeholder {
	color: #6c6c6c;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.39px;
}

:-ms-input-placeholder {
	color: #6c6c6c;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.39px;
}

/*===========================================================
Preloader CSS
============================================================*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 99999999;
}

#preloader-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loading-msg {
    width: 100%;
    font-size: 0.75em;
    color: #555;
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #698f36;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: spin 1s infinite ease;
    animation: spin 1s infinite ease;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#loading-msg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    text-align: center;
    color: #333;
    font-size: 0.8em;
}

/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
	bottom: 15px;
	display: none;
	position: fixed;
	right: 15px;
	z-index: 999;
}

.go-top img {
	width: 35px;
}

.go-top span {
	/*background-color: #4285F4;*/
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	float: right;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding: 5px 10px;
}

.go-top span:hover {
	color: #fff;
}

/*===========================================================
 Navigation Menu Desktop
============================================================*/
.header-area {
	padding: 15px 0;
	background-color: #fff;
	position: relative;
	z-index: 12;
}

.header-area .logo {
	position: relative;
}

.header-area .logo:before {
	-content: '';
	position: absolute;
	left: -18px;
	top: -20px;
	width: 100px;
	height: 100px;
	background: #f1f1f1;
	z-index: -1;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
}

.header {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.menu ul li {
	list-style: none;
	display: inline-block;

	position: relative;
}

#menu.menu ul li {
	display: block;
}

.menu ul li a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	padding-left: 28px;
}

.menu ul li a.active {
	color: #698f36;
}

.menu ul li a:hover {
	color: #698f36;
}

.topmenu.menu ul li a {
	font-weight: normal;
}

.hauptmenu ul li a {
	font-size: 20px;
}

#menu.menu ul li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

/*==========================================Banner ===========================*/

.banner-img {
	display: flex;
	justify-content: space-between;
}

.banner-area {
	/* background-image: url(../img/banner-right.jpg);

    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
	position: relative;
}

.bd {
	border: solid 85px rgba(255, 255, 255, 0.7);
	position: absolute;
	width: 100%;
	height: 100%;
}

.img-right img,
.img-left img {
	width: 100%;
}

.img-right,
.img-left {
	width: 50%;
}

.banner-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 26px 45px 50px 34px;
	background-color: rgba(0, 0, 0, 0.4);
}

.banner-text h2 {
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 120px;
	font-weight: bold;
	line-height: 1.17;
	color: #fff;
}

.banner-text p {
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 55px;
	font-weight: bold;
	line-height: 1.45;
	color: #fff;
}

.banner-inner-text {
	position: relative;
	padding-left: 25px;
	margin-left: 20px;
}

.banner-inner-text:before {
	position: absolute;
	content: "";
	background-color: #000;
	width: 8px;
	height: 100%;
	left: 0;
	top: 0;
}

.customers-area {
	padding-bottom: 110px;
}

.mr-100 {
	padding: 100px 0;
}

.form-anything-2 {
	position: relative;
	top: 40px;
}

.form-anything {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background-color: #b4c79b;
	text-align: center;
	padding: 30px 0;
}

.form-anything h2 {
	font-size: 72px;
	font-weight: 500;
	line-height: 1;
	color: #000;
}

.customer-title {
}

.customer-title h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 0.89;
	color: #000;
	text-align: center;
	margin-bottom: 100px;
}

.customers-inner {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.single-customer {
	width: 33.33%;

	text-align: center;
	padding-bottom: 35px;
	padding-top: 35px;
	border-bottom: 1px solid rgba(198, 198, 198, 0.5);
}

.single-customer:nth-last-child(-n+3) {
	border-bottom: 0;
}

.customer-logo {
	height: 114px;
}

.single-customer:nth-child(2),
.single-customer:nth-child(5),
.single-customer:nth-child(8) {
	border-left: 1px solid rgba(198, 198, 198, 0.5);
	border-right: 1px solid rgba(198, 198, 198, 0.5);
}

.customer-text p {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin-top: 20px;
}

.background-2 {
	background-color: #ecf1ee;
}

.form-anything h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 0.89;
	color: #000;
}

.footer-area {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 25px;
	box-shadow: 0px -1px 7px 0px #ededed;
}

.footer-menu {
	padding-left: 80px;
}

.footer-menu h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	color: #698f36;
	margin-bottom: 6px;
}

.footer-menu a {
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	color: #9ea0a2;
	display: block;
	text-decoration: none;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
}

.footer-left {
	display: flex;
}

.footer-left .footer-logo img {
	width: 250px;
}

.footer-right {
	width: 30%;
}

.contact-text {
	margin-top: 12px;
}

.contact-text h4,
.footer-inner h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	color: #698f36;
	margin-bottom: 6px;
}

.contact-text p,
.contact-text address,
.contact-text a {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: #9ea0a2;
	display: block;
	text-decoration: none;
}

.contact-text p {
	margin-bottom: 10px;
}

.footer-btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 35px;
}

.footer-btm p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	color: #9ea0a2;
}

.footer-btm-menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	color: #9ea0a2;
}

.accordion-area {
	padding-top: 110px;
	position: relative;
}

.accordion-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 370px;
	top: 0;
	left: 0;
	background: rgba(211, 211, 211, 0);
	z-index: -1;
}

.accordion-item {
	background: transparent;
}

.accordion {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
}

.accordion-button:focus,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: unset;
}

.accordion-button,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
	font-size: 36px;
	font-weight: 500;
	line-height: 0.89;
	color: #000 !important;
	padding: 0;
	padding: 45px 0;
	background: transparent;
}

.accordion-button:not(.collapsed),
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #698f36 !important;
	background-color: transparent;
	box-shadow: unset;
	border: 0 !important;
}

.accordion-item {
	border: 0;
}

.accordion-body {
	display: flex;
	padding: 0;
}

.accordion-body p,
.vc_tta-shape-rounded .vc_tta-panel .vc_tta-panel-body .wpb_text_column p {
	font-weight: normal;
	color: #383838;
}

.accordion-button,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
}

.accordion-button::after {
	background-image: url(../img/arrow-down.svg);
	width: 30px;
	height: 25px;
	background-size: 100%;
	transition: 0.6s;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../img/arrow-down.svg);
	width: 30px;
	height: 25px;
	background-size: 100%;
}

#accordion-2 {
	padding-bottom: 150px;
}

#accordion-2 .accordion-button {
	font-size: 28px;
}

.accordion-body ul {
	padding-left: 25px;
}

.accordion-body ul li {
	list-style: none;
	font-size: 24px;
	font-weight: normal;
	color: #383838;
	position: relative;
	padding-left: 15px;
}

.accordion-body ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	background: #000;
}

/*===========================================================
 Modal
===========================================================*/
#fade {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#modal-light {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	max-width: 840px;
	max-height: 474px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 0;
	z-index: 1002;
	overflow: visible;
}

#boxclose {
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 3px;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 0;
	position: absolute;
	right: -8px;
	top: -29px;
	z-index: 1002;
	opacity: 0.9;
}

.boxclose:before {
	content: "";
	background-image: url(../img/cross.svg);
	width: 30px;
	height: 30px;
	position: absolute;
	background-repeat: no-repeat;
}

#fade:hover ~ #boxclose {
	display: none;
}

.modal-header .btn-close {
	padding: 0;
	margin: 0;
}

.btn-close:focus {
	outline: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	opacity: 1;
}

.video-inner {
	position: relative;
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	margin-top: 145px;
}

.video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-area {
	position: relative;
	background-color: #ecf1ee;
}

.video-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 441px;
	background-color: rgba(105, 143, 54, 0.5);
	top: 0;
	left: 0;
}

.pyrolyse {
	position: relative;
	top: 50px;
	z-index: 1;
	margin-top: 50px;
}

.pyrolyse-text {
}

.pyrolyse-text h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 0.89;
	color: #000;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background-color: #ecf1ee;
	padding: 45px 0;
	text-align: center;
}

/*===========================================================
 Navigation Menu slideout
============================================================*/
main .mobileMenuOpener {
	display: none;
}

.panel-header,
.mobile-logo {
	display: none;
	padding: 10px 15px;
}

.panel-header {
	justify-content: space-between;
	align-items: center;

	background: #fff;
	box-shadow: 0px 1px 3px #eee;

	position: fixed;
	top: 0;
	z-index: 10;

	width: 100%;
}

body.admin-bar .panel-header {
	top: 46px;
}

.panel-header .quick-links ul {
	list-style: none;
	display: flex;
	gap: 30px;
}

.panel-header .quick-links ul a {
	text-decoration: none !important;
	color: #698f36;
}

.panel-header .quick-links ul a span {
	display: none;
}

.panel-header .quick-links ul a i {
	display: block;
	font-size: 30px;
}

.panel-header .quick-links ul a i.fa-phone {
	font-size: 27px;
}

.panel-header + * {
	margin-top: 58px;
}

.mobile-logo {
	text-align: right;
}

.slideout-menu {
	display: none;

	position: fixed;
	width: 100%;
	z-index: 10;

	background-color: #D5DBA9;
	box-shadow: 0px 2px 5px #ededed;
}

.slideout-menu * {
	color: #000 !important;
}

.btn-hamburger {
	cursor: pointer;
}

.menu-section-list {
	padding: 25px 10px;
}

.menu-section-list li a:hover {
	color: #bdc3c7;
}

.menu-section-list li a {
	line-height: 2;
	color: #fff;
}

.menu-section-list li {
	display: block;
}

.btn-hamburger img {
	width: 27px;
}

/*Hamburger Menu Icon*/
.hamburger .line {
	width: 40px;
	height: 5px;
	background-color: #34495e;
	display: block;
	margin: 8px auto;
	transition: all 0.3s ease-in-out;
}

.hamburger:hover {
	cursor: pointer;
}

.hamburger:hover .line {
	opacity: 0.8;
}

.slideout-open .line:nth-child(2) {
	opacity: 0;
}

.slideout-open .line:nth-child(1) {
	transform: translateY(13px) rotate(45deg);
}

.slideout-open .line:nth-child(3) {
	transform: translateY(-13px) rotate(-45deg);
}

/*===========================================================
 Hamberger
===========================================================*/

.hamburger .line {
	width: var(--hamWidth);
	height: var(--hamHeight);
	background-color: #698f36;
	display: block;
	margin: var(--hamMargin) auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger:hover {
	cursor: pointer;
}

/* ONE */

.slideout-open .line:nth-child(2) {
	opacity: 0;
}

.slideout-open .line:nth-child(1) {
	-webkit-transform: translateY(var(--hamTranslate)) rotate(45deg);
	-ms-transform: translateY(var(--hamTranslate)) rotate(45deg);
	-o-transform: translateY(var(--hamTranslate)) rotate(45deg);
	transform: translateY(var(--hamTranslate)) rotate(45deg);
}

.slideout-open .line:nth-child(3) {
	-webkit-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
	-ms-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
	-o-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
	transform: translateY(var(--hamTranslate3)) rotate(-45deg);
}

.menu ul li .dropdown-menu li {
	display: block;
}

.menu ul li .dropdown-menu li a {
	padding: 5px 15px;
	line-height: 1.2;
	display: block;
}

.dropdown-menu {
	margin: 0;
	border: 0;
	border-radius: 0;
}

.dropdown a {
	position: relative;
}

.dropdown > a:hover::after {
	color: #d25419;
}

.dropdown > a::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: middle;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

/*===========================================================
 Header
===========================================================*/
.logo {
	max-width: 300px;
}

.logo img {
	width: 100%;
	width: 300px;
}

/*===========================================================

===========================================================*/

/*===========================================================
 Responsive Menu
===========================================================*/
@media (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}

	#menu {
		top: 130px;
		right: 50px;
		width: 250px;


	}
}

@media (max-width: 991px) {
	.header-area {
		display: none;
	}

	.dropdown-menu {
		padding-top: 0;
	}

	.menu ul li .dropdown-menu li {
		padding-left: 10px;
	}

	.menu ul li .dropdown-menu li a {
		padding-left: 0;
		padding-right: 0;
	}

	.dropdown-menu {
		width: 100%;
		background-color: transparent;
		background-clip: padding-box;
		border: none;
		position: unset;
		top: unset;
	}

	main .mobileMenuOpener {
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		z-index: 10;
	}

	.menu ul li {
		display: block;
	}

	.menu ul li a {
		color: #fff;
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		line-height: 2;
	}

	.menu ul li.specialPoint a {
		background-color: #fff;
		color: #698f36;
	}

	.menu ul li .dropdown-menu li a {
		line-height: 2;
	}

	.dropdown > a::after {
		right: 10px;
		position: absolute;
		top: 50%;
		margin-top: -1px;
	}

	/*Menu Activation*/
	.panel-header {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.mobile-logo {
		display: block;
	}
}

/*===========================================================
 Responsive
============================================================*/

@media (max-width: 1499px) {
	.banner-text h2 {
		font-size: 90px;
	}

	.banner-text p {
		font-size: 45px;
	}

	.banner-text {
		margin-left: 100px;
	}
	.go-top {
		bottom: 55px;
	}
}

@media (max-width: 1399px) {
	.banner-text h2 {
		font-size: 70px;
	}

	.banner-text p {
		font-size: 40px;
	}

	.banner-text {
		margin-left: 59px;
	}

	.bd {
		border: solid 65px rgba(255, 255, 255, 0.7);
	}

	.accordion-area {
		padding-top: 80px;
	}
}

@media (max-width: 1199px) {
	.customers-area {
		padding-bottom: 80px;
	}
	#accordion-2 {
		padding-bottom: 120px;
	}
	.bd {
		border: solid 45px rgba(255, 255, 255, 0.7);
	}

	.banner-text h2 {
		font-size: 60px;
	}

	.banner-text p {
		font-size: 35px;
	}

	.banner-text {
		margin-left: 17px;
	}

	.menu ul li a {
		padding-left: 10px;
	}

	.menu ul li a {
		font-size: 17px;
	}

	.accordion-area {
		padding-top: 60px;
	}

	.accordion-button,
	.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
		font-size: 30px;
	}

	.accordion-button,
	.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
		padding: 35px 0;
	}

	.pyrolyse-text h3 {
		font-size: 30px;
	}

	.video-btn img {
		width: 170px;
	}

	.form-anything h2 {
		font-size: 55px;
	}
}

@media (max-width: 991px) {
	.bd {
		border: solid 25px rgba(255, 255, 255, 0.7);
	}

	.banner-text h2 {
		font-size: 50px;
		margin-bottom: 5px;
	}

	.banner-text p {
		font-size: 30px;
	}

	.banner-text {
		padding: 20px 15px 20px 19px;
		margin-left: -10px;
	}

	.accordion-area {
		padding-top: 50px;
	}

	.accordion-body p {
		font-size: 21px;
		padding-right: 40px;
	}

	.footer-menu {
		padding-left: 30px;
	}

	.footer-btm {
		margin-top: 50px;
	}

	#accordion-2 {
		padding-bottom: 100px;
	}

	#accordion-2 .accordion-button {
		font-size: 25px;
	}

	.accordion-button,
	.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
		font-size: 28px;
	}

	.pyrolyse-text h3 {
		font-size: 22px;
	}

	.video-btn img {
		width: 130px;
	}

	.customer-text p {
		font-size: 20px;
		font-weight: normal;
		color: #383838;
		margin-top: 20px;
	}

	.customers-area {
		padding-bottom: 50px;
	}

	.form-anything h2 {
		font-size: 45px;
	}

	#modal-light video {
		width: 100% !important;
		max-width: 100% !important;
	}
	#modal-light {
		width: calc(100% - 30px) !important;
		max-width: calc(100% - 30px) !important;
	}
	#boxclose {
		right: calc(50% + 17px);
		top: -40px;
	}
}

@media (max-width: 767px) {
	#modal-light video {
		height: 520px;
		background: #000;
	}
	.accordion-button,
	.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
		padding: 25px 0;
	}

	.accordion-button,
	.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
		font-size: 22px;
	}

	.pyrolyse {
		margin-top: 30px;
	}

	.pyrolyse-text h3 {
		font-size: 22px;
		line-height: 1.3;
		padding: 25px 10px;
	}

	.video-area:before {
		height: 270px;
	}

	.video-inner {
		margin-top: 100px;
	}

	.video-btn img {
		width: 100px;
	}

	.form-anything h2 {
		font-size: 37px;
	}

	.mr-100 {
		padding: 70px 0;
	}

	.single-customer {
		width: 50%;
	}

	.single-customer {
		border: 0 !important;
		border-bottom: 1px solid rgba(198, 198, 198, 0.5) !important;
	}

	.single-customer:nth-child(odd) {
		border-right: 1px solid rgba(198, 198, 198, 0.5) !important;
	}

	.single-customer:nth-last-child(-n+1) {
		border-bottom: 0 !important;
	}

	#accordion-2 .accordion-button {
		font-size: 22px;
	}

	.accordion-body ul li {
		font-size: 19px;
	}

	.accordion-body ul {
		padding-left: 10px;
	}

	.customers-area {
		padding-bottom: 20px;
	}

	#accordion-2 {
		padding-bottom: 70px;
	}

	.footer-menu {
		padding-left: 9px;
	}

	.bd {
		border: solid 5px #fff;
	}

	.banner-text {
		padding: 20px 15px 20px 19px;
		margin-left: -10px;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		left: 0;
		margin-left: 0;
	}
	#accordion-2 {
		margin-top: 40px;
	}
}

@media (max-width: 575px) {
	.banner-text h2 {
		font-size: 35px;
		margin-bottom: 5px;
	}
	.banner-text p {
		font-size: 20px;
	}
	.banner-inner-text:before {
		width: 5px;
	}
	.banner-inner-text {
		padding-left: 20px;
	}
	.accordion-area {
		padding-top: 30px;
	}
	.pyrolyse {
		margin-top: 10px;
	}
	.accordion-button,
	.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
		font-size: 22px;
		line-height: 1.4;
	}
	.accordion-body p {
		font-size: 18px;
		padding-right: 0;
	}
	.accordion-body {
		padding: 0;
		flex-direction: column;
	}
	.accordion-body p {
		font-size: 18px;
		padding-right: 0;
		margin-bottom: 15px;
	}
	.accordion-body img {
		max-width: 90px;
		margin: 0 auto;
	}
	.video-btn img {
		width: 70px;
	}
	.video-area:before {
		height: 210px;
	}
	.form-anything h2 {
		font-size: 30px;
		line-height: 1.3;
	}
	#accordion-2 {
		padding-bottom: 60px;
		margin-top: 40px;
	}
	.customer-title h2 {
		margin-bottom: 60px;
	}
	.single-customer {
		border: 0 !important;
	}
	.single-customer:nth-child(odd) {
		border-right: 0 !important;
	}
	.single-customer {
		width: 100%;
	}
	.form-anything h3 {
		font-size: 25px;
	}
	.accordion-body ul li {
		font-size: 18px;
	}
	.accordion-body ul {
		padding-left: 0;
	}
	.footer-btm,
	.footer-left,
	.footer-inner {
		flex-direction: column;
	}
	.footer-btm {
		margin-top: 30px;
	}
	.footer-btm p {
		margin-bottom: 10px;
	}
	.footer-menu {
		padding-left: 0;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.footer-right {
		width: 100%;
	}
	.go-top {
		bottom: 14px;
		right: 0;
	}
	.single-customer {
		padding: 25px 0;
	}
}
