/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.1
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
:root {
	--theme-color: #365f3c;
	--theme-color2: #94a997;
	--bs-black: #000000;
	--bs-white: #ffffff;
	--transition: all 0.5s;
	--font-awesome-free: "Font Awesome 6 Free";
	--font-awesome-brands: "Font Awesome 6 Brands";
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	background-color: #efefef;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #365f3c;
}

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

.et_pb_row {
	width: 90%;
}

body {
	overflow-y: auto;
	overflow-x: hidden;
	accent-color: var(--theme-color);
	word-break: break-word;
}

div#page-container {
	overflow-y: visible !important;
	overflow-x: visible !important;
}
.equal-img, .equal-img * {
	height: 100%;
	display: flex;
	object-fit: cover;
}
/* Main Title Css */
.main_title h3 {
	display: inline-block;
	font-size: 13px;
	padding: 12px 30px;
	border: 2px solid #eee9e3;
	margin-bottom: 6px;
	text-transform: uppercase;
	position: relative;
	font-family: inherit;
}
.main_title.white h3::before{
filter:brightness(0) invert(1);
}
.main_title h3::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 19px;
	height: 14px;
	background-image: url(/wp-content/uploads/2024/02/subtitle-before.png);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main_title h3 img{
    height:50px;
	object-fit: contain;
}
.grecaptcha-badge {
    z-index:10;
    
}
/* Main Title Css Close*/
/* list style */
ul.list-style {
	padding:0;
}
ul.list-style li{
	list-style:none;
	position:relative;
	padding-left:25px;
}
ul.list-style li:before{
	position:absolute;
	content:'';
	left:0;
	width:18px;
	height:18px;
	background-image:url(/wp-content/uploads/2025/09/circle-check-white.png);
	background-size:contain;
	background-repeat:no-repeat;
	top:3px;
}
/* list style close*/
/*  btn-design css  */
body #page-container .dd-fixed-header .et_pb_button_module_wrapper a,
body #page-container .et_pb_section .et_pb_button,
body #page-container .et_pb_button_wrapper a {
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	text-align: center;
	line-height: 1;
	padding: 16px 30px;
	min-width: 200px;
	border-radius: 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
	clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	box-sizing: border-box;
	font-size: 15px;
	background-image: linear-gradient(90deg, #365f3b 0%, #0d1a15 100%);
	color:var(--bs-white);
}
body #page-container .et_pb_button_wrapper .white-btn {
	background-color: var(--bs-white);
}
body #page-container .dd-fixed-header .et_pb_button_module_wrapper a::after,
body #page-container .et_pb_section .et_pb_button::after,
body #page-container .et_pb_button_wrapper a::after {
	content: "";
	position: absolute;
	background-color: white;
	z-index: -1;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	top: 5px;
	left: 40px;
	width: 16px;
	height: calc(100% - 10px);
	border-radius: 0;
	transition: -webkit-clip-path 0.2s ease;
	-webkit-transition: -webkit-clip-path 0.2s ease;
	transition: clip-path 0.2s ease;
	transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease !important;
	-webkit-clip-path: polygon(85% 0, 100% 0, 15% 50%, 100% 100%, 85% 100%, 0% 50%);
	clip-path: polygon(85% 0, 100% 0, 15% 50%, 100% 100%, 85% 100%, 0% 50%);
	opacity: 1 !important;
}

body #page-container .dd-fixed-header .et_pb_button_module_wrapper a::before,
body #page-container .et_pb_section .et_pb_button::before,
body #page-container .et_pb_button_wrapper a::before {
	content: "";
	position: absolute;
	background-color: white;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	top: 5px;
	left: 36px;
	width: 16px;
	height: calc(100% - 10px);
	border-radius: 0;
	transition: -webkit-clip-path 0.2s ease;
	-webkit-transition: -webkit-clip-path 0.2s ease;
	transition: clip-path 0.2s ease;
	transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
	-webkit-clip-path: polygon(85% 0, 100% 0, 15% 50%, 100% 100%, 85% 100%, 0% 50%);
	clip-path: polygon(85% 0, 100% 0, 15% 50%, 100% 100%, 85% 100%, 0% 50%);
	display: block;
	opacity: 1;
	z-index: 9;
}
body #page-container .et_pb_button_wrapper .white-btn:before,
body #page-container .et_pb_button_wrapper .white-btn:after {
	background-color: var(--theme-color);
}
body #page-container .dd-fixed-header .et_pb_button_module_wrapper a:hover,
body #page-container .et_pb_button_wrapper a:hover,
body #page-container .et_pb_section .et_pb_button:hover {
	background: #365f3c;
	-webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
	clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
	border-radius: 0px;
}

