.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: flex;
}

.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-horizontal .header-content-wrap>div {
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
	margin:  0 0.2rem !important;
}

.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;
}

.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%;
}

/*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-width: 6.4rem;
	margin-bottom: 0.1429rem;
}

.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: 0.0714rem solid rgba(0, 0, 0, .1);
}

.dark-bottom-line,
.floating-active .floating-dark-bottom-line {
	border-bottom: 0.0714rem 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: 0.0714rem solid rgba(255, 255, 255, .3);
}

.light-bottom-line,
.floating-active .floating-light-bottom-line {
	border-bottom: 0.0714rem 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: 0rem;
	border-width: 0rem;
	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: -7.1429rem;
	-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: 0rem !important;
	border-width: 0rem !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;
}

.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: 4.5714rem;
	display: none;
}

@media only screen and (max-width: 70.8571rem) {

	.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 {
		vertical-align: middle;
		padding-right: 1.0714rem;
		padding-left: 1.0714rem;
		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: 0.8571rem;
		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: 0rem 0rem 0.7143rem 0rem rgba(0, 0, 0, 0.2);
		box-shadow: 0rem 0rem 0.7143rem 0rem rgba(0, 0, 0, 0.2);
	}

	.mobile-header {
		color: #333333;
		font-size: 1.2857rem;
		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: 0.9286rem;
		top: 0;
		height: 4.5714rem;
		line-height: 4.5714rem;
		-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: 4.5714rem;
	}

	.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: 54.7857rem) {

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

	/* search-popup-box */
	.search-popup-box .popup-close {
		left: 0.9286rem;
		top: 0;
		height: 4.5714rem;
		line-height: 4.5714rem;
	}

	.search-popup-box .popup-close .lnr {
		line-height: 4.5714rem;
	}
}


/*login*/

.Login .userName>a {
	/* max-width: 10rem;
 text-overflow : ellipsis ;
 overflow: hidden; */
	padding-left: 1.2857rem;
}

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

.Login a:hover {}

.userName>a:after {
	content: "";
	border-color: currentColor transparent transparent transparent;
	border-style: solid;
	border-width: 0.3571rem;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -0.2143rem -0.4286rem 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: 0.7143rem;
}

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

.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: -0.4286rem;
	left: -0.3571rem;
	display: inline-block;
	min-width: 0.7143rem;
	padding: 0.2143rem 0.5rem;
	font-size: 0.8571rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #2c5cda;
	border-radius: 0.7143rem;
}



/*--------------
	 User Controls Menu Drop Down
---------------*/
.Login .userProperties ul.userMenu {
	display: none;
	position: absolute;
	left: 0;
	top: 3.5714rem;
	z-index: 906;
	width: 12.5rem;
	border-radius: 0rem 0rem 0.4286rem 0.4286rem;
	-moz-border-radius: 0rem 0rem 0.4286rem 0.4286rem;
	-webkit-border-radius: 0rem 0rem 0.4286rem 0.4286rem;
	background: #3a4241;
	padding: 1.0714rem 0rem;
	text-align: right;
}

.Login .userProperties li.userNotifications,
.Login .userProperties li.userProfilename {
	border-bottom: 0.0714rem solid #5e5e5e;
	padding: 0rem 0rem 0.7143rem;
	margin: 0rem 0rem 0.7143rem;
}

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

.Login .userProperties ul.userMenu a {
	display: block;
	padding: 0.1429rem 1.0714rem;
	line-height: 1.4286rem;
	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: 0.0714rem 0.2857rem;
	border-radius: 0.2143rem;
	font-size: 0.7857rem;
	color: #fff;
	background-color: #2c5cda;
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	margin-bottom: 0.1429rem;
}

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

.Login .userProperties ul.userMenu li:hover>a {}

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

#dng-wrapper .dnnForm #dnn_ctr_Login_pnlLogin {
	margin: 2.8571rem 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: 0.2143rem;
	display: inline-block;
}

.languageBox select {
	height: 2.1429rem;
	padding: 0rem 0.2857rem;
	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: 0.3571rem;
}

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

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

.languageBox .language-current::after {
	content: "";
	width: 0.5714rem;
	height: 0.5714rem;
	border-left: 0.1429rem solid currentColor;
	border-bottom: 0.1429rem solid currentColor;
	display: inline-block;
	margin: -0.5rem 1rem 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}

.languageBox .language-current img {
	margin-bottom: 0.2143rem;
}

.languageBox .language-list {
	position: absolute;
	top: 100%;
	right: -2.1429rem;
	background-color: #FFF;
	border-radius: 0.2143rem;
	padding: 0.8571rem 0rem;
	box-shadow: 0 0 0.7143rem 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: 3.4286rem;
	white-space: nowrap;
	padding: 0rem 2rem;
	color: #494e5c;
	font-size: 1.1429rem;
	border-right: 0.1429rem solid transparent;
	transition: all ease-in 300ms;
}

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

.languageBox .language-list img {
	display: inline-block;
	width: 1.9286rem;
	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: -2.1429rem;
}




