
.logo-img {
	width: 175px;
}
.list-data li {
	padding: .125rem 0px;
}

.bg-color-1 {
	background-color: #f4f8ff;
}

.nk-banner-analytics {
	background-image: url(../images/codebase-banner-bg.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: repeat;
}

#myTabContent {
	background-image: url(../images/codebase-blur-1.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: repeat;
}

.nk-timeline-group.has-divider .nk-timeline-group-item::after {
	content: "";
	left: 50%;
	width: 100%;
	z-index: -1;
	position: absolute;
	top: 26px;
	height: 1px;
	background-color: #e5e7eb;
}
.on-hover:hover {
	background-image: url(../images/codebase-blur-1.png);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
}

.box-shadow {
	overflow: hidden;
	transition: .3s;
}

	.box-shadow:hover {
		overflow: hidden;
		transition: .3s;
		box-shadow: 0px 7px 10px 2px #c4c4c43d;
		margin-top: -6px;
	}


	.on-hover-primary {
		background-color: #e6ebff;
		
	}

.nk-section-testimonial {
	background-image: url(../images/codebase-blur-1.png);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
}

.support-section {
	background-image: url(../images/codebase-blur-1.png);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
}

.breadcrumb-bg {
	background-image: url(../images/codebase-blur-1.png);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
}


.bg-img1 {
	background-image: url(../images/world-map.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.nk-section-case::after {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	background: linear-gradient(90deg, #2f5f70 10.12%, rgba(47, 95, 112, 0) 100%);
}

.bg-img2 {
	background-image: url(../images/codebase-blur-1.png);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
}



.bg-img3 {
	background-image: url(../images/bg-circle-1.png);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
}

.bg-img8 {
	background-image: url(../images/waves-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
}

.bg-img9 {
	background-image: url(../images/codebase-blur-1.png);
	background-size: cover;
}

.bg-img10 {
	background-image: url(../images/p.png);
	background-size: cover;
	background-position: bottom;
}

.bg-img11 {
	background-image: url(../images/x.png);
}

.bg-img12 {
	background-image: url(../images/form-bg-3.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: repeat;
}

.bg-img14 {
	background-image: url(../images/f.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: repeat;
}

.bg-img4:hover{
	background-image: url(../images/industrial-manufacturing.webp);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
}
.bg-img5:hover {
	background-image: url(../images/automative-manufacturing.webp);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
}
.bg-img6:hover {
	background-image: url(../images/building-product-manufacturing.webp);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
}
.bg-img7:hover {
	background-image: url(../images/high-tech-manufacturing.webp);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
}

.career-bg {
	background-image: url(../images/career-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
}

.bg-award {
	background-image: url(../images/funfact-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
	height:350px
}

.bg-circle-img {
	background-image: url(../images/mask-circle-2.png);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;

}


.award-in-number {
	margin-top:-15rem;
}


.min-h-180 {
	min-height:180px
}

.min-h-220 {
	min-height: 220px;
}
.min-h-250 {
	min-height: 250px;
}

.min-h-280 {
	min-height: 280px;
}

.min-h-300 {
	min-height: 300px;
}

.min-h-350 {
	min-height: 350px;
}

.inline-data li {
	margin: 8px 0px;
	display: inline-block;
}

.hover-link {
	display: flex;
	align-items:center;
	padding: 3px 6px;
	border-radius: 4px;
}
.hover-link i {
	display: none;
	overflow:hidden;
	transition:.3s;
}


	.hover-link:hover {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #e1f4ff;
		padding: 3px 6px;
		border-radius: 4px;
		color: #2678c9 !important;
	}

	.hover-link:hover i {
		display: flex;
		align-items: center;
		float: right;
		transition: .3s;
	}
