/*
Theme Name: Versa Creative
Theme URI: https://www.elegantthemes.com/
Version: 1.0.0
Template: Divi
Author: Versa Creative
Author URI: https://versacreative.com/
Description: This is a child theme of Divi developed by Versa Creative.
Text Domain: versa-creative
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* html {
scroll-behavior: smooth;
} */



@media only screen and (min-width: 981px) {
	.et_pb_section_0.et_pb_section.et_section_regular:not(.et_pb_fullwidth_section) {
		padding: 8.5% 0;
	}
}

/* ant fixes for client's need for smaller banners 
@media only screen and (min-width: 981px) {
body.parent-products .et_pb_section_0.et_pb_section.et_section_regular{
	padding: 5rem 0;
}
}
*/

@media only screen and (min-width: 981px) {
body.parent-products:not(.page-land-exploration):not(.page-marine-exploration):not(.page-reservoir-intelligence):not(.page-downhole-tools):not(.page-smart-meter-connectivity):not(.page-water-management):not(.page-sensors-and-geophones):not(.page-quantum):not(.page-aquana) .et_pb_section_0.et_pb_section.et_section_regular{
	padding: 5rem 0;
}
}


body {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
	overflow-x: hidden;
}

body, input, .et-db #et-boc .et-l input, textarea, .et-db #et-boc .et-l textarea, select, .et-db #et-boc .et-l select {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"elza-narrow", sans-serif;
}

a {
	color: #0082c6;
}

.f-100 {
	font-weight: 200;
}

.f-200 {
	font-weight: 200;
}

.f-300 {
	font-weight: 300;
}

.f-400  {
	font-weight: 400;
}

.f-500  {
	font-weight: 500;
}

.f-600  {
	font-weight: 600;
}

.f-700  {
	font-weight: 700;
}

.et_pb_button {
	line-height: 1  !important;
	font-family:"elza-narrow", sans-serif;
}

.btn-default {
	font-family: 'Source Sans Pro';
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	padding: 12px 30px;
	background: transparent;
	border: 1px solid #000;
	border-radius: 50px;
	display: inline-block;
	transition: all 0.3s;
}

.btn-default:hover {
	color: #fff;
	background: #000;
}

.btn-get-in-touch:hover:after {
	margin-left: .8em !important;
}

.col-flex-row-btns .et_pb_column {
	display: flex !important;
	flex-direction: column !important;
}
.col-flex-row-btns .et_pb_column .et_pb_button_module_wrapper {
	margin-top: auto;
}

.plus .percent-value:after {
	content: \"+\";
}

.et_pb_number_counter .percent {
	height: auto;
}

.dipl_image_card_carousel_item {
	margin-bottom: 0 !important;
}

/*add icon to the opened accordion*/
.add-accordion-icon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\f068" !important;
}

.horizontal-line {
	height: 3px;
	max-width: 35px;
	background-color: #051342;
	border: none;
	margin: 10px auto 20px;
}

hr.light-blue {
	background-color: #0BA3A4 !important;
}

.et_pb_space {
	height: 0 !important;
}

/* LAYOUT STYLES */

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-10 {
	margin-bottom: 10px;
}

.pb-0 {
	padding-bottom: 0;
}


.d-flex {
	display: flex;
}

.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.align-left {
	text-align: left;
	margin-left: 0;
}

.align-items-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.justify-content-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media only screen and (max-width: 980px) {
	.half-mobile .et_pb_column {
		width: 47.25% !important;
		margin-right: 0;
	}
	.half-mobile .et_pb_column:nth-child(2n+1) {
		margin-right: 5.5% !important;
	}
}

@media only screen and (max-width: 980px) {
	.wrap-reverse {
		display: flex;
		flex-wrap: wrap-reverse;
	}

	.wrap-reverse .et_pb_column:first-child {
		margin-bottom: 0 !important;
	}

	.wrap-reverse .et_pb_column:last-child {
		margin-bottom: 30px !important;
	}
}

@media only screen and (min-width: 768px) {
	.inline-button .et_pb_button_module_wrapper {
		display: inline-block;
	} 
}

.two-column-list {
	margin-top: 20px
}

@media only screen and (min-width: 981px) {
	.two-column-list {
		columns: 2;
		margin-top: 20px
	}
}


