/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html, body {
	overflow-x: hidden !important;
}

a {
	color: var( --e-global-color-text );
}

.color_accent {
	color: var( --e-global-color-accent );
}

.h_tel .elementor-image-box-title a {
	white-space: nowrap;
}

.h_tel .elementor-image-box-wrapper {
	padding: 5px 30px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.09);
	border-radius: 9px;
	font-size: 20px;
}

.h_tel .elementor-image-box-img {
	line-height: 1;
}

.h_mail .elementor-image-box-img {
	display: none !important;
}

.h_mail p {
	margin: 0;
}

.img_cs1 .elementor-widget-container:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='659.812' height='584.686' viewBox='0 0 659.812 584.686'%3E%3Cpath d='M195.08,3a43,43,0,0,0-37.255,21.527L15.839,270.87a43,43,0,0,0,0,42.946L157.826,560.159a43,43,0,0,0,37.255,21.527H478.92a43,43,0,0,0,37.255-21.527L658.161,313.816a43,43,0,0,0,0-42.946L516.174,24.527A43,43,0,0,0,478.92,3H195.08m0-3H478.92a46,46,0,0,1,39.854,23.029L660.76,269.372a46,46,0,0,1,0,45.942L518.773,561.657a46,46,0,0,1-39.854,23.029H195.08a46,46,0,0,1-39.854-23.029L13.24,315.314a46,46,0,0,1,0-45.942L155.227,23.029A46,46,0,0,1,195.08,0Z' transform='translate(-7.094)' fill='%232fac66'/%3E%3C/svg%3E");
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 92%;
}

.img_cs .elementor-widget-container, .img_cs1 .elementor-widget-container {
	filter: drop-shadow(17px 13px 7px rgba(0, 0, 0, 0.11));
}

.container_cs1 {
	padding-top: 15%;
	padding-bottom: 5%;
}

.grid_cs1 .elementor-widget-container {
	padding: 0 27% 0 27%;
	transform: scale(1.05);
	height: 520px !important;
	display: flex;
	align-items: center;
}

.grid_cs1 .elementor-widget-image-box:first-child, .grid_cs1 .elementor-widget-image-box:last-child  {
	padding-top: 40%;
}

.grid_cs1 .elementor-widget-image-box:nth-child(2) {
  margin-top: -25%;
}


.grid_cs1 .elementor-widget-image-box:first-child {
	position: relative;
	left: 8%;
}

.grid_cs1 .elementor-widget-image-box:last-child {
	position: relative;
	right: 8%;
}

.grid_cs1_1 {
	margin-top: -10%;
}


.counter_box .e-con-inner {
	padding-top: 0;
	padding-bottom: 0;
}

.counter_box .elementor-widget-container {
	padding: 60px 20px;
	border-width: 0px 0px 9px 0px !important;
}

.counter_box .e-con-boxed {
	overflow: hidden;
}

.counter_box .elementor-counter .elementor-counter-title {
	font-size: 32px;
}

.counter_box .elementor-counter .elementor-counter-number-wrapper {
	font-size: 120px;
}

.list_cs1 {
	border-radius: 9px;
	overflow: hidden;
}

