.nelton-page {
	color: #242424;
}

.nelton-page #loading-area {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.nelton-page .listing .loading.hidden {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.nelton-page main p,
.nelton-page main li,
.nelton-page footer p,
.nelton-page footer li {
	font-size: 17px !important;
	line-height: 1.75;
}

.nelton-page .section-head p {
	font-size: 18px !important;
	line-height: 1.75;
	margin-left: auto;
	margin-right: auto;
	max-width: 840px;
}

.nelton-page .service-box p,
.nelton-page .icon-bx-wraper p,
.nelton-page .nelton-proof-item span {
	font-size: 17px !important;
	line-height: 1.7;
}

.nelton-page li,
.nelton-page .form-control,
.nelton-page select,
.nelton-page textarea,
.nelton-page input {
	font-size: 16px !important;
}

.nelton-page .list-check li {
	font-size: 18px !important;
	line-height: 1.75;
	margin-bottom: 8px;
}

.nelton-logo {
	align-items: center;
	display: flex !important;
	height: 100%;
	text-decoration: none;
}

.nelton-page .logo-header {
	align-items: center;
	display: flex;
	height: 88px;
	width: 230px;
}

.nelton-page .logo-header > a {
	display: inline-flex;
	vertical-align: middle;
}

.nelton-page .is-fixed .logo-header {
	height: 70px;
	width: 200px;
}

.nelton-logo:hover {
	text-decoration: none;
}

.nelton-logo img {
	display: block;
	height: auto;
	max-height: 51px;
	max-width: 164px;
	width: 100%;
}

.nelton-page .is-fixed .nelton-logo img {
	max-height: 42px;
	max-width: 150px;
}

.nelton-page .main-bar,
.nelton-page .header-transparent.overlay .main-bar {
	background: rgba(20, 25, 29, 0.92);
}

.nelton-page .main-bar .container {
	align-items: center;
	display: flex;
	min-height: 88px;
}

.nelton-page .is-fixed .main-bar .container {
	min-height: 70px;
}

.nelton-page .header-nav {
	flex: 1 1 auto;
}

.nelton-page .header-nav .nav {
	align-items: center;
	justify-content: flex-end;
}

.nelton-page .header-nav .nav > li > a {
	line-height: 88px;
	padding-bottom: 0;
	padding-top: 0;
}

.nelton-page .is-fixed .header-nav .nav > li > a {
	line-height: 70px;
}

.nelton-page .header-nav .nav > li.nelton-category-mega > a .nelton-menu-chevron {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	display: inline-block;
	height: 7px;
	margin-left: 8px;
	transform: rotate(45deg) translateY(-2px);
	transition: transform 0.2s ease;
	width: 7px;
}

.nelton-page .header-nav .nav > li.nelton-category-mega:hover > a .nelton-menu-chevron {
	transform: rotate(225deg) translate(-2px, -2px);
}

.nelton-page .nelton-category-mega .mega-menu a,
.nelton-page .nelton-category-widget a {
	text-transform: none !important;
}

@media (min-width: 992px) {
	.nelton-page .header-nav .nav > li.nelton-category-mega > .mega-menu {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		max-height: calc(100vh - 130px);
		overflow-y: auto;
	}

	.nelton-page .header-nav .nav > li.nelton-category-mega > .mega-menu > li {
		min-width: 0;
		padding: 24px 0 20px;
		border-bottom: 0;
	}

	.nelton-page .header-nav .nav > li.nelton-category-mega > .mega-menu > li:after {
		bottom: auto !important;
		height: 250px !important;
		max-height: calc(100% - 48px);
		top: 24px !important;
	}

	.nelton-page .header-nav .nav > li.nelton-category-mega > .mega-menu > li:nth-child(4n):after,
	.nelton-page .header-nav .nav > li.nelton-category-mega > .mega-menu > li:last-child:after {
		display: none;
	}

	.nelton-page .header-nav .nav > li.nelton-category-mega > .mega-menu > li > a {
		color: #111;
		font-size: 17px;
		font-weight: 700;
		text-transform: none !important;
	}

	.nelton-page .header-nav .nav > li.nelton-category-mega .mega-menu a {
		text-transform: none !important;
	}

	.nelton-page .nelton-category-mega .mega-menu li ul ul {
		margin: 0;
		padding-left: 14px;
	}

	.nelton-page .nelton-category-mega .mega-menu li ul ul a {
		color: #666;
		font-size: 14px;
		padding-bottom: 6px;
		padding-top: 6px;
		text-transform: none !important;
	}
}

