@font-face {
	font-family: 'HelveticaNeue-Regular';
	src: url('../../../fonts/HelveticaNeue-Regular.ttf');
}
@font-face {
	font-family: 'DaxCondensedBold';
	src: url('../../../fonts/DaxCondensedBold.ttf');

}

@font-face {
	font-family: 'Dax-Light';
	src: url('../../../fonts/Dax-Light.ttf');

}



body {
	font-family: 'HelveticaNeue-Regular', Arial, Verdana, sans-serif;
	font-size: 20px;
	margin: 0;
	padding: 0;
	color: #666362;
	-webkit-text-size-adjust: none;
	background-color: #f3f3f3;
}

html,
body {
	margin: 0;
	padding: 0;
	position: relative;
}

body.section_home {}

input,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
div,
table,
img,
p,
ul,
li {
	margin: 0;
	padding: 0;
}

ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 18px;
}

ol {
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 18px;
}

th {
	text-align: left;
	padding: 5px;
}

td {
	vertical-align: top;
}

#table_form td {
	vertical-align: top;
}

img {
	border: none;
}

input:focus,
textarea:focus {
	outline: none;
}

a,
a:visited {
	text-decoration: none;
	color: #666362;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	font-weight: normal;
}

a:hover {
	color: #67A143;
	text-decoration: uderline;
	animation: color_change 0.5s;
	font-weight: normal;
}

a:focus {
	outline: none;
}

p {
	clear: both;
	padding-bottom: 30px;
	line-height: 150%;
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666362;
	font-size: 45px;
	font-family: 'DaxCondensedBold';
	margin-bottom: 30px;
	line-height: 120%;
	font-weight: 800;
	letter-spacing:0.1em; 
	   
}


h3,
h4,
h5,
h6 {
	color: #666362;
	font-size: 38px;
	font-family: 'DaxCondensedBold';
	margin-bottom: 30px;
	line-height: 120%;
	font-weight: 800;
	   
}

h2 {
	font-size: 28px;
	font-weight: 400;
}

.main_content ol,
.main_content ul {
	font-size: 18px;
	color: #5a5a5a;
	line-height: 150%;
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

.main_content ol li,
.main_content ul li {
	padding-bottom: 30px;
}

.rtecenter {
	text-align: center;
}

.table_contact {
	clear: both;
	margin-bottom: 20px;
}

.table_contact td {
	padding: 0px 10px 5px 0px;
}

.table_contact td.title {}

.table_contact td.title2 {}

.table_contact td {}

#container {
	position: relative;
	margin: auto;
	padding: auto;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	/*
	 background-color:#ffffff;*/
}

#main_container {
	position: relative;
	margin: auto;
	padding: auto;
	/* width:100%;
     */
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100%;
	margin-top: 40px;
	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}

.section_home #main_container {
	/*
    margin-top: 0px;*/
}

#main_container.current {
	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}

#main_content_container {
	width: 100%;
	margin: auto;
	padding: auto;
	min-height: 300px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#main_content {
	clear: both;
	width: 100%;
	margin: auto;
	padding: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.header {
	clear: both;
	width: 100%;
	height: 40px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99;
	-webkit-transition: height 500ms ease-out 0s;
	-moz-transition: height 500ms ease-out 0s;
	-o-transition: height 500ms ease-out 0s;
	transition: height 500ms ease-out 0s;
	background: #ffffff;
	/*
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
*/
}

.header_container {
	max-width: 96%;
	max-width: 1280px;
	position: relative;
	margin: auto;
	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}

.section_home .header {
	background: none;
}

.section_home .header.header_current {
	background: #ffffff;
}

.header{
	transition: transform 0.3s ease-in-out;
}

.header_current {

	transform: translateY(-100%);
	/*
	 border-bottom:1px solid #cfcfcf;
 */
 /*
	-webkit-transition: height 500ms ease-out 0s;
	-moz-transition: height 500ms ease-out 0s;
	-o-transition: height 500ms ease-out 0s;
	transition: height 500ms ease-out 0s;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
*/
}

#logo {
	position: absolute;
	left: 0px;
	top: 40px;
	width: 110px;
	width: 160px;
	top: 15px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

#logo img {
	width: 100%;
}

#logo .img2 {
	display: none;
}

.section_home #logo {
	top: 40px;
	width: 172px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	width: 100px;
	top: 8px;
}

.section_home #logo .img1 {
	display: none;
}

.section_home #logo .img2 {
	display: inline;
}

.section_home .header_current #logo {
	width: 110px;
	width: 140px;
	width: 180px;
	width: 120px;
	top: 8px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.section_home .header_current #logo .img1 {
	display: inline;
}

.section_home .header_current #logo .img2 {
	display: none;
}

.mmenu {
	display: none;
}