.list_cs1 .elementor-widget-container {
	border-image: linear-gradient(to right, #425E92 0%, #425E92 33.3%, #2FAC66 33.3%, #2FAC66 63.6%, #B3B3B3 63.6%, #B3B3B3 100%) 1 1;
}

.wpcf7-form .row_cs {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-bottom: 20px;
}

.wpcf7-form input, .wpcf7-form textarea {
	border: none;
	background: none;
	text-align: center;
	border-bottom: 2px solid #A0AEC8;
	border-radius: 0;
	font-style: italic;
}

.wpcf7-form input:hover,
.wpcf7-form input:focus,
.wpcf7-form textarea:hover,
.wpcf7-form textarea:focus {
	outline: none;
	border-color: var( --e-global-color-accent );
	font-style: normal;
}

.wpcf7-form .wpcf7-form-control-wrap {
	padding-top: 10px;
	display: block;
}

.wpcf7-form .wpcf7-list-item {
	margin: 0;
}

.wpcf7-acceptance label {
	display: flex;
}

.wpcf7-form .wpcf7-list-item-label {
	padding-left: 10px;
}

.btn_box {
	text-align: center;
	padding-top: 25px;
}

.wpcf7-form .wpcf7-submit {
	background: var( --e-global-color-accent );
	border: none;
	font-style: normal;
	color: white;
	padding: 16px 30px !important;
}

::-webkit-input-placeholder {color:#A0AEC8!important;}
::-moz-placeholder {color:#A0AEC8!important; opacity: 1;}
:-moz-placeholder {color:#A0AEC8!important; opacity: 1;}
:-ms-input-placeholder {color:#A0AEC8!important;}

.nav_buttom ul {
	display: flex;
	list-style: none;
	justify-content: center;
	padding: 0;
	margin: 20px 0;
}

.nav_buttom li {
	padding: 0 20px;
}

.nav_buttom a {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

footer {
	padding-bottom: 80px;
	padding-top: 120px;
}

.pll-parent-menu-item span.hfe-menu-toggle {
	display: none;
}

.pll-parent-menu-item {
	display: flex;
	align-items: center;
}

.pll-parent-menu-item .sub-menu {
	width: 40px !important;
	min-width: 40px!important;
}

.pll-parent-menu-item .sub-menu a {
	padding: 10px !important;
	text-align: center;
	display: flex;
	justify-content: center;
}

.pll-parent-menu-item .hfe-has-submenu-container a {
	padding: 0 7px !important;
}

.products_list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 20px;
	grid-row-gap: 40px;
	margin-bottom: 20px;
}

.product_item {
	border: 1px solid #A0AEC8;
	padding: 13px 13px 40px 13px;
	border-radius: 12px;
	text-align: center;
	position: relative;
}

.product_item img {
	border-radius: 12px;
	margin-bottom: 30px;
}

.product_item h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 10%;
}

.list_specifications {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	border: 1px solid RGB(160, 174, 200);
	border-top: none;
	background: white;
	padding: 10px 10px 40px 10px;
	z-index: 1;
	border-radius: 0 0 12px 12px;
	margin: 0 -1px;
	
}

.list_specifications ul {
	list-style: none;
	padding: 0 10%;
}

.list_specifications ul li {
	padding: 20px 0;
	border-bottom: 1px solid RGB(160, 174, 200);
	text-align: left;
	display: flex;
	justify-content: space-between;
}

.list_specifications ul li:last-child {
	border-bottom: none;
}

.product_item.active .list_specifications {
	display: block;
}


.product_btn_box {
	padding: 10px 25% 15px 25%;
}

.product_btn_box > * {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border: 1px solid;
	border-radius: 12px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.product_btn_box > *:hover {
	transform: scale(1.05);
}

.btn_specifications:before {
	content: '+';
	margin-right: 10px;
	font-size: 25px;
	margin-top: -6px;
}

.active .btn_specifications {
	display: none;
}

.btn_specifications {
	color: var( --e-global-color-accent );
}

.product_btn_box .download {
	color: var( --e-global-color-secondary );
}

.product_btn_box .download:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='37' height='31' viewBox='0 0 37 31'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='37' height='31' transform='translate(0.052 0)' fill='none' stroke='%23425e92' stroke-width='2'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.052 0)'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M39.821,97.411H12.082A4.087,4.087,0,0,1,8,93.328V84.082A4.087,4.087,0,0,1,12.082,80a1,1,0,0,1,0,2A2.084,2.084,0,0,0,10,84.082v9.246a2.084,2.084,0,0,0,2.082,2.082H39.821A2.084,2.084,0,0,0,41.9,93.328V84.082A2.084,2.084,0,0,0,39.821,82a1,1,0,0,1,0-2A4.087,4.087,0,0,1,43.9,84.082v9.246A4.087,4.087,0,0,1,39.821,97.411Z' transform='translate(-6.816 -66.952)' fill='%23425e92'/%3E%3Cpath d='M78.167,106.164a1,1,0,0,1-.707-.293l-6.164-6.164a1,1,0,0,1,1.414-1.414l5.457,5.457,5.457-5.457a1,1,0,0,1,1.414,1.414l-6.152,6.152a1,1,0,0,1-.719.3Z' transform='translate(-59.031 -81.869)' fill='%23425e92'/%3E%3Cpath d='M0,22a1,1,0,0,1-1-1V0A1,1,0,0,1,0-1,1,1,0,0,1,1,0V21A1,1,0,0,1,0,22Z' transform='translate(19.052 2)' fill='%23425e92'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 37px;
	height: 32px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.btn_hide {
	cursor: pointer;
	display: inline-block;
	margin: 0 auto;
	width: 60px;
	height: 30px;
	background: rgb(255,255,255);
	background-image: url("data:image/svg+xml,%3Csvg width='41' height='22' viewBox='0 0 41 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_391_16)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.123 21.1569L20.167 3.19961L2.31769 21.0489C1.79902 21.5663 0.960354 21.5663 0.441688 21.0489C-0.0743125 20.5316 -0.0743125 19.6916 0.441688 19.1743L19.2297 0.386278C19.747 -0.129722 20.587 -0.129722 21.1044 0.386278C21.123 0.406278 21.143 0.427611 21.1617 0.448945C21.1777 0.463611 21.1937 0.478279 21.211 0.494279L39.9977 19.2809C40.515 19.7996 40.515 20.6383 39.9977 21.1569C39.4804 21.6729 38.6417 21.6729 38.123 21.1569Z' fill='%232EAA6B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_391_16'%3E%3Crect width='40.4413' height='21.544' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}

.btn_hide:hover {
	transform: translateY(-5px);
	transition: transform 0.3s ease;
}

#products {
	padding-top: 10%;
}

#products .elementor-widget-button {
	padding: 30px 0;
	text-align: center;
}

#products .elementor-widget-button button {
	border: none !important;
}


@media (max-width: 1919px) {
	.e-con {
		--container-max-width: 90%!important;
	}
	.grid_cs1 .elementor-image-box-img img {
		width: 50px;
	}
	.grid_cs1 .elementor-widget-container {
		padding: 22% 20% 22% 20%;
	}
	.grid_cs1 .elementor-image-box-title {
		font-size: 20px !important;
	}
}



@media (max-width: 1600px) {
	.counter_box .elementor-widget-container {
		padding: 30px 20px;
	}
	.counter_box .elementor-counter .elementor-counter-title {
		font-size: 25px;
	}
	.counter_box .elementor-counter .elementor-counter-number-wrapper {
		font-size: 80px;
	}
	.grid_cs1 .elementor-widget-container {
		padding: 22% 25% 22% 25%;
	}
}

@media (max-width: 1599px) {
	.grid_cs1 .elementor-image-box-description {
		font-size: 14px;
	}
}


@media (max-width: 1440px) {
	.grid_cs1 .elementor-image-box-description {
		font-size: 14px;
	}
	.top_nav a {
		font-size: 14px !important;
		padding: 0 10px !important;
	}
	.grid_cs1_1 {
		margin-top: -15%;
	}
}

@media (max-width: 1366px) {
	.grid_cs1_1 {
		margin-top: -20%;
	}
}

@media (max-width: 1280px) {
	.h_tel .elementor-image-box-content, .h_mail .elementor-image-box-content {
		display: none;
	}
	.h_tel .elementor-image-box-img {
		margin: 0!important;
	}
	.h_tel .elementor-image-box-wrapper {
		padding: 5px 10px;
	}
	.h_mail .elementor-image-box-img {
		display: block !important;
		width: 28px;
	}
	.grid_cs1 .elementor-widget-container {
		transform: none;
	}
	.grid_cs1_1 {
		margin-top: -25%;
	}
}

@media (max-width: 1200px) {
	.e-con {
		--container-max-width: 95%!important;
	}
	.grid_cs1 .elementor-widget-image-box:nth-child(2) {
		margin-top: 0;
	}
	.grid_cs1 .elementor-widget-image-box:first-child, .grid_cs1 .elementor-widget-image-box:last-child {
		padding-top: 0;
	}
	.grid_cs1 .elementor-widget-image-box {
		margin-bottom: 30px !important;
	}
	.grid_cs1 .elementor-widget-image-box:first-child {
		left: 0;
	}
	.grid_cs1 .elementor-widget-image-box:last-child {
		right: 0;
	}
	.grid_cs1 .elementor-widget-container {
		padding: 22% 30% 22% 30%;
	}
	.grid_cs1 .elementor-widget-container {
		height: 100% !important;
	}
}

@media (max-width: 1199px) {

}


@media (max-width: 1024px) {
	.top_nav nav.hfe-dropdown {
		position: fixed !important;
		background: white !important;
		top: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 9 !important;
		padding: 40px;
	}
	
	.top_nav nav.hfe-dropdown ul {
		display: block;
	}
	
	.top_nav nav.hfe-dropdown ul li a {
		padding: 10px 0 !important;
	}
	
	.top_nav .hfe-active-menu-full-width {
		z-index: 10;
		position: fixed;
		right: 8px;
		top: 8px;
	}
	.h_tel .elementor-image-box-wrapper {
		padding: 0 !important;
		box-shadow: none;
		line-height: 1;
	}
	.h_tel .elementor-image-box-img {
		width: 25px !important;
	}
	
}


@media (max-width: 992px) {
	.wpcf7-form .row_cs {
		grid-template-columns: repeat(1,1fr);
	}
	.nav_buttom a {
		font-size: 16px;
	}
}


@media (max-width: 768px) {
	.container_cs1 {
		background-color: var( --e-global-color-accent );
	}
	.container_cs1 .elementor-widget-container h2 {
		color: white;
	}
	.grid_cs1 .elementor-widget-container {
		padding: 5px 15px;
		background: none !important;
	}
	.counter_box .elementor-counter .elementor-counter-title {
		font-size: 20px;
	}
	.counter_box .elementor-counter .elementor-counter-number-wrapper {
		font-size: 60px;
	}
	.nav_buttom ul {
		flex-direction: column;
		align-items: center;
	}
	.list_cs1 .elementor-icon-list-items {
		flex-direction: column;
	}
	.products_list {
		grid-template-columns: repeat(1,1fr);
		grid-row-gap: 30px;
	}
}

@media (max-width: 576px) {
}

@media (max-width: 414px) {
	
}

@media (max-width: 360px) {
}