.nelton-page .extra-nav {
	align-items: center;
	display: flex;
	height: 88px;
	padding: 0;
}

.nelton-page .is-fixed .extra-nav {
	height: 70px;
}

.nelton-page .extra-nav .extra-cell {
	align-items: center;
	display: flex;
}

.nelton-page .nelton-header-cart {
	margin-left: 10px;
}

.nelton-page .extra-nav .nelton-mobile-category-toggle-wrap {
	display: none !important;
}

.nelton-page .nelton-mobile-category-toggle {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .35);
	color: #fff;
	display: inline-flex;
	gap: 8px;
	height: 44px;
	padding: 0 12px;
	transition: background .2s ease, border-color .2s ease;
}

.nelton-page .nelton-mobile-category-toggle:hover,
.nelton-page .nelton-mobile-category-toggle:focus {
	background: #01519b;
	border-color: #01519b;
	color: #fff;
}

.nelton-page .nelton-mobile-category-toggle-icon {
	display: block;
	height: 14px;
	position: relative;
	width: 16px;
}

.nelton-page .nelton-mobile-category-toggle-icon:before,
.nelton-page .nelton-mobile-category-toggle-icon:after,
.nelton-page .nelton-mobile-category-toggle-icon {
	border-top: 2px solid currentColor;
}

.nelton-page .nelton-mobile-category-toggle-icon:before,
.nelton-page .nelton-mobile-category-toggle-icon:after {
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.nelton-page .nelton-mobile-category-toggle-icon:before {
	top: 4px;
}

.nelton-page .nelton-mobile-category-toggle-icon:after {
	top: 10px;
}

.nelton-page .nelton-mobile-category-toggle-text {
	font-size: 14px;
	font-weight: 700;
}

.nelton-page .nelton-header-cart .cart {
	float: none;
	height: auto;
	margin: 0;
	position: static;
	width: auto;
}

.nelton-page .nelton-header-cart .cart > a {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .35);
	color: #fff;
	display: flex;
	height: 44px;
	padding: 0 13px;
	position: relative;
	transition: background .2s ease, border-color .2s ease;
}

.nelton-page .nelton-header-cart .cart > a:hover {
	background: #01519b;
	border-color: #01519b;
}

.nelton-page .nelton-cart-icon {
	display: block;
	height: 25px;
	width: 25px;
}

.nelton-page .nelton-cart-icon svg {
	fill: none;
	height: 100%;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 100%;
}

.nelton-page .nelton-cart-text {
	font-size: 15px;
	font-weight: 700;
	margin-left: 8px;
}

.nelton-page .nelton-cart-count {
	align-items: center;
	background: #01519b;
	border: 2px solid #171c20;
	border-radius: 50%;
	display: flex;
	font-size: 11px;
	font-weight: 700;
	height: 22px;
	justify-content: center;
	position: absolute;
	right: -8px;
	top: -9px;
	width: 22px;
}

.nelton-page .nelton-header-cart .cart > a:hover .nelton-cart-count {
	border-color: #01519b;
}

.nelton-footer-logo {
	display: block;
	margin-bottom: 28px;
	max-width: 220px;
	width: 100%;
}

.nelton-page .site-footer .footer-top {
	padding: 96px 0 56px;
}

.nelton-footer-grid {
	align-items: flex-start;
	row-gap: 42px;
}

.nelton-page .site-footer .widget {
	margin-bottom: 0;
}

.nelton-footer-about {
	max-width: 420px;
}

.nelton-page .site-footer h5 {
	font-size: 20px;
	margin-bottom: 26px;
}

.nelton-page .site-footer p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px !important;
	line-height: 1.85;
	max-width: 390px;
}

