.about-section .content h5 {
	border-bottom: 1px solid;
	display: inline-block;
}

.enterprise-qualification {
	background-color: #2c5dc6;
}

.aptitudes .nav {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.aptitudes .aptitude-item {
	font-size: 2.2rem;
	color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	padding: 10rem 2rem;
	transition: all 0.3s;
}

.aptitudes .aptitude-item:hover,
.aptitudes .aptitude-item.active {
	display: block;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.aptitude1,
.aptitude2,
.aptitude3 {
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.swiper-slide {
	/* background-position: center; */
	/* background-size: cover; */
	width: 30rem;
	height: auto;
	display: grid;
	align-content: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
	background-image: none;
}

.service .bi {
	font-size: 7rem;
	width: 8rem;
	height: 8rem;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 50%;
	color: #2c5dc6;
	text-align: center;
}

.testi-list .owl-item time {
	font-size: 2rem;
}

.testi-list .owl-item .line {
	width: 100%;
	height: 5px;
	border-radius: 4px;
	background: linear-gradient(to right, transparent, rgba(255, 0, 0, 0.7));
	transform: translateX(-50%);
}

.transparent-bg {
	background: transparent !important;
}

.testi-list .owl-item .line::before {
	content: '';
	position: absolute;
	top: calc(100% - 1.5rem);
	right: -1rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 0, 0, 0.85), transparent);
}


.testi-list .owl-item p {
	border: 1px solid transparent;
}

.testi-list .owl-item:hover p {
	color: #ffffff;
	position: relative;
	border-radius: 1.8rem;
	box-shadow: 0 0 2rem 1rem rgba(0, 0, 0, 0.1);
	border: 1px solid transparent;
	background-clip: padding-box;
	background-origin: padding-box;
}

.testi-list .owl-item:hover time {
	transition: 0.8s;
	color: #2c5dc6;
	font-weight: 500;
	transform: scale(1.2);
}

.testi-list .owl-item:hover p::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	border-radius: 0.6rem;
	background-color: #2c5dc6;
}

.testi-list .owl-item:hover p::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	top: -1rem;
	left: 50%;
	transform: translateX(-50%);
	border-width: 0 1.2rem 1.5rem 1.2rem;
	border-color: transparent transparent #2c5dc6 transparent;
}

.testi-list .owl-item:hover .line::before {
	transition: 0.8s;
	transform: scale(1.2);
	background: radial-gradient(circle, red, transparent);
}


.call-do-icon i {
	font-size: 3rem;
	color: #FFFFFF;
	background-color: #2c5dc6;
	height: 7rem;
	width: 7rem;
	line-height: 7rem;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	transition: .5s;
}