.industries-tab-content .tab-pane {
    display: none;
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
  border-left: 5px solid var(--primary)!important;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
  border-left: 5px solid #E5E7E4!important;
  color: var(--secondary);
  font-weight: bold;
}
.industries-nav-tabs {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
.industries-nav-tabs:before {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	content:"";
	width:5px;
	border-radius:10px;
	background:#E5E7E4;
}
.industries-nav-tabs li {
	margin:0;
	position:relative;
	padding:10px 10px 10px 30px;
}
.industries-nav-tabs li a{
	cursor:pointer;
}
.industries-nav-tabs li.active:before {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:5px;
	content:"";
	border-radius:10px;
	background:#52C5D2;
}
.industries-nav-tabs li a {
	color:#082940;
	font-size:18px;
	font-weight:700;
}
.industries-nav-tabs li a:hover,
.industries-nav-tabs li.active a {
	color:#52C5D2;
}
.services-tab-content h3 {
	font-weight:700;
	font-family:"Artegra Sans", sans;
}
.services-tab-content p {
	margin-top:0;
}
.services-tab-content p span {
	display:block;
	margin:0 0 20px;
}