.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.presentation-slick-slider-item{
	padding:10px;
}

.presentation-slick-slider-item img{
	width:100%;
}

.slick-arrow.slick-prev:before{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -14px;
	content: "\e5e0";
	font-family: "Material Icons";
}

.slick-arrow.slick-next:before{
	position: absolute;
	left: 35%;
	top: 50%;
	margin-left: -4px;
	margin-top: -14px;
	content: "\e5e1";
	font-family: "Material Icons";
}

.slick-arrow.slick-prev {
	left: 4px;
}

.slick-arrow.slick-next {
	right: 4px;
}


.slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15), 0px -1px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15), 0px -1px 5px rgba(0, 0, 0, 0.05);
	background: #0f72ba;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.slick-arrow:hover {
	background: #024178;
}

.presentation-slick-slider .slick-dots-container {
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0.625rem auto;
	height: 0.875rem;
	position: relative;
	display: flex;
	justify-content: center;
}

.presentation-slick-slider .slick-dots-container > ul {
	padding: 0;
	display: flex !important;
	transition: all 0.25s;
	position: relative;
	margin: 0;
	list-style: none;
	transform: translateX(0);
	align-items: center;
	bottom: unset;
	height: 100%;
}

.presentation-slick-slider .slick-dots-container > ul li.slick-active {
	transform: scale(1.4);
	transform-origin: center;
}

ul.slick-dots li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	padding: 0 !important;
}

ul.slick-dots li:before{
	content:unset !important;

}

ul.slick-dots .square-dot {
	margin: 4px 8px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #212121;
	opacity: 0.3;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}

ul.slick-dots li.slick-active .square-dot {
	background: #FFFFFF;
	opacity: 1;
}

ul.slick-dots li.slick-active .square-dot--blue {
	background: #0f72ba;
}

.video-presentation-tabs .nav-tabs{
	border-bottom: none;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.video-presentation-tabs .nav-tabs .nav-link {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	padding: 12px 16px;
	text-align: center;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: 2px solid transparent;
	border-bottom-color: transparent;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}

.video-presentation-tabs .nav-tabs .nav-link.active {
	/*color: #0f72ba;
	border-color: #0f72ba;*/
	color: transparent;
    background: linear-gradient(44.49deg, #951430 20%, #35A8E0, #025D92 90%);
    -webkit-background-clip: text;
    background-clip: text;
}

.video-presentation-tabs .nav-tabs .nav-link:not(.active):hover {
	border-color: #fff;
}