body #page-container .et_pb_button_wrapper .white-btn {
	background: var(--bs-white) !important;
	color:var(--theme-color);
}
body #page-container .dd-fixed-header .et_pb_button_module_wrapper a:hover::before,
body #page-container .dd-fixed-header .et_pb_button_module_wrapper a:hover::after,
body #page-container .et_pb_button_wrapper a:hover::before,
body #page-container .et_pb_button_wrapper a:hover::after,
body #page-container .et_pb_section .et_pb_button:hover:after,
body #page-container .et_pb_section .et_pb_button:hover::before {
	-webkit-clip-path: polygon(2px 60%, 2px calc(100% - 2px), 100% calc(100% - 0px), 100% 100%, 0 100%, 0 100%);
	clip-path: polygon(2px 60%, 2px calc(100% - 2px), 100% calc(100% - 0px), 100% 100%, 0 100%, 0 100%);
}

body #page-container .dd-fixed-header .et_pb_button_module_wrapper a::after,
body #page-container .et_pb_button_wrapper a:after,
body #page-container .et_pb_section .et_pb_button:after {
	right: 5px;
	left: auto;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*  btn-design css end  */
.lcoation_hdr h4 {
	padding-bottom: 0px;
}

.lcoation_hdr .et_pb_blurb_container {
	vertical-align: middle;
}

