@charset "UTF-8";
/* CSS Document */

.top-banner {
	background-color: #00021B;
	background-attachment: scroll;
	font-size: 22px;
	line-height: 1.4em;
	padding:0;
	color:#fff;
	background-image:none;
}
.top-banner .text-flex{
	display: flex;
	justify-content: center;
	flex-direction:column;
}
.top-banner .top-banner .carousel-item,.top-banner .text-flex{
	height: 475px;
}
.top-banner .carousel-item{
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.top-banner .s-01{
	background-image:url("/assets/application/img/ui2025/home-slider-001.jpg");
}
.top-banner .s-01 .text-flex,.top-banner .s-04 .text-flex{
	background-color: rgba(0,2,27,.5);
}
.top-banner .s-02{
	background-image:url("/assets/application/img/ui2025/home-slider-002.jpg");
	background-size: cover;
}
.top-banner .s-03{
	background-image:url("/assets/application/img/ui2025/home-slider-003.jpg");
	background-size: cover;
}
.top-banner .s-04{
	background-image:url("/assets/application/img/ui2025/home-slider-004.jpg");
	background-size: cover;
	background-position: right center;
}
.top-banner .s-05{
	background-image:url("/assets/application/img/ui2025/home-slider-005.jpg");
	background-size: cover;
}
.top-banner h1{
	font-size: 56px;
	color:#fff;
}
.top-banner .btn25{
	height:48px;
	border-radius: 25px;
	line-height:44px;
	width:180px;
	font-size: 18px;
}
.top-banner .carousel-indicators{
}
.top-banner .carousel-indicators li{
	width:26px;
	height: 10px;
	cursor: pointer;
	background-color:rgba(255,255,255,.4);
	border-radius: 5px;
}
.top-banner .carousel-indicators .active{
	background-color: #40C2CC;
}

@media only screen and (max-width: 1199.98px) {
	.top-banner .top-banner .carousel-item,.top-banner .text-flex{
		height: 400px;
	}
	.top-banner h1{
		font-size: 46px;
	}
}
@media only screen and (max-width: 991.98px) {
	.top-banner .top-banner .carousel-item,.top-banner .text-flex{
		height: 360px;
	}
	.top-banner h1{
		font-size: 40px;
	}
}

@media only screen and (max-width: 767.98px) {
	.top-banner .text-flex{
		margin-left:-15px;
		margin-right:-15px;
		padding-left:15px;
		padding-right: 15px;
	}
	.top-banner{
		font-size: 20px;
	}
	.top-banner h1{
		font-size: 36px;
	}
	.top-banner .btn{
		font-size: 16px!important;
	}
}
@media only screen and (max-width: 479.98px) {
	.top-banner h1{
		font-size: 30px;
	}
}

/*home card*/
.home-card{
	background-color: #fff;
	border-radius: 6px;
	padding:1.5em 1.75em 2em;
}
.top-why{
	padding-top:1.4em;
	text-align: center;
}
.top-why img{
	height: 50px;
	margin-bottom:1.2em;
}

/*our mission*/
.gredient{
	background:#1b2935;
	background: linear-gradient(90deg, #1B2935 0%, #4F789B 100%);
	color:#fff;
}
.gredient .b-l{
	border-left: 4px solid #3CC1CC;
	padding-left:1.2em;
}
.gredient h2{
	color:#3CC1CC;
}

.gredient .btn{
	border:1px solid #3CC1CC!important;
	background-color:#3CC1CC!important;
	color:#000!important;
}
.gredient .btn:hover{
	border:1px solid #16FFFB!important;
	background-color:#16FFFB!important;
	color:#000!important;
}

/*access*/
#home-access {
	background-color: #f1f1f1;
}
#home-access a{
	display: block;
	background-color: #fff;
	padding:1em;
	border-radius: 4px;
}
#home-access a:hover{
	background-color: #3CC1CC;
	color:#fff;
}
.acess-list{
	width:100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: left;
	padding-bottom:1em;
}
#home-access .acess-list{
	padding:0;
}
.acess-list.align-top{
	align-items: flex-start;
}
.acess-list .icon-bg{
	width:44px;
	height: 44px;
	border-radius: 22px;
	background: #3CC1CC;
	text-align: center;
	line-height: 38px;
	margin-right: 1.2em;
}
.acess-list .text-bg{
	width:85%;
}
@media only screen and (max-width: 767.98px) {
	.acess-list .text-bg{
		width:80%;
	}
}

