.training_carousel_wrapper {
	position: relative;
}

.training_arrows .arrow {
	width: 30px;
	height: 39px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
	background-size: 20px 39px;
	background-repeat: no-repeat;
}

.training_arrows .arrow.left {
	left: 0;
	background-image: url(/wp-content/themes/spiraltrain/assets/images/arrow-left.svg);
	background-position: top left;
}

.training_arrows .arrow.right {
	right: 0;
	background-image: url(/wp-content/themes/spiraltrain/assets/images/arrow-right.svg);
	background-position: top right;
}

.training_carousel_inside {
	width: 300px;
	max-width: 100%;
	margin: auto;
	border-radius: 4px;
	overflow: hidden;
}

.training_carousel_inside {
	background: rgba(0, 0, 0, 0.3);
}

.carousel_header {
	background: #1D6095;
	color: white;
	padding: 8px 11px 7px;
	position: relative;
}

.carousel_header .carousel_title {
	font-size: 18px;
	line-height: 1.21;
	font-weight: bold;
}

.carousel_icon {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 33px;
	background-image: url(/wp-content/themes/spiraltrain/assets/images/computer.svg);
	width: 27px;
	height: 20px;
	background-size: 27px 20px;
}

.carousel_count {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 9px;
	background: #E77828;
	font-size: 14px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-weight: bold;
}

.carousel_slide {
	padding: 10px 11px 14px;
	color: #E7C71E;
	color: #E77828;
	display: none;
}

.carousel_slide:hover {
	text-decoration: none;
	color: #E77828;
}

.carousel_slide.active {
	display: block;
}

.carousel_slide .training_title {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	margin-bottom: 6px;
}

.training_details {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 9px;
}

.training_details_line {
	position: relative;
}

.training_details_line > div:last-child {
	position: absolute;
	right: 0;
	top: 0;
}

.signup_button_carousel {
	width: 100%;
	border-radius: 4px;
	background: #3C8D3F;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 8px;
	box-shadow: inset 0 -2px 0 0 #18561b;
	color: white;
	text-decoration: none;
}

.signup_button_carousel:active,
.signup_button_carousel:focus,
.signup_button_carousel:hover {
	color: white;
	text-decoration: none;
	background: #348137;
}

.training_arrows .arrow.left {
	left: 0;
}

.training_arrows .arrow.right {
	right: 0;
}

.training_carousel_wrapper {
	padding: 0 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
	#home_header .vc_col-sm-8,
	#home_header .vc_col-sm-4 {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.training_carousel_inside {
		background: #144368;
	}

	#home_header {
		background-color: #1D6095;
		padding-bottom: 33px;
	}

	.training_carousel_wrapper {
		margin-top: 0;
		width: 370px;
		max-width: 100%;
		margin: auto;
	}

	#home_header h1 {
		font-size: 50px !important;
	}
}

@media (max-width: 767px) {
	#home_header > .container > .vc_row {
		background-size: auto 293px !important;
	}

	#home_header > .container > .vc_row:before {
		width: 100%;
		content: '';
		display: block;
		height: 178px;
		position: absolute;
		background: linear-gradient(180deg, rgba(29, 96, 149, 0.2) 0%, rgba(29,96,149,0) 100%);
	}

	#home_header h1 {
		font-size: 18px !important;
		line-height: 1.5 !important;
	}

	.training_carousel_wrapper {
		margin-top: 35px;
	}

	.cta_header_home {
		min-height: 41px !important;
	}
}

@media (max-width: 374px) {
	.training_carousel_inside {
		max-width: 260px;
	}

	.carousel_header .carousel_title {
		font-size: 23px;
	}

	#home_header > .container > .vc_row {
		background-size: auto 290px !important;
	}
}
