.pr_categories-grid {
	column-count:5;
	column-gap:1em;
}
.pr_categories-grid .pr_categories-grid-item {
	display:inline-block;
	margin:0 0 1em;
	width:100%;
	border-radius:8px;
	padding:10px;
	min-height:250px;
	transition:ease all 0.2s;
}
.pr_categories-grid .pr_categories-grid-item .pr_c-g-single-cat-svg {
	width:70%;
	margin:0 auto;
	transition:ease all 0.5s;
}
.pr_categories-grid .pr_categories-grid-item .pr_c-g-single-cat-title {
	font-size:24px;
	text-align:center;
	margin:0;
	line-height:1.4;
}
.pr_categories-grid .pr_categories-grid-item:hover .pr_c-g-single-cat-svg { transform:scale(1.1); }
.pr_categories-grid .pr_categories-grid-item:hover { filter:brightness(90%); }
@media (max-width: 768px) {
	.pr_categories-grid {
		display:flex;
		flex-flow:column wrap;
		height:815px;
	}
	.pr_categories-grid .pr_categories-grid-item {
		margin:0;
		height:100%;
		min-height:0;
	}
	.pr_categories-grid .pr_categories-grid-item svg { max-height:115px; }
	.pr_categories-grid .pr_categories-grid-item .pr_c-g-single-cat-title { font-size:19px; }
	.pr_categories-grid > a {
		display:flex;
		min-height:200px;
		flex:0 0 auto;
		width:33.333%;
		box-sizing:border-box;
		padding:10px 5px 0 5px;
		border-radius:8px;
		overflow:hidden;
	}
	.pr_categories-grid > a:nth-child(1) { height:400px; }
	.pr_categories-grid > a:nth-child(1) .pr_categories-grid-item .pr_c-g-single-cat-svg {
		width:220%;
		height:320px;
		margin-left:-120px;
	}
	.pr_categories-grid > a:nth-child(1) .pr_categories-grid-item .pr_c-g-single-cat-svg svg { max-height:320px; }
	.pr_categories-grid > a:nth-child(2) { height:200px; }
	.pr_categories-grid > a:nth-child(3) { height:200px; }
	.pr_categories-grid > a:nth-child(4) { height:200px; }
	.pr_categories-grid > a:nth-child(5) { height:200px; }
	.pr_categories-grid > a:nth-child(6) { height:200px; }
	.pr_categories-grid > a:nth-child(7) { height:200px; }
	.pr_categories-grid > a:nth-child(8) { height:200px; }
	.pr_categories-grid > a:nth-child(9) { height:400px; }
	.pr_categories-grid > a:nth-child(9) .pr_categories-grid-item .pr_c-g-single-cat-svg {
		width:220%;
		height:290px;
	}
	.pr_categories-grid > a:nth-child(9) .pr_categories-grid-item .pr_c-g-single-cat-svg svg { max-height:290px; }
	.pr_categories-grid > a:nth-child(10) { height:200px; }
}
@media (max-width: 470px) {
	.pr_categories-grid {
		display:flex;
		flex-flow:column wrap;
		height:540px;
		padding-left:10px;
	}
	.pr_categories-grid .pr_categories-grid-item svg { max-height:60px; }
	.pr_categories-grid .pr_categories-grid-item .pr_c-g-single-cat-title { font-size:14px; }
	.pr_categories-grid > a { min-height:100px; }
	.pr_categories-grid > a:nth-child(1) { height:260px; }
	.pr_categories-grid > a:nth-child(1) .pr_categories-grid-item .pr_c-g-single-cat-svg {
		width:220%;
		height:200px;
		margin-left:-107px;
	}
	.pr_categories-grid > a:nth-child(1) .pr_categories-grid-item .pr_c-g-single-cat-svg svg { max-height:200px; }
	.pr_categories-grid > a:nth-child(2) { height:130px; }
	.pr_categories-grid > a:nth-child(3) { height:130px; }
	.pr_categories-grid > a:nth-child(4) { height:130px; }
	.pr_categories-grid > a:nth-child(5) { height:130px; }
	.pr_categories-grid > a:nth-child(6) { height:130px; }
	.pr_categories-grid > a:nth-child(7) { height:130px; }
	.pr_categories-grid > a:nth-child(8) { height:130px; }
	.pr_categories-grid > a:nth-child(9) { height:260px; }
	.pr_categories-grid > a:nth-child(9) .pr_categories-grid-item .pr_c-g-single-cat-svg {
		width:220%;
		height:180px;
	}
	.pr_categories-grid > a:nth-child(9) .pr_categories-grid-item .pr_c-g-single-cat-svg svg { max-height:180px; }
	.pr_categories-grid > a:nth-child(10) { height:130px; }
}
@media (max-width: 430px) {
	.pr_categories-grid .pr_categories-grid-item svg { max-height:50px; }
	.pr_categories-grid .pr_categories-grid-item .pr_c-g-single-cat-title { font-size:13px; }
	.pr_categories-grid a:nth-child(1) { position:relative; }
	.pr_categories-grid a:nth-child(1) .pr_categories-grid-item .pr_c-g-single-cat-svg {
		width:100%;
		height:200px;
		margin-left:0;
		margin-top:0;
	}
	.pr_categories-grid a:nth-child(1) .pr_categories-grid-item .pr_c-g-single-cat-svg svg {
		max-height:200px;
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%) scale(1.5);
		transition:all 0.2s linear;
	}
	.pr_categories-grid a:nth-child(1) .pr_categories-grid-item:hover .pr_c-g-single-cat-svg svg { transform:translate(-50%,-50%) scale(1.6) !important; }
	.pr_categories-grid a:nth-child(9) .pr_categories-grid-item .pr_c-g-single-cat-svg {
		width:220%;
		height:160px;
	}
	.pr_categories-grid a:nth-child(9) .pr_categories-grid-item .pr_c-g-single-cat-svg svg { max-height:160px; }
}
.featured-banner-wrap {
	background-size:cover;
	border-radius:8px;
	display:flex;
	transition:all .5s;
	position:relative;
	overflow:hidden;
}
.featured-banner-wrap padding: 0

	.featured-banner-video-bg {
	position:absolute;
	left:0;
	bottom:0;
	min-width:100%;
	min-height:100%;
}
.featured-banner-wrap padding: 0

	.featured-banner-video-bg video {
	display:block;
	margin:0;
}
.featured-banner-wrap .featured-banner__content-wrap {
	position:relative;
	z-index:1;
	transition:ease all 0.5s;
}
.featured-banner-wrap .featured-banner__content-wrap .fb_content {
	color:#fff;
	font-weight:400;
}
.featured-banner-wrap .featured-banner__content-wrap .fb_content p {
	margin:0;
	color:#fff;
	font-size:20px;
}
.featured-banner-wrap .featured-banner__content-wrap .fb_content.fb_push_up { margin-top:-33px; }
.featured-banner-wrap .featured-banner__content-wrap .fb_button {
	background:#1075bb;
	padding:10px 20px;
	text-align:center;
	border-radius:25px;
	color:#fff;
	font-weight:400;
	text-decoration:none;
	font-size:15px;
	display:inline-block;
	margin-top:20px;
	min-width:200px;
}
.featured-banner-wrap::after {
	content:"";
	width:100%;
	height:100%;
	background:black;
	opacity:0;
	display:block;
	position:absolute;
	top:0;
	left:0;
	border-radius:8px;
	transition:ease opacity 0.5s;
}
.featured-banner-wrap:hover .featured-banner__content-wrap { transform:scale(1.02); }
.featured-banner-wrap:hover:after { opacity:0.2; }
.featured-banner-small {
	height:250px;
	font-size:21px;
}
.featured-banner-small .featured-banner__content-wrap { width:100%; }
.featured-banner-large {
	height:350px;
	font-size:30px;
}
.featured-banner-large .featured-banner__content-wrap {
	width:50%;
	align-self:flex-end;
}
.featured-banner-left {
	text-align:left;
	align-items:left;
	justify-content:flex-start;
}
.featured-banner-center {
	text-align:center;
	align-items:center;
	justify-content:center;
}
.featured-banner-right {
	text-align:right;
	align-items:right;
	justify-content:flex-end;
}
@media (max-width: 1200px) {
	.featured-banner-large { font-size:25px; }
	.featured-banner-large .featured-banner__content-wrap { width:75%; }
	.featured-banner-wrap .featured-banner__content-wrap .fb_button { padding:10px 15px; }
	.featured-banner-small { font-size:18px; }
}
@media (max-width: 768px) {
	.featured-banner-large { font-size:30px; }
	.featured-banner-large .featured-banner__content-wrap {
		width:100%;
		align-self:center;
	}
	.featured-banner-wrap .featured-banner__content-wrap .fb_button { padding:10px 40px; }
	.featured-banner-small { font-size:21px; }
	.featured-banner-right {
		text-align:center;
		align-items:center;
		justify-content:center;
	}
	.featured-banner-wrap.featured-banner-small {
		font-size:17px;
		padding:20px;
	}
}
@media (max-width: 767px) {
	.featured-banner-wrap.featured-banner-small {
		margin-bottom:15px;
		font-size:20px;
	}
	.featured-banner-wrap.featured-banner-large {
		padding:20px;
		font-size:20px;
	}
}
.featured-banner-wrap div {
	height:100%;
	width:100%;
}
.featured-banner-wrap i.slick-arrow {
	z-index:9;
	color:white;
}
.featured-banner-wrap i.slick-arrow.slick-prev, .featured-banner-wrap-slider i.slick-arrow.slick-prev {
	left:15px;
	color:#fff;
	z-index:9;
}
.featured-banner-wrap i.slick-arrow.slick-next, .featured-banner-wrap-slider i.slick-arrow.slick-next {
	right:0px !important;
	color:#fff;
	z-index:9;
}
.featured-banner-wrap .featured-banner__content-wrap {
	position:absolute;
	z-index:1;
	transition:ease all 0.5s;
	height:auto;
	bottom:50px;
	padding:10px;
	text-align:center;
}
.featured-banner-wrap .featured-banner__content-wrap .fb_content {
	color:#fff;
	font-weight:400;
}
.featured-banner-wrap .featured-banner__content-wrap .fb_content p {
	margin:0;
	color:#fff;
	font-size:20px;
	text-align:center !important;
}
.featured-banner-wrap .featured-banner__content-wrap .fb_content.fb_push_up { margin-top:-33px; }
.featured-banner-wrap .featured-banner__content-wrap .fb_button {
	background:#1075bb;
	padding:10px 20px;
	text-align:center;
	border-radius:25px;
	color:#fff;
	font-weight:400;
	text-decoration:none;
	font-size:15px;
	display:inline-block;
	margin-top:20px;
	min-width:200px;
}
.featured-banner-wrap::after {
	content:"";
	width:100%;
	height:100%;
	background:black;
	opacity:0;
	display:block;
	position:absolute;
	top:0;
	left:0;
	border-radius:8px;
	transition:ease opacity 0.5s;
}
.featured-banner-wrap:hover .featured-banner__content-wrap { transform:scale(1.02); }
.featured-banner-wrap:hover:after { opacity:0.2; }
.featured-banner-small {
	height:250px;
	font-size:21px;
}
.featured-banner-small .featured-banner__content-wrap { width:100%; }
.featured-banner-large {
	height:350px;
	font-size:30px;
}
.featured-banner-large .featured-banner__content-wrap {
	width:50%;
	align-self:flex-end;
}
.featured-banner-left {
	text-align:left;
	align-items:left;
	justify-content:flex-start;
}
.featured-banner-center {
	text-align:center;
	align-items:center;
	justify-content:center;
}
.featured-banner-right {
	text-align:right;
	align-items:right;
	justify-content:flex-end;
}
.vc_col-sm-12 .pr_feat-grid { column-count:auto; }
.vc_col-sm-12 .pr_feat-grid .pr_feat-grid-item {
	width:15.1%;
	margin-right:1%;
	height:150px;
}
.pr_feat-grid {
	column-count:2;
	column-gap:1em;
}
.pr_feat-grid .pr_feat-grid-item {
	overflow:hidden;
	display:inline-block;
	margin:0 0 1em;
	width:100%;
	border-radius:8px;
	height:250px;
	transition:ease all 0.2s;
	position:relative;
}
.pr_feat-grid .pr_feat-grid-item .pr_feat-title {
	width:100%;
	text-align:center;
	color:#fff;
	height:60px;
	position:relative;
	z-index:1;
	font-size:20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin:0;
	padding:0 10px;
}
.pr_feat-grid .pr_feat-grid-item .pr_feat-image {
	text-align:center;
	height:205px;
	transition:ease all 0.5s;
}
.pr_feat-grid .pr_feat-grid-item .pr_feat-image img {
	width:70%;
	margin:0 auto;
}
.pr_feat-grid .pr_feat-grid-item:hover .pr_feat-image { transform:scale(1.05); }
.pr_feat-grid .pr_feat-grid-item.pr_single-feat__has-overlay::after {
	content:"";
	width:100%;
	height:50%;
	position:absolute;
	bottom:0;
	left:0;
	background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}