.topmenu_area {
	position: absolute;
	left: 0px;
	top: 6px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	right: 0px;
	width:80%;

}

.header_current .topmenu_area {}

.topmenu {
	float: left;
}

.topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.topmenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 40px !important;
	position: relative;
	text-align: left;
}

.topmenu_line {
	width: 100%;
	height: 4px;
	background-color: #67A143;
	margin-bottom: 5px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.topmenu ul li a:link,
.topmenu ul li a:visited,
.section_home .header_current .topmenu ul li a:link,
.section_home .header_current .topmenu ul li a:visited {
	font-size: 20px;
	color: #666362;
font-family: 'Dax-Light';
	   
	text-decoration: none;
	/*
	 padding-bottom:7px;
	 */
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.topmenu ul li a:link .topmenu_line,
.topmenu ul li a:visited .topmenu_line,
.section_home .header_current .topmenu ul li a:link .topmenu_line,
.section_home .header_current .topmenu ul li a:visited .topmenu_line {
	width: 0%;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.topmenu ul li a:hover,
.topmenu ul li a.current:link,
.topmenu ul li a.current:visited,
.section_home .header_current .topmenu ul li a:hover,
.section_home .header_current .topmenu ul li a.current:link {
	font-size: 20px;
	color: #67A143;
font-family: 'Dax-Light';
	   
	text-decoration: none;
	/*
	 border-bottom:2px solid #67A143;
	 padding-bottom:2px;
	 */
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.topmenu ul li a:hover .topmenu_line,
.topmenu ul li a.current:link .topmenu_line,
.topmenu ul li a.current:visited .topmenu_line,
.section_home .header_current .topmenu ul li a:hover .topmenu_line,
.section_home .header_current .topmenu ul li a.current:link .topmenu_line {
	width: 100%;
	background-color: #666362;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.topmenu ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -10px;
	top: 35px;
	width: 230px;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}

.topmenu ul ul li {
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.topmenu ul ul li a:link,
.topmenu ul ul li a:visited {
	display: block;
	padding: 5px 10px 5px 10px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	color: #67A143;
}

.topmenu ul ul li a:hover {
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	color: #666362 !important;
}

#footer {
	width: 100%;


}

#footer_container {
	max-width: 1280px;
	margin: auto;
	border-top:2px solid #A5C181;

	margin-top: 50px;
	font-size: 15px;
	padding-top:30px;
padding-bottom:30px;
}

.footer_inside_container {
	max-width: 1000px;
	margin: auto;

}

.footer_left{
	float:left;
	width:60%;
}
.footer_right{
	float:right;
	width:38%;
}

.copyright {
	float:right;
	margin-top:10px;
}

.topmenu_m {
	display: none;
}

.mmenu {
	display: none;
}

.mobile_content {
	display: none;
}

.footer_contact {
	clear: both;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.footer_contact .photo {
	max-width: 50px;
	margin: auto;
}

.footer_contact .photo img {
	width: 100%;
	margin-bottom: 15px;
}

.footer_contact .title {
	text-align: center;
	font-size: 22px;
	color: #67A143;
	font-family: 'dincond-bold';
	margin-bottom: 10px;
}

.footer_contact .desc a:link,
.footer_contact .desc a:visited {
	color: #666362;
	font-size: 24px;
	font-family: "Arial", Sans-serif;
}

.footer_contact .desc a:hover {
	color: #67A143;
	font-size: 24px;
	font-family: "Arial", Sans-serif;
}

.top_lang_nav {
	position: absolute;
	right: 0px;
	top: 33px;
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 99;
}

.top_lang_nav .icon {
	width: 20px;
}

.top_lang_nav .icon img {
	width: 100%;
}

.top_lang_nav .title {
	font-family: 'dincond-bold';
}

.top_lang_nav .title a:link,
.top_lang_nav .title a:visited {
	font-size: 20px;
	color: #67A143;
	font-family: 'dincond-bold';
	line-height: 100%;
}

.top_lang_nav .title a:hover {
	font-size: 20px;
	color: #666362;
	font-family: 'dincond-bold';
	line-height: 100%;
}

.contact_left {
	/*
	float: left;
	width: 48%;
*/
clear:both;
}

.contact_right {
	/*
	float: right;
	width: 48%;*/
	clear:both;
	margin-top:30px;
}

.contact_right_container {
	display: block;

	padding: 0px 0px 0px 0px;

}

.contact_info {
	clear: both;
	margin-bottom: 40px;
}

.contact_info .heading {
	font-size: 18px;
	font-family: 'dincond-bold';
	padding-bottom: 20px;
}

.contact_info .content {
	line-height: 150%;
}

.contact_info2 {
	padding-top: 100px;
}

.contact_info2 .heading {
	font-size: 18px;
	font-family: 'dincond-bold';
	padding-bottom: 20px;
}

.contact_info2 .content {
	line-height: 150%;
}

.contact_info2 .content p {
	margin-top: 30px;
}

.contact_info2 img {
	max-width: 100%;
}

.contact_area {
	max-width: 100%;
	margin: auto;
}

.form_area {
	width: 100%;
}

.form_title {
	width: 100%;
	font-family: 'DaxCondensedBold';
	letter-spacing:0.1em; 
	font-size: 32px;
	padding-bottom: 30px;
	color: #666362;
}

.btn_button {
	clear: both;
}

.btn_button a:link,
.btn_button a:visited {
	float: left;
	padding: 10px 40px 10px 40px;
	text-decoration: none;
	font-size: 24px;
	color: #666362;
	background-color:transparent;
	border: 2px solid #67A143;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-family: 'DaxCondensedBold';
}

.btn_button a:hover {
	float: left;
	padding: 10px 40px 10px 40px;
	text-decoration: none;
	font-size: 24px;
	color: #ffffff;
	background-color: #67A143;
	border: 2px solid #67A143;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-family: 'DaxCondensedBold';
}

.input_item {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.input_item .title {
	margin-bottom: 10px;
	font-size: 15px;
}

.input_item_group {
	clear: both;
}

.input_item_group .input_item {
	float: left;
	width: 48%;
}

.input_item_group .input_item2 {
	float: right;
	width: 48%;
}

input.input_middle {
	width: 95%;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0px 2% 0px 2%;
	text-align: left;
	border: 1px solid #999999;
	font-size: 15px;
	font-weight: normal;
	background: none;
	color: #000000;
	background-color: #ffffff;
	font-family: 'dincond-bold', Arial, Verdana, sans-serif;
}

textarea.input_middle {
	width: 95%;
	height: 150px;
	margin: 0;
	padding: 5px 2% 5px 2%;
	text-align: left;
	border: 1px solid #999999;
	font-size: 15px;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
	font-family: 'dincond-bold', Arial, Verdana, sans-serif;
}

select.input_middle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0px 0% 0px 0%;
	text-align: left;
	border: none;
	border-bottom: 1px solid #000000;
	font-size: 15px;
	font-weight: normal;
	background: none;
	color: #000000;
	font-family: 'dincond-bold', Arial, Verdana, sans-serif;
}

::-webkit-input-placeholder {
	/* Edge */
	color: #9D9D9D;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #9D9D9D;
}

::placeholder {
	color: #9D9D9D;
}

/************/
.warn_icon {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 3%;
	text-align: right;
}

.warn_icon img {
	max-width: 100%;
}

.warn_msg {
	clear: both;
	padding-top: 5px;
	width: 100%;
}

.warn_msg_container {
	display: block;
	color: #E20C0C;
	font-size: 12px;
	line-height: 120%;
	background-color: #F3D54E;
	padding: 5px 10px 5px 10px;
}

.loading_form {
	width: 100%;
	height: 200px;
	background-image: url(../../images/loading2.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}

.form_submit_msg {
	width: 100%;
	display: none;
	text-align:center;
}

.form_submit_msg img {
	height: 80px;
	margin:auto;
}

.form_submit_msg .title {
	font-size: 35px;
font-family: 'DaxCondensedBold';
	padding-bottom: 30px;
		width: 100%;
	text-align:center;

}

.form_submit_msg .desc {

	text-align:center;

}


.inside_content_area {
	clear: both;
	width: 100%;
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.inside_content_area_container {
	max-width: 1280px;
	margin: auto;
}

.inside_content_area_container2 {
	max-width: 100%;
	margin: auto;
}

.table_contact_info {
	margin-bottom: 20px;
}

.table_contact_info td {
	vertical-align: top;
	padding: 10px 10px 20px 0px;
}

.table_contact_info td.col1 {
	width: 30px;
	padding-top: 10px;
}

.table_contact_info td.col2 {
	padding-right: 30px;
}

.table_contact_info td.col1 img {
	max-width: 25px;
	max-height: 25px;
}

.clear {
	clear: both;
}

.section_title {
	color: #666362;
	font-size: 62px;
	font-family: 'DaxCondensedBold';
	letter-spacing:0.1em; 
	   text-align:center;
	margin-bottom: 30px;
	line-height: 120%;
	
}

.center {
	text-align: center;
}



.btn_top {
	position: fixed;
	bottom: 2%;
	right: 2%;
	width: 30px;
}

.btn_top img {
	width: 100%;
}

.about_section {
	width: 100%;
	position: relative;
}

.about_section_container {
	width: 100%;
	position: relative;
}

.about_section_container2 {
	max-width: 1280px;
	margin: auto;
	position: relative;
}

.about_section_container {
	width: 100%;
	background-color: #67A143;
	color: #ffffff;
	padding-top: 40px;
	padding-bottom: 140px;
	border-bottom-left-radius: 50% 20%;
	border-bottom-right-radius: 50% 20%;
}

.about_section .title {
	float: left;
	padding: 10px 20px 10px 20px;
	background-color: #ffffff;
	color: #67A143;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 20px;
	font-size: 22px;
}

.about_section .desc {
	clear: both;
	font-size: 18px;
}

.about_section .desc p {
	font-size: 24px;
	text-align: justify;
}

.about_section h1 {
	color: #ffffff;
	font-size: 60px;
	font-family: 'dincond-bold';
	margin-bottom: 30px;
	line-height: 120%;
	font-weight: 800;
}

.about_section_left {
	max-width: 48%;
}

.about_section_img {
	position: absolute;
	right: 2%;
	bottom: 0%;
	width: 22%;
}

.about_section_img img {
	max-width: 100%;
}

.content_section {
	width: 100%;
	background-color: #ffffff;
}

.content_section_container {
	max-width: 1280px;
	margin: auto;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}


.topmenu {
	float: left;
}

.topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.topmenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 25px;
	position: relative;
	text-align: left;
}






.inside_content_desc {
	max-width: 980px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.inside_content_desc3 {
	max-width: 680px;
}


.video2_content {
	max-width: 1280px;
	margin: 0 auto;
	margin-bottom: 0px;
}

.video2_container {
	aspect-ratio: 1024/550;
	/* Modern way to set aspect ratio */
	width: 100%;
	position:relative;
}

.video2_container video {
	width: 100%;
	height: 100%;
	display: block;
	/* Removes small space under iframe */
}




.video_content {
	max-width: 1280px;
	margin: 0 auto;
	margin-bottom: 0px;
}

.video_container {
	aspect-ratio: 16/9;
	/* Modern way to set aspect ratio */
	width: 100%;
	position:relative;
}

.video_container video {
	width: 100%;
	height: 100%;
	display: block;
	/* Removes small space under iframe */
}

.nav_link_area {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.inside_photo {
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}

.inside_photo img {
	max-width: 100%;
}

.inside_gallery_list {
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.inside_gallery_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.inside_gallery_list ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn_top_back {
	position: absolute;
	right: 0px;
	top: 40px;
}

.content_section ul,
.content_section ol,
.content_section li {
	font-size: 24px;
	font-family: 'HelveticaNeue-Regular', Arial, Verdana, sans-serif;
	line-height: 150%;
}

.content_section ul li,
.content_section ol li {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 150%;
}

sup {
	font-size: 50%;
}

.content_section ul sup,
.content_section ol sup,
.content_section li sup {
	font-size: 50%;
}

.btn_download {
	clear: both;
	margin-bottom: 30px;
}

.btn_download img {
	height: 20px;
}

.btn_download a:link,
.btn_download a:visited {
	float: left;
	padding: 10px 40px 10px 40px;
	text-decoration: none;
	font-size: 24px;
	color: #67A143;
	background-color: #ffffff;
	border: 2px solid #67A143;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.btn_download a:hover {
	float: left;
	padding: 10px 40px 10px 40px;
	text-decoration: none;
	font-size: 24px;
	color: #ffffff;
	background-color: #333333;
	border: 2px solid #333333;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.btn_view_more {
	clear: both;
	margin-bottom: 60px;
}

.btn_view_more img {
	height: 20px;
}

.btn_view_more a:link,
.btn_view_more a:visited {
	float: left;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-size: 16px;
	color: #67A143;
	background-color: #ffffff;
	border: 2px solid #67A143;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;



-webkit-box-shadow: 1px 1px 16px 0px rgba(235, 0, 26, 1);
-moz-box-shadow: 1px 1px 16px 0px rgba(235, 0, 26, 1);
box-shadow: 1px 1px 16px 0px rgba(235, 0, 26, 1);
}

.btn_view_more a:hover {
	float: left;
	padding: 10px 20px 10px 30px;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	background-color: #333333;
	border: 2px solid #333333;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	
-webkit-box-shadow: 1px 1px 16px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 1px 1px 16px 0px rgba(66, 68, 90, 1);
box-shadow: 1px 1px 16px 0px rgba(66, 68, 90, 1);
}



.top_social_list {
	position: absolute;
	right: 0px;
	top: 8px;
}

.top_social_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top_social_list ul li {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 25px;
	position: relative;
	text-align: left;
}

.top_social_list ul li img {
	height:22px;
}

.top_social_list ul li.menu_contact_icon {
	margin-right: 3px !important;
}


.top_social_list ul li.menu_contact_icon img {
	height:18px;
	margin-top:2px;
}

.top_social_list ul li .img2{
	display:none;
}

.top_social_list ul li a:hover .img1{
	display:none;
}


.top_social_list ul li a:hover .img2{
	display:inline;
}


.footer_social_list {
	float:left;
	
}

.footer_social_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_social_list ul li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 30px;
	position: relative;
	text-align: left;
}

.footer_social_list ul li img {
	height:40px;
}



.footer_social_list ul li .img2{
	display:none;
}

.footer_social_list ul li a:hover .img1{
	display:none;
}


.footer_social_list ul li a:hover .img2{
	display:inline;
}


.footer_nav {
	float: left;
	margin-top:10px;

}

.footer_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 25px;
	position: relative;
	text-align: left;
}

.footer_nav_line {
	width: 100%;
	height: 4px;
	background-color: #67A143;
	margin-bottom: 5px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.footer_nav ul li a:link,
.footer_nav ul li a:visited{
	font-size: 15px;
	color: #666362;

	text-decoration: none;
	/*
	 padding-bottom:7px;
	 */
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}



.footer_nav ul li a:hover,
.footer_nav ul li a.current:link,
.footer_nav ul li a.current:visited{
	font-size: 15px;
	color: #67A143;
	
	text-decoration: none;
	/*
	 border-bottom:2px solid #67A143;
	 padding-bottom:2px;
	 */
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_banner{
	clear:both;
	max-width:1280px;
	margin:auto;
	position:relative;
}





.btn_project_website {
  clear: both;
  margin-top: 20px;
  text-align: center; /* centers inline-block children */
}

.btn_project_website a:link,
.btn_project_website a:visited {
  display: inline-block; /* allows dynamic width */
  padding: 10px 30px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  background-color: #645e6b;
  border-radius: 25px;
}

.btn_project_website a:hover {
  background-color: #4e4854; /* slightly darker hover */
}




.btn_project_contact {
  clear: both;
  margin-top: 20px;
  text-align: center; /* centers inline-block children */
}

.btn_project_contact a:link,
.btn_project_contact a:visited {
  display: inline-block; /* allows dynamic width */
  padding: 10px 30px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  background-color: transparent;
  border-radius: 25px;
  font-family: 'DaxCondensedBold';
     
  
	border:2px solid #ffffff;
}

.btn_project_contact a:hover {
  background-color: #ffffff; /* slightly darker hover */
  font-family: 'DaxCondensedBold';
     
  border:2px solid #ffffff;
 color:#67A143;
  color: var(--hover-color);
}


.table_project_icon2 {
	margin-bottom:20px;
}


.table_project_icon2 td{
	padding:0px 10px 0px 10px;
}

.table_project_icon2 td img{
	max-height:100px;
}

.table_step4 {
	width:100%;
}
.table_step4 td.col_arrow{
	
	
	padding-right:1%;
	padding-left:1%;
	width:3%;
	padding-top:13%;
}
.table_step4 td.col_arrow img{
	width:100%;
}

.table_step4 td.col_img{
	width:20%;
	vertical-align:top;
}
.table_step4 td.col_img img{
	width:100%;
}
.table_step4 ol,.table_step4 ul, .table_step4 dl
{


	padding: 0 20px;

	margin-left:0px;
	

	margin-top:10px;
}

.table_step4 ol li,.table_step4 ul li
{



	
}


.home_banner_content{
	position:absolute;
	left:2%;
	top:8%;
	max-width:36%;


}

.home_banner_content .title{
	
	max-width:100%;

}

.home_banner_content .title img{
	width:100%;

}

.home_banner_content .desc{
	width:100%;
	  font-family: 'DaxCondensedBold';
	     
	  color:#ffffff;
	  font-size:176%;
	  clear:both;
	  margin-top:30px;

}

.btn_home_bannner {
  clear: both;
  margin-top: 30px;
  text-align: center; /* centers inline-block children */
}

.btn_home_bannner a:link,
.btn_home_bannner a:visited {
  display: inline-block; /* allows dynamic width */
  padding: 10px 30px;
  text-decoration: none;
  font-size: 22px;
  color: #ffffff;
  background-color: transparent;
  border-radius: 25px;
 
  font-family: 'DaxCondensedBold';
    color: #ffffff;
	border:2px solid #ffffff;
}

.btn_home_bannner a:hover {
  background-color: #67A143; /* slightly darker hover */
  font-family: 'DaxCondensedBold';
     
  border:2px solid #67A143;
}


.inside_content{
	max-width:1280px;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;
	
}

.inside_content_new{
	 border-top:2px solid #A5C181;
	 padding-top:60px;
}


.inside_content_container{
	
}

.inside_content_container2{
	max-width:980px;
	margin:auto;
}

.inside_content_container3{
	
	margin:auto;
}

.inside_content_container_full{
	max-width:96%;
	margin:auto;
}

.tasting_notes_list {
	clear: both;
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
}

.tasting_notes_list .item {
	/*
    float:left;
    width:21%;
    margin-right:2%;
    margin-bottom:2%;
*/
	flex: 0 1 calc(20% - 20px);
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	scale: 1;
	display: flex;
	/* Make sure item acts as a flex container */
	flex-direction: column;
	/* Stack children vertically */
}

.tasting_notes_list .item_container {
	flex: 1;
	/* Ensures item_container stretches to fill the available space */
	display: flex;
	flex-direction: column;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	scale: 1;
	position:relative;
}

.tasting_notes_list .item_container:hover {
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.tasting_notes_list .photo {
	display: block;
	/*aspect-ratio:4 / 3;*/
	background-color: #f3f3f3;
	overflow: hidden;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;

	-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
}

.tasting_notes_list .photo img {
	width: 100%;
	/*aspect-ratio:4 / 3;*/
	object-fit: cover;
	scale: 1.02;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.tasting_notes_list .item_container:hover .photo img {
	scale: 1.1;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.tasting_notes_list .item .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #ffffff;

    /* Add these for centering */
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
	font-family: 'DaxCondensedBold';
	font-size:1.6em;
	font-size:1.6vw;
letter-spacing:0.2em; 
	   
}


.content_desc{
	text-align:justify;
}


.content_desc p{
	text-align:justify;
}


.company_solution_list {
	clear: both;
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
}

.company_solution_list .item {
	/*
    float:left;
    width:21%;
    margin-right:2%;
    margin-bottom:2%;
*/
	flex: 0 1 calc(33.3% - 20px);
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	scale: 1;
	display: flex;
	/* Make sure item acts as a flex container */
	flex-direction: column;
	/* Stack children vertically */
}

.company_solution_list .item_container {
	flex: 1;
	/* Ensures item_container stretches to fill the available space */
	display: flex;
	flex-direction: column;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	scale: 1;
	position:relative;
}

.company_solution_list .item_container:hover {
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.company_solution_list .photo {
	display: block;
	/*aspect-ratio:4 / 3;*/
	background-color: #f3f3f3;
	overflow: hidden;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;

-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

.company_solution_list .photo img {
	width: 100%;
	/*aspect-ratio:4 / 3;*/
	object-fit: cover;
	scale: 1.02;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.company_solution_list .item_container:hover .photo img {
	scale: 1.1;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.company_solution_list .item .content {
    position: absolute;
   
	
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #ffffff;

    /* Add these for centering */
    display: flex;
    justify-content: center; /* horizontal */
    align-items: flex-start;     /* vertical */
	
	padding: 20px; /* internal spacing instead of gap */
    box-sizing: border-box; /* ensures padding doesn’t break the layout */
	padding-top:8%;
}


.company_solution_list .item .content .title{
    
	font-family: 'DaxCondensedBold';
	font-size:1.1em;
	font-size:1.2em;
	letter-spacing:0.2em; 
	   
}


.company_solution_list .item .content .desc{
    
	font-family: 'HelveticaNeue-Regular';
	font-size:0.8em;
	font-size:0.9em;

	line-height:130%;
	clear:both;
	padding-top:10px;

	   
}

.company_solution_list .item .content .img{
 
	margin:auto;
	margin-bottom:20px;
	text-align:center;
	   
}

.company_solution_list .item .content .img img{
   max-height:80px;
   margin:auto;
	   
}


.company_offering_list {
	clear: both;
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
}

.company_offering_list .item {

	clear:both;
	width:100%;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	scale: 1;


	
	
}

.company_offering_list .item_container {
	   display: flex;              /* horizontal layout */
    flex-direction: row;        /* side by side */
    position: relative;
    width: 100%;
    transition: all 300ms ease-out;

	scale: 1;
	position:relative;
	-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}

.company_offering_list .item_container:hover {
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.company_offering_list .photo {
	 flex: 0 0 42%;              /* fixed 30% width */
   
    overflow: hidden;
    background-color: #f3f3f3;
    transition: all 300ms ease-out;


	-webkit-border-top-left-radius: 30px;
-moz-border-radius-topleft: 30px;
border-top-left-radius: 30px;
	
}

.company_offering_list .photo img {
  width: 100%;
    height: 100%;
    object-fit: cover;

	scale: 1.02;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.company_offering_list .item_container:hover .photo img {
	scale: 1.1;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.company_offering_list .item .content {
    flex: 0 0 58%;              /* right column width */
    display: flex;
    flex-direction: column;     /* stack title + desc vertically */
    justify-content: center;    /* center vertically */
    align-items: flex-start;        /* center horizontally */

    padding: 40px;              /* internal spacing */
    box-sizing: border-box;     /* keep width consistent */
  
	text-align:left;
}



.company_offering_list .item .content .title{
    
	font-family: 'DaxCondensedBold';
	font-size:1.8em;
	letter-spacing:0.1em; 

	
	   
}


.company_offering_list .item .content .desc{
    
	font-family: 'HelveticaNeue-Regular';

	line-height:130%;
	clear:both;
	padding-top:20px;
	

	   
}

.company_offering_list .item .content .desc p{
    
	font-family: 'HelveticaNeue-Regular';
	font-size:0.8em;
	line-height:130%;
	padding-bottom: 10px;

	

	   
}








a.btn_product_list:link,
a.btn_product_list:visited {
  display: inline-block; /* allows dynamic width */
  padding: 6px 20px;
  text-decoration: none;
  font-size: 30px;
  color: #ffffff;
  background-color: transparent;
  border-radius: 50px;
   background-color: #67A143;
  font-family: 'DaxCondensedBold';
  	letter-spacing:0.1em; 
    color: #ffffff;
	border:2px solid #67A143;
-webkit-box-shadow: 1px 1px 14px -2px rgba(102, 99, 98, 1);
-moz-box-shadow: 1px 1px 14px -2px rgba(102, 99, 98, 1);
box-shadow: 1px 1px 14px -2px rgba(102, 99, 98, 1);
}

a.btn_product_list:hover {
  background-color: #29560a; /* slightly darker hover */
  font-family: 'DaxCondensedBold';
     
  border:2px solid #29560a;
-webkit-box-shadow: 1px 1px 14px -2px rgba(15, 15, 15, 1);
-moz-box-shadow: 1px 1px 14px -2px rgba(15, 15, 15, 1);
box-shadow: 1px 1px 14px -2px rgba(15, 15, 15, 1);

}

.inside_content_container_center {
    margin: 0 auto;          /* centers the whole container */
    display: flex;
    flex-direction: column;  /* stack heading + button vertically */
    align-items: center;     /* center children horizontally */

}

/* Override heading alignment */
.inside_content_container_center h3 {
    text-align: left;         /* force heading text to align left */
    width: 100%;              /* ensures left alignment spans full width */
}

/* Button stays centered */
.inside_content_container_center .btn_button {
    margin-top: 0px;         /* spacing below heading */
    text-align: center;       /* center the link inside */
}

.inside_content_container_center .btn_button {
    display: inline-block;
    margin: 10px auto;   /* auto margins center block elements */
    text-align: center;
}

.inside_content_container_center td {
    display: flex;
    flex-direction: column;
    align-items: center;   /* centers children horizontally */
}

.inside_content_container_center h3 {
    align-self: flex-start; /* keeps heading left-aligned */
}


.inside_img{
	width:96%;
	margin:auto;
	margin-bottom:30px;
	text-align:center;
}

.inside_img img{
	width:100%;

}

.inside_content_contact{
	clear:both;
	width:100%;
}


.inside_content_contact_left{
	float:left;
	width:40%;
}


.inside_content_contact_right{
	float:right;
	width:55%;
}


.contact_map{
	display:block;
	border:2px solid #333333;
	text-align:center;
}

.contact_map img{
	width:100%;

}


.inside_content_contact .section_title {
	color: #666362;
	font-size: 38px;
	font-family: 'DaxCondensedBold';
	letter-spacing:0.1em; 
	   text-align:left;
	margin-bottom: 30px;
	line-height: 120%;
	
}





.table_dialog_msg{
    width:100%;
}
.table_dialog_msg td.col1{
   width:60px;
   padding-right:30px;
}
.table_dialog_msg td{
   vertical-align:top;
}

.table_dialog_msg td.col1 img{
   max-width:100%;
}

.dialog {
    width: 80%;
    max-width: 600px;
    max-height: 90vh;
    /* Responsive height */
    border: none;
    border-radius: 20px;
    padding: 20px 30px 30px 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background-color: #f3f3f3;
    border:2px solid #f3f3f3;
}

.dialog_content {
    overflow-y: auto;
    max-height: 90vh;
    font-size: 15px;
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.dialog_content .msg {
    text-align: left;
}
.dialog_content .msg_left {
    text-align: left;
}

.dialog_content .msg_left {
    text-align: left;
}


.dialog_content {}

.dialog_content .heading {
	font-family: 'DaxCondensedBold';
    color: #666362;
    margin-bottom: 30px;
     font-size:28px;
	 text-align:center;
}
.dialog_content .msg {

    color: #666362;
font-family: 'HelveticaNeue-Regular', Arial, Verdana, sans-serif;
	
    font-size:16px;
}

.dialog_content .msg p{

    color: #666362;
font-family: 'HelveticaNeue-Regular', Arial, Verdana, sans-serif;
	
    font-size:16px;
	padding-bottom:20px;
}

.btn_close_dialog{
	position:absolute;
	right:15px;
	top:15px;
	width:30px;
	
}
.btn_close_dialog img{

	width:100%;
	
}
.btn_confirm_dialog {
    clear: both;
 
 
    width:150px;
    margin:auto;
    margin-top:30px;
}

.btn_confirm_dialog a:link,.btn_confirm_dialog a:visited{
    
display:block;

text-align:center;

background: #124464;


padding:10px  20px 10px 20px;
color:#ffffff;
border:2px solid #ffffff;
font-size:18px;

    font-family: 'BarlowCondensed-SemiBold';
    

line-height:100%;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-decoration: none;
-webkit-transition: all 500ms ease-out 0s;
-moz-transition: all 500ms ease-out 0s;
-o-transition: all 500ms ease-out 0s;
transition: all 500ms ease-out 0s;
}





.btn_confirm_dialog a:hover,.btn_confirm_dialog a.current:link,.btn_confirm_dialog a.current:visited{
    
    display:block;
   
    text-align:center;
 background: rgb(25,165,141,1);
    background: linear-gradient(180deg, rgba(25,165,141,1) 0%, rgba(182,206,90,1) 100%);
   
   
padding:10px  20px 10px 20px;
    color:#ffffff;
    border:2px solid #ffffff;
    font-size:18px;
    
    font-family: 'BarlowCondensed-SemiBold';
    
    line-height:100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;

}







.project_list {
	clear: both;
	display:block;

	margin-bottom:120px;

}




.project_list .slide {
	-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;

}


.project_list .photo_cover {
	
	width:100%;	
	-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}

.project_list .photo_cover img {
  width: 100%;
  -webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;

}


.project_list{

}




.project_item_content {
	clear: both;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0px;
	-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}


.project_item_content .photo {
	 flex: 0 0 45%;              /* fixed 30% width */
   
    overflow: hidden;
    background-color: #f3f3f3;
    transition: all 300ms ease-out;

-webkit-border-top-left-radius: 30px;
-moz-border-radius-topleft: 30px;
border-top-left-radius: 30px;

	
}

.project_item_content .photo img {
  width: 100%;
    height: 100%;
    object-fit: cover;


	
	
}


.project_item_content .content {
    flex: 0 0 55%;              /* right column width */
    display: flex;
    flex-direction: column;     /* stack title + desc vertically */
    justify-content: center;    /* center vertically */
    align-items: flex-start;        /* center horizontally */

    padding: 40px 30px 40px 30px;              /* internal spacing */
    box-sizing: border-box;     /* keep width consistent */
  
	text-align:left;

	-webkit-border-top-right-radius: 30px;
-moz-border-radius-topright: 30px;
border-top-right-radius: 30px;
}



.project_item_content .content .title{
    
	font-family: 'DaxCondensedBold';
	font-size:1.6em;
	letter-spacing:0.1em; 
	line-height:120%;

	
	   
}


.project_item_content .content .desc{
    
	font-family: 'HelveticaNeue-Regular';

	line-height:130%;
	clear:both;
	padding-top:20px;
	
	

	   
}






.project_item_content .content .desc ul,
.project_item_content .content .desc li,
.project_item_content .content .desc p,
.project_item_content .content .desc h2 {
  color: inherit;  /* force them to use the parent’s color */
}



.project_item_content .content .desc ul,
.project_item_content .content .desc li,
.project_item_content .content .desc p{
  font-family: 'HelveticaNeue-Regular';
	font-size:0.96em;
	line-height:130%;
	padding-bottom: 10px;
}



.project_item_content ul {
  list-style-image: url("../../images/list.png?v=232");
}


.project_full_content{
	display:block;
	padding:30px 30px 30px 30px; 
	-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}


.project_full_content .desc ul,
.project_full_content  .desc li,
.project_full_content  .desc p,
.project_full_content  .desc h2 {
  color: inherit;  /* force them to use the parent’s color */
}



.project_full_content  .desc ul,
.project_full_content  .desc li,
.project_full_content  .desc p{
  font-family: 'HelveticaNeue-Regular';
	font-size:0.96em;
	line-height:130%;
	padding-bottom: 10px;
}



.project_full_content ul {
  list-style-image: url("../../images/list.png?v=232");
}


.project_full_content .mobile_content {
	display: none;
}

.btn_play_project_video {
  position: absolute;
  top: 0%;
  left: 0%;
  /*
  transform: translate(-50%, -50%);
  */
  width: 100%;
  height: 100%;
  background: url("../../images/btn_play.png") no-repeat center center;
  /*background-size: contain;*/
  cursor: pointer;
  z-index: 2;

}




body.modal-open { 
	overflow: hidden; /* Prevent background scroll */ 
}





.project_item_content .btn-row {
    display: flex;
    gap: 10px; /* ← add spacing here */
}


.project_item_content  .btn-row  .btn_project_website {
    flex: 1;              /* equal width */
    display: flex;        /* enables stretching */
    align-items: stretch; /* default, but explicit */
}

.project_item_content  .btn-row  .btn_project_website a {
    display: block;
    text-align: center;
    width: 100%;

}
