.home-sec1 .box-category {
	transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.home-sec1 .box-category:hover {
	transform: scale(1.08) translateZ(0);
}

.home-sec1 .box-category .box-text-inner * {
	text-transform: unset !important;
}
.home-sec1 .box-category .box-text-inner h5 {
	font-size: 18px;
}
.home-sec1 .box-category .box-text-inner p {
	font-size: 14px;
	color: #888;
}
.home-sec1 .animate-ct .item > .col-inner .rlt-img {
	position: relative;
	transition: all 0.5s;
}
.home-sec1 .animate-ct .item > .col-inner .rlt-img:before,.home-sec1 .animate-ct .item > .col-inner .rlt-img:after {
	content: "";
	opacity: 0;
	width: 100%;
	height: 80px;
	transition: all 0.5s;
	position: absolute;
	left: 0;
}
.home-sec1 .animate-ct .item > .col-inner .rlt-img:before {
	top: 0;
	height: 100%;
	background-image: linear-gradient(to top, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%);
}
.home-sec1 .animate-ct .item > .col-inner .rlt-img:after {
	bottom: 0;
	opacity: 1;
	background-image: linear-gradient(to bottom, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%);
}
.home-sec1 .animate-ct .item > .col-inner:hover .rlt-img {
	transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
	box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
}
.home-sec1 .animate-ct .item > .col-inner .abs-img {
	opacity: 0;
    transition: all 0.5s;
    position: absolute;
    z-index: 1;
	bottom: 0;
}
.home-sec1 .animate-ct .item > .col-inner:hover .abs-img{
	opacity: 1;
	transform: translate3d(0, -30%, 0);
}
.home-sec2 .box .box-text-inner h3 {
	font-weight: 500;
}
.home-sec2 .box .box-text-inner .button {
	margin-top: 0;
	font-weight: 400;
	min-height: unset;
	line-height: 1;
}
.home-sec2 .box .box-text-inner .button span {
	text-decoration: underline;
	font-size: 14px;
}
.heading-ct {
	padding-bottom: 15px !important;
}
.heading-ct h3 {
	margin-bottom: 0;
	font-size: 15px;
}
.button.btn-underline {
	margin: 0;
    font-weight: 400;
    min-height: unset;
    line-height: 1;
}

.button.btn-underline span {
	text-decoration: underline;
    font-size: 16px;
}
.button.btn-underline.dark {
	color: #000;
	font-weight: 600;
}
.button.btn-underline.dark:hover {
	color: var(--fs-color-secondary);
}
.home-sec4 .icon-box-ct .icon-box-text h4 {
	margin-bottom: 0;
}