@media only screen and (min-width: 981px) {
	.two-percent-gutter .et_pb_column:not(last-child) {
		margin-right: 2% !important;
	}

	.two-percent-gutter .et_pb_column {
		width: 32% !important;
	}
}

@media only screen and (max-width: 980px) {
	.two-percent-gutter.et_pb_gutters1 .et_pb_column:not(last-child) {
		margin-bottom: 2em !important;
	}
}


.show-mobile-only {
	display: none !important;
	visibility: hidden !important
}

@media (max-width:980px) {
	.show-mobile-only {
		display: block !important;
		visibility: visible !important
	}
}

.show-desktop-only {
	display: block !important;
	visibility: visible !important
}

@media (max-width:980px) {
	.show-desktop-only {
		display: none !important;
		visibility: hidden !important
	}
}

.mobile-swap-col {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 500px) {
	.mobile-swap-one {
		order: 2;
	}
	.mobile-swap-two {
		order: 1;
	}
}

/* NAVBAR */

.et-db #et-boc .et-l .primary-menu a, .et-db #et-boc .et-l .primary-menu .et_mobile_menu li a, .et-db #et-boc .et-l .aquana-menu a, .et-db #et-boc .et-l .aquana-menu .et_mobile_menu li a {
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 400;
	letter-spacing: 1.27px;
	text-transform: uppercase;
	transition: all 0.3s;
	border: none;
}

.et-db #et-boc .et-l #menu-primary-menu-main .current_page_item > a, #menu-primary-menu-main .current-menu-ancestor > a, .et-db #et-boc .et-l .primary-menu a:hover, .primary-menu li.et-show-dropdown > a, .primary-menu .menu-item > .primary-menu a.active-parent, .primary-menu .dt-open > a {
	opacity: 1 !important;
	-webkit-text-stroke: 1px #000;
}

.et-db #et-boc .et-l .aquana-menu a:hover, .aquana-menu li.et-show-dropdown > a, .aquana-menu .current-menu-item > a, .quantum-menu .current-menu-item > a {
	opacity: 1 !important;
	-webkit-text-stroke: 1px #fff;
}

.et-db #et-boc .et-l .et_pb_menu #menu-primary-menu-main.li {
	padding-left: 1.5vw;
	padding-right: 1.5vw;
}

.et_pb_menu__search-button {
	transform: rotate(270deg);
}

@media only screen and (min-width: 981px) {
	.et_pb_menu__search-button {
		padding-top: 11px !important;
	}	
}

.et-db #et-boc .et-l .et-menu .menu-item-has-children>a:first-child:after {
	content: '';
}

.et-db #et-boc .et-l .et-menu .menu-item-has-children>a:first-child {
	padding-right: 0;
}

@media (max-width: 980px) {
	.et-db #et-boc .et-l .top-bar-menu .et_pb_menu__menu {
		display: flex;
	}
	.et-db #et-boc .et-l .top-bar-menu .et_mobile_nav_menu {
		display: none;
	}
}

@media (max-width: 980px) {
	.et_pb_menu .et_mobile_menu {
		top: 110%;
	}
}

.et_mobile_nav_menu {
	margin: 0 !important;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
	background-color: transparent;
}

.et-db #et-boc .et-l .primary-menu li.menu-brands > a, .et-db #et-boc .et-l .primary-menu .et_mobile_menu li.menu-brands > a {
	font-size: 15px;
	font-weight: 700;
	-webkit-text-stroke: inherit !important;
}

.et-db #et-boc .et-l .primary-menu .menu-brands > a::before {
	content: '';
	border-top: 1px solid #000;
	display: block;
	padding-bottom: 20px;
	width: 260px;
}

/* NAVBAR END */

/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: \"ETModules\";
		content: \'\\4c\';
		color: #ffffff;
	padding: 3px;
	font-size: 18px;
	font-weight: 700;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: \'\\4b\';
}

/* CONTACT FORM */

.row {
	display: flex;
	margin-bottom: 1em;
}

.column {
	flex: 50%;
	margin-right: 2.5%;
}

.row .column:last-child {
	margin-right: 0% !important;
}

