/* carousel */
.fuw-carousel {
  overflow: hidden;
  height: calc(100vh - 260px);
  margin:0 0 0 0;
  padding: 0 0 0 0 ;
  justify-items: center;
  
}

.carousel-overlay{
  background-color: black;
	width: 100%;
	opacity: 0.3;
	height: 100%;
	position: absolute;
	z-index: 15;
}

.carousel-control {
  z-index:20 !important;
}

ol {
 z-index: 20!important;
 position: absolute;
 }

.carousel-caption {
  z-index: 20;
  font-size: 2rem;
  padding-bottom: 100px !important;
}

.carousel-item img{
  max-height:450px ;
  width:100%;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
  
  color: var(--primaryColor);
}

a{
text-decoration: none;
color:var(--overlayTextColor);
}
a:hover{
  color: var(--primaryColor);
  text-decoration: none;
}