.course-categories-loop {
	display: flex;
	gap: 20px;
}

.course-categories-loop.course-categories-loop-big {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.course-categories-loop .course-category {
	border-radius: 16px;
	padding: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	cursor: pointer;
	transition: all 0.3s ease;
}

.course-categories-loop .course-category.course-category-big {
	height: 20vw;
	max-height: 250px;
	min-height: 205px;
	align-items: center;
}

.course-categories-loop .course-category.first-aid {
	background-color: #38563f;
}

.course-categories-loop .course-category.asbestos-safety {
	background-color: #5b3b62;
}

.course-categories-loop .course-category.health-safety {
	background-color: #465b8b;
}

.course-categories-loop .course-category.fire-safety {
	background-color: #814548;
}

.course-categories-loop .course-category.driver-cpc {
	background-color: #2c3735;
}

.course-categories-loop .course-category.manual-handling {
	background-color: #5b4b3f;
}

.course-categories-loop .course-category.mental-health {
	background-color: #43685d;
}

.course-categories-loop .course-category.business-training {
	background-color: #605868;
}

.course-categories-loop .course-category:hover {
	transform:scale(1.05);
-webkit-box-shadow: 0px 10px 65px 10px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 65px 10px rgba(0,0,0,0.3);
box-shadow: 0px 10px 65px 10px rgba(0,0,0,0.3);
background-color: white!important;
}

.course-categories-loop .course-category.first-aid:hover .category-title, .course-categories-loop .course-category.first-aid:hover .category-view-more {
	color: #38563f;
}

.course-categories-loop .course-category.asbestos-safety:hover .category-title, .course-categories-loop .course-category.asbestos-safety:hover .category-view-more {
	color: #5b3b62;
}

.course-categories-loop .course-category.health-safety:hover .category-title, .course-categories-loop .course-category.health-safety:hover .category-view-more {
	color: #465b8b;
}

.course-categories-loop .course-category.fire-safety:hover .category-title, .course-categories-loop .course-category.fire-safety:hover .category-view-more {
	color: #814548;
}

.course-categories-loop .course-category.driver-cpc:hover .category-title, .course-categories-loop .course-category.driver-cpc:hover .category-view-more {
	color: #2c3735;
}

.course-categories-loop .course-category.manual-handling:hover .category-title, .course-categories-loop .course-category.manual-handling:hover .category-view-more {
	color: #5b4b3f;
}

.course-categories-loop .course-category.mental-health:hover .category-title, .course-categories-loop .course-category.mental-health:hover .category-view-more {
	color: #43685d;
}

.course-categories-loop .course-category.business-training:hover .category-title, .course-categories-loop .course-category.business-training:hover .category-view-more {
	color: #605868;
}

.course-categories-loop .course-category.first-aid:hover span svg path {
	fill: #38563f;
}

.course-categories-loop .course-category.asbestos-safety:hover span svg path {
	fill: #5b3b62;
}

.course-categories-loop .course-category.health-safety:hover span svg path {
	fill: #465b8b;
}

.course-categories-loop .course-category.fire-safety:hover span svg path {
	fill: #814548;
}

.course-categories-loop .course-category.driver-cpc:hover span svg path {
	fill: #2c3735;
}

.course-categories-loop .course-category.manual-handling:hover span svg path {
	fill: #5b4b3f;
}

.course-categories-loop .course-category.mental-health:hover span svg path {
	fill: #43685d;
}

.course-categories-loop .course-category.business-training:hover span svg path {
	fill: #605868;
}

.course-categories-loop .course-category.course-category-small {
	width: 265px;
	height: auto;
}

.course-categories-loop.course-categories-loop-big .course-category.course-category-big .category-svg-icon svg {
	width: 120px;
	height: 120px;
}

.course-categories-loop .course-category .category-title {
	color: white;
	font-size: 22px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.course-categories-loop .course-category .category-view-more {
	color: white;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.course-categories-loop .course-category .category-svg-icon svg {
	width: 80px;
	height: 80px;
	transition: all 0.3s ease;
}

.category-title-only {
	color: white;
	font-size: 18px;
	font-weight: 500;
}

.categories-title-loop {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
}

.categories-title-loop.categories-title-stacked {
	display: flex;
	flex-direction: column;
    gap: 0px;
	margin-top: 10px;
}

footer .category-title-only {
	font-family: montserrat, Sans-serif;
    font-size: 14px;
    font-weight: 400;
	margin-bottom: 0px;
}

.categories-with-courses-loop {
	display: flex;
  	flex-wrap: wrap;
    width: 100%;
	position: relative;
	z-index: 1;
	gap: 20px;
}

.categories-with-courses-loop > div {
    width: calc(25% - 20px);
}

.categories-with-courses-loop.support-loop > div {
	width: calc(33% - 20px);
}

.categories-with-courses-loop .category-title a {
	text-decoration: none;
	color: white!important;
    font-family: var(--e-global-typography-1932604-font-family), Sans-serif;
    font-size: var(--e-global-typography-1932604-font-size);
    font-weight: var(--e-global-typography-1932604-font-weight);
    line-height: var(--e-global-typography-1932604-line-height);
    letter-spacing: var(--e-global-typography-1932604-letter-spacing);
    word-spacing: var(--e-global-typography-1932604-word-spacing);
}

.categories-with-courses-loop ul {
	color: white;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.categories-with-courses-loop ul li {
	margin-bottom: 8px;
}

.categories-with-courses-loop ul li a {
	color: white!important;
	position: relative;
}

.categories-with-courses-loop ul li a:before {
	content: "";
	height: 2px;
	width: 0px;
	position: absolute;
	bottom: -2px;
	left: 0px;
	transition: all 0.3s ease;
	background: white;
}

.categories-with-courses-loop ul li a:hover:before {
	width: 100%;
}

.view-all-courses {
	font-weight: bold!important;
}

.menu-trigger {
	position: relative;
}

.menu-trigger:before {
    display: none;
    width: 30px;
    height: 30px;
    background: #abb491;
    content: "";
    position: absolute;
    bottom: -38px;
    transform: translate(-50%, 0%) rotate(45deg);
    left: 50%;
    transition: all 0.3s ease;
}

.menu-trigger:hover:before,
.menu-trigger.active:before {
    display: block;
}

.menu-trigger > a.elementor-item {
	position: relative;
}

.menu-trigger > a.elementor-item:after {
	content: "▼";
	position: absolute;
    right: 0px;
    bottom: 0px;
    color: white;
    opacity: 1 !important;
    font-size: 8px;
    left: 100%;
    transform: translate(5px, -31px);
}

#requalify-container {
	display: flex;
	gap: 1rem;
	flex-direction: column;
    width: 70%;
    margin: 0px auto;
}

#requalify-container select {
	border: none;
    padding: 8px 16px;
    border-right: 10px solid white;
    border-left: 10px solid white;
	border-radius: 10px;
    min-width: 300px;
    max-width: 480px;
}

#requalify-container label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

#requalify-container label span {
	font-weight: bold;
	display: block;
    width: 100px;
}

#requalify-container #course-list-wrap {
	display: none;
}