/**/
.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: 0.0714rem solid rgba(0, 0, 0, .1);
}

.dark-bottom-line,
.floating-active .floating-dark-bottom-line {
	border-bottom: 0.0714rem 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: 0.0714rem solid rgba(255, 255, 255, .3);
}

.light-bottom-line,
.floating-active .floating-light-bottom-line {
	border-bottom: 0.0714rem 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: 0.0714rem 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: 0.0714rem 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: 1.1429rem;
	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: 1.0714rem 0;
}

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

/*search-popup-box*/

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

.search-popup-box .icon {
	font-size: 1.1429rem;
	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: 1.5714rem;
	height: 1.5714rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.search-popup-box .magnifier:after,
.popup-search-box .magnifier:after {
	content: "";
	width: 1.2143rem;
	height: 1.2143rem;
	position: absolute;
	top: 0.1429rem;
	right: 0.0714rem;
	border: 0.1429rem solid;
	border-radius: 50%;
}

.search-popup-box .magnifier:before,
.popup-search-box .magnifier:before {
	content: "";
	width: 0.5rem;
	position: absolute;
	bottom: 0rem;
	left: 0.2857rem;
	border-bottom: 0.1429rem 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: 1.4286rem;
	height: 1.4286rem;
	-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: 0.0714rem solid;
	height: 0.5rem;
	width: 0;
	top: 0.5rem;
	right: 0.6429rem;
}

.search-popup-box .magnifier i:before,
.popup-search-box .magnifier i:before {
	border-bottom: 0.0714rem solid;
	height: 0rem;
	width: 0.5rem;
	top: 0.7143rem;
	right: 0.4286rem;
}

.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: 1.5714rem;
	height: 1.5714rem;
	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: 0.1429rem solid;
	right: 0.0714rem;
	left: 0.0714rem;
	top: 0.2143rem;
	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: 1.2143rem
}

.dg-menu-anime i:after {
	top: 0.7143rem;
}

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

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

.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: 0.0714rem solid;
	height: 1.4286rem;
	vertical-align: middle;
	margin-bottom: 0.0714rem;
	-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 0.1429rem;
	padding: 0rem;
}


.popup-menu2 svg,
.header-wrap svg,
.menu-3d-popup-main svg {
	width: 1em;
	height: 1em;
	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: 0rem 0.5714rem;
	position: relative;
}

.topbar-contact li svg {
	width: 1.2em;
	height: 1.2em;
	margin-left: 0.4286rem;
	vertical-align: middle;
	fill: currentColor;
	margin-bottom: 0.1429rem;
}

.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: 3rem;
}

.topbar-iconbox .box-icon+.box-text {
	margin-right: 1.0714rem;
}

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

.topbar-iconbox .box-text .title {
	font-size: 1.1429rem;
	line-height: 2rem;
	color: #787878;
}

.topbar-iconbox .box-text .info {
	font-size: 1.1429rem;
	font-weight: 600;
	line-height: 2rem;
	color: #333333;
}

/*home05-header-text*/
.home05-header-text {
	font-size: 1.5714rem;
	color: #333333;
	margin: 0 0 -0.7143rem;
	font-weight: 600;
}

.home05-header-text::before {
	content: "";
	width: 2.1429rem;
	border-bottom: 0.0714rem solid #787878;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1.2143rem;
	margin-bottom: 0.1429rem;
}

@media only screen and (max-width: 85.7143rem) {
	.home05-header-text {
		font-size: 1.1429rem;
	}
}

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

.homepage08-header-text::before {
	content: "";
	border-top: 0.1429rem solid #1abc9c;
	width: 2.1429rem;
	display: inline-block;
	margin-bottom: 0.8571rem;
}

.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: 1.1429rem;
	color: #fff !important;
	padding: 0 2.1429rem;
	transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1);
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 3.5714rem;
	font-weight: 600;
	line-height: 3.5714rem;
	height: 3.5714rem;
	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: 0rem 0.3571rem 1.1429rem 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: 0.2857rem 0.2143rem 1.1429rem #000;
	border-radius: 3.5714rem;
	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: 1.3571rem;
	height: 1.3571rem;
	line-height: 1.3571rem;
	text-align: center;
	border-radius: 50%;
	border: 0.0714rem solid #000000;
	color: #000000;
	margin: 0.3571rem 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: 0.8571rem;
	-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;
}

.dng-megamenu .primary_structure {
	gap: 0.53rem !important;

	>li {

		&.current,
		&:hover {
			>a {
				box-shadow: var(--shadow-menuitem);
				border-radius: 1.6rem;
				transition: all ease-in-out .0s;
				-webkit-transition: all ease-in-out .0s;
				-moz-transition: all ease-in-out .0s;
				-ms-transition: all ease-in-out .0s;
				-o-transition: all ease-in-out .0s;
				font-weight: 700;
			}
		}
	}
}

.sidebar_dynamic {
	.logo img {
		padding: 1rem 4rem;
	}
}