.nelton-page .site-footer .widget_services ul li {
	margin-bottom: 15px;
	padding-bottom: 0;
}

.nelton-page .site-footer .widget_services ul li:before {
	display: none !important;
}

.nelton-page .site-footer .widget_services ul li a {
	align-items: center;
	color: rgba(255, 255, 255, 0.86);
	display: inline-flex;
	font-size: 17px;
	gap: 8px;
	padding: 0;
	transition: color 0.2s ease, transform 0.2s ease;
}

.nelton-page .site-footer .widget_services ul li a span {
	color: var(--color-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.nelton-page .site-footer .widget_services ul li a:hover {
	color: #fff;
	transform: translateX(4px);
}

.nelton-page .site-footer .nelton-footer-contact ul {
	margin: 0;
	padding: 0;
}

.nelton-page .site-footer .nelton-footer-contact li {
	align-items: flex-start;
	display: block;
	margin-bottom: 24px;
	padding-bottom: 0;
}

.nelton-page .site-footer .nelton-footer-contact li:before {
	display: none !important;
}

.nelton-page .site-footer .nelton-footer-contact li span {
	display: block;
	min-width: 0;
}

.nelton-page .site-footer .nelton-footer-contact li strong {
	color: rgba(255, 255, 255, 0.76);
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.nelton-page .site-footer .nelton-footer-contact li,
.nelton-page .site-footer .nelton-footer-contact li a {
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px !important;
	line-height: 1.65;
}

.nelton-page .site-footer .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 24px 0;
}

.nelton-page .site-footer .footer-bottom span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.nelton-page .site-button,
.nelton-page button.site-button {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	min-height: 52px;
	padding: 16px 34px;
}

.nelton-page .site-button.button-sm,
.nelton-page .button-sm {
	font-size: 16px;
	min-height: 46px;
	padding: 13px 24px;
}

.nelton-page .extra-nav .site-button,
.nelton-page .top-bar .site-button {
	min-height: 44px;
	padding: 12px 22px;
}

.nelton-hero {
	background: url("../images/hero1.png") center center / cover no-repeat;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 100vh;
	padding: 140px 0 70px;
	position: relative;
}

.nelton-hero-overlay {
	background: linear-gradient(90deg, rgba(12, 12, 12, 0.86), rgba(12, 12, 12, 0.56));
	inset: 0;
	position: absolute;
}

.nelton-hero .container {
	position: relative;
	z-index: 2;
}

.nelton-eyebrow {
	color: var(--color-primary);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.nelton-hero h1 {
	color: #fff;
	font-size: 66px;
	font-weight: 800;
	line-height: 1.04;
	margin-bottom: 24px;
	max-width: 960px;
}

.nelton-lead {
	color: rgba(255, 255, 255, 0.86);
	font-size: 20px;
	line-height: 1.55;
	max-width: 760px;
}

.nelton-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.nelton-fast-card {
	background: rgba(18, 18, 18, 0.9);
	border-left: 5px solid var(--color-primary);
	padding: 34px;
}

.nelton-fast-card h2 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 18px;
}

.nelton-fast-card a {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	color: #fff;
	display: flex;
	font-size: 17px;
	gap: 14px;
	padding: 14px 0;
}

.nelton-fast-card a:hover {
	color: var(--color-primary);
	text-decoration: none;
}

.nelton-fast-card span {
	color: var(--color-primary);
	font-weight: 800;
}

.nelton-card {
	background: #fff;
	border: 1px solid #ececec;
	height: 100%;
	padding: 34px;
	position: relative;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.nelton-card:hover {
	border-color: var(--color-primary);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.nelton-card h3 {
	font-size: 25px;
	margin-bottom: 14px;
}

.nelton-card p {
	min-height: 88px;
}

.nelton-split .service-box {
	min-height: 500px;
}

.nelton-image-box {
	min-height: 500px;
	overflow: hidden;
	padding: 0;
}

.nelton-image-box .dlab-img-effect {
	height: 100%;
	min-height: 500px;
	width: 100%;
}

.nelton-image-box img {
	display: block;
	height: 100%;
	min-height: 500px;
	object-fit: cover;
	width: 100%;
}

.nelton-category {
	background: #f4f6f8;
	color: #111;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.nelton-category img {
	aspect-ratio: 600 / 722;
	display: block;
	height: auto;
	object-fit: cover;
	opacity: 1;
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 100%;
}

.nelton-category:after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0));
	bottom: 0;
	content: "";
	height: 38%;
	left: 0;
	position: absolute;
	right: 0;
	transition: opacity 0.25s ease;
}

.nelton-category span {
	background: rgba(255, 255, 255, 0.94);
	border-left: 4px solid var(--color-primary);
	bottom: 18px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
	color: #111;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	left: 18px;
	line-height: 1.2;
	max-width: calc(100% - 36px);
	padding: 10px 15px 10px 13px;
	position: absolute;
	right: auto;
	z-index: 2;
}

.nelton-category:hover {
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
	transform: translateY(-3px);
}

.nelton-category:hover img {
	opacity: 0.96;
	transform: scale(1.04);
}

.nelton-category:hover:after {
	opacity: 0.45;
}

.nelton-card-icon {
	color: var(--color-primary);
	height: 72px;
	width: 72px;
}

.nelton-card-icon svg {
	display: block;
	fill: none;
	height: 100%;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3.5;
	width: 100%;
}

.nelton-card-icon svg path {
	fill: none;
}

.nelton-proof {
	background-image: url("../images/background/bg14.jpg");
}

.nelton-proof-item {
	background: rgba(255, 255, 255, 0.1);
	border-left: 4px solid var(--color-primary);
	height: 100%;
	padding: 24px;
}

.nelton-proof-item i {
	color: var(--color-primary);
	display: block;
	font-size: 34px;
	margin-bottom: 14px;
}

.nelton-proof-item strong,
.nelton-proof-item span {
	display: block;
}

.nelton-proof-item strong {
	color: #fff;
	font-size: 22px;
	margin-bottom: 8px;
}

.nelton-proof-item span {
	color: rgba(255, 255, 255, 0.75);
}

.nelton-reference-carousel {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 12px 0 20px;
}

.nelton-reference-carousel.owl-loaded {
	display: block;
}

.nelton-reference-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-top: 20px;
}

