.image-video-carousel .swiper-button-prev, .image-video-carousel .swiper-button-next {
	width: 40px;
	height: 40px;
	background-color: #000000;
	border-radius: 50%;
}
.image-video-carousel .swiper-button-next:after, .image-video-carousel .swiper-button-prev:after {
	color: #FFFFFF !important;
	font-size: 16px !important;
	font-weight: 900;
}
.image-video-carousel .swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: #000000 !important;
}
.image-video-carousel .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000000;
	opacity: .2;
}
.image-video-carousel .swiper-pointer-events{
	overflow: visible;
}
.image-video-carousel .swiper-pagination-bullets.swiper-pagination-horizontal{
	margin-bottom: -50px;
}


.comments-area a, .page-content a {
	text-decoration: none !important;
}
.main-home-slider .swiper-slide figure {
	line-height: 0px !important;
}
.brand-slider .swiper-slide figure {
	line-height: 0px !important;
}
.brand-slider .elementor-swiper-button {
	background-color: #000;
	display: flex;
	height: 40px;
	width: 40px;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 50px;
}
.brand-logos-slider figure {
	text-align: center;
}
.image-box-link .elementor-image-box-description a {
	color: #000;
}
.image-box-link .elementor-image-box-description a:hover {
	color: #000;
}
/* Start Inquiry Form CSS */
.main-inquiry-form .main-flex-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 25px;
}
.main-inquiry-form .main-flex-row .form-field-row {
	flex: 1;
}
.main-inquiry-form .form-field-row input,
.main-inquiry-form .form-field-row textarea,
.main-inquiry-form .form-field-row select {
	outline: none !important;
}
.main-inquiry-form .form-field-row.submit-btn-row {
	margin-bottom: 0px;
}
.main-inquiry-form .form-field-row {
	margin-bottom: 30px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #d90000;
	color: #d90000;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0px 0px;
	padding: 5px;
	border: 1px solid #00a0d2;
	color: #000000;
}
.wpcf7-not-valid-tip {
	margin: 10px 0px 0px;
}
/* End Inquiry Form CSS */

/* Start Brand image link widget CSS */
.cycene-slider.swiper {
	padding-bottom: 40px;
}
.cycene-slider.swiper .swiper-wrapper {
	display: flex;
	align-items: center;
}
.cycene-slide-item {
	position: relative;
	overflow: hidden;
}
.cycene-slide-img {
	width: fit-content;
	margin: 0 auto;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
.cycene-slide-img {
	width: fit-content;
	/*     max-height: 100px; */
	height: 100% !important;
	object-fit: contain;
	display: block;
	transition: transform 0.3s ease;
}
.cycene-product-pagination {
	line-height: 0px;
}
/* .cycene-image-link:hover .cycene-slide-img {
transform: scale(1.05);
} */
/* End Brand image link widget CSS */

/* Style for Scroll to Top button */
/* Hide full button until scroll */
#scrollTopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	transition: opacity 0.3s ease-in-out;
}

/* Style icon wrapper */
#scrollTopBtn .elementor-icon-wrapper {
	background: linear-gradient(97deg, #000 3%, #000 87%);
	border-radius: 0%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.tmg-tb-scroll-show {
	animation: fadeUp 0.4s ease forwards;
}

.tmg-tb-scroll-hide {
	animation: fadeDown 0.3s ease forwards;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeDown {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(30px);
	}
}

@media only screen and (max-width:1024px) {
	#scrollTopBtn .elementor-icon-wrapper {
		width: 50px;
		height: 50px;
	}
	.brand-slider .elementor-swiper-button {
		height: 30px;
		width: 30px;
	}
}

@media only screen and (max-width:767px) {
	.main-inquiry-form .main-flex-row {
		display: flex;
		flex-wrap: wrap;
		row-gap: 0px;
	}
	.main-inquiry-form .main-flex-row .form-field-row {
		flex: unset;
		width: 100% !important;
	}
	#scrollTopBtn .elementor-icon-wrapper {
		width: 40px;
		height: 40px;
	}
}