.row_set_top .et_pb_social_media_follow li a.icon {
	background-color: #ffffff26;
}
.dd-fixed-header.dd-fixed-header-styling {
	width: 100%;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation-name: fadeInDown;
}
.dd-fixed-header.dd-fixed-header-styling .et_pb_row {
	width: 100%;
	max-width: 100%;
	border-radius: 0px;
	padding-left: 80px !important;
	padding-right: 80px !important;
}
.dd-fixed-header.dd-fixed-header-styling .et_pb_module.et_pb_menu {
	margin: auto !important;
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
/*******  | HEADER CODE |  *******/
/* banner-sec css */
.serv_sec_row span.et_pb_image_wrap img {
	height: 268px;
	object-fit: cover;
}

.main_fotr_sec .widget_nav_menu {
	margin-bottom: 0px !important;
}

.main_banner_sec .et_pb_module .et_pb_slides {
	position: relative;
}

.main_banner_sec .et_pb_slide::before,
.main_banner_sec .et_pb_slide::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.main_banner_sec .et_pb_slide::before {
	background-image: url(/wp-content/uploads/2024/02/shape-15.png);
}

.main_banner_sec .et_pb_slide::after {
	background-image: url(/wp-content/uploads/2024/02/shape-14.png);
}

.main_banner_sec .et-pb-controllers a {
	width: 40px;
}

.main_banner_sec a.et-pb-active-control {
	background-color: var(--theme-color2);
}

.main_banner_sec .et_pb_slider .et-pb-arrow-prev {
	left: 0;
	border-radius: 0px 50px 50px 0px;
	border-left: 0;
}

.main_banner_sec .et_pb_slider .et-pb-arrow-prev:before {
	content: '8';
}

.main_banner_sec .et_pb_slider .et-pb-arrow-next:before {
	content: '9';
}

.main_banner_sec .et_pb_slider .et-pb-arrow-next {
	right: 0;
	border-radius: 50px 0px 0px 50px;
	border-right: 0;
}

.main_banner_sec .et_pb_slider:hover .et-pb-arrow-prev {
	left: 0;
}

.main_banner_sec .et_pb_slider:hover .et-pb-arrow-next {
	right: 0;
}

.main_banner_sec .et-pb-slider-arrows a {
	background-color: #94a99766;
	opacity: 1;
	padding: 10px;
}

.main_banner_sec h2.et_pb_slide_title span {
	color: var(--theme-color2);
}
.main_banner_sec .et_pb_slide_description h2.et_pb_slide_title {
	font-size: 80px !important;
}
.main_banner_sec .et_pb_slide_content {
	padding-bottom: 10px;
	max-width: 830px;
	margin: auto;
}
.main_banner_sec .et_pb_slide_description {
	position: absolute;
	margin: auto;
	left: 0;
	top: 55%;
	right: 0;
	transform: translateY(-50%) !important;
}
/* banner-sec css end*/
/*******  | HOMEPAGE CODE |  *******/
.home-team-sec .follow-icon {
	background-color:var(--bs-white);
	padding:10px 15px;
	border-radius:50%;
}
.home-team-sec .team-box {
	display:flex;
	margin-top:30px;
	justify-content: center;
}
.home-team-sec .team-box  h2 {
	padding-right:10px;
}
.team_row .team_img_set img {
	border-radius: 100%;
	border: 3px solid #365f3b;
	width: 200px;
	height: 200px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	margin-bottom: 21px;
	object-fit: cover;
}

.team_row .et_pb_module.et_pb_text {
	margin-top: -60px;
	border-radius: 10px;
}

.team_row .et_pb_column {
	border-radius: 10px;
}

.home_team_sec .et_pb_row {
	align-items: center;
}

.home_about_sec .img_upper .et_pb_image_wrap {
	position: relative;
	text-align: center;
	z-index: 9;
	-webkit-clip-path: polygon(40px 0%, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
	clip-path: polygon(40px 0%, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
	border-radius: 6px;
}

.home_about_sec .img_upper::before {
	position: absolute;
	content: "";
	top: auto;
	bottom: 11px;
	left: auto;
	right: 0;
	background-image: url('/wp-content/uploads/2024/02/line.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-animation-name: shapeMover;
	animation-name: shapeMover;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	width: 60px;
	height: 150px;
	max-width: 80%;
	max-height: 100%;
	z-index: 1;
}

.home_about_sec .img_upper {
	overflow: hidden;
}

.home_about_sec .img_lower img {
	border-radius: 50%;
	position: relative;
}

.home_about_sec .img_lower:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--theme-color);
	border-radius: 100%;
	/* 	-webkit-animation-name: shapeMover;
	animation-name: shapeMover;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite; */
	z-index: -1;
}
@-webkit-keyframes shapeMover {

	0%,
	100% {
		-webkit-transform: perspective(200px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
		transform: perspective(200px) translateY(0) rotate(0deg) translateZ(0px) translateX(0)
	}

	50% {
		-webkit-transform: perspective(200px) rotate(0deg) translateZ(10px) translateY(10px) translateX(10px);
		transform: perspective(200px) rotate(0deg) translateZ(10px) translateY(10px) translateX(10px)
	}
}

@keyframes shapeMover {

	0%,
	100% {
		-webkit-transform: perspective(200px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
		transform: perspective(200px) translateY(0) rotate(0deg) translateZ(0px) translateX(0)
	}

	50% {
		-webkit-transform: perspective(200px) rotate(0deg) translateZ(10px) translateY(10px) translateX(10px);
		transform: perspective(200px) rotate(0deg) translateZ(10px) translateY(10px) translateX(10px)
	}
}

.home_about_sec .img_lower {
	padding: 40px 0 00px 40px;
}

.serv_sec_row h4 {
	padding-bottom: 15px;
}

.serv_sec_row .et_pb_column:hover img {
	transform: scale(1.2);
}

.serv_sec_row:nth-child(even) .et_pb_column:nth-child(even) {
	background-color: var(--theme-color2);
}

.serv_sec_row:nth-child(even) .et_pb_column:nth-child(even) h4,
.serv_sec_row:nth-child(even) .et_pb_column:nth-child(even) .et_pb_blurb_description,
.serv_sec_row:nth-child(odd) .et_pb_column:nth-child(odd) h4,
.serv_sec_row:nth-child(odd) .et_pb_column:nth-child(odd) .et_pb_blurb_description,
.serv_sec_row .et_pb_column:hover h4,
.serv_sec_row .et_pb_column:hover .et_pb_blurb_description {
	color: white;
}

.serv_sec_row:nth-child(odd) .et_pb_column:nth-child(odd) {
	background-color: var(--theme-color2);
}

.serv_sec_row .et_pb_column {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.serv_sec_row .et_pb_column:hover {
	background-color: var(--theme-color);
}

.serv_sec_row .et_pb_column,
.serv_sec_row .et_pb_column img {
	transition: 500ms all;
}

.serv_sec_row .et_pb_column:hover .et_pb_image_wrap {
	border: 2px solid #fff;
}

.serv_sec_row .et_pb_column .et_pb_image_wrap {
	border: 2px solid transparent;
}

.home_serv_sec::before,
.home_serv_sec::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	z-index: 0;
}

.home_serv_sec::before {
	background-image: url(/wp-content/uploads/2024/02/aaa.png);
	background-position: bottom right;
	right: 0;
	top: 0;
}

.home_serv_sec::after {
	background-image: url(/wp-content/uploads/2024/02/ab2h3.png);
	background-position: top right;
	top: 150px;
	right: 50px;
	animation-duration: 5s;
	transform-origin: bottom;
	animation-name: bounce-1;
	animation-timing-function: linear;
}

@keyframes bounce-1 {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-50px);
	}

	100% {
		transform: translateY(0);
	}
}

.home_serv_sec {
	position: relative;
}

.key_selling_row .et_pb_main_blurb_image {
	vertical-align: middle;
	width: 95px;
}

.key_selling_row .et_pb_column {
	position: relative;
}

.key_selling_row .et_pb_column::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.key_selling_row .et_pb_column:hover::before {
	background-image: linear-gradient(to right bottom, #365f3c, #315d37, #2c5a33, #27582e, #225529, #265a2d, #296030, #2d6534, #3b7442, #498450, #57945f, #65a46e);
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	right: 0;
}

.key_selling_row .et_pb_column:hover h4 {
	color: white;
}

.key_selling_row .et_pb_column:hover .et_pb_blurb_description {
	color: white;
}

.key_selling_row .et_pb_column:hover img {
	filter: brightness(0) invert(1);
}

.key_selling_row .et_pb_column img,
.key_selling_row .et_pb_column .et_pb_blurb_description,
.key_selling_row .et_pb_column h4 {
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}


.product_row .et_pb_column li.product {
	background-color: #365f3c14;
	padding: 30px !important;
	border-radius: 16px;
}

body #page-container .product_row .et_pb_column li.product img {
	border-radius: 7px;
	transition: 500ms all;
	line-height: 0px !important;
	margin-bottom: 0px !important;
}

.product_row .et_pb_column li.product h2 {
	font-size: 24px !important;
	padding-top: 16px !important;
}

.product_row .et_pb_column li.product span.price bdi {
	color: #365f3c;
	font-size: 18px;
}

.product_row .et_pb_column li.product span.price {
	padding-top: 6px;
}

.product_row .et_pb_column li.product span.et_shop_image {
	overflow: hidden;
}

.product_row .et_pb_column li.product:hover img {
	transform: scale(1.1);
}

/* Our-Product Page Css */
.products-sec .product-text-col .et_pb_module.main_title {
	position: relative;
	background-color: white;
	padding: 50px;
}

.products-sec .product-text-col .et_pb_module.main_title:before,
.products-sec .product-text-col .et_pb_module.main_title:after,
.products-sec .product-text-col:before,
.products-sec .product-text-col:after {
	position: absolute;
	content: '';
	width: 112%;
	height: 1px;
	background-color: white;
	top: -20px;
	left: -40px;
	right: 0;
	margin: auto;
}

.products-sec .product-text-col .et_pb_module.main_title:after,
.products-sec .product-text-col:after {
	width: 1px;
	height: 117%;
	left: -20px;
	right: auto;
	top: -30px;
	bottom: auto;
}

.products-sec .product-text-col .et_pb_text_inner {
	position: relative;
}

.products-sec .product-text-col:before {
	top: auto;
	bottom: 0px;
}

.products-sec .product-text-col {
	position: relative;
}

.products-sec .product-text-col:after {
	right: -20px;
	left: auto;
	height: 111%;
}

.products-sec .product-img-col {
	padding-left: 50px;
}

.products-sec .row-reverse {
	flex-direction: row-reverse;
}

.products-sec.green-bg .product-text-col:before,
.products-sec.green-bg .product-text-col .et_pb_module.main_title:after,
.products-sec.green-bg .product-text-col:after,
.products-sec.green-bg .product-text-col .et_pb_module.main_title:before {
	background-color: var(--theme-color);
}

.products-sec.green-bg .product-text-col .et_pb_module.main_title {
	background-color: var(--theme-color);
	/*      color:white; */
}

.products-sec.green-bg .product-text-col .et_pb_module.main_title h2 {
	color: white;
}

.products-sec .row-reverse .product-img-col {
	padding-left: 0;
	padding-right: 70px;
}

.products-sec .product-img-col span.et_pb_image_wrap {
	position: relative;
}
.products-sec .product-img-col span.et_pb_image_wrap:before, .products-sec .et_pb_module.et_pb_gallery:before {
	position: absolute;
	content: '';
	background-color: var(--theme-color);
	width: 50px;
	height: 80%;
	inset: 0;
	z-index: 9;
	right: 0;
	left: auto;
	margin: auto;
	border-radius: 50px 0px 0px 50px;
}

.products-sec.green-bg .product-img-col span.et_pb_image_wrap:before, .products-sec .et_pb_module.et_pb_gallery:before {
	right: auto;
	left: 0;
	border-radius: 0px 50px 50px 0px;
	background-color: #f1f7f7;
}

.products-sec .product-img-col span.et_pb_image_wrap img {
	height: 800px;
	width: 60vw;
	max-width: 60vw;
	float: right;
}

.products-sec.green-bg .product-img-col span.et_pb_image_wrap img {
	float: left;
}

.products-sec .product-text-col .et_pb_text_inner:before {
	position: absolute;
	counter-increment: section;
	content: "0" counter(section);
	right: 0;
	font-size: 40px;
	-webkit-text-stroke: 1px white;
	color: #365f3c;
}

body.page-id-25771 {
	counter-reset: section;
}

.products-sec .row-reverse .product-text-col .et_pb_text_inner:before {
	-webkit-text-stroke: 1px #365f3c;
	color: #365f3c00;
}
/* .evalast-logo:before {
content: '';
width: 24%;
height: 20%;
background-image: url(/wp-content/uploads/2025/02/evalast-logo-305x72-1.png);
background-size: 88%;
background-repeat: no-repeat;
background-position: center;
position: absolute;
bottom: 30px;
right: 0;
left: 18%;
margin: auto;
z-index: 9;
background-color: var(--bs-black);
background-blend-mode: normal;
border-radius: 10px;
display: flex !important;
justify-content: center;
align-items: center;
} */
.eva-last-logo {
	width: 70%;
	position: absolute;
	bottom: 80px;
	background: var(--bs-black);
	padding: 25px;
	left: -60px;
	border-radius: 10px;
	z-index: 9;
}
.products-sec .product-img-col .eva-last-logo img {
	width: 100%!important;
	height: auto !important;
	float: none !important;
	max-width: 100% !important;
}
.evalast-logo .product-img-col span.et_pb_image_wrap:before{
	display:none;
}
.evalast-logo .et_pb_module.et_pb_gallery {
	margin-bottom: 0px !important;
}
/* Image-gallery-Sec-Css-Start */
.products-sec .et_pb_module.et_pb_gallery, .products-sec .et_pb_gallery_items img {
	height: 930px;
	width: 46.2vw;
	max-width: 46.2vw;
	float: left;
}
.products-sec .et_pb_gallery .et-pb-slider-arrows a {
	z-index: 9;
	width: 50px;
	height: 50px;
	padding: 0;
	background-color: var(--theme-color);
	opacity: 1 !important;
	border-radius: 50%;
	box-shadow: 0px 0px 6px #00000052;
	color: var(--bs-white) !important;
}
.products-sec .et_pb_gallery .et-pb-slider-arrows a.et-pb-arrow-prev {
	left: 30px !important;
}
.products-sec .et_pb_gallery .et-pb-slider-arrows a.et-pb-arrow-next {
	right: 30px !important;
}
.products-sec .et_pb_gallery .et-pb-controllers {
	display:none;
}
/* Image-Gallery-Sec-Css-Close */
/* Our-Product Page Css End*/
/*******  | INNERPAGE CODE |  *******/
.banner-sec  .et_pb_module.et_pb_text h2,
.transform-sec .et_pb_module.et_pb_text h2{
	display:flex;
	justify-content:center;
	gap:10px;
	align-items:center;
}
/* Contact page css */
.img_convert img {
	filter: brightness(0) invert(1);
}

.contact_mdl .wpcf7-text,
.contact_mdl .wpcf7-textarea {
	background: #ffffff;
	width: 100%;
	height: 60px;
	border: 1px solid #cbcbcb;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	padding-left: 25px;
	padding-right: 20px;
	border-radius: 30px;
	outline: none;
}

.contact_mdl .wpcf7-textarea {
	height: 160px;
	border-radius: 20px;
	padding-top: 10px;
}

.contact_mdl .et_pb_column {
	margin-bottom: 16px !important;
}

.contact_mdl .wpa-test-msg {
	display: inline-block;
}

.et_pb_button.btn {
	background-color: var(--theme-color);
	position: relative;
	width: fit-content !important;
	padding: 10px 30px !important;
}

.et_pb_button.btn input {
	position: absolute;
	inset: 0;
	background: transparent;
	color: white;
	font-size: 16px;
	cursor:pointer;
}

.contact_mdl .wpcf7-response-output {
	display: inline-block;
	margin-top: 0px !important;
}

/* Contact Page css end */

/*******  | FOOTER CODE |  *******/

.ftr_details,
.ftr_copyright_row {
	position: relative;
}

.ftr_details::before,
.ftr_copyright_row::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0;
	background-image: url(/wp-content/uploads/2024/02/download-3.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	filter: brightness(0) invert(1);
	opacity: 0.06;
	background-size: 21px;
}

.ftr_copyright_row::before {
	background-position: top left;
	background-size: 30px 20px;
}

.main_fotr_sec .widget_nav_menu ul li {
	background-color: #ffffff36;
	padding: 6px 10px;
}

.home_about_sec .et_pb_row {

	align-items: center;
}
/* eva page css */
.eva-last-sec .benifits-list {
	display: flex;
	gap: 20px;
}
.eva-gallery-sec .et_pb_gallery_items {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap:20px;
}
.eva-gallery-sec .et_pb_gallery_item {
	width: 100% !important;
	margin:0px !important;
}
.eva-gallery-sec .et_pb_gallery_item img {
	height: 420px;
	object-fit: cover;
	width: 100%;
}
.eva-gallery-sec span.et_overlay {
	border: none !important;
	background-color: transparent !important;
}
.eva-gallery-sec .et_pb_gallery_image:before {
	content: '';
	background-image: linear-gradient(rgba(0, 4, 9, 0) 0%, rgba(0, 4, 9, 0) 30%, rgba(0, 4, 9, .9) 100%);
	width: 100%;
	height: 0%;
	position: absolute;
	display: block;
	bottom: 0;
	transition: .5s;
	opacity:0;
	z-index:1;
	border-radius:15px;
}
.eva-gallery-sec .et_pb_gallery_item:hover .et_pb_gallery_image:before {
	height: 30%;
	opacity:1;
}
.resistant-sec .decking-list {
	display: flex;
	gap: 20px;
}

.eva-last-sec .img-1 img{
	aspect-ratio:1/1.4;
}
.eva-last-sec .et_pb_image img{
	object-fit:cover;
	transition:1s;
}
.eva-last-sec .img-2 img{
	aspect-ratio:1/1.3;
}
.eva-last-sec span.et_pb_image_wrap {
	position:relative;
	overflow:hidden;
}
.eva-last-sec span.et_pb_image_wrap:before{
	position:absolute;
	content:'';
	background:var(--theme-color);
	inset:0;
	z-index:1;
	opacity:.3;
	width:100%;
	top:auto;
	height:0;
	transition:1s;
}
.eva-last-sec span.et_pb_image_wrap:hover:before{
	height:100%;
}
.eva-last-sec span.et_pb_image_wrap:hover img{
	transform:scale(1.2);
}
.resistant-row{
	position:relative;
}
/* .resistant-row:before{
position: absolute;
right: 0px;
z-index:1;
top: 0;
width: 45px;
height: 45px;
content: "";
background-color: #fff;
background-color: var(--bs-white);
}
.arrow-mod{
display: block;
position: absolute;
right: 0px;
top: 0;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 45px 0 0 45px;
border-color: transparent transparent transparent var(--theme-color2);
z-index:21;

} */
.resistant-text-col{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.eva-gallery-sec .slick-track {
	padding:0 !important;
	display:flex;
	align-items:center;
}
.eva-gallery-sec .dtq-carousel-item.dtq-image-carousel-item img{
	aspect-ratio:1/1.2;
	object-fit:cover;
	transition:1s;
}
.eva-gallery-sec .slick-slide:nth-child(odd) .dtq-carousel-item.dtq-image-carousel-item img{
	aspect-ratio:1/1.4;
}
.eva-gallery-sec .slick-slide > div{
	border:2px solid var(--bs-white);
	z-index:3;
	position:relative;
	overflow:hidden;
}
.eva-gallery-sec .slick-slide > div:hover{
	background:var(--theme-color);
}
.eva-gallery-sec .slick-slide > div:hover img{
	transform:scale(1.2);
	opacity:.3;
}
.eva-last-sec figure.dtq-figure img{
	aspect-ratio:1;
	object-fit:cover;
}
.eva-last-sec .content.content--left{
	background-image: linear-gradient(90deg, #365f3b 0%, #213a25 100%);
	position:absolute;
	bottom:0;
	z-index:1;
	padding:0px 20px;
	left:0px;
	bottom:50px;
}
.eva-last-sec .content.content--left h3{
	color:var(--bs-white);
	font-size:16px;
	letter-spacing:1px;
}
.eva-last-sec figure.dtq-figure{
	position:relative;
	padding:0px 20px 20px 40px;
	z-index:1;
}
.eva-last-sec figure.dtq-figure:before{
	position:absolute;
	content:'';
	background:var(--theme-color);
	bottom:0;
	right:0;
	width:70%;
	height:70%;
	z-index:-1;
}
.eva-last-sec button.slick-arrow,
.resistant-sec button.slick-arrow{
	background:transparent !important;
}
.eva-last-sec button.slick-arrow:before,
.resistant-sec button.slick-arrow:before{
	position:absolute;
	inset:0;
	content:'' !important;
	background-image:url(/wp-content/uploads/2025/10/right-arrow.png);
	background-size:30px;
	background-repeat:no-repeat;
}
.eva-last-sec button.slick-arrow.slick-prev {
	left:70px;
}
.eva-last-sec button.slick-arrow.slick-prev:before,
.resistant-sec button.slick-arrow.slick-prev:before{
	background-image:url(/wp-content/uploads/2025/10/left-arrow.png); 
}
.eva-last-sec button.slick-arrow.slick-next{
	right:20px;
}
.eva-last-sec .slick-track,
.resistant-sec .slick-track{
	padding:0 !important;
}
.resistant-sec button.slick-arrow.slick-prev{
	left:20px;
}
.resistant-sec button.slick-arrow.slick-next{
	right:0px;
}
.resistant-sec figure.dtq-figure img{
	aspect-ratio:1;
	object-fit:cover;
}
.resistant-sec .content.content--left {
	position:absolute;
	background:var(--bs-white);
	z-index:11111;
	bottom:30px;
	padding:0px 20px;
	left:0px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	height:auto;
}
.resistant-row .et_pb_module.ba_image_carousel{
	height:100%;
}
.resistant-row .et_pb_module_inner {
	height:100%;
}
.resistant-row .dtq-carousel.dtq-image-carousel.dtq-carousel-frontend{
	height:100%;
}
.resistant-row .slick-list{
	height:100%;
}
.resistant-row  .slick-track {
	height:100%;
}
.resistant-row  .slick-slide *{
	height:100%;
}
body #page-container .resistant-sec .et_pb_row .slick-list .slick-slide {
	padding:0 !important;
}
.resistant-sec .content.content--left h3{
	letter-spacing:1px;
}
.evolver-range-sec .et_pb_gallery_image img{
	aspect-ratio:1/.7;
	object-fit:cover;
	height: 100%;
}
.evolver-range-sec .et_pb_gallery_item{
	max-height:none !important;
	height: 100%;
}
.evolver-range-sec .et_pb_module.et_pb_gallery,
.evolver-range-sec .et_pb_gallery_items.et_post_gallery,
.evolver-range-sec .et_pb_gallery_image{
	height:100%;
}
.evolver-range-sec .et-pb-slider-arrows a{
	opacity:1;
}
.evolver-range-sec .et-pb-slider-arrows a:before{
	position:absolute;
	content:'';
	background-image:url(/wp-content/uploads/2025/10/left-arrow.png);
	background-size:30px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	filter:brightness(0) invert(1);
}
.evolver-range-sec a.et-pb-arrow-prev{
	left:20px !important;
}
.evolver-range-sec a.et-pb-arrow-next{
	right: 50px !important;
}
.evolver-range-sec a.et-pb-arrow-next:before{
	background-image:url(/wp-content/uploads/2025/10/right-arrow.png);
}
.evolver-range-sec .et_pb_gallery_image a{
	display:block;
	position:relative;
}
.evolver-range-sec .et_pb_gallery_image a:before{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	z-index:1;
	background:#00000040;
}
.evolver-range-sec .et-pb-controllers {
	display:none;
}
.revive-range-sec .et_pb_module.et_pb_image{
	position:relative;
}
.revive-range-sec .et_pb_module.et_pb_image:before{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	background:var(--bs-black);
	width:80%;
	height:80%;
}
.revive-range-sec .et_pb_module.et_pb_image img{
	aspect-ratio:1/.8;
	transition:1s;
	object-fit:cover;
}
.revive-range-sec .et_pb_image span{
	position:relative;
	overflow:hidden;
}
.revive-range-sec .et_pb_image span:before{
	position:absolute;
	content:'';
	inset:0;
	background:var(--theme-color);
	z-index:1;
	transition:1s;
	width:0;
	height:100%;
	opacity:.2;
}
.revive-range-sec .et_pb_image span:hover:before{
	width:100%;
}
.revive-range-sec .et_pb_image span:hover img{
	transform:scale(1.2);
}
.evolver-range-sec .dtq-image-carousel-item figure img{
    aspect-ratio:1/.8;
}
.evolver-range-sec .slick-track {
    padding-bottom:0 !important;
}
.revive-range-sec .slick-track {
    padding-top:0 !important;
}
.eva-last-tabs .et_pb_image img{
    height:55px;
    object-fit:contain;
}
 body #page-container .eva-last-tabs .et_pb_module.et_pb_button a{
  line-height:0!important;
 }
/* eva page css close*/
/*******  | MEDIA QUERY CODE |  *******/
@media screen and (min-width:1024px) and (max-width:1280px){
	.main_banner_sec .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 54px !important;
	}
}
@media screen and (max-width:980px) {
	.main_banner_sec .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 45px !important;
	}

	.et_pb_shop ul.products.columns-1 li.product,
	.et_pb_shop ul.products.columns-2 li.product,
	.et_pb_shop ul.products.columns-3 li.product,
	.et_pb_shop ul.products.columns-4 li.product,
	.et_pb_shop ul.products.columns-5 li.product,
	.et_pb_shop ul.products.columns-6 li.product {
		width: 100% !important;
	}

	.home_team_sec .et_pb_column.et-last-child {
		margin-top: 100px !important;
	}

	.et_pb_button.btn {
		margin-bottom: 40px !important;
	}

	.products-sec .product-img-col span.et_pb_image_wrap:before, .products-sec .et_pb_module.et_pb_gallery:before {
		display: none;
	}

	.products-sec .product-img-col span.et_pb_image_wrap img, .products-sec .et_pb_module.et_pb_gallery, .products-sec .et_pb_gallery_items img {
		height: 500px;
		width: 100%;
		max-width: 100%;
	}

	.products-sec .product-img-col {
		padding-left: 0;
	}

	.products-sec .product-img-col .et_pb_module.et_pb_image,
	.products-sec .product-img-col span.et_pb_image_wrap {
		width: 100%;
	}

	.products-sec .row-reverse .product-img-col {
		padding-right: 0px;
	}

	.products-sec .product-text-col {
		max-width: 90%;
		margin: 50px auto;
		float: none;
	}

	.products-sec .product-text-col:before {
		bottom: -20px;
	}

	.products-sec .product-text-col:after {
		height: 117%;
	}

	header.et-l--header.dd-cfixed-header {
		top: 0 !important;
	}
	/* 	.evalast-logo:before {
	width: 24%;
	height: 8%;
} */
	.products-sec .et_pb_gallery .et-pb-slider-arrows a.et-pb-arrow-prev {
		left: 10px !important;
	}
	.products-sec .et_pb_gallery .et-pb-slider-arrows a.et-pb-arrow-next {
		right: 10px !important;
	}
	.eva-last-logo {
		width: 45% !important;
		bottom: -20px;
		left: 0;
		right: 0;
		margin: auto !important;
	}
	.arrow-mod{
		display:none;
	}
	.eva-gallery-sec .slick-slide:nth-child(odd) .dtq-carousel-item.dtq-image-carousel-item img,
	.eva-gallery-sec .slick-slide .dtq-carousel-item.dtq-image-carousel-item img{
		aspect-ratio:1;
	}
	.eva-gallery-sec .et_pb_gallery_items {
		grid-template-columns: repeat(2,1fr);  
	}
	.evolver-range-sec .et_pb_row{
		display:flex;
		flex-direction:column-reverse;
	}
	.transform-sec .et_pb_module.et_pb_text h2{
		flex-direction:column;
	}
	body #page-container .eva-last-tabs .et_pb_module.et_pb_button{
		width:100%;
	}
}