.nelton-reference-item {
	background: #111;
	cursor: pointer;
	display: block;
	min-height: 360px;
	overflow: hidden;
	position: relative;
}

span.nelton-reference-item {
	width: 100%;
}

.nelton-reference-lightbox {
	display: block;
}

.nelton-reference-gallery {
	display: none !important;
}

.nelton-reference-gallery li,
.nelton-reference-gallery img {
	display: none !important;
}

.nelton-reference-item img {
	display: block;
	height: 360px;
	object-fit: cover;
	transition: opacity 0.3s ease, transform 0.35s ease;
	width: 100%;
}

.nelton-reference-item span {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0));
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	padding: 80px 28px 28px;
	position: absolute;
	right: 0;
	z-index: 3;
}

.nelton-reference-item strong,
.nelton-reference-item small {
	display: block;
}

.nelton-reference-item strong {
	color: #fff;
	font-size: 24px;
	line-height: 1.25;
}

.nelton-reference-item small {
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	margin-top: 6px;
}

.nelton-reference-item:hover img {
	opacity: 0.82;
	transform: scale(1.06);
}

.nelton-reference-carousel .owl-nav {
	margin-top: 26px;
	text-align: center;
}

.nelton-reference-carousel .owl-nav button {
	background: var(--color-primary) !important;
	color: #fff !important;
	height: 48px;
	margin: 0 6px;
	width: 48px;
}

