#carouselInnoBanner a {
	color: var(--textColor);
}
#carouselInnoBanner a, #carouselInnoBanner a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
img {
	max-width: 100%;
}
.carousel-inno-banner {
	background: #73C8FF;
	padding-right: 20px;
	padding-bottom: 155px;
}
.carousel-inno-banner .inno-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.carousel-inno-banner .innov-tile {
	background: #FFF;
	width: 90%;
	padding: 60px 90px 25px;
	height: 180px;
	font-size:16px;
}
.carousel-inno-banner .innov-tile .inner-title{
	font-size:50px;
	font-weight:700;
}
.carousel-inno-banner .carousel-inner {
	padding-top: 180px;
}
.carousel-inno-banner .carousel-thumb {
	width: 160px;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}
.carousel-inno-banner .indicator-media img, .carousel-inno-banner .indicator-media video {
	width: 100%;
	height: 110px;
	object-fit: cover;
	cursor: pointer;
}
.carousel-inno-banner .media-area {
	width: 100%;
	height: 450px;
}
.carousel-inno-banner .media-area img, .media-area video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel-inno-banner .carousel-action-area {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-right: 20px;
	z-index: 1;
}
.carousel-inno-banner .carousel-action-area .carousel-actions {
	column-gap: 15px;
}
.carousel-inno-banner .carousel-action-area .carousel-actions-left {
	flex: 0 0 auto;
	width: 73%;
	padding-bottom: 20px;
}
.carousel-inno-banner .carousel-action-area .carousel-actions-right {
	display: flex;
	flex: 0 0 auto;
	width: calc(27% - 15px);
	align-items: end;
	justify-content: space-between;
	column-gap: 15px;
}
.carousel-inno-banner .carousel-indicators-single {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	background-color: #fff;
	padding: 20px;
}
.carousel-inno-banner .carousel-indicators-single:hover {
	opacity: 1;
}
.carousel-inno-banner .carousel-indicators-single .indicators-btn {
	border: none;
	background: transparent;
	padding: 0;
	text-align: left;
	position: relative;
	width: 100%;
}
.carousel-inno-banner .indicator-text {
	display: block;
	text-align: left;
	font-size: 14px;
	padding-top: 5px;
	min-height: 50px;
	color:#000;
}
.carousel-inno-banner .indicator-text.breakWord{
	width:190px;
	overflow: hidden;
	white-space: normal;
}
.caro-caption-num {
	color:#000;
}

.btn--hoverEffect {
	position: relative;
	display: inline-block;
	color: #fff;
	outline: none;
	border: none;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 0;
}
.home-banner-download, .home-banner-download:hover {
	background: var(--primaryColor);
	z-index: 1;
	padding: 0;
	border-radius:0;
}
.btn--hoverEffect::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: transform 0.5s;
}
.btn--hoverEffect::before {
	background: var(--highlightColor);
	transform: scale(0);
	transform-origin: left top;
}

.btn--hoverEffect:hover::before {
	transition: transform 0.5s;
	transform-origin: top left;
	transform: scale(1);
}

#carouselInnoBanner .home-banner-download a.down-btn {
	padding: 10px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	font-weight: 300;
	transition: all 0.3s;
	border-radius: 0;
	color: var(--whiteColor) !important;
	font-size: 17px;
}
#carouselInnoBanner .home-banner-download .down-btn:hover {
	color: #000;
}
.cross-arrow {
	font-size: 9px;
	padding-left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 1px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}
.home-banner-download:hover .cross-arrow {
	rotate: 45deg;
	top: 0;
}
.home-btn .down-btn {
	padding: 15px 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	font-weight: 600;
	transition: all 0.5s;
	border-radius: 0;
	color: var(--whiteColor);
}
.home-btn .down-btn:hover .read-arrow {
	rotate: 45deg;
	position: relative;
	top: -1px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
.home-btn .down-btn:hover {
	color: #000;
}
.down-btn .read-arrow {
	font-size: 10px;
	padding-left: 7px;
	font-weight: 700;
}
.slide-number {
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-family: 'Zuume-Regular';
	display: flex;
	align-items: center;
	column-gap: 5px;
	margin-bottom: 25px;
	position: absolute;
	bottom: 0;
}
.slide-number #current-slide, .slide-number #total-slides {
	min-width: 20px;
}
.explore-icon {
	rotate: 90deg;
	line-height: 1;
	color: #fff;
	position: absolute;
	display: flex;
	align-items: center;
	font-size: 13px;
	bottom: 100px;
	left: -170px;
	letter-spacing: 4px;
	font-weight: 200;
}
.explore-icon .explore-text {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}
span.explore-text:before {
	content: "";
	position: relative;
	height: 2px;
	width: 100px;
	background-color: var(--primaryColor);
	left: -10px;
}
.carousel-inno-banner .indicator-content-area {
	padding: 5px 0;
}

