.sch-title{
	padding-right: 0;
    padding-left: 0;
}
.sch-nav-btn{
	padding-right: 25px;
    padding-left: 25px;
    border:1px #343a40 solid;
}
.sch-nav-btn:hover{
	background-color:#343a40;
	color:#fff;
}
.btn-click{
	background-color:#343a40;
	color:#fff;
	border:1px #fff solid;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.view-more{
	font: normal normal normal 16px/1.4em impact,impact-w01-2010,impact-w02-2010,impact-w10-2010,sans-serif; 
	transition: color 0.4s ease 0s; 
	color: #000000; 
	white-space: nowrap; 
	display: inline-block; 
	border-bottom: 5px #f6fd33 solid; 
	position: absolute; 
	bottom: 0px;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(255,255,255);
    border-top: 0px solid rgba(0,0,0,.125);
}
.card-footer .view-more-btn{
	
}
a{
	text-decoration:none;
}
.box {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.box:hover::after {
    opacity: 1;
}
.info-box{
	width: 75%;
	z-index: 999; 
	top: -75px; 
	position: inherit;
}
.img-radius{
	max-width: 100%;
    height: auto;
    border-radius: 50%;
}
