.socialbox{	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom:6px;float:right; width: 37px; height: 37px; border: 1px solid var(--1st-color-hex); border-radius: 100%; background: transparent; margin-right: 6px; font-size: 16px; text-align: center; padding-top: 7px;}
.socialbox i {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: var(--1st-color-hex);}
.social-widget a:hover .socialbox {background: var(--1st-color-hex); color: #fff;}
.social-widget a:hover .socialbox span, .social-widget a:hover .socialbox i { color: #fff;}
.social-widget .socialbox i { font-size: 16px;}

.auth-clients-holder {
	display: inline-block;
	vertical-align: top;
}

.btn-google {
	background-color: #d93025;
	border-color: #d93025;
}

.btn-google > i.fa {
	color: #d93025;
}

.btn-facebook {
	background-color: #1877f2;
	border-color: #1877f2;
}

.btn-facebook > i.fa, .btn-google > i.fa {
	position: relative;
	width: 40px;
	line-height: 30px;
}

.loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #0250c5;
	top: 50%;
	animation: loader 5s infinite ease;
}

.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #0250c5;
	animation: loader-inner 5s infinite ease-in;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-inner {
	0% {
		height: 0%;
	}

	25% {
		height: 0%;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}

#cookiebar {
	position: fixed;
	width: 100%;
	padding: 15px 0;
	background-color: #fff;
	bottom: 0;
	z-index: 9999;
	color: #727272;
	font-size: 16px;
	line-height: 20px;
	border-top: 3px solid var(--1st-color-hex);
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
	transition: all 1s ease-in-out;
}

#cookiebar.hide {
	bottom: -100%;
	transition: all 1s ease-in-out
}

#cookiebar .container {
	width: 1170px;
	margin: 0 auto
}

@media (max-width: 768px) {
	#cookiebar .container {
		width: 100%;
	}
}

#cookiebar h3 {
	font-size: 20px;
	font-weight: 500;
	color: #464646;
	margin-bottom: 10px
}

#cookiebar a {
	color: var(--1st-color-hex);
	text-decoration: none;
	margin-left: 20px
}

#cookiebar a:hover {
	text-decoration: underline
}

#cookiebar a#okcookies {
	display: inline-block;
	background-color: var(--1st-color-hex);
	width: 210px;
	height: 50px;
	line-height: 50px;
	margin-left: 0;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-image: url('../img/check_mark_white.svg');
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: auto 16px;
	transition: all 0.3s ease-in-out
}

#cookiebar a#okcookies:hover {
	text-decoration: none;
	background-color: var(--1st-color-hex);
}

#cookiebar a:hover {
	text-decoration: underline
}

#cookiebar button#okcookies {
	display: inline-block;
	background-color: var(--1st-color-hex);
	width: 210px;
	height: 50px;
	line-height: 50px;
	margin-left: 0;
	margin-top: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	border-color: var(--1st-color-hex);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url('../img/check_mark_white.svg');
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: auto 16px;
	transition: all 0.3s ease-in-out
}

#cookiebar button#okcookies:hover {
	text-decoration: none;
	background-image: url('../img/check_mark_colored.svg');
	background-color: #fff;
	color: var(--1st-color-hex);
	border-color: var(--1st-color-hex);
	transition: all 0.4s;
	cursor: pointer;
}

#accept-cookies-form {
	margin: 0 15px;
}