.carousel-inno-banner .carousel-caption {
	top: -35px;
	bottom: 0;
	z-index: 0;
	left: auto;
	position: absolute;
	right: 0;
	height: 100%;
	padding: 0 35px;
	color: #000;
}
.carousel-inno-banner .carousel-caption .caption-title {
	line-height: 1;
}
.carousel-inno-banner .caro-num {
	font-size: 150px;
	line-height: 1;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.05);
	position: relative;
	top: -55px;
}
.carousel-inno-banner .carousel-caption .banner-heading {
	font-weight: 600;
	margin-bottom: 1rem;
	font-size: 35px;
}
.carousel-inno-banner .banner-desc {
	font-size: 14px;
	margin-bottom: 1rem;
	line-height: 1.7;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.carousel-inno-banner .carousel-caption-main {
	position: relative;
}
.carousel-inno-banner .carousel-progress {
	position: relative;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #D9D9D9;
	bottom: 68px;
	z-index: 1;
}
.carousel-inno-banner .carousel-progress-bar {
	height: 100%;
	width: 0;
	background-color: #0072BB; /* Change to your desired color */
	transition: width 0.3s ease;
}
.carousel-inno-banner .carousel-nav {
	display: flex;
	justify-content: center;
	margin-top: 0;
	position: relative;
	left: 0;
	z-index: 1;
	height: auto;
	bottom: 50px;
}


.carousel-inno-banner .carousel-nav button.carousel-control-prev,
.carousel-inno-banner .carousel-nav button.carousel-control-next {
	content: "";
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	border-radius: 0;
	background-position: center center;
	opacity: 1;
	top: auto;
	position: relative;
	margin: 5px;
	left: auto;
	border: 1px solid #ffffff !important;
	background-color: #ffffff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	color: var(--primaryColor);
	cursor: pointer;
	margin: 0;
}
.carousel-inno-banner .carousel-nav button.carousel-control-prev .carousel-control-prev-icon {
	background-image: none;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	cursor: pointer;
	display: block;
	position: relative;
	left: 3px;
}
.carousel-inno-banner .carousel-nav button.carousel-control-next .carousel-control-next-icon {
	background-image: none;
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	cursor: pointer;
	display: block;
	position: relative;
	left: -2px;
}
.carousel-inno-banner .carousel-nav button.carousel-control-next {
	background-color: #0072BB !important;
	border: 1px solid #0072BB !important;
	right: 0;
	margin-left: 12px;
}
@keyframes zoomInFromBottom {
	0% {
		transform: scale(0.25); /* Start with a small scale */
		transform-origin: bottom; /* Grow from the bottom */
	}
	100% {
		transform: scale(1); /* Full scale to 100% */
		transform-origin: bottom;
	}
}

.media-area img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: none; /* Disable any conflicting transitions */
}

.media-area img.zoom-in {
	animation: zoomInFromBottom 0.8s ease forwards; /* Smooth zoom-in animation from the bottom */
}
.carousel-inno-banner .carousel-item {
	transition: none;
}
/*responsive*/
@media only screen and (max-width:1199.98px) {
	.carousel-inno-banner .caro-num {
		top: -35px;
	}

}

@media (min-width: 768px) {
	.carousel-inno-banner .carousel-action-area {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.carousel-inno-banner .carousel-action-area {
		width: 66.66666667%;
	}
}
@media (min-width: 1200px) {
	.carousel-inno-banner .carousel-action-area {
		width: 75%;
	}
}
@media only screen and (max-width:1024px){
	.carousel-inno-banner .innov-tile{
		padding:60px 35px;
	}
}
@media only screen and (max-width:991.98px) {
	.carousel-inno-banner .media-area {
		height: 350px;
	}
	.carousel-inno-banner .carousel-caption {
		position: absolute;
		top: -80px;
		right: 0;
	}
	.carousel-inno-banner .indicator-media img, .carousel-inno-banner .indicator-media video {
		height: 85px;
	}
	.carousel-inno-banner .caro-num {
		top: -25px;
		font-size: 100px;
	}

}
@media only screen and (max-width:767.98px) {
	.carousel-inno-banner .media-area {
		height: 300px;
	}
	.carousel-inno-banner .carousel-caption .banner-heading br {
		display: none;
	}
	.carousel-inno-banner .inno-title {
		position: relative;
	}
	.carousel-inno-banner .carousel-inner {
		padding-top: 0;
	}
	.carousel-inno-banner .inner-title.innov-tile {
		width: 95%;
	}
	.carousel-inno-banner .carousel-caption {
		position: relative;
		top: 0;
		margin-top: 10px;
	}
	.carousel-inno-banner .caro-num {
		top: 0;
		font-size: 100px;
	}
	.carousel-inno-banner {
		padding-bottom: 0;
	}
	.carousel-inno-banner .carousel-action-area .carousel-actions-left {
		width: 100%;
		padding-bottom: 20px;
	}
	.carousel-inno-banner .carousel-action-area {
		position: relative;
		bottom: 40px;
		padding-right: 20px;
		width: 50%;
	}

	.carousel-inno-banner .carousel-action-area .carousel-actions-right {
		width: 100%;
		padding-left: 20px;
	}
	.carousel-inno-banner .carousel-nav {
		bottom: 0;
	}
	.carousel-inno-banner .carousel-progress {
		bottom: 18px;
	}
}
@media only screen and (max-width:575.98px) {
	.carousel-inno-banner .media-area {
		height: 250px;
	}
	.carousel-inno-banner .carousel-action-area {
		width: calc(100% - 150px);
	}

}
@media only screen and (max-width:374.98px) {
	.carousel-inno-banner .media-area {
		height: 200px;
	}

	.carousel-inno-banner .carousel-action-area {
		width: calc(100% - 110px);
	}

}