@media screen and (max-width: 600px) {
	.row {
		flex-direction: column;
	}

	.column {
		width: 100%;
		margin-right: 0 !important;
	}
}

.wpcf7-form-control {
	width: 100% !important;
}

.wpcf7-textarea {
	height: 70px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-number, .wpcf7-select {
	padding: 1em !important;
	font-size: 16px;
	letter-spacing: 0.8px;
}

#contact-form .wpcf7-text, #contact-form .wpcf7-textarea, #contact-form .wpcf7-number {
	color: #000 !important;
	border: 1px solid #707070 !important;
	background: transparent !important;
}

#contact-form .wpcf7-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("data:image/svg+xml,%3Csvg%20xmlns='http%3A//www.w3.org/2000/svg'%20width='14'%20height='14'%20fill='none'%20stroke='%23666'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M6%209l6%206%206-6'/%3E%3C/svg%3E") 
		no-repeat right 1rem center;
	background-size: 1.5rem;
	padding-right: 2.5rem !important;
	border: 1px solid #707070 !important;
	color: #000;	
}

#contact-form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #000 !important;
	opacity: 1;
}

.wpcf7-submit {
	max-width: 156px;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	font-weight: 800;
	letter-spacing: 1.4px;
	padding: 12px;
	display: block;
	cursor: pointer;
	transition: all 0.3s;
	background: #ADADAD;
	border-radius: 20px;
	border: none;
}

/* CONTACT FORM END */

/* FOOTER */

@media (max-width: 980px) {
	.footer-social {
		text-align: center;
	}
}

.footer-section h3, ul.footer-links, .footer-social {
	margin-left: 18px;
}

.footer-social-icons:not(:last-child) {
	padding-right: 10px;
}

.footer-social {
	display: flex;
}

.footer-social img {
	width: 35px;
}

/* Hover effect to swap images */
.footer-social-icons:hover img[src="/wp-content/uploads/2025/03/linkedin-icon.svg"] {
	content: url('https://geospacedev.versacreativedev.com/wp-content/uploads/2025/04/linkedin-icon-color.svg');
}

.footer-social-icons:hover img[src="/wp-content/uploads/2025/03/facebook-icon.svg"] {
	content: url('https://geospacedev.versacreativedev.com/wp-content/uploads/2025/04/facebook-icon-color.svg');
}


.footer-img-col {
	width: auto !important;
}

.horizontal-line-footer {
	height: 2px;
	max-width: 105px;
	border: none;
	margin-left: 0;
}

.line-red {
	background-color: #D2001B;
}

.line-blue {
	background-color: #287BC0;
}

.line-green {
	background-color: #1BAEA6;
}

.line-white {
	background-color: #FFF;
}

.footer-section h3, ul.footer-links, .footer-social {
	margin-left: 18px;
}

ul.footer-links {
	list-style-type: none;
	padding: 0;
}

.footer-links li {
	margin-bottom: 10px;
	padding-left: 0 !important;
}

.footer-img-col {
	width: auto !important;
}

.footer-section > .et_pb_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer-link-col {
	flex: 1;
}

@media only screen and (min-width: 981px) {
	.footer-link-col {
		margin-right: 10.5% !important;
	}
}

@media only screen and (max-width: 980px) {
	.footer-section > .et_pb_row {
		display: flex;
		flex-direction: column-reverse;;
	}
}

/* FOOTER END*/


/* PRODUCT PAGE */


.green-bullets li::marker {
	color: #1baea6 !important;
}


.pdf_flex{
	text-align:center;
	/*
	display:flex !important;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	*/
}
.pdf_flex > p{
	/* 	flex: 1 0;
	padding-bottom:0; */
	display: inline-flex;

}

.pdf_flex {
	padding: 0 1em;
	overflow:none;
}

@media only screen and (min-width: 480px) {
	.pdf_flex p:not(:last-child) {
		margin-right: 2.5%;
	}
}

@media only screen and (max-width: 479px) {
	.pdf_flex {
		flex-direction: column;
	}
}

.parent-products .flex-viewport {
	border: 1px solid #707070 !important;
}

.parent-products li::marker {
	color: #287BC0;
}

.parent-water-valves li::marker {
	color: #1baea6;
}

.parent-sensors-and-geophones li::marker {
	color: #d2001b;
}