.pr_feat-grid.pr_feat-brands .pr_feat-grid-item { border:solid 2px #f1f1f1; }
.pr_feat-grid.pr_feat-brands .pr_feat-grid-item img { padding-top:10px; }
.pr_feat-grid.pr_feat-brands .pr_feat-grid-item:hover { border-color:#1075bb; }
.pr_feat-grid.pr_feat-categories .pr_feat-svg {
	width:70%;
	margin:0 auto;
	transition:ease all 0.5s;
}
.pr_feat-grid.pr_feat-categories .pr_feat-svg svg { fill:#fff; }
.pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item .pr_feat-image, .pr_feat-grid.pr_feat-training-center .pr_feat-grid-item .pr_feat-image {
	height:100%;
	margin-bottom:-90px;
}
.pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item .pr_feat-image img, .pr_feat-grid.pr_feat-training-center .pr_feat-grid-item .pr_feat-image img {
	width:100%;
	object-fit:cover;
	height:100%;
}
.pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item .pr_feat-title, .pr_feat-grid.pr_feat-training-center .pr_feat-grid-item .pr_feat-title {
	height:auto;
	padding-bottom:5px;
	text-align:left;
	font-size:17px;
	text-shadow:2px 2px 4px #000;
}
.pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item .caption_meta, .pr_feat-grid.pr_feat-training-center .pr_feat-grid-item .caption_meta {
	padding:0 10px;
	color:#fff;
	position:relative;
	z-index:1;
	line-height:1.6;
	font-size:13px;
}
.pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item .caption_meta i, .pr_feat-grid.pr_feat-training-center .pr_feat-grid-item .caption_meta i {
	padding-right:6px;
	font-size:12px;
}
.pr_feat-grid.pr_feat-training-center .pr_feat-title { white-space:normal; }
@media (max-width: 767px) {
	.pr_feat-grid.pr_feat-training-center .pr_feat-title {
		white-space:normal;
		top:-30px;
	}
}
.pr_feat-grid.pr_feat-project_reference

			.pr_feat-grid-item.pr_single-feat__has-overlay::after {
	height:80%;
	background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}
.pr_feat-grid-link {
	display:block;
	text-align:center;
	margin:15px 0;
}
.pr_feat-grid-link a {
	color:#ccc;
	text-decoration:none;
	font-size:18px;
	font-weight:300;
}
.pr_feat-grid-link a i { display:inline-block; }
.pr_feat-grid-link a.pr_feat_grid_loading { display:none; }
@media (max-width: 1200px) {
	.pr_feat-grid .pr_feat-grid-item { height:220px; }
	.pr_feat-grid .pr_feat-grid-item .pr_feat-image { height:177px; }
	.pr_feat-grid.pr_feat-brands .pr_feat-grid-item { position:relative; }
	.pr_feat-grid.pr_feat-brands .pr_feat-grid-item .pr_feat-image {
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		width:100%;
		height:auto;
	}
	.pr_feat-grid.pr_feat-brands .pr_feat-grid-item .pr_feat-image img { width:80%; }
	.pr_feat-grid.pr_feat-brands .pr_feat-grid-item:hover .pr_feat-image { transform:translate(-50%,-50%) scale(1.1); }
}
@media (max-width: 960px) {
	.pr_feat-grid .pr_feat-grid-item { height:190px; }
	.pr_feat-grid .pr_feat-grid-item .pr_feat-image { height:150px; }
	.pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item .pr_feat-image {
		margin-bottom:-45px;
		transform:scale(1.3);
	}
	.pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item .pr_feat-title {
		height:auto;
		margin-top:-30px;
	}
	.vc_col-sm-12 .pr_feat-grid { column-count:auto; }
	.vc_col-sm-12 .pr_feat-grid .pr_feat-grid-item {
		width:31.5%;
		margin-right:1%;
		height:210px;
	}
}
@media (max-width: 800px) {
	.pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item .pr_feat-image { transform:scale(1.4); }
	.pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item .pr_feat-title { margin-top:-90px; }
	.vc_col-sm-12 .pr_feat-grid { column-count:auto; }
	.vc_col-sm-12 .pr_feat-grid .pr_feat-grid-item { height:170px; }
}
@media (max-width: 600px) {
	.pr_feat-grid.pr_feat-brands .pr_feat-grid-item .pr_feat-image img { width:90%; }
	.pr_feat-grid.pr_feat-brands .pr_feat-grid-item .pr_feat-title { display:none; }
	.vc_col-sm-12 .pr_feat-grid .pr_feat-grid-item { height:140px; }
	.pr_feat-grid {
		column-count:auto;
		column-gap:auto;
	}
	.pr_feat-grid .pr_feat-grid-item {
		width:48%;
		margin-right:1%;
	}
	.pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item .pr_feat-title {
		margin-top:-117px;
		height:30px;
	}
}
@media (max-width: 460px) {
	.pr_feat-grid .pr_feat-grid-item { height:155px; }
	.pr_feat-grid .pr_feat-grid-item .pr_feat-image { height:122px; }
	.pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item .pr_feat-image { transform:scale(1.7); }
	.pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item .pr_feat-title { height:23px; }
	.vc_col-sm-12 .pr_feat-grid .pr_feat-grid-item { height:100px; }
	.vc_col-sm-12 .pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item.pr_feat-project_reference {
		height:125px;
		margin-bottom:1px;
	}
}
@media (max-width: 405px) {
	.pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item .pr_feat-title { font-size:16px; }
	.pr_feat-grid.pr_feat-project_reference .pr_feat-grid-item .caption_meta, .pr_feat-grid.pr_feat-training-center .pr_feat-grid-item .caption_meta { line-height:1.2; }
}
.pr_feat-grid.pr_feat-brands .pr_feat-grid-item, .pr_categories_carousel .pr_fpc-single .pr_fpc-single-content .images-indent { border:solid 2px #f1f1f1; }
.pr_categories_carousel .pr_fpc-single .pr_fpc-single-content .images-indent {
	border:solid 2px #f1f1f1;
	border-color:transparent;
	padding:2px !important;
	margin:0 !important;
}
.pr_categories_carousel .pr_fpc-single .pr_fpc-single-content h2 {
	min-height:auto !important;
	margin-top:10px !important;
}
.pr_feat-grid.pr_feat-brands .pr_feat-grid-item:hover, .pr_categories_carousel .pr_fpc-single .pr_fpc-single-content:hover .images-indent { border-color:#1075bb; }
.pr_feat-grid .pr_feat-grid-item:hover .pr_feat-image, .pr_categories_carousel .pr_fpc-single .pr_fpc-single-content:hover .images-indent { transform:scale(1.05); }
.pr_upcoming-events { margin:0 auto; }
.pr_upcoming-events .pr_upe__single-event {
	clear:both;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:#eee 1px solid;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}
.pr_upcoming-events .pr_upe__single-event.hide_event { display:none; }
.pr_upcoming-events .pr_upe__single-event .pr_upcoming-events-date {
	float:left;
	color:#fff;
	border-radius:6px;
	padding:7px 7px;
	text-align:center;
	margin-right:20px;
	height:58px;
	width:67px;
}
.pr_upcoming-events .pr_upe__single-event .pr_upcoming-events-date .pr_upe_day { font-size:15px; }
.pr_upcoming-events .pr_upe__single-event .pr_upcoming-events-date .pr_upe_month {
	font-size:15px;
	margin-top:3px;
}
.pr_upcoming-events .pr_upe__single-event .pr_upcoming-events-date span {
	display:block;
	line-height:1.3;
	padding:0;
	margin:0;
}
.pr_upcoming-events .pr_upe__single-event .pr_upcoming-events-content { padding:8px 0; }
.pr_upcoming-events .pr_upe__single-event .pr_upcoming-events-content p {
	margin:0;
	line-height:1.4;
}
.pr_upcoming-events .pr_upe__single-event .pr_upcoming-events-content .pr_upe_name {
	font-size:18px;
	font-weight:300;
	color:#666;
}
.pr_upcoming-events .pr_upe__single-event .pr_upcoming-events-content .pr_upe_location {
	font-size:15px;
	font-weight:600;
	color:#666;
}
div.pr_upcoming-events-link {
	text-align:center;
	display:block;
	padding:15px 0;
}
div.pr_upcoming-events-link a {
	color:#ccc;
	text-decoration:none;
	font-size:18px;
	font-weight:300;
}
body.single-upcoming_events .event-wrapper-single .event-content-single p {
	color:#666;
	font-size:15px;
	line-height:1.6;
	font-weight:400;
}
@media (max-width: 767px) {
	.pr_upcoming-events .pr_upe__single-event>a { padding-top:12px; }
}
.pr_feat-poducts-carousel .pr_fpc-single { padding:0 15px; }
.pr_feat-poducts-carousel .pr_fpc-single .pr_fpc-single-content {
	padding:24px 30px;
	padding:24px 22px 15px;
}
.pr_feat-poducts-carousel .pr_fpc-single .pr_fpc-single-content a.woocommerce-LoopProduct-link.woocommerce-loop-product__link { display:block; }
.pr_feat-poducts-carousel .pr_fpc-single .pr_fpc-single-content h2 {
	line-height:1.7;
	color:#444;
	margin:0;
	font-size:1em;
}
.pr_feat-poducts-carousel .pr_fpc-single .pr_fpc-single-content .images-indent {
	background:#fff;
	padding:19px;
	margin:-19px;
}
.pr_feat-poducts-carousel .pr_fpc-single .pr_fpc-single-content .images-indent img {
	width:100%;
	height:auto;
}
.pr_feat-poducts-carousel .slick-arrow { color:#ccc; }
@media (max-width: 1200px) {
	.pr_feat-poducts-carousel .pr_fpc-single .pr_fpc-single-content { padding:20px 20px 15px; }
	.pr_feat-poducts-carousel .pr_fpc-single .pr_fpc-single-content a.woocommerce-LoopProduct-link.woocommerce-loop-product__link { height:auto; }
}
@media (max-width: 479px) {
	.pr_feat-poducts-carousel .pr_fpc-single .pr_fpc-single-content { padding:5px; }
	.pr_feat-poducts-carousel .pr_fpc-single .pr_fpc-single-content a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
		height:auto;
		min-height:1px;
		margin-bottom:15px;
	}
}
.pr_trainings-carousel .pr_tc-single { padding:0 10px; }
.pr_trainings-carousel .pr_tc-item {
	border-radius:8px;
	overflow:hidden;
	position:relative;
}
.pr_trainings-carousel .pr_tc-item .pr_tc-title {
	position:absolute;
	bottom:0;
	display:block;
	z-index:1;
	height:35%;
	width:100%;
}
.pr_trainings-carousel .pr_tc-item .pr_tc-title h6 {
	position:relative;
	z-index:2;
	color:#fff;
	font-size:16px;
	margin:0;
	padding:0 20px;
	line-height:1.5;
}
.pr_trainings-carousel .pr_tc-item .pr_tc-title::after {
	display:block;
	content:'';
	width:100%;
	height:200%;
	background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	position:absolute;
	bottom:0;
}
.pr_trainings-carousel .pr_tc-item .pr_tc-image { transition:ease all 0.5s; }
.pr_trainings-carousel .pr_tc-item .pr_tc-image img { width:100%; }
.pr_trainings-carousel .pr_tc-item:hover .pr_tc-image { transform:scale(1.05); }
.pr_trainings-carousel .slick-arrow { color:#ccc; }
@media (max-width: 1024px) {
	.pr_trainings-carousel .pr_tc-item .pr_tc-title h6 { font-size:20px; }
	.pr_trainings-carousel .pr_tc-item .pr_tc-title { height:50%; }
}
@media (max-width: 768px) {
	.pr_trainings-carousel .pr_tc-item .pr_tc-title h6 { font-size:16px; }
}