.acess-list .icon-col{
	text-align: left;
	padding-right: .6em;
}
.acess-list .text-col{
	width:80%;
}
.acess-list .icon-col span{
	font-size: 40px;
}
.acess-list .text-col h4{
	font-size: 19px;
	margin:0;
}
@media only screen and (max-width: 991.98px) {
	.acess-list .icon-col span{
		font-size: 38px;
	}
}
@media only screen and (max-width: 767.98px) {
	.acess-list .icon-col{
	}
}


/********************home style 2025***********************/
.home-diff{
	height: 100%;
	padding-top:1.5em;
}
.home-diff img{
	height: 54px;
	margin-bottom:1em;
}
.home-diff h3{
	font-size: 20px;
	margin:0 0 .5em;
	color:#000;
}
@media only screen and (max-width: 767.98px) {
	.home-diff{
		height: auto;
		padding:1.5em 0 1.5em 70px;
		position: relative;
		text-align: left;
		border-bottom:1px solid #CCDDDD;
	}
	.home-diff img{
		position: absolute;
		left:0;
		top:20px;
	}
	.home-diff h3{
		font-size: 16px;
	}
}
@media only screen and (max-width: 479.98px) {
	
}

/*home dive*/
#home-dive{
	background-image:url("/assets/application/img/ui2025/home-dive-background.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.home-solution-card{
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 4px 8px rgba(0,0,0,.2);
	margin-bottom:1.2em;
	overflow: hidden;
	height: 100%;
	position:relative;
	padding-bottom:25px;
}

.home-solution-card  .home-solution-card-body{
	padding:1.5em;
	font-size: 15px;
	color:#666;
}
.home-solution-card  .home-solution-card-body h3{
	color: #000;
	font-size: 20px;
	display: block;
	position: relative;
	padding-left:35px;
	margin-bottom:.75em;
}
.home-solution-card  .home-solution-card-body h3 img{
	position: absolute;
	height: 28px;
	left:0;
	top:0;
}
.home-solution-card .btn25{
	position:absolute;
	left:1.5em;
	bottom: 1.5em;
}
.home-solution-card .btn:hover{
}

@media only screen and (max-width: 767.98px) {
	.home-solution-card  .home-solution-card-body{
		font-size: 13px;
	}
	.home-solution-card  .home-solution-card-body h3{
		font-size: 16px;
		padding-left:30px;
	}
}

/*insight*/
.home-insight-card{
	border-radius: 5px;
	background-color: #fff;
	border:2px solid #3F90A7;
	margin-bottom:1.2em;
	overflow: hidden;
	height: 100%;
	position:relative;
	transition: all .2s;
}

.home-insight-card  .top-img{
	/* height: 140px; */
	overflow: hidden;
	position: relative;
}
.home-insight-card .top-img img{
	/* object-fit: cover; */
	/* position: absolute; */
	top:50%;
	/* margin-top:-70px; */
	left:0;
	width: 100%;
}
.home-insight-card  .home-insight-card-body{
	padding:1em;
	font-size: 14px;
	color:#666;
}
.home-insight-card  .home-insight-card-body h3{
	color: #000;
	font-size: 16px;
	display: block;
	position: relative;
	margin-bottom:5px;
}
.home-insight-card  .home-insight-card-body p{
	margin-bottom:5px;
}
.home-insight-card  .home-insight-card-body small{
	font-size: 12px;
}

@media only screen and (max-width: 767.98px) {
	.home-insight-card  .home-insight-card-body{
		font-size: 13px;
	}
	.home-insight-card  .home-insight-card-body h3{
		font-size: 15px;
	}
}

#insights a{
	text-decoration: none;
}
#insights a .home-insight-card:hover{
	transform: scale(1.025,1.025);
	border:2px solid #111;
}
#insights a .home-insight-card  .home-insight-card-body p{
	margin-bottom:5px;
	display: -webkit-box;       /* Enables the flexible box model */
  	-webkit-line-clamp: 2;      /* Limits the text to 3 lines before truncating */
  	-webkit-box-orient: vertical; /* Arranges content vertically */
  	overflow: hidden;           /* Hides overflowing content */
  	text-overflow: ellipsis;    /* Adds ellipsis */
  /* You might also set a max-height based on line-height for more consistent results */
  /* max-height: calc(1.2em * 3); /* Example: 1.2em line-height * 3 lines */
}

/*Upcoming events*/
.u-event{
	background-color: #fff;
}
.event-row{
	padding:1em 0 1em 80px;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.event-row .event-date{
	font-size: 24px;
	position: absolute;
	left:0;
	top:20px;
}
.event-row .event-date strong{
	display: block;
}
.event-row .event-body h3{
	font-size: 16px;
	margin-bottom:.4em;
}
.event-row .event-body{
	font-size: 14px;
}
.event-row .event-body p{
	margin-bottom:.3em;
}
.event-row .event-body a {
	font-weight: 700;
}