.alumni_slider .testimonial_div:hover,
.testimonial_div:hover .testimonial-info{
	background:linear-gradient(180deg,rgba(255,255,255,0) 5%,#000 52%)
}
.alumni_slider .testimonial_div{
	height:auto!important;background-color:#fff!important;
	box-shadow:0 8px 16px 0 rgba(0,0,0,.2)!important;
	border-radius:0!important;transform:scale(.9)!important;
	transition:transform .3s!important;max-height:550px;overflow:hidden
}
.alumni_slider .testimonial_div:hover{
	transform:scale(1)!important;box-shadow:0 5px 15px rgba(0,0,0,.1)!important
}
.alumni_slider .testimonial_div img{
	width:100%!important;height:auto!important
}.testimonial-info{
	position:absolute!important;bottom:0!important;left:0!important;width:100%!important;padding:20px!important;background-blend-mode:multiply!important;
	color:#fff!important;transition:.3s!important;background:linear-gradient(180deg,rgba(255,255,255,0) 5%,rgba(0,0,0,.73) 52%)
}
.testimonial-designation,.testimonial-name{
	opacity:1!important;color:#fff!important
}
.testimonial-description{
	color:#fff!important;opacity:0!important;display:none
}
.testimonial_div:hover .testimonial-description{
	opacity:1!important;display:inline-block
}
.alumni_slider .testimonial-name{
	font-size:18px!important;white-space:nowrap
}
.alumni_slider li::marker{
	content:none!important
}
.alumni_slider .glider-dots{
	display:flex!important;justify-content:center!important;margin-top:20px!important
}
.alumni_slider .glider-dots li{margin:0 5px!important}
.alumni_slider .glider-dots li button{
	background-color:#eee!important;border-radius:50%!important;border:none!important;cursor:pointer!important;height:30px!important;outline:0!important;width:30px!important
}
.alumni_slider .glider-dots li.slick-active button{
	background-color:#000!important;color:#fff!important
}
.alumni_slider .glider-dots li button:before{
	font-family:slick!important;font-size:14px!important;line-height:1!important;opacity:.25!important;color:#000!important
}
.alumni_slider .glider-dots li.slick-active button:before{
	opacity:.75!important;color:#000!important
}
@media (max-width:460px){.alumni_slider .testimonial_div img{
	width:360px!important}
}
.alumni-arrows {
  display: flex;

}

.alumni-prev,
.alumni-next {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #444;
  transition: color 0.3s;
}

.alumni-prev:hover,
.alumni-next:hover {
  color: #000;
}
.glider-track {
  overflow: hidden !important;
}

.glider::-webkit-scrollbar {
  display: none;
}
.glider {
  -ms-overflow-style: none;  /* IE 10+ */
  scrollbar-width: none;     /* Firefox */
}



