.homeslider {
  margin: 0 auto;
  width: 72%;
}
.carousel-title {
	font-size: 25px;
	font-weight: 600;
}

.item-content {
	align-content: space-between;
	height: 100px;
}

hr {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .carousel-item {
	min-height: 330px;
	text-align: center;
	overflow: hidden;
}
.carousel .carousel-item .img-box {
	height: 160px;
	width: 100%;
	position: relative;
}
.carousel .carousel-item img {	
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.carousel .carousel-item h4 {
	font-size: 18px;
	margin: 10px 0;
}
.carousel .carousel-item .btn {
	color: #333;
	border-radius: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-top: 5px;
	line-height: 16px;
}
.carousel .carousel-item .btn:hover, .carousel .carousel-item .btn:focus {
	color: #fff;
	background: #000;
	border-color: #000;
	box-shadow: none;
}
.carousel .carousel-item .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.carousel .thumb-wrapper {
	text-align: center;
}
.carousel .thumb-content {
	padding: 0px;
}
.carousel-control-prev, .carousel-control-next {
	height: 100px;
	width: 40px;
	background: none;
	margin: auto 0;
	background: rgba(0, 0, 0, 0.2);
}
.course-item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 260px;
}

.two-line{
    line-height: 1.5em;
    height: 3.1em;       /* height is 2x line-height, so two lines will display */
    overflow: hidden;  /* prevents extra lines from being visible */
}

.carousel-control-prev i, .carousel-control-next i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -16px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: none;
	font-weight: bold;
}

.carousel-control-prev i {
	margin-left: -3px;
}
.carousel-control-next i {
	margin-right: -3px;
}
.carousel .item-price {
	font-size: 13px;
	padding: 2px 0;
}
.carousel .item-price strike {
	color: #999;
	margin-right: 5px;
}
.carousel .item-price span {
	color: #86bd57;
	font-size: 110%;
}	
.carousel .carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 50%;
	border-color: transparent;
	border: none;
}
.carousel-indicators li {	
	background: rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {	
	background: rgba(0, 0, 0, 0.6);
}
.star-rating li {
	padding: 0;
}
.star-rating i {
	font-size: 14px;
	color: #ffc000;
}
.flex-div-button{
	display: flex;
}
.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
	top: -280%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
	text-align: center;
}


.multicolor-text span:nth-child(1) { color: #ff0000; }  /* K */
.multicolor-text span:nth-child(2) { color: #ff7f00; }  /* a */
.multicolor-text span:nth-child(3) { color: #ffff00; }  /* r */
.multicolor-text span:nth-child(4) { color: #7fff00; }  /* o */
.multicolor-text span:nth-child(5) { color: #00ff00; }  /* t */
.multicolor-text span:nth-child(6) { color: #00ff7f; }  /* o */
.multicolor-text span:nth-child(7) { color: #00ffff; }  /* a */
.multicolor-text span:nth-child(8) { color: #0000ff; }  /* C */
.multicolor-text span:nth-child(9) { color: #7f00ff; }  /* a */
.multicolor-text span:nth-child(10) { color: #ff00ff; } /* b */
.multicolor-text span:nth-child(11) { color: #ff007f; } /* l */
.multicolor-text span:nth-child(12) { color: #ff0000; } /* e */
.multicolor-text span:nth-child(13) { color: #ff7f00; } /* s */