.image-display-section .et_pb_image {
	border-radius: 50px;
	background: #fff;
}

@media only screen and (max-width: 980px) {
	.image-display-section .et_pb_image {
		max-width: 250px;
	}
}

/* edit to remove padding on parent section of all instances where dipl_breadcrumb is used */
.breadcrumb-section {
	padding-top: 0 !important;
}

.et-db #et-boc .et-l .dipl_breadcrumb_1 .dipl-breadcrumb-inner li:last-of-type:after {
	content: "" !important;
}

.woocommerce div.product div.images .flex-control-thumbs li:not(:last-child){
	margin-right: 3.66% !important;
	margin-bottom: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child{
	margin-right: 0% !important;
}

.flex-control-thumbs {
	display: flex;
}

@media only screen and (max-width: 980px) {
	.flex-control-thumbs {
		flex-wrap: wrap;
		justify-content: center;
	}
	.woocommerce div.product div.images .flex-control-thumbs li{
		width: 12% !important;
	}
	.woocommerce div.product div.images .flex-control-thumbs li:not(:last-child){
		margin-right: 2.66% !important;
	}

}

.product-accordion .et_pb_accordion_item {
	margin-bottom: 3em !important;
}

.product-accordion table {
	border-collapse: collapse;
	width: 100%;
}

.product-accordion table td {
	width: 33.3333%;
	border: none;
	padding: 10px;
}

@media only screen and (min-width: 768px) {
	.product-accordion table td {
		padding: .857em 6% !important;
	}
}

.product-accordion table tr {
	border-top: 1px solid #dee2e6;
}

.product-accordion table tr:first-child {
	border-top: 0;
}

.product-accordion table td:first-child .cell-inner {
	font-weight: 700;
	text-transform: uppercase;
}

.product-accordion .cell-inner {
	max-width: 500px;
	margin: 0 auto;
}

@media only screen and (max-width: 980px) {
	.product-accordion .et_pb_toggle_content {
		overflow-x: scroll;
	}
}

.et-db #et-boc .et-l .product-accordion .et_pb_toggle_open .et_pb_toggle_title:before {
	display: block!important;
	content: "\32" !important;
}

.et-db #et-boc .et-l .product-accordion .et_pb_toggle_title:before {
	right: 20px !important;
	content: "\33" !important;
}

/* .card_overlay {
display: flex;
width: 311px;
height: 311px;
position: relative;
margin: 0 auto;
overflow: hidden;
}

.card_overlay img {
width: 100%;
height: auto;
display: block;
}

.card_overlay_text {
background-color: #92c034;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
text-align: center;
padding: 0 2.5rem;
transition: all 0.3s ease;
opacity: 0;
z-index: 2;
}

.card_overlay:hover .card_overlay_text {
opacity: 1;
} */

.dipl-breadcrumb-inner {
	flex-wrap: wrap;
}

/* PRODUCT PAGE END */

/* RESERVOIR INTELLIGENCE PAGE */

/* clickable image */
#wrapper {
	width: 100%;
	max-width: 100%; /*actual width of image-- behaves strangely if exceeding this*/
	position: relative;
}

#res-img-wrapper img {
	max-width: 100%;
}

#res-img-wrapper a {
	transition: all 0.3s;
	border-radius: 8px;
}

#res-img-wrapper a:hover {
	background: #287BC0;
	opacity: 0.5;
}

#wda {
	/*   border: 1px solid red; */
	height: 20%;
	width: 27%;
	position: absolute;
	left: 3%;
	top: 60%;
}

#g_hca {
	/*   border: 1px solid blue; */
	height: 23%;
	width: 26%;
	position: absolute;
	left: 33%;
	top: 421;
}

#p_geo {
	/*   border: 1px solid green; */
	height: 20%;
	width: 25%;
	position: absolute;
	left: 30%;
	top: 70%;
}

#b_seis {
	/*   border: 1px solid cyan; */
	height: 21%;
	width: 26%;
	position: absolute;
	left: 58%;
	top: 57%;
}

#r_down {
	/*   border: 1px solid magenta; */
	height: 21%;
	width: 27%;
	position: absolute;
	left: 71%;
	top: 37%;
}

