/* .carousel-item:hover {
  cursor: grab;
} */
.carousel-control-prev {
  left: 10px;
}
.carousel-control-next {
  right: 10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  /* opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  top: 60%;
  transform: translateY(-50%);    
  position: absolute;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.carousel-control-prev-icon {
  z-index:100;cursor:pointer; position:relative;	background:url(../images/large_left2.png) no-Repeat 0 0;	width:56px;	height:56px;
}

.carousel-control-next-icon {
  z-index:100;cursor:pointer; position:relative;	background:url(../images/large_right2.png) no-Repeat 0 0;	width:56px;	height:56px;

}


.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover 									{	background-position:bottom left; }


 .img-fluid{width:100%;height:454px} 
.carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.sboxpurple{padding:20px;background-color:rgba(204,51,102,.8);background:#cc3366;color:#fff; width:400px;}
.sboxgreen{padding:20px;background-color:rgba(51,153,51,.8);background:#339933;color:#fff;width:400px;}
.sboxyellow{padding:20px;background-color:rgba(249,192,55,.8);background:#f9c037;color:#fff;width:400px;}
.sboxblue{padding:20px;background-color:rgba(0,119,178,.8);background:#0077b2;color:#fff;width:400px;}
.sboxorange{padding:20px;background-color:rgba(246,112,72,.8);background:#f67048;color:#fff;width:400px;}
.tp-caption{top:100px !important;}

.sboxpurple h2, .sboxgreen h2, .sboxyellow h2, .sboxblue h2, .sboxorange h2{font-size:20px; margin-bottom:10px;}
.sboxpurple p, .sboxgreen p, .sboxyellow p, .sboxblue p, .sboxorange p{margin-bottom:20px; line-height:20px; font-size:16px;}
.sboxpurple a, .sboxgreen a, .sboxyellow a, .sboxblue a, .sboxorange a{font-weight:300;font-size:12px;color:#fff!important}
.sboxpurple a:hover, .sboxgreen a:hover, .sboxyellow a:hover, .sboxblue a:hover, .sboxorange a:hover{text-decoration:underline}