.sidebar-menu .gomenu>ul>li {
	>a {
		padding: .5rem 2rem;
		border-radius: 24px !important;
	}

	&.current>a,
	&:hover {
		border-radius: 24px !important;
		background: var(--Gradient-Color-3, linear-gradient(135deg, #FFC104 100%, #EAAF04 0%));
		box-shadow: -1px -1px 2px 0px rgba(255, 204, 4, 0.30) inset, 1px 1px 2px 0px rgba(218, 164, 4, 0.50) inset, 1px -1px 2px 0px rgba(218, 164, 4, 0.20), -1px 1px 2px 0px rgba(218, 164, 4, 0.20), 1px 1px 2px 0px rgba(255, 204, 4, 0.90), -1px -1px 3px 0px rgba(218, 164, 4, 0.90);

	}

	span {
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
}

.sidebar-menu .gomenu>ul>li>a::before {
	display: none !important;
}


.sidebar-menu {
		direction: ltr;
		*{
		  direction: rtl;
		}
		height: 30.7rem;
		overflow-y: auto;
	
		&::-webkit-scrollbar-track {
			border-radius:1rem;
		}
		&::-webkit-scrollbar {
			width: 0.3rem;
			background-color: var(--secondary-light-5);
			
		}

		&::-webkit-scrollbar-thumb {
			border-radius: 0.5rem;
			background-color: var(--secondary-light-1);
		}
}
.notifiation{
	width: 3rem;
	height: 3rem;
	svg{
		fill: var(--primary-light-1);
		stroke: var(--primary-light-1);
		width: 1.5rem;
		height: 1.5rem;
	}
}
.crown{
	svg{
		stroke: var(--text-color-1);
		width: 1.5rem;
		height: 1.5rem;
	}
}
.dashboard{
	.Login{
		background-color: var(--primary-light-5);
		padding: 0.5rem 1rem ;
		border-radius: var(--radius-24);
		box-shadow: var(--shadow-blogbtnshadow);
		direction: ltr;
		align-items: center;
	}
	.userName>a:after{
		display: none;
	}

	.userProfile{
		.userProfileImg{
		img{
			content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.7197C14.4661 17.7197 16.4802 18.9624 17.3018 20.5801L17.5752 21.1191C17.157 21.205 16.6939 21.25 16.1904 21.25H7.80957C7.09703 21.25 6.46559 21.1603 5.92773 20.9902H6.48926L6.69824 20.5811C7.52977 18.952 9.53411 17.7197 12 17.7197ZM19.9287 19.9238C19.6278 20.2235 19.2761 20.4759 18.8721 20.6768C19.2699 20.4769 19.6231 20.2259 19.9287 19.9238ZM20.0361 19.8135C20.0131 19.8383 19.9895 19.8625 19.9658 19.8867C19.9896 19.8626 20.013 19.8382 20.0361 19.8135ZM21.2363 16.6514C21.2353 16.669 21.2326 16.6865 21.2314 16.7041C21.2325 16.6865 21.2353 16.669 21.2363 16.6514ZM2.77051 7.22656C2.77488 7.16765 2.7814 7.10947 2.78711 7.05176C2.7815 7.10967 2.77477 7.16782 2.77051 7.22656ZM21.2129 7.05176C21.2186 7.10944 21.2241 7.16767 21.2285 7.22656C21.2243 7.16785 21.2185 7.10964 21.2129 7.05176ZM6.87988 2.80566C6.89615 2.80364 6.91235 2.80074 6.92871 2.79883C6.91236 2.8007 6.89617 2.80368 6.87988 2.80566ZM17.0703 2.79883C17.0867 2.80074 17.1029 2.80364 17.1191 2.80566C17.1029 2.80368 17.0867 2.8007 17.0703 2.79883ZM7.11133 2.78125C7.14951 2.7778 7.18786 2.77338 7.22656 2.77051C7.18793 2.77331 7.1496 2.77786 7.11133 2.78125ZM16.7725 2.77051C16.8112 2.77338 16.8495 2.7778 16.8877 2.78125C16.8494 2.77787 16.8111 2.77331 16.7725 2.77051ZM7.43652 2.75879C7.46021 2.75769 7.48394 2.75577 7.50781 2.75488C7.48397 2.75575 7.46024 2.75772 7.43652 2.75879ZM16.4912 2.75488C16.5151 2.75577 16.5388 2.7577 16.5625 2.75879C16.5388 2.75772 16.5151 2.75574 16.4912 2.75488Z' fill='%230C3A2F' stroke='%230C3A2F' stroke-width='1.5'/%3E%3Cpath d='M12.002 8.75C13.5677 8.75004 14.832 10.0143 14.832 11.5801C14.832 13.1485 13.565 14.4199 12.002 14.4199C10.4389 14.4199 9.17192 13.1486 9.17188 11.5801C9.17188 10.0143 10.4362 8.75 12.002 8.75Z' fill='%230C3A2F' stroke='%230C3A2F' stroke-width='1.5'/%3E%3C/svg%3E");
				display: inline-block;
			}			
	}
}}