#requalify-text {
	transition: all 0.3s ease;
	text-align: center;
}

#requalify-text a {
	text-decoration: none;
    background: #213433;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    font-weight: bold;
    color: white;
}

#requalify-text.isActive {
	padding-top: 40px;
	padding-bottom: 40px;
}


.lds-default {
	display: none;
	transition: all 0.3s ease;
	opacity: 0;
	pointer-events: none;
	position: relative;
  	width: 80px;
  	height: 80px;
  	margin: 0px auto;
}

.lds-default.isActive {
	opacity: 1;
	display: block;
}

.lds-default,
.lds-default div {
  box-sizing: border-box;
}

.lds-default div {
  position: absolute;
  width: 6.4px;
  height: 6.4px;
  background: currentColor;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 36.8px;
  left: 66.24px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22.08px;
  left: 62.29579px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11.30421px;
  left: 51.52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7.36px;
  left: 36.8px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11.30421px;
  left: 22.08px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22.08px;
  left: 11.30421px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 36.8px;
  left: 7.36px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 51.52px;
  left: 11.30421px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62.29579px;
  left: 22.08px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66.24px;
  left: 36.8px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62.29579px;
  left: 51.52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 51.52px;
  left: 62.29579px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.requalify-container #requalify-container {
	margin: 0px;
	width: 100%;
    align-items: flex-start;
}

.requalify-container #requalify-container select {
	border: 1px solid black;
}

.requalify-container #requalify-text {
	text-align: left;
	padding-top: 20px;
    padding-bottom: 0px;
}

.em-event.em-item {
	border: 1px solid #ccc;
    padding: 12px;
    border-radius: 16px;
}

.em-event-meta.em-item-meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.em-item-actions.input {
	margin-top: 20px;
}

.em-item-info .em-item-meta-line.em-event-date.em-event-meta-datetime {
	font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.em-event.em-item .em-event-book-now.button {
	border: none;
}

.view-basket-wrap {
	display: none;
}

@media screen and (max-width: 1024px) {
	.course-categories-loop {
		flex-wrap: wrap;
    	justify-content: center;
	}
	.course-categories-loop .course-category.course-category-small {
		width: 23%;	
	}
}

@media (max-width: 767px) {
	.course-categories-loop .course-category.course-category-small {
		width: 100%;	
	}
}
