a {
	outline: none !important;
}
/*footer a {
	color: #B2B2B2 !important;
}*/
.read-more a {
	font-family: "Poppins" !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #F79E23 !important;
	margin-bottom:5px !important;
	border-bottom: solid #F79E23 2px !important;
	transition: 0.5s ease-in-out;
}
.read-more a:hover {
	color: #454545 !important;
	border-bottom: solid #454545 2px !important;
}
.elementor-kit-5 .elementor-field-textual {
	padding: 14px 30px 14px 30px !important;
}
.elementor-kit-5 .elementor-slide-button {
	padding: 20px 70px 20px 70px !important;
}
.featured-products .woocommerce-loop-product__title {
	max-width: 250px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	min-height: 111px !important;
}
.featured-products .button {
	padding: 20px 50px !important;
	font-family: 'Poppins' !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	color: #ffffff !important;
	background: none !important;
	border: solid #ffffff 3px !important;
	border-radius: 0px !important;
	transition: 0.5s ease-in-out;
}
.featured-products .button:hover {
	color: #454545 !important;
	background: #ffffff !important;
}
.main-shop-page .featured-products .button {
	color: #454545 !important;
	background: none !important;
	border: solid #454545 3px !important;
}
.main-shop-page .featured-products .button:hover {
	color: #FFFFFF !important;
	background: #F79E23 !important;
	border-color: #F79E23 !important;
}
.banner-overlay .swiper-slide-contents.animated.fadeInUp .elementor-slide-description {
    width: 75%;
    margin: 0 auto;
}
.fr-sh {
	margin-bottom: 2px !important;
}
.elementor-widget-heading {
    margin-bottom: 0 !important;
}
.elementor-flip-box {
    width: 180px;
    height: 180px !important;
    margin: 0 auto;
}
.bg-img {
	padding-right: 40px !important;
}
.bottom-banner .elementor-slide-heading h3 {
	color: #fff;
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
}

.bottom-banner .swiper-slide-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.swiper-slide-inner {
	padding-bottom: 0px !important;
}

button[type="submit"] {
	cursor: pointer;
}

/* July 2024 update */

.industry-home .home-agriculture,
.industry-home .home-forestry,
.industry-home .home-shellfish,
.industry-home .home-construction {
	background-size:contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	height:200px;
	max-width: 235px;
	display: block;
	margin: auto;
	transition: background-image 0.5s;
}

.industry-home .ae-link-yes:hover .elementor-widget-html .home-agriculture {
    background-image: url(/wp-content/uploads/2024/02/agriculture.png) !important;
}

.industry-home .ae-link-yes .elementor-widget-html .home-agriculture {
    background-image: url(/wp-content/uploads/2024/02/green-agriculture.png) !important;
}

.industry-home .ae-link-yes .elementor-widget-html .home-forestry {
    background-image: url(/wp-content/uploads/2024/02/deforestation.png) !important;
}

.industry-home .ae-link-yes:hover .elementor-widget-html .home-forestry {
    background-image: url(/wp-content/uploads/2024/02/deforestation-green.png) !important;
}

.industry-home .ae-link-yes .elementor-widget-html .home-shellfish {
    background-image: url(/wp-content/uploads/2024/02/lobster.png) !important;
}

.industry-home .ae-link-yes:hover .elementor-widget-html .home-shellfish {
    background-image: url(/wp-content/uploads/2024/02/lobster-green.png) !important;
}

.industry-home .ae-link-yes .elementor-widget-html .home-construction {
    background-image: url(/wp-content/uploads/2024/02/construction.png) !important;
}

.industry-home .ae-link-yes:hover .elementor-widget-html .home-construction {
    background-image: url(/wp-content/uploads/2024/02/green-construction.png) !important;
}

/* ---------------- */


@media screen and (max-width: 1386px) {
	.banner-overlay .swiper-slide-contents.animated.fadeInUp {
	    width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.bottom-banner .elementor-slide-description br {
	    display: none;
	}
}
@media screen and (max-width: 767px) {
	.banner-overlay .swiper-slide-contents.animated.fadeInUp .elementor-slide-description {
	    width: 100%;
	}
	.bottom-banner .elementor-slide-heading br {
		display: none;
	}
	.bottom-banner .elementor-slide-heading h3 {
		font-size: 25px;
	}
	.bottom-banner .swiper-slide-inner {
		padding: 20px !important;
	}
	.bg-img {
		padding-right: 0 !important;
		height: 400px;
	}
}