/* TreeView */
.treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul ul {
	padding-left: 15px;
}
.treeview li {
	position: relative;
}
.treeview .subtree {
	display: none;
}
.treeview .subtree-open > .subtree {
	display: block;
}
.treeview .subtree-open > .subtree-header > .btn-subtree-toggle > span::before {
	content: '\f068';
}
.treeview a {
	border-radius: 0;
	padding: 7px 0;
	border-bottom: 1px solid transparent;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	display: block;
}
.treeview .subtree-open > .subtree-header > a {
	border-bottom-color: var(--1st-color-hex);
	color: var(--1st-color-hex);
}
.treeview .active > a,
.treeview a:hover {
	color: var(--1st-color-hex);
}
/* Subtree */
.treeview .has-subtree > .subtree-header {
	position: relative;
}
.treeview .has-subtree > .subtree-header > a {
	padding-right: 25px;
}
.treeview .btn-subtree-toggle {
	min-width: 20px;
	height: auto;
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: #242424;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.treeview .btn-subtree-toggle:focus,
.treeview .btn-subtree-toggle:hover {
	outline: none;
	color: var(--1st-color-hex);
}

div.field-signupform-acceptterms label:after {
	content: ' *';
	color: #f55060;
}

div.required label.control-label:after {
	content: ' *';
	color: #f55060; }

.form-verify-field {
	display: none !important; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: inherit; }

.has-success .help-block,
.has-success .control-label {
	color: #8ace56; }
.has-success .form-control {
	box-shadow: none;
	border-color: #8ace56; }
.has-success .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #8ace56;
	border-color: #8ace56; }
.has-success .input-group-addon {
	border-color: #8ace56; }
.has-success .select2-selection,
.has-success .select2-container--open .select2-selection,
.has-success .select2-container--krajee.select2-container--focus .select2-selection {
	border-color: #8ace56 !important; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: inherit; }

.has-warning .help-block,
.has-warning .control-label {
	color: #f1bb15; }
.has-warning .form-control {
	box-shadow: none;
	border-color: #f1bb15; }
.has-warning .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1bb15;
	border-color: #f1bb15; }
.has-warning .input-group-addon {
	border-color: #f1bb15; }
.has-warning .select2-selection,
.has-warning .select2-container--open .select2-selection,
.has-warning .select2-container--krajee.select2-container--focus .select2-selection {
	border-color: #f1bb15 !important; }

.help-block:empty {
	margin: 0; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: inherit; }

.has-error .help-block,
.has-error .control-label {
	color: #f55060; }
.has-error .form-control {
	box-shadow: none;
	border-color: #f55060; }
.has-error .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f55060;
	border-color: #f55060; }
.has-error .input-group-addon {
	border-color: #f55060; }
.has-error .radio > span:before,
.has-error .checkbox > span:before {
	border-color: #f55060; }
.has-error .select2-selection,
.has-error .select2-container--open .select2-selection,
.has-error .select2-container--krajee.select2-container--focus .select2-selection {
	border-color: #f55060 !important; }

.error-summary {
	margin-bottom: 1em; }
.error-summary:not(.alert) {
	padding: 1em;
	background-color: #f55060;
	color: #ffffff; }
.error-summary ul {
	padding: 0;
	margin: 0;
	list-style: none; }

.work-email input[type="email"] {
	position: fixed;
	top: -9999px;
	left: -9999px;
}

.work-email {
	height: 0 !important;
}

.work-email textarea {
	position: fixed;
	top: -9999px;
	left: -9999px;
}

.selection-figure .selection-figure-featured > .label {
	font-weight: 300;
	font-size: 0.875em;
	border-radius: 0.2142857143em;
	text-transform: uppercase;
	padding: 0.2em 0.6em 0.3em;
}

.label-block {
	display: block; }

.label {
	border-radius: 0;
	font-size: 100%; }
.label.label-block + .label-block {
	margin-top: 5px; }
.label.label-shadow {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6) !important; }
.label.label-outline {
	border: 1px solid #ccc; }
.label.label-outline, .label.label-outline:hover, .label.label-outline:focus {
	color: inherit; }
.label.label-width-md {
	width: 100%;
	max-width: 350px;
	line-height: inherit;
	margin-right: 5px;
	margin-bottom: 5px;
	white-space: nowrap; }

.label-info {
	color: #ffffff;
	background-color: #22d1d2; }

.label-success {
	color: #ffffff;
	background-color: #8ace56; }

.label-warning {
	color: #ffffff;
	background-color: #f1bb15; }

.label-danger {
	color: #ffffff;
	background-color: #f55060; }

.alert {
	position: relative;
	padding: 1em;
	margin: 0;
	border-radius: 0;
	line-height: normal; }
.alert > .close {
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -0.5em; }
.alert.alert-icon {
	padding-left: 3.5em;
	padding-right: 2.5em; }
.alert.alert-icon:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 2em;
	position: absolute;
	left: 0.5em;
	top: 50%;
	margin-top: -0.5em;
	opacity: 0.5; }

body > .alert {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 2.1875em;
	font-weight: 500;
	text-align: center;
	text-shadow: 1px 1px 1px #000; }
body > .alert > .close {
	right: 0.5em;
	margin-top: -0.5em;
	font-size: 2em; }
body > .alert.alert-icon {
	padding-left: 5.625em;
	padding-right: 3em; }
body > .alert.alert-icon:before {
	font-size: 4em;
	left: 0.25em;
	top: 50%;
	margin-top: -0.5em;
	opacity: 0.5; }

.alert-default {
	color: #ffffff;
	background-color: rgba(8, 92, 152, 0.98);
	border-color: #085c98; }
.alert-default.alert-icon:before {
	content: "\f05a";
	color: #ffffff; }

.alert-primary {
	color: #ffffff;
	background-color: rgba(var(--1st-color-rgb), 0.98);
	border-color: var(--1st-color-hex); }
.alert-primary.alert-icon:before {
	content: "\f05a";
	color: #ffffff; }

.alert-info {
	color: #ffffff;
	background-color: rgba(34, 209, 210, 0.98);
	border-color: #22d1d2; }
.alert-info.alert-icon:before {
	content: "\f05a";
	color: #ffffff; }

.alert-success {
	color: #ffffff;
	background-color: rgba(138, 206, 86, 0.98);
	border-color: #8ace56; }
.alert-success.alert-icon:before {
	content: "\f058";
	color: #ffffff; }

.alert-warning {
	color: #ffffff;
	background-color: rgba(241, 187, 21, 0.98);
	border-color: #f1bb15; }
.alert-warning.alert-icon:before {
	content: "\f071";
	color: #ffffff; }

.alert-danger {
	color: #ffffff;
	background-color: rgba(245, 80, 96, 0.98);
	border-color: #f55060; }
.alert-danger.alert-icon:before {
	content: "\f06a";
	color: #ffffff; }

.row-sm {
	margin: 0;
}

.sticky-sidebar-container {
	margin: 7px 0 0 0;
}

.list-border-spacing > li {
	margin-top: 0;
	padding-top: 0;
}

.header-logo-slogan, .footer-logo-slogan {
	color: var(--footer-font-color-hex);
	font-size: 24px;
	display: inline-block;
	padding: 0;
	text-transform: capitalize;
}

.navigation.stiky-nav .header-logo-slogan {
	color: var(--header-1st-color-hex);
}

@media (max-width: 768px) {
	.header-logo-slogan {
		color: var(--header-1st-color-hex);
	}
}

.footer {
	padding: 45px 0px 0px;
}

.footer .footer-info-area {
	text-align: left !important;
}

.footer .copy-bg {
	margin-top: 45px;
}

.link-underline,.link-underline:hover  {
	color: #fff;
}

.footer .link-underline, .footer .link-underline:hover  {
	color: var(--footer-font-color-hex);
}

.footer .contact-link-underline, .contact-link-underline:hover  {
	margin-bottom: 7px;
	color: var(--footer-font-color-hex);
}

.footer-menu {
	margin-top: 20px;
}

.footer-menu > .nav-item a {
	color: var(--footer-font-color-hex);
}

.footer-menu li {
	margin-bottom: 7px !important;
}

.navbar > .nav-item a::after, .footer-menu > .nav-item a::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: var(--1st-color-hex); /* Set the underline color */
	transform: scaleX(0); /* Initial state of the underline (invisible) */
	transform-origin: 0 100%;
	transition: transform 0.3s ease-in-out; /* Add a smooth transition effect */
}

.footer-menu > .nav-item a:hover::after {
	transform: scaleX(1); /* Show the underline on hover */
}

.breadcrumb-active {
	font-size: 16px;
	color: var(--header-font-color-hex);
}

.contact .info-box {
	margin-bottom: 15px;
	padding: 15px 15px 10px;
}

.navigation.stiky-nav {
	background-image: linear-gradient(55deg, var(--header-1st-color-hex) 0%, var(--header-2nd-color-hex) 100%);
}

.navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link {
	color: var(--header-font-color-hex);
}

.dropdown-toggle.active-dropdown::after {
	transform: rotate(-90deg);
}

.navigation .dropdown-menu {
	background-image: linear-gradient(55deg, var(--header-1st-color-hex) 0%, var(--header-2nd-color-hex) 100%);
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.navigation .dropdown-item {
	display: block;
	width: 100%;
	padding: 0;
	clear: both;
	font-weight: 400;
	color: var(--header-font-color-hex);
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.navbar-light .fa-bars {
	color: var(--header-font-color-hex);
	font-size: 1.20rem;
}

.nav {
	flex-wrap: revert;
}

.home .hero-area {
	background-image: var(--slides-bg);
}

.home .hero-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: linear-gradient(55deg, rgba(var(--header-1st-color-rgb), 1) 0%, rgba(var(--header-2nd-color-rgb), 0.4) 100%);
	opacity: 0.9;
}

.shopping-cart {
	color: var(--header-font-color-hex);
}

.shopping-cart .badge-notification {
	font-size: 0.8rem;
	margin-top: -0.1rem;
	margin-left: -0.5rem;
	padding: 2px 6px;
	position: absolute;
}

.home .mybtn-bg {
	background: var(--1st-color-hex);
	border-color: var(--1st-color-hex);
}

.home .mybtn-bg:before, .home .mybtn-bg:after{
	color: var(--1st-color-hex);
}

.home .mybtn-light span {
	color: var(--1st-color-hex);
}

.home .mybtn-light:before, .home .mybtn-light:after {
	background: var(--1st-color-hex) !important;
}

.color-default {
	color: var(--1st-color-hex); }

.color-primary {
	color: #446a73; }

.color-secondary {
	color: #246471; }

.color-info {
	color: #22d1d2; }

.color-success {
	color: #8ace56; }

.color-warning {
	color: #f1bb15; }

.color-danger {
	color: #f55060; }

.color-light {
	color: #f4f5f6; }

.color-form-inner {
	color: #5f727f; }

.color-light-grey {
	color: #cacece; }

.color-dark-grey {
	color: #58595b; }

.color-grey {
	color: #9d9d9d; }

.img-ratio {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 65.00%;
}

.img-ratio-2 {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 99.00%;
}

.single-blog .img {
	background-image: linear-gradient(55deg, var(--1st-color-hex) 0%, var(--1st-color-hex) 100%);
}

.img-ratio .img-ratio-object, .img-ratio-2 .img-ratio-object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-backface-visibility: hidden;
	-webkit-transform: none;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.pagination {
	display: block;
}

.pagination li {
	display: inline-block;
	margin: 0px 3px 0px;
}

.custom-pagination .pagination {
	margin-top: 30px;
	display: block;
	margin-bottom: 0px;
}
.custom-pagination .pagination li {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	line-height: 35px;
	color: rgba(0, 0, 0, 0.6);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	margin: 0px 3px 0px;
	font-weight: 600;
	border: 0px;
	transition: all 0.3s ease-in;
}

.custom-pagination .pagination a {
	margin-left: -1px;
	border-radius: 50%;
	padding: 5px;
}

.custom-pagination .pagination a:hover {
	color: #fff;
}

.custom-pagination .pagination li.first a, .custom-pagination  .pagination li.last a {
	font-weight: 600;
	font-size: 20px;
	padding: 0.4rem 0.80rem;
}

.custom-pagination .pagination li.prev a, .custom-pagination .pagination li.next a {
	font-weight: 600;
	font-size: 20px;
	padding: 0.4rem 0.90rem;
}

.custom-pagination .pagination li.disabled {
	font-weight: 600;
	font-size: 20px;
	margin-left: -1px;
	line-height: 35px;
}

.custom-pagination .pagination li.active {
	background: var(--1st-color-hex);
}

.custom-pagination .pagination li:hover {
	color: #fff;
	background: var(--1st-color-hex);
}

.custom-pagination .pagination li.disabled:hover {
	background: transparent;
	color: var(--1st-color-hex);
}


.custom-pagination .pagination li.active a {
	color: #fff;
}


/*-----------------------------
** Pricing Area Start
------------------------------*/
.pricing {
	padding: 50px 0px 60px;
	position: relative;
}

.float {
	float: left;
}

.pricing .product-list .item {
	margin-bottom: 30px;
}

.pricing .product-list .item .single-product {
	background-color: var(--product-1st-color-hex);
	text-align: center;
}
.pricing .product-list .item .single-product .img {
	text-align: center;
	background-color: #dad5cf;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pricing .product-list .item .single-product .img .links {
	display: inline-block;
	position: absolute;
	top: 101%;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-in;
	opacity: 0;
}
.pricing .product-list .item .single-product .img .links .mybtn1 {
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s linear;
}
.pricing .product-list .item .single-product .img .links .mybtn1:hover {
	color: #fff;
}
.pricing .product-list .item .single-product .content {
	padding: 25px 27px;
}
.pricing .product-list .item .single-product .content .stars {
	padding-left: 0px;
	margin-bottom: 10px;
}
.pricing .product-list .item .single-product .content .stars li {
	display: inline-block;
	font-size: 14px;
	color: var(--3rd-color-hex);
}
.pricing .product-list .item .single-product .content .title {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 0px;
}
.pricing .product-list .item .single-product .content .price {
	margin-bottom: 0px;
}
.pricing .product-list .item .single-product .content .price .new-price {
	display: inline-block;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	background-image: linear-gradient(55deg, var(--product-2nd-color-hex) 0%, var(--product-3rd-color-hex) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 7px;
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.pricing .product-list .item .single-product .content .price small {
	font-size: 18px;
	font-weight: 700;
	color: var(--product-3rd-color-hex);
	display: inline-block;
}
.pricing .product-list .item .single-product:hover .img .links {
	top: 0px;
	opacity: 1;
}

.equal {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper .subtitle p {
	font-size: 18px;
	line-height: 28px;
	color: #ffff;
	margin-top: 26px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: block;
}

.swiper-slide .hero-area {
	background-image: linear-gradient(55deg, var(--1st-color-hex) 0%, var(--2nd-color-hex) 100%);
	opacity: 0.9;
}

.parallax-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: right;
}

.swiper-slide .overlay:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: linear-gradient(55deg, rgba(var(--1st-color-rgb), 1) 0%, rgba(var(--2nd-color-rgb), 0.4) 100%);
	opacity: 0.9;
}

.service-box {
	background: #257e2e; color: #fff; border: 1px solid rgba(255, 255, 255, 0.2);
}

.gc-display-area, .gc-zoom-area, .glass-case ul li {
	border: 0px solid rgba(14,32,56, 0.2);
}

.sticky-sidebar-container {
	margin: 0;
}

.bootstrap-touchspin-down, .bootstrap-touchspin-up {
	color: #fff;
	background-color: var(--1st-color-hex);
	border: 1px solid var(--1st-color-hex);
}

.badge-step {
	padding: 0.25em 0.5em;
	color: #fff;
	background-color: var(--1st-color-hex);
	border-radius: 50%;
}

.feature {
	background-color: #fff;
}

.section-product .radio-inline-justified {
	overflow-x: auto; }
.section-product .selection-figure {
	min-width: 9.375em; }
.section-product .radio-block {
	padding: 0.625em 0.9375em;
	border-radius: 0.1875em;
	background-color: #f4f5f6; }
.section-product .radio-block .radio {
	padding-top: 0.375em;
	margin-top: 0.1875em;
	border-top: 1px solid #ffffff; }
.section-product .radio-block .radio > label {
	position: relative;
	z-index: 1;
	display: block; }
.section-product .radio-block .radio > .step-package-price {
	position: absolute;
	right: 0;
	top: 0.625em;
	color: var(--1st-color-hex);
	font-weight: 600;
	font-size: 0.875em; }
.section-product .radio-block > .row > [class*="col-"]:first-child .radio:first-child {
	border-top: 0; }
@media (min-width: 768px) {
	.section-product .radio-block .radio:first-child {
		border-top: 0; } }
.section-product .summary-list .card-heading {
	font-size: 1.1428571429em;
}
.section-product .summary-list .summary-item-title {
	margin-bottom: 0.3571428571em;
	color: var(--1st-color-hex);
	font-weight: 700;
}
.section-product .summary-list .summary-item-content {
	color: #58595b;
}
.section-product .summary-list .summary-item-content > .summary-item-value {
	display: inline-block; }
.section-product .summary-list .summary-item-content > .summary-item-control {
	float: right;
	color: inherit; }
.section-product .summary-list .summary-item-content > .summary-item-control:hover {
	color: var(--1st-color-hex); }
.section-product .summary-list .summary-item-content > .summary-item-control > .summary-item-label:first-child {
	display: none; }
.section-product .summary-list .summary-item-content > .summary-item-control > .summary-item-label:last-child {
	display: inline-block; }
.section-product .summary-list .summary-item-content.blank > .summary-item-value {
	display: none; }
.section-product .summary-list .summary-item-content.blank > .summary-item-control {
	float: none; }
.section-product .summary-list .summary-item-content.blank > .summary-item-control > .summary-item-label:first-child {
	display: inline-block; }
.section-product .summary-list .summary-item-content.blank > .summary-item-control > .summary-item-label:last-child {
	display: none; }
.section-product .summary-list .summary-item-amount .summary-item-content {
	font-size: 1.125em;
	color: var(--1st-color-hex); }
.section-product .product-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5; }
.section-product .product-content ul > li {
	position: relative;
	padding-left: 2em; }
.section-product .product-content ul > li + li {
	margin-top: 0.625em; }
.section-product .product-content ul > li:before {
	content: '\f00c';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	font-family: 'Font Awesome 5 Free';
	text-align: center;
	background-color: var(--1st-color-hex);
	color: #ffffff; }

.panel-step {
	background-color: #ffffff;
}
.panel-step .step-error {
	margin-top: 0.3125em;
	color: #f55060;
	display: none; }
.panel-step.has-error {
	border-color: #f55060; }
.panel-step.has-error .step-error {
	display: block; }
.panel-step > .panel-title, .panel-step > .panel-heading {
	background-color: transparent; }
.panel-step .panel-title,
.panel-step .panel-body {
	border: 0 !important; }
.panel-step > .panel-heading .badge {
	margin: -0.375em 0.625em 0 0; }
.panel-step .panel-title {
	font-weight: 700;
	color: var(--1st-color-hex); }
.panel-step .step-description {
	font-size: 0.875em;
	margin-top: 0.3125em; }

.faq-2 .accordion .panel {
	margin: 0;
	box-shadow: none;
}

.faq-2 .accordion .panel::after {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-image: linear-gradient(55deg, var(--1st-color-hex) 0%, var(--1st-color-hex) 100%);
}

.faq-2 .newsletter-widget {
	margin-top: 30px;
	padding: 22px 30px 30px;
	border-radius: 10px;
	box-shadow: 2px 2px 7px rgb(0 0 0 / 15%);
}

.summary-list .price p span {
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
	background-image: linear-gradient(55deg, var(--1st-color-hex) 0%, var(--1st-color-hex) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0px;
}


.summary-list .price del {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	margin-left: 10px;
	color: #555;
}

.owl-carousel {
	touch-action: none;
}

.text p:after {
	color: #fff;
}

.item .single-product .content .title {
	color: var(--product-3rd-color-hex);
}

.selection-figure {
	display: block; }
.selection-figure, .checkbox .selection-figure, .radio .selection-figure {
	padding: 0;
	margin: 0 1em 0 0; }
.selection-figure input[type="checkbox"] ~ span,
.selection-figure input[type="radio"] ~ span {
	position: absolute;
	right: 0.3125em;
	top: 0.3125em;
	left: auto;
	bottom: auto;
	border: 0;
	opacity: 0; }
.selection-figure .selection-figure-wrapper {
	min-height: 260px;
	position: relative;
	border: 1px solid #d7e4ed;
	border-radius: 0.1875em;
	padding: 3em 1em 1em;
	background-color: #f4f5f6;
	transition: all 0.5s ease; }
.selection-figure .selection-figure-wrapper:hover, .selection-figure .selection-figure-wrapper:focus {
	border: 2px solid var(--1st-color-hex); }
.selection-figure .selection-figure-featured {
	position: absolute;
	top: 1em;
	left: 0;
	right: 0;
	text-align: center; }
.selection-figure .selection-figure-featured > .label {
	font-weight: 300;
	font-size: 0.875em;
	border-radius: 0.2142857143em;
	text-transform: uppercase; }
.selection-figure .selection-figure-content {
	display: inline-block; }
.selection-figure .selection-figure-caption {
	padding: 0.3125em;
	display: block;
	background-color: #f4f5f6; }
.selection-figure input[type="checkbox"]:checked ~ .selection-figure-wrapper,
.selection-figure input[type="radio"]:checked ~ .selection-figure-wrapper {
	border: 2px solid var(--1st-color-hex); }
.selection-figure input[type="checkbox"]:checked ~ span,
.selection-figure input[type="radio"]:checked ~ span {
	opacity: 0; }
.selection-figure .img-responsive {
	display: inline-block; }

.radio-inline.radio-inline-justified {
	margin-right: -1em;
}

.radio-inline.radio-inline-justified .radio {
	display: table-cell;
	width: 1%;
	text-align: center;
}
.radio-inline .radio {
	margin: 0.3125em 0.9375em 0.3125em 0;
	display: inline-block;
	vertical-align: top;
}
.radio.inline {
	display: inline-block;
	vertical-align: top;
	margin: 0.3125em 0.9375em 0.3125em 0;
}

.section-product .radio-block > .row > [class*="col-"]:first-child .radio:first-child {
	border-top: 0;
}
@media (min-width: 768px) {
	.section-product .radio-block .radio:first-child {
		border-top: 0;
	}
}

.step-name {
	margin-left: 10px;
}

.step-package .step-name {
	margin-left: 25px;
	margin-top: -25px;
}

.checkbox input[type=checkbox], .radio input[type=radio] {
	width: 1.25em;
	height: 1.25em;
	accent-color: var(--1st-color-hex);
}


.section-product .selection-figure {
	min-width: 9.375em; }
.section-product .radio-block {
	padding: 0.625em 0.9375em;
	border-radius: 0.1875em;
	background-color: #f4f5f6; }
.section-product .radio-block .radio {
	padding-top: 0.375em;
	margin-top: 0.1875em;
	border-top: 1px solid #ffffff; }
.section-product .radio-block .radio > label {
	position: relative;
	z-index: 1;
	display: block; }
.section-product .radio-block .radio > .step-package-price {
	position: absolute;
	right: 0;
	top: 0.625em;
	color: var(--1st-color-hex);
	font-weight: 600;
	font-size: 0.875em; }
.section-product .radio-block > .row > [class*="col-"]:first-child .radio:first-child {
	border-top: 0; }
@media (min-width: 768px) {
	.section-product .radio-block .radio:first-child {
		border-top: 0; }
}

#steps-container .panel {
	box-shadow: none;
}
#steps-container .panel-step {
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
}
#steps-container .panel-step .step-error {
	margin-top: 0.3125em;
	color: #f55060;
	display: none; }
#steps-container .panel-step.has-error {
	border-color: #f55060; }
#steps-container .panel-step.has-error .step-error {
	display: block; }
#steps-container .panel-step > .panel-title, #steps-container .panel-step > .panel-heading {
	background-color: transparent; }
#steps-container .panel-step .panel-title,
#steps-container .panel-step .panel-body {
	border: 0 !important; }

#steps-container .panel-title::before, #steps-container .panel-title::after {
	content: none;
}

.object-sticky.on {
	position: fixed;
	transition: top 0.3s ease;
}
.object-sticky.on .summary-list{
	padding-top: 55px;
}

.btn-subtree-toggle:focus {
	outline: none;
	box-shadow: none;
}

.file-input .file-preview {
	padding: 0.5em 0 0 0;
	margin: 0;
	border: 0; }
.file-input .file-preview-thumbnails {
	margin-bottom: 0.625em; }
.file-input .file-preview-frame {
	padding: 0.3125em;
	border: 1px solid #cacece;
	border-radius: 0.1875em; }
.file-input .file-preview-frame.file-preview-frame-sm .file-preview-image {
	font: inherit;
	width: 7.5em !important;
	height: 7.5em !important; }
.file-input .file-preview-frame.file-preview-frame-rounded {
	display: inline-block; }
.file-input .file-preview-frame.file-preview-frame-rounded,
.file-input .file-preview-frame.file-preview-frame-rounded .file-preview-image {
	border-radius: 50%; }
.file-input .file-error-message {
	margin: 0.625em 0; }
.file-input .file-error-message ul {
	padding: 0;
	margin: 0;
	list-style: none; }
.file-input .file-drop-zone {
	margin: 0 0 0.625em; }

.font-xs {
	font-size: 0.675em;
}

.panel {
	background-color: transparent;
	margin-bottom: 20px;
}

.panel,
.panel .panel-collapse {
	border-radius: 3px; }
.panel > .panel-title, .panel > .panel-heading {
	border-radius: 0.1875em 0.1875em 0 0;
	font-size: inherit; }
.panel .panel-heading {
	position: relative;
	padding: 15px;
}

#product-form .panel .panel-heading {
	padding: 0;
}

.panel .panel-title {
	position: relative;
	border-bottom: 1px solid transparent;
	font-size: inherit; }
.panel .panel-actions {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0.3125em 0.9375em; }
.panel .panel-actions .btn {
	padding: 0.3125em 0.625em; }
.panel.panel-rounded-md,
.panel.panel-rounded-md .panel-collapse {
	border-radius: 3px; }

.panel-group {
	margin: 0; }
.panel-group .panel + .panel {
	margin-top: 1em; }

.panel-step {
	border-radius: 3px;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
}

.panel-body {
	padding: 15px;
}

.mybtn3-small {
	margin-top: 10px;
	font-size: 0.85rem;
	padding: 0.5rem 1rem;
}

.sidebar .btn-file {
	display:none;
}

.nav-pills {
	flex-wrap: wrap;
}

.nav-pills > li {
	width: 100%;
	margin: 3px;
}

.tabs-pills .nav-pills {
	flex-wrap: nowrap;
}

.tabs-pills .nav-pills > li {
	width: auto;
	margin-right: 5px;
	margin-left: 0;
}

.tabs-pills .nav-pills > li > a {
	border-radius: 0.25rem;
	padding: 0.5rem 1rem;
}

.tabs-pills .tab-pane {
	padding: 1em 0 0;
	border: 0;
}

.tabs-pills .nav-pills > li > a, .tabs-pills .nav-pills .nav-justified > li > a {
	border: 0.0625em solid var(--1st-color-hex);
	border-radius: 0.1875em;
	line-height: 1;
	color: inherit;
}

.tabs-pills .nav-pills > li > a {
	border-radius: 0.25rem;
	padding: 0.5rem 1rem;
}

.nav-pills > li.active > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
	border-color: var(--1st-color-hex);
	background-color: var(--1st-color-hex);
	color: #ffffff;
}

.modal-header {
	display: block;
}

.select2-container--krajee-bs3 .select2-selection--single {
	height: 38px;
	font-size: 1rem;
	padding: 8px 24px 8px 12px;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
	height: 36px;
}

.media .media-object-sm {
	width: 2em;
	height: 2em; }
.media .media-object-sm.rounded {
	border-radius: 50%; }

.media-cart .media-object {
	max-width: 6.25em;
	margin-right: 10px;
}
.media-cart .media-heading {
	font-weight: 600;
	font-size: 1em; }
.media-cart .media-description {
	padding: 0;
	margin: 0;
	font-size: 0.875em;
	list-style: none;
	color: #9d9d9d; }

.dropdown > .dropdown-menu > li > a {
	padding: 0.5em 1em;
}

.btn-primary {
	color: #fff;
	background-color: var(--1st-color-hex);
	border-color: var(--1st-color-hex);
}

.in {
	opacity: 1;
}

.list-inline > li {
	padding: 0;
	margin: 0.25em;
	display: inline-block;
}

.subscribe-section {
	padding: 50px 0px 60px;
}

.dealofweek {
	padding: 50px 0px 60px;
}

.about {
	padding: 50px 0px 60px;
}

detailsInfoBox {
	padding: 47px 0 42px 0;
	border-top: 1px solid #e5e5e5;
}

.detailsInfoBox h3 {
	font-weight: 400;
	font-size: 24px;
	text-transform: none;
	margin: 0 0 10px 0;
}

.detailsInfoBox .formSection {
	margin: 30px 0 0 0;
	padding: 0;
	border: none;
}

.listDetailsInfo .detailsInfoBox:first-child {
	padding-top: 0;
	border-top: none;
}
.listDetailsInfo .detailsInfoBox:first-child h3 {
	margin: 0;
}

.media-comment.media {
	margin-top: 30px;
}
.media-comment.media .media-left {
	display: inline-block;
	float: left;
}
.media-comment.media .media-left img {
	width: 60px;
	height: 60px;
}
.media-comment.media .media-heading {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 600;
	margin: 10px 0 10px 0;
}
.media-comment.media .media-body p {
	margin: 0;
}
.media-comment.media .rating {
	margin: 0 0 14px 0;
}
.media-comment.media .rating li i {
	margin: 0;
}

.img-circle {
	border-radius: 50% !important;
}

.rating-input {
	display: none;
}

.rating-container .empty-stars {
	color: var(--3rd-color-hex) !important;
}

.rating-container .filled-stars {
	color: var(--3rd-color-hex) !important;
	-webkit-text-stroke: 1px var(--1st-color-hex) !important;
	text-shadow: 1px 1px var(--1st-color-hex) !important;
}

.footer .fotter-social-links ul li a.tiktok {
	background: #161823;
	border-color: #161823;
}

.btn-slide-up {
	margin-left: 5px;
	border-radius: 4px;
	font-size: 0.85rem;
	padding: 0.5rem 1rem;
	display: inline-block;
	border: 1px solid transparent;
	position: relative;
	text-transform: uppercase;
	z-index: 3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.4s;
	cursor: pointer;
	outline: none !important;
	overflow: hidden;
}

.type-warning .bootstrap-dialog-footer-buttons {
	text-align: right;
}

.navbar-form {
	margin: 0 0 0 30px;
	min-width: 320px; !important;
}

@media (max-width: 768px)
{
	.navbar-form {
		margin: 0;
		min-width: 260px; !important;
	}
}

@media (min-width: 768px)
{
	.navbar-form .form-control {
		width: 100% !important;
	}
}

.navbar-form .form-control {
	border: 0;
	outline: 0;
	/*background-image: linear-gradient(55deg, var(--1st-color-hex) 0%, var(--2nd-color-hex) 100%);*/
	font: inherit;
	color: rgba(var(--header-font-color-rgb), 0.8);
}

@media (min-width: 992px) {
	.navbar-form {
		position: relative;
		top: 0;
		right: 0;
		display: table-cell;
		vertical-align: middle;
	}
}

.navbar-toggler {
	padding: 0;
	margin-right: 0;
	font-size: 1rem;
}

.navbar-form .typeahead__container .typeahead__field .typeahead__hint,
.navbar-form .typeahead__container .typeahead__field .typeahead__label-container,
.navbar-form .typeahead__container .typeahead__field [contenteditable],
.navbar-form .typeahead__container .typeahead__field input,
.navbar-form .typeahead__container .typeahead__field textarea {
	border: 2px solid rgba(var(--header-font-color-rgb), 0.8);
	background:transparent;
	padding: 0 5px !important;
}

.navbar-form .typeahead__field .typeahead__hint:active,
.navbar-form .typeahead__field .typeahead__hint:focus,
.navbar-form .typeahead__field [contenteditable]:active,
.navbar-form .typeahead__field [contenteditable]:focus,
.navbar-form .typeahead__field input:active,
.navbar-form .typeahead__field input:focus,
.navbar-form .typeahead__field textarea:active,
.navbar-form .typeahead__field textarea:focus {
	border: 0 !important;
	outline: 0;
	background-image: linear-gradient(55deg, var(--header-1st-color-hex) 0%, var(--header-2nd-color-hex) 100%) !important;
	color: var(--header-font-color-hex) !important;
}

.navbar-form .typeahead__container {
	position: relative;
	font-family: "Roboto", sans-serif;
}

.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active>a,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:focus,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:hover,
.typeahead__list .typeahead__item:not([disabled]).active>a,
.typeahead__list .typeahead__item:not([disabled])>a:focus,
.typeahead__list .typeahead__item:not([disabled])>a:hover {
	background-image: linear-gradient(55deg, var(--header-1st-color-hex) 0%, var(--header-2nd-color-hex) 100%);
	color: var(--header-font-color-hex) !important;
}

.navbar-form .typeahead__field .typeahead__hint,
.navbar-form .typeahead__field [contenteditable],
.navbar-form .typeahead__field input,
.navbar-form .typeahead__field textarea {
	display: block;
	width: 100%;
	line-height: 1;
	min-height: calc(0.5rem * 2 + 1rem + 2px);
	padding: 0.5rem 0.75rem;
}

.navbar-form .typeahead__dropdown .typeahead__dropdown-item>a,
.navbar-form .typeahead__list .typeahead__item>a {
	display: block;
	padding: 5px 5px;
	clear: both;
	color: var(--header-font-color-hex);
	text-decoration: none;
}

.navbar-form .typeahead__list>li {
	position: relative;
	border-top: 1px solid rgba(var(--3rd-color-rgb), 0.1);
}

.navbar-form .typeahead__dropdown, .typeahead__list {
	position: absolute;
	left: 0;
	z-index: 4;
	width: 100%;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	text-align: left;
	background-image: linear-gradient(55deg, var(--header-1st-color-hex) 0%, var(--header-2nd-color-hex) 100%);
	border-radius: 2px;
	background-clip: padding-box;
}

.navbar-brand .logo, .footer-logo .logo {
	max-height: 60px;
	margin: 5px 0;
}

@media (max-width: 768px)
{
	.navbar-brand .logo, .footer-logo .logo {
		max-height: 40px;
	}
}

.header-app-name {
	color: var(--header-font-color-hex);
	vertical-align: middle;
}

.footer-app-name {
	color: var(--footer-font-color-hex);
	vertical-align: middle;
}

.logo-default {
	max-height: 60px;
	margin: 5px 0;
}

@media (max-width: 768px)
{
	.logo-default {
		max-height: 40px;
	}
}

@media (max-width: 768px) {
	.navigation .navbar {
		padding: 5px 0 !important;
	}
}