@media screen and (min-width:768px) and (max-width:980px) {
	.serv_sec_row span.et_pb_image_wrap img {
		height: 358px;
	}
}

@media screen and (max-width:767px) {
	.main_banner_sec .et-pb-slider-arrows a {
		padding: 5px;
	}

	.main_banner_sec .et-pb-slider-arrows a:before {
		font-size: 30px;
	}

	.about_row_spc {
		display: grid;
		grid-template-columns: repeat(2, 2fr);
	}

	.about_row_spc .et_pb_column {
		max-width: 50vw;
		width: 100% !important;
	}

	.about_row_spc .img_big {
		display: flex;
		height: 100%;
	}

	.about_row_spc .img_big img {
		height: 100%;
		object-fit: cover;
	}

	.key_selling_row .et_pb_main_blurb_image {
		width: 73px;
	}

	.img_upper::before {
		width: 30px;
	}

	.img_lower:before {
		width: 90%;
		height: 90%;
		top: 0px;
		left: 0px;
	}

	.main_banner_sec .et_pb_slide::before,
	.main_banner_sec .et_pb_slide::after {
		opacity: 0.5;
	}

	.img_lower {
		padding: 30px 0 00px 30px;
	}

	.home_team_sec>.et_pb_row {
		display: flex;
		flex-direction: column-reverse
	}

	.home_team_sec .team_text_col {
		padding-bottom: 60px !important;
	}

	.product_row .et_pb_column li.product h2 {
		font-size: 18px !important;
		padding-top: 24px !important;
	}

	.products-sec .product-text-col .et_pb_module.main_title:before,
	.products-sec .product-text-col .et_pb_module.main_title:after,
	.products-sec .product-text-col:before,
	.products-sec .product-text-col:after {
		display: none;
	}

	.products-sec .product-text-col {
		max-width: 100%;
		margin: 0 auto;
	}

	.products-sec .product-text-col .et_pb_module.main_title {
		padding: 30px;
	}

	.products-sec .product-text-col .et_pb_text_inner:before {
		font-size: 20px;
	}
	/* 	.evalast-logo:before {
	width: 50%;
	height: 6%;
} */
	.eva-last-logo {
		width: 60% !important;
		padding: 16px;
	}
	.main_banner_sec .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 30px !important;
	}
	.products-sec .product-img-col span.et_pb_image_wrap img, .products-sec .et_pb_module.et_pb_gallery, .products-sec .et_pb_gallery_items img {
		height: 300px;
	}
	.main_banner_sec .et_pb_slide_description {
		padding-left: 0;
		padding-right: 0;
	}
	.products-sec.green-bg .product-text-col .et_pb_module.main_title h2 {
		font-size: 22px;
	}
	.home_about_sec .img_lower {
		padding: 20px 0 0px 20px;
	}
	.recaptcha iframe{
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.resistant-sec .decking-list {
		display: block;
	}
	.eva-gallery-sec .et_pb_gallery_items {
		grid-template-columns: repeat(1,1fr);  
	}
	.banner-sec  .et_pb_module.et_pb_text h2,
	.transform-sec .et_pb_module.et_pb_text h2{
		flex-direction:column;
	}
	.eva-last-sec button.slick-arrow:before,
	.resistant-sec button.slick-arrow:before,
	.evolver-range-sec .et-pb-slider-arrows a:before{
		background-size: 20px;
	}
	.eva-last-sec figure.dtq-figure {
		padding: 0px 20px 20px 20px;
	}
	.eva-last-sec .benifits-list{
		flex-direction:column;
		gap:0;
	}
}