
#header-carousel {
    display: table;
    width: 100%;
    height: 100vh;
    background: #000;
}

#header-carousel .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*#header-carousel .carousel-item::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}*/

/*#header-carousel .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 42%;
    right: 8%;
}*/

#header-carousel .carousel-background img {
    max-width: 100%;
	position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/*#header-carousel .carousel-indicators li {
	margin-right: 1px;
	margin-left: 1px;
	opacity: 10;
}

#header-carousel .btn-get-started:hover {
    background: #3F69AA;
    color: #ffffff;
}*/
/*#header-carousel .active{color: #26D9F9!important;width: 20px;
    height: 20px;}*/

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 90px;
    bottom: 90px;
    z-index: 1;
	width: 7%;
}
.carousel-control-next-icon {
    background-image: url("../img/right.jpg");
}
.carousel-control-prev-icon {
    background-image: url("../img/left.jpg");
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 40px;
   
}
#header-carousel .carousel-indicators li {
    width: 30px;
    height: 5px;
      border: 1px solid color-mix(in srgb, #fff, transparent 70%);
    border-radius:0px;
    cursor: pointer;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 2;
    list-style: none;
	
}

.carousel-indicators .active {
    opacity: 10; background: #217058;
}

 .carousel-indicators {
    bottom:3%;
    padding-left:0;
    margin-right: 0;
    margin-left: 0;
  }

/*@media (max-width: 767.98px) {
  #header-carousel .carousel-content {
    max-width: 80%;
    }

}

@media (max-width: 575.98px) {
  #header-carousel .carousel-content {
      max-width: 90%;
    }
  #header-carousel .carousel-content {
    max-width: 70%!important;
    text-align: center!important;
    }	
  #header-carousel .carousel-container {
    bottom: 0;top: 0;left: 0;right: 0;
    }


}
*/

@media (max-width:767px) {
	#header-carousel {height: 65vh;}
	#header-carousel .carousel-item {height: 65vh;}
	#header-carousel .carousel-background img {
		object-fit:revert;}
}
