h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

/*
* Cadex Accessories
*/
.cdx-accessories {
	text-align: center;
	width: 100%;
	height: auto;
}

h3.cdx-title {
	font-size: 15px !important;
	font-weight: 600;
	margin-bottom: 8px;
	padding-top: 28px;
}


a.accessories_link {
	display: inline-block;

}

h4.cdx-desc {
	font-weight: 400;
	font-size: 15px !important;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.cdx_member img {
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
}

i.cdx-icon.eicon-hotspot {
	color: #ff4438;
}

.cdx-icon:hover {
	color: #fff !important;
	transition: color 300ms ease-in-out;
}

/* Cadex Breadcrumbs*/

p#breadcrumbs a:hover{
	opacity: 0.6;
	transition: all 300ms ease-in-out;
}

/* Leadersheap Members */

.cdx_leaders {
	text-align: center;
}

.cdx_member {
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
}

.cdx_leaders span {
	font-size: 15px;
	font-weight: 600;
}

.elementor-widget-container {
	padding: 0 !important;
}

.cdx_leaders h4 {
	font-size: 16px;
}

.info_contacts {
	line-height: 30px;
}

.info_contacts span {
	font-weight: 600;
	font-size: 14px;
}

.elementor-column.elementor-col-25.elementor-inner-column.elementor-element.elementor-element-5e78dee.animated-slow > div > div > div > div > div > h4{
	padding-top: 3px !important;
}

/* CDX Product Icons*/

.cdx_icons_container {
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.icon_items {
	margin-left: 15px;
}

.icon_items:first-child {
	margin-left: 0;
}

.icon_items img {
	width: 75px;
}

.single_icon img {
	margin-left: 15px;
	width: 180px;
}

.cdx_leaders p {
	margin-bottom: 0;
}

.elementor-widget-cdx-products-list > .elementor-widget-container{
	margin: 0 !important;
}

h2.cdx_title{
	transition: all 300ms ease;
}

h2.cdx_title:hover{
	opacity: 0.8;
	transition: all 300ms ease;
}

.cdx-products{
	display: inline-block;
}

/* Cadex Text */

.cdx-text__item p > a {
  background: linear-gradient(#FF4438 0 0)
     50% calc(-3px - 100%) /var(--d, 0%) 200% no-repeat !important;
  transition: 0.3s, background-size 0.3s 0.3s !important;
	text-decoration: none !important;
  font-weight: 300 !important;
  color: #FF4438 !important;
	padding: 0 5px;
}
.cdx-text__item p > a:hover {
  --d: 100% !important;
  background-position: 50% 0% !important;
  color: #fff !important;
  transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s !important;
}

/* Media Queries */

@media only screen and (max-width: 768px) {

	.cdx_leaders h4 {
		font-size: 14px;
	}

	.cdx_leaders a {
		font-size: 11px;
	}


	.leader_country {
		font-size: 13px;
	}

	.leader_role {
		font-size: 14px;
	}

	.cdx_email {
		font-size: 12px;
	}

	h3.cdx-title {
		font-size: 10px !important;
	}

	h4.cdx-desc {
		font-size: 10px !important;
	}

	.info_contacts span {
		font-size: 12px;
	}

	.info_contacts a {
		font-size: 12px;
	}

	p#breadcrumbs{
		font-size: 12px !important;
	}

}

@media only screen and (max-width: 460px) {
	.cdx_leaders h4 {
		font-size: 18px;
	}

	.cdx_leaders a {
		font-size: 14px;
	}

	.leader_country {
		font-size: 15px;
	}

	.leader_role {
		font-size: 16px;
	}

	.cdx_email {
		font-size: 14px;
	}

	.cdx_icons_container {
		flex-wrap: wrap;
	}

	.icon_items img {
		width: 36px;
	}

	.single_icon img {
		margin-top: 15px;
		width: 100px;
	}

	h3.cdx-title {
		font-size: 16px !important;
	}

	h4.cdx-desc {
		font-size: 16px !important;
	}

	.info_contacts span {
		font-size: 14px;
	}

	.info_contacts a {
		font-size: 14px;
	}

	#top-bar-inner{
		display: flex;
		justify-content: center;
	}

}
@media only screen and (max-width: 400px) {

	.cdx_icons_container .icon_items:nth-child(8){
		margin-top: 20px;
	}

	.cdx_icons_container{
		gap: 10px;
	}

	#breadcrumbs{
		text-wrap: balance;
	}


}