.list-check.primary {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-check.primary li {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	line-height: 1.55;
	margin-bottom: 15px;
}

.list-check.primary li:before {
	color: var(--color-primary);
	content: "\2713";
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
}

.nelton-form {
	background: #f7f7f7;
	padding: 36px;
}

.nelton-form .form-control {
	border: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 18px;
	min-height: 52px;
}

.nelton-form select.form-control {
	appearance: auto;
	background-color: #fff;
	height: 52px;
	line-height: 52px;
	padding: 0 18px;
}

.nelton-form-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.nelton-form-response {
	display: none;
	margin: 0 0 18px;
	padding: 14px 18px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	border-left: 4px solid #01519b;
	background: #f2f7fc;
	color: #102232;
}

.nelton-form-response.is-success,
.nelton-form-response.is-error {
	display: block;
}

.nelton-form-response.is-error {
	border-left-color: #c62828;
	background: #fff4f4;
	color: #8a1f1f;
}

.nelton-form .bootstrap-select {
	display: block;
	margin-bottom: 18px;
	width: 100% !important;
}

.nelton-form .bootstrap-select .dropdown-toggle {
	background-color: #fff !important;
	border: 1px solid #ddd !important;
	border-radius: 0;
	box-shadow: none !important;
	color: #444;
	font-size: 16px !important;
	height: 52px;
	line-height: 52px;
	min-height: 52px;
	padding: 0 18px;
}

.nelton-form .bootstrap-select .dropdown-toggle .filter-option {
	align-items: center;
	display: flex;
	height: 100%;
}

.nelton-form .bootstrap-select .dropdown-toggle:after {
	display: inline-block;
	margin-left: auto;
}

.nelton-contact-strip {
	padding: 42px 0;
}

.nelton-contact-strip h2 {
	color: #fff;
	font-size: 34px;
	margin-bottom: 8px;
}

.nelton-contact-strip p {
	margin-bottom: 0;
}

.nelton-contact-strip .site-button {
	margin: 6px;
}

@media (max-width: 991px) {
	.nelton-page .top-bar {
		display: none;
	}

	.nelton-page .main-bar .container {
		min-height: 72px;
	}

	.nelton-page .logo-header {
		order: 1;
		height: 72px;
		width: 170px;
	}

	.nelton-page .extra-nav {
		order: 2;
		height: 72px;
		margin-left: auto;
		margin-right: 12px;
		padding: 0;
	}

	.nelton-page .extra-nav .extra-cell:first-child {
		display: none;
	}

	.nelton-page .extra-nav .nelton-mobile-category-toggle-wrap {
		display: flex !important;
		margin-left: 10px;
	}

	.nelton-page .nelton-mobile-category-toggle {
		gap: 6px;
		padding: 0 10px;
	}

	.nelton-page .nelton-mobile-category-toggle-text {
		font-size: 13px;
	}

	.nelton-page .header-nav .nav > li.nelton-category-mega > a .nelton-menu-chevron {
		display: none;
	}

	.nelton-page .header-nav .nav > li.nelton-category-mega > .mega-menu {
		display: none !important;
	}

	.nelton-page .nelton-header-cart {
		margin: 0;
	}

	.nelton-page .navbar-toggler {
		order: 3;
		margin: 0 !important;
		padding-left: 12px;
		padding-right: 0;
		position: relative;
		right: auto;
		top: auto;
	}

	.nelton-page .nelton-cart-text {
		display: none;
	}

	.nelton-page .nelton-header-cart .cart > a {
		padding: 0 10px;
	}

	.nelton-hero {
		min-height: 100vh;
		padding: 130px 0 70px;
	}

	.nelton-hero h1 {
		font-size: 44px;
	}

	.nelton-fast-card {
		margin-top: 34px;
	}

	.nelton-card p {
		min-height: 0;
	}

	.nelton-reference-carousel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nelton-reference-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.nelton-page .nelton-header-cart {
		margin-left: 0;
		margin-right: 8px;
	}

	.nelton-page .logo-header {
		width: 170px;
	}

	.nelton-hero {
		align-items: flex-start;
		padding: 135px 0 70px;
	}

	.nelton-hero h1 {
		font-size: 34px;
		line-height: 1.12;
	}

	.nelton-lead {
		font-size: 17px;
	}

	.nelton-hero-actions .site-button {
		width: 100%;
	}

	.nelton-fast-card {
		padding: 24px;
	}

	.nelton-form {
		padding: 24px;
	}

	.nelton-reference-carousel {
		grid-template-columns: 1fr;
	}

	.nelton-reference-grid {
		grid-template-columns: 1fr;
	}
}
