.NormalTextBox::-webkit-input-placeholder {
	opacity: 1;
}

.NormalTextBox:-moz-placeholder {
	opacity: 1;
}

.NormalTextBox::-moz-placeholder {
	opacity: 1;
}

.NormalTextBox:-ms-input-placeholder {
	opacity: 1;
}

.NormalTextBox:placeholder {
	opacity: 1;
}

/*header box*/
.header-replace {
	width: 100%;
}

.header-wrap {
	right: 0;
	z-index: 100;
	width: 100%;
	position: relative;
}

.header-container-box {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.header-container-box .header-area {
	display: table-cell;
	vertical-align: middle;
}

.header-area.area-right {
	text-align: left;
}

.header-area.area-center {
	text-align: center;
}

.header-area.area-left {
	text-align: right;
}

.header-horizontal .header-content-wrap {
	white-space: nowrap;
}

.header-content-wrap {
	display: flex;
	gap: 0.8em;
	justify-content: center;
	align-items: center;
}

.header-horizontal .header-content-wrap>div {
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
}

.header-horizontal .header-content-wrap>div:first-child {
	margin-right: 0
}


.header-vertical .header-content-wrap>div {
	display: block;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.header-content-wrap p {
	margin: 0;
}

.header-content-wrap img {
	max-width: 100%;
	max-height: 100%;
}

.header-area.area-left .header-content-wrap>div:last-child {
	margin-left: 0 !important;
}

.header-area.area-right .header-content-wrap>div:first-child,
.header-area.area-center .header-content-wrap>div:first-child {
	margin-right: 0 !important;
}

.header-center .header-vertical .header-content-wrap>div {
	margin: 0 !important;
}

.header-bg-box {
	position: relative;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.header-bg-box:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}

.header-wrap .widget-title {
	font-size: inherit;
	margin: 0;
}

.header-wrap .area-left,
.header-wrap .area-center,
.header-wrap .area-right {
	width: auto;
}

.header-wrap .logo img {
	max-width: 100%;
	/* filter: invert(0.9) grayscale(1) brightness(2); */
}

/*floating*/

.header-wrap .floating-header-logo {
	display: none !important;
}

.header-wrap .floating-header-logo.header-logo {
	display: inline-block !important;
}

.floating-nav.floating-active .header-logo:not(.floating-header-logo) {
	display: none !important;
}

.floating-nav .floating-header-logo:not(.header-logo) {
	display: none !important;
}

.header-wrap .logo img {
	max-height: 80%;
	margin-bottom: 2px;
}

.floating-nav.floating-active .floating-header-logo {
	display: inline-block !important;
}

.header-wrap .floating-header-logo.header-logo {
	display: inline-block !important;
}

.sticky-fixed .floating-nav.floating-nav-sticky {
	position: fixed !important;
	width: 100%;
	z-index: 1000;
}

.sticky-fixed .floating-nav.floating-nav-sticky.floating-active {
	position: fixed !important;
}

.floating-nav.floating-active {
	position: fixed !important;
	width: 100%;
	z-index: 1000;
}

.dng-main.Boxed .sticky-fixed .floating-nav.floating-nav-sticky,
.dng-main.Boxed .floating-nav.floating-active {
	width: auto;
	right: auto;
}



.dark-split-line .area-left,
.dark-split-line .area-center,
.floating-active .floating-dark-split-line .area-left,
.floating-active .floating-dark-split-line .area-center {
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.dark-bottom-line,
.floating-active .floating-dark-bottom-line {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.light-split-line .area-left,
.light-split-line .area-center,
.floating-active .floating-light-split-line .area-left,
.floating-active .floating-light-split-line .area-center {
	border-left: 1px solid rgba(255, 255, 255, .3);
}

.light-bottom-line,
.floating-active .floating-light-bottom-line {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.floating-active .floating-off-split-line .area-left,
.floating-active .floating-off-split-line .area-center {
	border-left-color: transparent;
}

.floating-active .floating-off-bottom-line {
	border-bottom-color: transparent;
}


.floating-active .floating-dark-color .search-text .text,
.floating-active .floating-dark-color .search-text .submit {
	color: #333333;
}

.dng-main.Boxed .floating-nav.floating-active {
	top: 0;
}

.floating-nav-sticky .header-bg-box {
	-webkit-transition: background-color ease-in 200ms;
	transition: background-color ease-in 200ms;
}

.floating-nav-fade.floating-active .floating-display-none,
.floating-nav-slide.floating-active .floating-display-none {
	display: none;
}

.floating-nav-sticky .header-container-box,
.floating-nav-sticky .header-bg-box,
.floating-nav-sticky .logo,
.floating-nav-scrollup .header-container-box,
.floating-nav-scrollup .header-bg-box,
.floating-nav-scrollup .logo {
	-webkit-transition: all ease-out 250ms;
	transition: all ease-out 250ms;
}

.floating-nav-sticky.floating-active .header-bg-box.floating-display-none,
.floating-nav-sticky.floating-active .header-bg-box.floating-display-none .header-container-box,
.floating-nav-scrollup.floating-active .header-bg-box.floating-display-none,
.floating-nav-scrollup.floating-active .header-bg-box.floating-display-none .header-container-box {
	overflow: hidden;
	height: 0px;
	border-width: 0px;
	padding-top: 0;
	padding-bottom: 0;
}

.floating-nav-sticky .logo {
	overflow: hidden;
}

.sticky-fixed .floating-nav.floating-nav-scrollup {
	-webkit-transition: none;
	transition: none;
}

.sticky-fixed .floating-nav.floating-nav-scrollup.floating-active,
.sticky-fixed .floating-nav.floating-nav-scrollup.floating-active-up {
	opacity: 0;
	margin-top: -100px;
	-webkit-transition: none;
	transition: none;
}

.sticky-fixed .floating-nav.floating-nav-scrollup.floating-active.floating-active-down {
	opacity: 1;
	-webkit-transition: opacity linear 300ms, margin linear 300ms;
	transition: opacity linear 300ms, margin linear 300ms;
	margin-top: 0;
}

.sticky-fixed .floating-nav.floating-nav-scrollup.floating-active-up {
	-webkit-transition: opacity linear 300ms, margin linear 300ms;
	transition: opacity linear 300ms, margin linear 300ms;
}

.floating-nav-sticky.header-wrap {
	-webkit-transition: all ease-in 200ms;
	transition: all ease-in 200ms;
}

.floating-nav-sticky.floating-active .floating-display-none,
.floating-nav-sticky.floating-active .floating-display-none .header-top,
.floating-nav-scrollup.floating-active .floating-display-none,
.floating-nav-scrollup.floating-active .floating-display-none .header-top {
	overflow: hidden !important;
	height: 0px !important;
	border-width: 0px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.overlay-panel-content:before {
	opacity: 1;
	background-color: #1e1e1e;
	background: -webkit-linear-gradient(left top, #1e1e1e, #1e1e1e);
	background: -o-linear-gradient(left top, #1e1e1e, #1e1e1e);
	background: -moz-linear-gradient(left top, #1e1e1e, #1e1e1e);
	background: linear-gradient(to left top, #1e1e1e, #1e1e1e);
}

/*logo*/
.logo img {
	max-width: 100%;
}

.header-horizontal .header-content-wrap {
	white-space: nowrap;
	justify-content: flex-end;
}

.mobile-header .header-content-wrap {
	gap: 0.2rem;
	width: 100%;
	display: flex;
}

.mobile-header .header-content-wrap {
	display: flex;
	justify-content: space-around;
}

.mobile-header .header-mobile-bottom .header-area.area-left {
	padding: 0.5em;
	width: 40%;
}

.mobile-header .header-mobile-bottom .header-area.area-right {
	padding-right: 0.5em;
	width: 40%;
}

.mobile-header .header-mobile-bottom .header-area.area-left svg {
	max-height: 2rem;
	max-width: 2rem
}

.mobile-header .header-mobile-bottom .header-area.area-right svg {
	max-height: 2rem;
	max-width: 2rem
}

.header-horizontal .header-content-wrap>div {
	display: inline-block;
	white-space: normal;
}

/*mobile header*/
.mobile-header {
	/* display: none; */
	position: relative;
}

.mobilemenu_close {
	display: none !important;
}

.mobile-header .logo img {
	max-width: inherit;
}

.mobile-header-replace {
	height: 64px;
	display: none;
	height: 4rem !important;
}

@media only screen and (max-width: 1024px) {

	.header-wrap,
	.header-replace {
		display: none;
	}

	.dng-mobilemenu,
	.mobile-header-replace,
	.mobile-header {
		display: block;
	}

	.mobile-header {
		width: 100%;
	}

	.mobile-header .header-mobile,
	.mobile-header .header-mobile-top,
	.mobile-header .header-mobile-bottom {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}

	.mobile-header .header-area,
	.mobile-header .header-area-top,
	.mobile-header .header-area-bottom {
		padding-right: 15px;
		padding-left: 5px;
		display: flex;
		align-items: center;
	}

	.mobile-header .header-content-wrap>* {
		display: inline-block;
	}

	.navbar-tool {
		white-space: nowrap;
	}

	.navbar-tool>.widget,
	.mobile-menu-icon {
		display: inline-block;
		vertical-align: middle;
		white-space: normal;
		margin-right: 12px;
		cursor: pointer;
	}

	.mobile-header .search-popup-box {
		display: inline-block;
	}

	.mobile_menu_show {
		overflow: hidden;
	}

	.mobile-header {
		z-index: 1000;
		width: 100%;
	}

	.mobile-header.header-position {
		position: absolute;
	}

	.mobile-header.floating-nav {
		position: fixed;
		top: 0;
	}

	.mobile-header .mobile-header-shadow {
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	}

	.MobileNav:before {
		content: "";
		top: 0px;
		left: 50%;
		width: 428px;
		height: 100%;
		background-color: #fff;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		z-index: -3;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-mask-image: url(data:image/png;base64,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);
		mask-image: url(data:image/png;base64,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);
		position: absolute;
		background: var(--accent-color);
		mask-repeat: no-repeat;
		mask-size: auto;
		-webkit-mask: url(../images/nav-bottom.png)center/cover;
		mask: url(../images/nav-bottom.png)center/cover;
	}

	.MobileNav:after {
		content: "";
		bottom: -4px;
		left: 50%;
		width: 428px;
		height: 102%;
		background-color: var(--accent-color2);
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 10% 10%;
		z-index: -4;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-mask-image: url(data:image/png;base64,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);
		mask-image: url(data:image/png;base64,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);
		position: absolute;
		/* background-position: bottom center; */
		/* background-size: 27% 26%; */
		/* border: 34px solid var(--accent-color2); */
	}

	.mobile-header {
		color: #333333;
		font-weight: normal;
	}



	.mobile-header .logo {
		text-align: right;
	}

	.mobile-header img {
		max-height: 100%;
	}

	.mobile-header .shopping-cart-box .shopping-cart-content {
		border-top-color: #2c5cda;
	}

	.mobile-header .shopping-cart-box .shopping-cart-content:before {
		border-bottom-color: #2c5cda;
	}

	.mobile-header .shopping-cart-box .icon .badge,
	.mobile-header .shop-cart-list .shop-cart-footer>.footer-btn:hover {
		background-color: #2c5cda;
	}

	.mm-slideout.mobile_menu_show {
		overflow: hidden;
	}

	.body-side-static-left {
		margin-right: 0;
	}

	.body-side-static-right {
		margin-left: 0;
	}

	.mobilemenu-main {
		display: none !important;
	}

	/* search-popup-box */
	.search-popup-box .popup-close {
		left: 13px;
		top: 0;
		height: 64px;
		line-height: 64px;
		-webkit-transition: color ease-in 200ms, opacity ease-in 200ms 200ms !important;
		transition: color ease-in 200ms, opacity ease-in 200ms 200ms !important;
		z-index: 1;
	}

	.search-popup-box .popup-close .lnr {
		line-height: 64px;
	}

	.search-popup-box .popup-reveal {
		display: none;
	}

	.search-popup-box .popup-content {
		opacity: 0;
		visibility: hidden;
		color: #666;
		-o-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.search-popup-box .popup-content.active {
		opacity: 1;
		visibility: visible;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.search-popup-box .popup-content .popup-center {
		-webkit-transform: scale(1.1) !important;
		transform: scale(1.1) !important;
		-webkit-transition-delay: 0ms !important;
		transition-delay: 0ms !important;
		-webkit-transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
		transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
	}

	.search-popup-box .popup-content.active .popup-center {
		transform: scale(1) !important;
	}

	.header-vertical .dngTextBox {
		display: block;
	}

	.mobile-header .hide-sticky {
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.mobile-header.floating-nav-active .hide-sticky {
		height: 0 !important;
		overflow: hidden;
	}

}

@media only screen and (max-width: 767px) {

	.mobile-header .logo img {
		max-height: 4rem;
	}

	/* search-popup-box */
	.search-popup-box .popup-close {
		left: 13px;
		top: 0;
		height: 64px;
		line-height: 64px;
	}

	.search-popup-box .popup-close .lnr {
		line-height: 64px;
	}
}


/*login*/

.Login .userName>a {
	padding-left: 18px;
}

.Login a,
.Login a:link,
.Login a:active,
.Login a:visited {
	color: inherit;
	display: inline-block;
}

.userName>a:after {
	content: "";
	border-color: currentColor transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -3px -6px 0 0;
	-webkit-transition: border-color ease-in 200ms;
	transition: border-color ease-in 200ms;
}

.Login .userName,
.Login .userProfile,
.Login .userProperties {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}

.Login .userName+.userProfile,
.Login .userRegister+.userLogin {
	margin-right: 10px;
}

.Login .userProperties>ul {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.Login .userProperties>ul li {
	list-style: none;
	position: relative;

}

.Login .userProperties>ul>li,
.Login .userProperties>ul>li>span {
	display: inline-block;
}

.Login .userProperties>ul>li img,
.Login .userProperties>ul>li>a {
	width: auto;
	display: block;
	text-decoration: none;
}

.Login .userProfile .userMessages {
	position: absolute;
	top: -6px;
	left: -5px;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #2c5cda;
	border-radius: 10px;
}



/*--------------
	 User Controls Menu Drop Down
---------------*/
@media(min-width:768px) {
	.Login .userProperties ul.userMenu {
		display: none;
		position: absolute;
		left: 0;
		top: 50px;
		z-index: 906;
		width: 175px;
		border-radius: 0px 0px 6px 6px;
		-moz-border-radius: 0px 0px 6px 6px;
		-webkit-border-radius: 0px 0px 6px 6px;
		background: #3a4241;
		padding: 15px 0px;
		text-align: right;
	}

	.Login .userProperties li.userNotifications,
	.Login .userProperties li.userProfilename {
		border-bottom: 1px solid #5e5e5e;
		padding: 0px 0px 10px;
		margin: 0px 0px 10px;
	}

	.Login .userProperties ul.userMenu:after {
		position: absolute;
		top: -6px;
		left: 80px;
		content: '';
		width: 0px;
		height: 0px;
		border-right: 7px solid transparent;
		/* left arrow slant */
		border-left: 7px solid transparent;
		/* right arrow slant */
		border-bottom: 7px solid #3a4241;
		/* bottom, add background color here */
		font-size: 0px;
		line-height: 0px;
	}

	.Login .userProperties ul.userMenu a {
		display: block;
		padding: 2px 15px;
		line-height: 20px;
		color: #aaaaaa;
		text-decoration: none;
		/* transition decleration */
		transition: all ease-in 100ms;
		-moz-transition: all ease-in 100ms;
		/* Firefox 4 */
		-webkit-transition: all ease-in 100ms;
		/* Safari and Chrome */
		-o-transition: all ease-in 100ms;
		/* Opera */
		-ms-transition: all ease-in 100ms;
		/* IE9? */
	}

}


.Login .userProperties ul.userMenu a:hover {
	color: #FFF;
}

.Login .userProperties ul.userMenu a span {
	padding: 1px 4px;
	border-radius: 3px;
	font-size: 11px;
	color: #fff;
	background-color: #2c5cda;
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	margin-bottom: 2px;
}

.Login .userProperties ul.userMenu li:last-child>a {
	padding-bottom: 0;
}

.Login .userProperties ul.userMenu a strong {
	font-weight: normal;
}

#dng-wrapper .dnnForm #dnn_ctr_Login_pnlLogin {
	margin: 40px 0 0;
}


/*language*/
.languageBox {
	display: inline-flex;
}

.languageBox.uppercase,
.languageBox.uppercase span,
.languageBox.uppercase a,
.languageBox.uppercase select,
.languageBox.uppercase option {
	text-transform: uppercase;
}

.languageBox .language-object>a,
.languageBox .language-object>span {
	margin: 3px;
	display: inline-block;
}

.languageBox select {
	height: 30px;
	padding: 0px 4px;
	max-width: 100%;
}

.languageBox a,
.languageBox a:link {
	color: currentColor;
}

.languageBox .active,
.languageBox a:hover {
	color: var(--accent-color);
}


/*language*/
.languageBox {
	display: inline-block;
}

.languageBox .Language {
	display: inline-block;
	margin-right: 5px;
}

.languageBox {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}

.languageBox .language-current {
	background: transparent;
	border: none;
	text-transform: inherit;
	height: 44px;
	font-weight: inherit;
	padding: 3px 0 0;
	display: inline-block;
	white-space: nowrap;
}

.languageBox .language-current::after {
	content: "";
	width: 8px;
	height: 8px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	display: inline-block;
	margin: -7px 14px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}

.languageBox .language-current img {
	margin-bottom: 3px;
}

.languageBox .language-list {
	position: absolute;
	top: 100%;
	right: -30px;
	background-color: #FFF;
	border-radius: 3px;
	padding: 12px 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	display: none;
	text-align: right;
	z-index: 1000;
}

.languageBox .language-list>a,
.languageBox .language-list>a:link,
.languageBox .language-list>a:valid,
.languageBox .language-list>span {
	display: block;
	line-height: 48px;
	white-space: nowrap;
	padding: 0px 28px;
	color: #494e5c;
	font-size: 16px;
	border-right: 2px solid transparent;
	transition: all ease-in 300ms;
}

.languageBox .language-list .text {
	display: inline-block;
	padding: 0 10px 0 0;
	color: currentColor;
	vertical-align: middle;
}

.languageBox .language-list img {
	display: inline-block;
	width: 27px;
	max-width: none;
	vertical-align: middle;
}


.languageBox .language-list .active {
	color: var(--accent-color);
}

.languageBox .language-object .selected {
	opacity: .5;
}

html.html-night .languageBox .language-list {
	background-color: #000000;
}

.languageBox .language-list>a:hover,
.languageBox .language-list>span:hover {
	background-color: rgba(175, 175, 175, .2);
	border-right-color: var(--accent-color);
}

html.html-night .languageBox .language-list .active {
	color: #ff0 !important;
}

.language-right.languageBox .language-list {
	right: auto;
	left: -30px;
}




/**/
.dark-split-line .area-left,
.dark-split-line .area-center,
.floating-active .floating-dark-split-line .area-left,
.floating-active .floating-dark-split-line .area-center {
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.dark-bottom-line,
.floating-active .floating-dark-bottom-line {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.light-split-line .area-left,
.light-split-line .area-center,
.floating-active .floating-light-split-line .area-left,
.floating-active .floating-light-split-line .area-center {
	border-left: 1px solid rgba(255, 255, 255, .3);
}

.light-bottom-line,
.floating-active .floating-light-bottom-line {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.floating-active .floating-off-split-line .area-left,
.floating-active .floating-off-split-line .area-center {
	border-left-color: transparent;
}

.floating-active .floating-off-bottom-line {
	border-bottom-color: transparent;
}


#dng-wrapper .floating-active .floating-light-color .header-content-wrap,
#dng-wrapper .floating-active .floating-light-color .header-content-wrap>*:not(.nav-bar),
#dng-wrapper .floating-active .floating-light-color .widget,
#dng-wrapper .floating-active .floating-light-color .header-content-wrap>a,
#dng-wrapper .floating-active .floating-light-color .header-content-wrap>a:link,
#dng-wrapper .floating-active .floating-light-color .header-content-wrap>a:active,
#dng-wrapper .floating-active .floating-light-color .header-content-wrap>a:visited,
#dng-wrapper .floating-active .floating-light-color .dngTextBox,
#dng-wrapper .floating-active .floating-light-color .dngTextBox a,
#dng-wrapper .floating-active .floating-light-color .dngTextBox a:link,
#dng-wrapper .floating-active .floating-light-color .dngTextBox a:active,
#dng-wrapper .floating-active .floating-light-color .dngTextBox a:visited {
	color: #fafafa;
}

#dng-wrapper .floating-active .floating-light-color .search-text {
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

#dng-wrapper .floating-active .floating-light-color .search-text .text,
#dng-wrapper .floating-active .floating-light-color .search-text .submit {
	color: #fff;
}

#dng-wrapper .floating-active .floating-dark-color .header-content-wrap,
#dng-wrapper .floating-active .floating-dark-color .header-content-wrap>*:not(.nav-bar),
#dng-wrapper .floating-active .floating-dark-color .widget,
#dng-wrapper .floating-active .floating-dark-color .header-content-wrap>a,
#dng-wrapper .floating-active .floating-dark-color .header-content-wrap>a:link,
#dng-wrapper .floating-active .floating-dark-color .header-content-wrap>a:active,
#dng-wrapper .floating-active .floating-dark-color .header-content-wrap>a:visited,
#dng-wrapper .floating-active .floating-dark-color .dngTextBox,
#dng-wrapper .floating-active .floating-dark-color .dngTextBox a,
#dng-wrapper .floating-active .floating-dark-color .dngTextBox a:link,
#dng-wrapper .floating-active .floating-dark-color .dngTextBox a:active,
#dng-wrapper .floating-active .floating-dark-color .dngTextBox a:visited {
	color: #424242;
}

#dng-wrapper .floating-active .floating-dark-color .search-text {
	border-bottom: 1px solid rgba(0, 0, 0, 0.9);
}

#dng-wrapper .floating-active .floating-dark-color .search-text .text,
#dng-wrapper .floating-active .floating-dark-color .search-text .submit {
	color: #333333;
}

/*header-position*/
.header-position {
	position: absolute;
}

body.page-loader-changing:after {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transform-origin: center;
	z-index: 10000;
	background: #FFF;
	content: "";
	visibility: hidden;
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

body.page-is-changing:after {
	opacity: 1;
	visibility: visible;
}

.dng-overlay {
	position: relative;
	display: block;
}

.header-content-wrap .overlay-button {
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	-moz-transition: color ease-in 300ms;
	-webkit-transition: color ease-in 300ms;
	-o-transition: color ease-in 300ms;
	-ms-transition: color ease-in 300ms;
	transition: color ease-in 300ms;
}

.header-content-wrap .overlay-button .fa {
	font-size: inherit;
}

.overflow-hidden {
	overflow: hidden
}

.overlay-menu-html {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	display: none;
	padding: 15px 0;
}

.dng-overlay .overlay-menu-html {
	display: block;
}

/*search-popup-box*/

.search-popup-box .popup-content {
	display: none;
}

.search-popup-box .icon {
	font-size: 16px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: color ease-in 300ms;
	transition: color ease-in 300ms;
}

.search-popup-box .magnifier,
.popup-search-box .magnifier {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.search-popup-box .magnifier:after,
.popup-search-box .magnifier:after {
	content: "";
	width: 17px;
	height: 17px;
	position: absolute;
	top: 2px;
	right: 1px;
	border: 2px solid;
	border-radius: 50%;
}

.search-popup-box .magnifier:before,
.popup-search-box .magnifier:before {
	content: "";
	width: 7px;
	position: absolute;
	bottom: 0px;
	left: 4px;
	border-bottom: 2px solid;
	-webkit-transform: rotate(48deg);
	transform: rotate(-48deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

.search-popup-box .magnifier i,
.popup-search-box .magnifier i {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform ease-in 300ms;
	transition: transform ease-in 300ms;
	display: block;
	margin: 0;

}

.search-popup-box .magnifier i:after,
.search-popup-box .magnifier i:before,
.popup-search-box .magnifier i:after,
.popup-search-box .magnifier i:before {
	position: absolute;
	content: "";
}

.search-popup-box .magnifier i:after,
.popup-search-box .magnifier i:after {
	border-right: 1px solid;
	height: 7px;
	width: 0;
	top: 7px;
	right: 9px;
}

.search-popup-box .magnifier i:before,
.popup-search-box .magnifier i:before {
	border-bottom: 1px solid;
	height: 0px;
	width: 7px;
	top: 10px;
	right: 6px;
}

.search-popup-box .magnifier:hover i,
.popup-search-box .magnifier:hover i,
.popup-search-box .icon:hover .magnifier i {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*menu icon*/
.dg-menu-anime {
	width: 22px;
	height: 22px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

.dg-menu-anime:after,
.dg-menu-anime:before,
.dg-menu-anime i:after {
	content: "";
	border-bottom: 2px solid;
	right: 1px;
	left: 1px;
	top: 3px;
	position: absolute;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: top ease-in 200ms, width ease-in 200ms, bottom ease-in 200ms, opacity ease-in 200ms, -webkit-transform ease-in 200ms;
	transition: top ease-in 200ms, width ease-in 200ms, bottom ease-in 200ms, opacity ease-in 200ms, transform ease-in 200ms;
}

.dg-menu-anime:before {
	top: 17px
}

.dg-menu-anime i:after {
	top: 10px;
}

.dg-menu-anime.active:after,
.overlay-button:hover .dg-menu-anime:after,
.active>.dg-menu-anime:after {
	top: 10px;
}

.dg-menu-anime.active:before,
.overlay-button:hover .dg-menu-anime:before,
.active>.dg-menu-anime:before {
	top: 10px;
}

.dg-menu-anime i:after {
	transform: rotate(0);
}

.dg-menu-anime.active i:after,
.overlay-button:hover .dg-menu-anime i:after,
.active>.dg-menu-anime i:after {
	transform: rotate(270deg);
}



/*html*/

.header-content-wrap .header-line {
	display: inline-block;
	border-right: 1px solid;
	height: 20px;
	vertical-align: middle;
	margin-bottom: 1px;
	-moz-transition: color ease-in 300ms;
	-webkit-transition: color ease-in 300ms;
	-o-transition: color ease-in 300ms;
	-ms-transition: color ease-in 300ms;
	transition: color ease-in 300ms;
}

.header-content-wrap .search-popup-box .icon {
	margin: 0 0 2px;
	padding: 0px;
}


.popup-menu2 svg,
.header-wrap svg,
.menu-3d-popup-main svg {
	width: 23px;
	height: 23px;
	fill: currentColor;
}


/*  header-top list   homepage04 */
.topbar-contact {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
}

.topbar-contact li {
	display: inline-block;
	padding: 0px 8px;
	position: relative;
}

.topbar-contact li svg {
	width: 1.2em;
	height: 1.2em;
	margin-left: 6px;
	vertical-align: middle;
	fill: currentColor;
	margin-bottom: 2px;
}

.topbar-contact li:first-child {
	padding-right: 0;
}

.topbar-contact li:first-child:before {
	border: none;
}




/* homepage-06 */
.topbar-iconbox {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}

.topbar-iconbox .box-icon {
	display: inline-flex;
	color: #1abc9c;
	font-size: 42px;
}

.topbar-iconbox .box-icon+.box-text {
	margin-right: 15px;
}

.topbar-iconbox .box-text {
	text-align: right;
}

.topbar-iconbox .box-text .title {
	font-size: 16px;
	line-height: 28px;
	color: #787878;
}

.topbar-iconbox .box-text .info {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	color: #333333;
}

/*home05-header-text*/
.home05-header-text {
	font-size: 22px;
	color: #333333;
	margin: 0 0 -10px;
	font-weight: 600;
}

.home05-header-text::before {
	content: "";
	width: 30px;
	border-bottom: 1px solid #787878;
	display: inline-block;
	vertical-align: middle;
	margin-left: 17px;
	margin-bottom: 2px;
}

@media only screen and (max-width: 1200px) {
	.home05-header-text {
		font-size: 16px;
	}
}

/*  */
.homepage08-header-text {
	font-size: 17px;
	color: #666666;
}

.homepage08-header-text::before {
	content: "";
	border-top: 2px solid #1abc9c;
	width: 30px;
	display: inline-block;
	margin-bottom: 12px;
}

.homepage08-header-text b,
.homepage08-header-text strong {
	color: #333333;
	font-weight: 700 !important;
}

/*homepage10 header btn*/
body .homepage10-header-btn,
body .homepage10-header-btn:link,
body .homepage10-header-btn:active,
body .homepage10-header-btn:visited,
body .homepage10-header-btn[type="button"],
body .homepage10-header-btn[type="submit"] {
	display: inline-block;
	font-size: 16px;
	color: #fff !important;
	padding: 0 30px;
	transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1);
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 50px;
	font-weight: 600;
	line-height: 50px;
	height: 50px;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
}

body .homepage10-header-btn * {
	color: #fff !important;
}

body .homepage10-header-btn:hover {
	color: #fff !important;
	background-color: var(--button-hover-color);
}

.homepage10-header-btn.box-shadow {
	box-shadow: 0px 5px 16px rgba(0, 0, 0, .3);
}

.homepage10-header-btn.box-shadow2 {
	position: relative;
}

.homepage10-header-btn.box-shadow2::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	pointer-events: none;
	box-shadow: 4px 3px 16px #000;
	border-radius: 50px;
	opacity: 0.3;
	mix-blend-mode: multiply;
	transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.homepage10-header-btn.box-shadow2:hover::after {
	opacity: 0.5;
}

/**/

.vertical-full-page-header a,
.vertical-full-page-header a:link,
.vertical-full-page-header a:active,
.vertical-full-page-header a:visited {
	display: inline-block;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #000000;
	color: #000000;
	margin: 5px auto;
	text-decoration: none;
	-webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000) 0s;
	transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000) 0s;
}

.vertical-full-page-header a i {
	font-size: 12px;
	-webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000) 0s;
	transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000) 0s;
}

.vertical-full-page-header a:hover {
	border-color: currentColor;
	background-color: currentColor;
}

.vertical-full-page-header a:hover i {
	color: #ffffff;
}


.leftslidemenu,
.leftslidemenu+.slide-shade,
.headersidenav,
.menu-3d-popup-main,
.mobilemenu-main {
	display: none;
}

.NilperMenu {
	backdrop-filter: blur(40px);
	background: #333333;
	border-bottom: 0.1em solid #f29692;
}

.icon_list .line1,
.icon_list .line2 {
	width: 100%;
	height: 1px;
}

.overlay-body:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 35%;
	left: 0;
	background: url(/Portals/0/images/Work-Nilper.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.overlay-body {
	background: url(/Portals/0/ThemePluginPro/uploads/2023/4/15/Noise-background.png);
	max-width: 30%;
	color: var(--accent-color2);
	height: 100vh;
	position: fixed;
	right: -100%;
	transition: all .5s ease-in-out;
	top: 0;
	z-index: 22;
}

.overlay-body.overlay-active {
	right: 0;
}

.overlay-icon {
	height: 100%;
	display: flex;
	align-items: center;

}

.MenuIcon {
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	width: 51px;
	cursor: pointer;
}

.MenuIcon {
	transition: all 0.3s linear;
}

.first,
.second {
	width: 100%;
	height: inherit;
	position: relative;
}

span.first-1 {
	border-bottom: 1px solid #fff;
	width: 100%;
	display: inline-block;
	transition: all 0.3s linear;
	position: absolute;
	top: 0;
	left: 0;
}

span.second-2 {
	border-bottom: 1px solid #fff;
	width: 100%;
	display: inline-block;
	transition: all 0.3s linear;
	position: absolute;
	bottom: 0;
	right: 0;
}

span.first-2 {
	border-bottom: 1px solid #fff;
	width: 100%;
	display: inline-block;
	transition: all 0.3s linear;
	position: absolute;
	top: 0;
	right: 0;
}

span.second-1 {
	border-bottom: 1px solid #fff;
	width: 100%;
	display: inline-block;
	transition: all 0.3s linear;
	position: absolute;
	bottom: 0;
	left: 0;
}

span.first-2 {
	transform: translateX(100%);
	opacity: 0;
}

span.second-1 {
	transform: translateX(-100%);
	opacity: 0;
}

.MenuIcon:hover span.first-1 {
	transform: translateX(0%);
	opacity: 0.8;
	left: 0;
	right: unset;
	width: 20%;
}

.MenuIcon:hover span.first-2 {
	transform: translateX(0%);
	width: 70%;
	opacity: 1
}

.MenuIcon:hover span.second-1 {
	transform: translateX(0%);
	opacity: 1;
	width: 55%;
	left: 0;
	right: unset;
}

.MenuIcon:hover span.second-2 {
	transform: translateX(65%);
	width: 100%;
	opacity: 1
}

.MenuIcon:hover span.second-2 {
	opacity: 0.8;
	width: 35%;
	transform: translateX(0);
}

.MenuOuter {
	height: 10px;
	overflow: hidden;
	width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.overlay-close {
	font-size: 3em;
	line-height: 1;
	rotate: 45deg;
	font-weight: 100;
	cursor: pointer;
}

.overlay-body span {
	line-height: 3;
}

.ecommerceSearch {}

.Login {}

/************************Mobile Menu*******************/
.p-fixed {}

.w-100 {}

.header-mobile-bottom .InterHome {
	bottom: 40%;
	right: 50%;
	transform: translateX(50%);
	width: 8rem;
	height: 8rem;
}

.header-mobile-bottom .InterHome svg {
	max-height: 3.5rem;
	max-width: 3.5rem;
	line-height: 1;
	display: block;
}

.header-mobile-bottom .InterHome .icon {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 0.1em solid var(--SilverBG);
}

.header-mobile-bottom .header-mobile-bottom,
.header-mobile-bottom .header-mobile-bottom * {
	z-index: 222;
	position: relative;
}

.header-mobile-bottom .header-mobile-bottom .header-area:where(.area-left, .area-right) {
	width: 50%
}

.header-mobile-bottom .header-area.area-center {
	padding: 0 !important;
}

.MenuContent {
	right: 0;
	height: 100vh;
	top: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.4s;
	width: 100vw;
}

.MenuContent.active {
	visibility: visible;
	opacity: 1;
	top: 0;
	padding: 5rem 1.5rem 7rem 1.5rem;
	z-index: 20;
}

.MenuItem svg {
	max-height: 2rem;
	max-width: 2rem;
}

.CloseMenuContent {
	width: 5rem;
	top: 0rem;
	z-index: 224;
	height: 5rem;
	left: 0;
}

.CloseMenuContent:before,
.CloseMenuContent:after {
	content: '';
	position: absolute;
	width: 0.1em;
	height: 1.5rem;
	background: var(--Black);
	display: block;
	top: 1.5rem;
	left: 2rem;
}

.CloseMenuContent:before {
	transform: rotate(-45deg)
}

.CloseMenuContent:after {
	transform: rotate(45deg)
}

.MenuContent a {
	color: var(--accent-color4)
}

.userMenu.MenuContent {
	text-align: right;
	margin: 0
}

.MenuContent li {
	padding: 1rem 0;
	list-style-type: none;
}

.MobileNav {
	bottom: 0em;
	right: 0;
	border-bottom: 4px solid var(--accent-color2);
	box-shadow: none !important;
}


.p-absolute {
	position: absolute;
}


@media (max-width:768px) {
	.Login {
		font-size: unset;
	}

	.Login .userProperties ul.userMenu.MenuContent {
		display: block;
		width: 100%;
		top: 0;
	}
}

.mobile-header .logo {
	z-index: 223;
}


.MobHome {
	background: var(--White);
	border-radius: 50%;
	width: 6rem;
	height: 6rem;
	justify-content: center;
	transform: translateY(-63%);
	filter: drop-shadow(0 0 0.6em var(--silver));
}

.MobHome svg {
	color: var(--accent-color);
}