#marquee-slider .carousel-item { 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#marquee-slider .settheheight {
    min-height: 500px;
}
#marquee-slider .setthewidth {
    max-width: 400px;
}
#marquee-slider p {
	color: #fff!important;
}
#marquee-slider h1, #marquee-slider .h1 {
	color: #fff!important;
	font-weight: 600;
}
#marquee-slider h3  {
	color: var(--tertiarycolor)!important;
	text-transform: uppercase;
    font-weight: 500;
}
#marquee-slider a {
	color: var(--tertiarycolor)!important;
    font-weight: 500;
}
#marquee-slider a:after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    left: 7px;
    font-size: 14px;
    position: relative;
}
#marquee-slider a:hover {
	color: #fff!important;
}
#marquee-slider .marqueeinner {
	background-image: url('/wp-content/uploads/2026/01/h2s-carousel-pattern-overlay.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#marquee-slider .marqueeslidebg {
background: var(--primarycolor);
background: linear-gradient(90deg,var(--primarycolor) 31%, #0077a800 100%);
}
#marquee-slider .carousel-indicators {
margin: 0;
    position: relative;
    justify-content: flex-start;
    top: -90px;
    height: 0;
}
#marquee-slider .carousel-indicators [data-bs-target] {
    opacity: 1;
    background-color: #fff;
    height: 5px;
    width: 40px;
    border-radius: 3px;
    border: 0;
}
#marquee-slider .carousel-indicators .active {
	background-color: var(--tertiarycolor);
}
@media only screen and (max-width: 768px) {
#marquee-slider h1, #marquee-slider .h1 {font-size: 20px;}
#marquee-slider .carousel-indicators [data-bs-target] {width: 20px;}
}