#sadar {
	/*   border: 1px solid yellow; */
	height: 21%;
	width: 27%;
	position: absolute;
	left: 59%;
	top: 9%;
}

@media only screen and (min-width: 421px) and (max-width: 981px) {
	#wda {
		top: 55%;
	}

	#g_hca {
		top: 36%;
	}

	#p_geo {
		top: 64%;
	}

	#b_seis {
		top: 451%;
	}

	#r_down {
		top: 32%;
	}

	#sadar {
		top: 3%;
	}
}

@media only screen and (max-width: 420px) {
	#wda {
		top: 34%;
	}

	#g_hca {
		top: 19%;
	}

	#p_geo {
		top: 39%;
	}

	#b_seis {
		top: 32%;
	}

	#r_down {
		top: 18%;
	}

	#sadar {
		top: 0%;
	}
}

/* RESERVOIR INTELLIGENCE PAGE END */

/*set the Divi menu dropdown auto width*/
@media only screen and (min-width: 981px) {
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
	}

	.nav li li {
		white-space: nowrap;
	}

	.nav li li a {
		width: auto !important;
	}
}

/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
ul.et_mobile_menu .menu-item-has-children .children {
	display: none !important;
	visibility: hidden !important;
}

/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
ul.et_mobile_menu .menu-item-has-children .children.visible {
	display: block !important;
	visibility: visible !important;
}

/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\35';
	color: #000;
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\34';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}

/*change the visibility of the menu submenu on click*/

.nav li.et-touch-hover>ul,
.nav li:hover>ul {
	opacity: 0;
	visibility: hidden;
}

ul.sub-menu.hide {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	pointer-events: none;
	transition: opacity 300ms ease, visibility 300ms ease;
	position: absolute;
}

ul.sub-menu.hide.visible {
	opacity: 1;
	visibility: visible;
	z-index: 999;
	pointer-events: auto;
	position: absolute;
	height: 60vh;
}


/* CUSTOM MENU CSS */

.et_pb_menu .et_pb_menu__menu>nav>ul>li {
	position: static;
}

.et-menu-nav li > ul {
	width: 100%;
	position: absolute !important;
	left: 0px !important;
	padding: 30px 20px;
}

.sub-menu {
	columns: 1;
	display: flex;
	flex-direction: column;
}

.nav li, .nav li li {
	display: flex;
	align-items: center;
}

.nav li li {
	position: static;
}


.nav li li ul {
	width: 50%;
	transform: translateX(100%);
	position: absolute !important;
	top: 0;
	overflow-y: scroll;
	height: 100%;
}


.et_mobile_menu ul.sub-menu.visible {
	position: absolute;
	left: 0;
	transform: translateX(-5%);
	width: 100vw;
	height: 100vh;
	z-index: 9999;
}

.et_mobile_menu li a {
	padding: 10px 0 !important;
}

ul.et-menu > li > ul.sub-menu > li {
	width: 50%;
}

ul.et-menu>li>ul.sub-menu>li.menu-item-has-children > a::after {
	font-family: "ETModules";
	content: '' !important;
	/* 	color: #000;
	padding: 3px;
	display: inline;
	top: 5px; */
}

.et-menu li li a {
	padding: 10px 20px;
}

.et_mobile_menu li li {
	margin-left: 7%;
	margin-right: 7%;
	padding-left: 0;
}

.submenu-toggle {
	position: relative;
	right: -10px;
	top: 10px;
	transform: translateY(-50%);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.arrow-icon {
	display: block;
	stroke: #000;
	transition: transform 0.3s ease;
}

/* CUSTOM MENU CSS END*/

/* EVENTS */

.mec-wrap :not(.elementor-widget-container)>p, .mec-single-event .mec-event-meta h6, .mec-single-event-sponsor span, .mec-wrap abbr, .mec-single-event .mec-event-meta .mec-events-event-categories a, .mec-single-event .mec-event-meta dd, .mec-single-event .mec-event-meta dd.mec-organizer-email a, .mec-single-event .mec-event-meta dd a {
	font-family: 'Source Sans Pro';
	color: #363636;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
}

.mec-events-button {
	font-family: 'Source Sans Pro';
	font-size: 17px;
}

.mec-single-event .mec-single-event-location dl dd i {
	margin-left: 0;
}

#block-2, #block-3, #block-4 {
	display: none;
}

/* EVENTS END */

/* COMPANY */



.bio-flex-row .et_pb_column {
	display: flex !important;
	flex-direction: column !important;
}
.bio-flex-row .et_pb_column .et_pb_button_module_wrapper {
	margin-top: auto;
}



@media screen and (max-width: 479px) {
	.bio-flex-row .et_pb_column.et_pb_column_11,
	.bio-flex-row .et_pb_column.et_pb_column_15,
	.bio-flex-row .et_pb_column.et_pb_column_19 {
		margin-bottom: 0px;
	}
}


/* COMPANY END */

/* QUALITY */

@media screen and (max-width: 980px) {
	.quality-bul-one {
		margin-bottom: 0px;
	}
	.quality-bul-one ul {
		padding-bottom: 0px;
	}
}

/* QUALITY END */

/* SOLUTION INTERIOR PAGES CSS */

.overflow-visible-section {
	overflow: visible !important;
}

.icon-text-combo div {
	display: inline-flex;
	align-items: center; 
	gap: 0.5em;
}

/*custom responsive list*/

.cus-responsive-list {
	display: grid;
	grid-template-columns: repeat(5, 20%);
	gap: 1rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cus-responsive-list li {
	list-style-type: none;
}

/* tablet / small desktop: 3 columns */
@media screen and (max-width: 1200px) {
	.cus-responsive-list {
		grid-template-columns: repeat(3, 33.33%);
	}
}

/* tablet / large phone: 2 columns */
@media screen and (max-width: 768px) {
	.cus-responsive-list {
		grid-template-columns: repeat(2, 50%);
	}
}

/* mobile: single column */
@media screen and (max-width: 480px) {
	.cus-responsive-list {
		grid-template-columns: 100%;
	}
}

/* extra styling */
.cus-responsive-list a {
	display: block;
	padding: 0.75rem 1rem;
	text-decoration: none;
	text-align: center;
}

/* SOLUTION INTERIOR PAGES CSS END */

/* INVESTOR RELATIONS PAGE */

.investor-three-col {
	width: 20% !important;
}

@media (max-width: 980px) {
	.investor-three-col { 
		width: 100% !important; 
	}
}

.investor-responsive-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.investor-responsive-list a {
	color: #000;
}

.investor-responsive-list > li {
	justify-items: center;
}

.investor-responsive-list li {
	flex: 1 1 20%;
	padding: 0.5rem;
	list-style-type: none;
}

.investor-responsive-list > li > a {
	font-weight: 600;
}

.investor-responsive-list li ul {
	padding-inline-start: 0px;
}

.ann-reports {
	text-align: center;
}

@media (min-width: 769px) {
	.investor-responsive-list li { 
		flex: 1 1 25%; 
	}
}

@media (max-width: 768px) {
	.investor-responsive-list li { 
		flex: 1 1 33.33%; 
	}
}

@media (max-width: 425px) {
	.investor-responsive-list li { 
		flex: 1 1 50%; 
	}
}

@media screen and (max-width: 479px) {
	.board-of-directors .bio-flex-row .et_pb_column.et_pb_column_14 {
		margin-bottom: 0px;
	}
	.board-of-directors .bio-flex-row .et_pb_column.et_pb_column_18 {
		margin-right: 0px !important;
	}
}

/*stocks chart*/

/*mobile*/
@media screen and (max-width: 425px) {
	.sc-grid__header-cell-text {
		font-size: 6px;
	}
}

/* INVESTOR RELATIONS PAGE END */

/* CAREER */

.career-carousel .dipl_image_card_carousel_item .et_pb_module_inner,
.career-carousel .dipl_image_card_carousel_item .dipl_image_card_wrapper,
.career-carousel .dipl_image_card_carousel_item .dipl_image_card_image_wrapper {
	height: 100%;
}

.career-carousel .dipl_image_card_image_wrapper img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* CAREER END */

/* CONTACT PAGE */

.contact-two-col {
	width: 33.3333% !important;
}

@media (max-width: 980px) {
	.contact-two-col { 
		width: 100% !important; 
	}
}

/* CONTACT PAGE END */