@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');




@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Dancing+Script:wght@400..700&family=Electrolize&display=swap');

:root {
	--h1size: 50px;
	--h2size: 35px;
	--h3size: 24px;
	--h4size: 20px;
	--h5size: 18px;
	--h6size: 16px;
	--bodysize: 16px;
	--h1height: 58px;
	--h2height: 48px;
	--h3height: 32px;
	--h4height: 28px;
	--h5height: 26px;
	--h6height: 26px;
	--bodyheight: 26px;
	--pfamily: 'Rubik', sans-serif;
	--red: #ff3838;
	--gray: #777777;
	--text: #272727;
	--blue: #1494a9;
	--white: #ffffff;
	--chalk: #f5f5f5;
	--green: #11b76b;
	--purple: #b12fad;
	--orange: #e86121;
	--yellow: #ffab10;
	--body: #f9f8f8;
	--border: #e8e8e8;
	--heading: #39404a;
	--primary: #2f2e7a;
	/* --primary: #09328a; */
	/* --primary: #1a8ec4; */
	/* --primary: #007aff80; */
	--transparent12: #2f2e7ab4;
	--secondry: #dd1a13;
	/* --primary: #59a70d; */

	--sub-heading: #565765;
	--green-chalk: #ddffd5;
	--green-dark: #072f17;
	--gray-chalk: #cccccc;
	--intro-bg: #f8fffa;
	--facebook: #3b5998;
	--linkedin: #0e76a8;
	--twitter: #00acee;
	--google: #E60023;
	--instagram: #6ac610;
	--primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	--primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
	--primary-font-family: "Roboto", sans-serif;
}

* {
	margin: 0px;
	padding: 0px;
	outline: 0px
}

img {
	vertical-align: middle
}

a {
	text-decoration: none;
	display: inline-block
}

a:hover {
	text-decoration: none
}

ul,
ol {
	padding: 0px;
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
span,
label {
	margin-bottom: 0px
}

html,
body {
	scroll-behavior: smooth
}

body {
	color: var(--text);
	background: var(--body);
	font-size: var(--bodysize);
	font-family: var(--primary-font-family);
	line-height: var(--bodyheight);
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	color: var(--heading)
}

h1 {
	font-size: var(--h1size);
	line-height: var(--h1height)
}

h2 {
	font-size: var(--h2size);
	line-height: var(--h2height);
	letter-spacing: -0.3px;
	text-transform: capitalize
}

h3 {
	font-size: var(--h3size);
	line-height: var(--h3height)
}

h4 {
	font-size: var(--h4size);
	line-height: var(--h4height)
}

h5 {
	font-size: var(--h5size);
	line-height: var(--h5height)
}

h6 {
	font-size: var(--h6size);
	line-height: var(--h6height)
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: var(--gray);
	text-transform: capitalize
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 14px;
	color: var(--gray);
	text-transform: capitalize
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-size: 14px;
	color: var(--gray);
	text-transform: capitalize
}

input::placeholder,
textarea::placeholder {
	font-size: 14px;
	color: var(--gray);
	text-transform: capitalize
}

input,
button {
	border: none;
	outline: none;
	background: none
}

button:focus {
	outline: none
}

@media (max-width: 575px) {
	.col {
		padding: 0px 4px
	}
}

@media (max-width: 991px) {
	.content-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.section {
	margin-bottom: 50px
}

.inner-section {
	margin-bottom: 30px
}

.section-heading {
	text-align: center;
	margin-bottom: 40px
}

.section-btn-50 {
	text-align: center;
	margin-top: 50px
}

.section-btn-25 {
	text-align: center;
	margin-top: 25px
}

@media (max-width: 767px) {
	.section {
		margin-bottom: 55px
	}

	.inner-section {
		margin-bottom: 60px
	}

	.section-heading {
		margin-bottom: 30px
	}

	.section-heading h2 {
		font-size: 28px;
		line-height: 36px
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.section {
		margin-bottom: 75px
	}

	.inner-section {
		margin-bottom: 80px
	}
}

.alert {
	border: none;
	margin: 0px;
	padding: 0px 15px;
	border-radius: 0px
}

.alert-info {
	text-align: center;
	margin-bottom: 30px;
	padding: 20px 20px;
	border-radius: 3px;
	background: var(--white);
	border-top: 3px solid var(--primary);
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08)
}

.alert-info p {
	font-weight: 500;
	color: var(--primary);
	text-shadow: var(--primary-shadow)
}

.alert-info p a {
	margin-left: 5px;
	text-decoration: underline
}

.breadcrumb {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: none;
	margin: 0px
}

.breadcrumb .active {
	color: var(--gray-chalk)
}

.breadcrumb-item {
	font-size: 18px;
	padding: 0px !important;
	text-transform: capitalize
}

.breadcrumb-item a {
	color: var(--chalk)
}

.breadcrumb-item a:hover {
	color: var(--primary);
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item::before {
	color: var(--white);
	padding: 0px 8px
}

.backdrop {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4;
	width: 1000%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none
}

/* .backtop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	width: 48px;
	height: 48px;
	font-size: 15px;
	color: var(--white);
	line-height: 48px;
	text-align: center;
	display: none;
	border-radius: 50%;
	background: var(--primary);
	-webkit-box-shadow: 0px 0px 15px 3px rgba(71, 254, 126, 0.5);
	box-shadow: 0px 0px 15px 3px rgba(71, 254, 126, 0.5);
	-webkit-animation: mahmud 2s infinite;
	animation: mahmud 2s infinite;
	transition: all linear .3s;
	
}

.backtop:hover {
	color: var(--white)
}

@-webkit-keyframes mahmud {
	0% {
		margin-bottom: 0px
	}

	50% {
		margin-bottom: 15px
	}
}

@keyframes mahmud {
	0% {
		margin-bottom: 0px
	}

	50% {
		margin-bottom: 15px
	}
}

@media (max-width: 575px) {
	.backtop {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 14px
	}
}

@media (max-width: 991px) {
	.backtop {
		bottom: 55px
	}
} */

.btn {
	border: none;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px 20px;
	border-radius: 6px;
	border: 2px solid var(--primary)
}

.btn:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.btn i {
	margin-right: 5px
}

.btn-inline {
	color: var(--white);
	background: var(--primary)
}

.btn-inline:hover {
	color: var(--primary);
	background: var(--white)
}

.btn-outline {
	color: var(--primary);
	background: var(--white)
}

.btn-outline:hover {
	color: var(--white);
	background: var(--primary)
}

.menu-badge {
	font-size: 10px;
	padding: 0px 5px;
	margin-left: 5px;
	line-height: 18px;
	border-radius: 3px;
	letter-spacing: 0.3px;
	display: inline-block;
	text-transform: uppercase;
	color: var(--white);
	background: var(--red);
	text-shadow: var(--primary-tshadow)
}

.dropdown-arrow {
	position: relative;
	padding-right: 18px !important
}

.dropdown-arrow:hover::before {
	color: var(--white);
}

.dropdown-arrow::before {
	position: absolute;
	content: "\ea99";
	top: 50%;
	right: 0px;
	font-size: 15px;
	line-height: 15px;
	color: var(--white);
	font-family: IcoFont;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-link {
	position: relative;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-link:hover {
	color: var(--primary);
	background: var(--chalk)
}

.dropdown-link:hover::before {
	color: var(--primary)
}

.dropdown-link::before {
	position: absolute;
	top: 50%;
	right: 18px;
	content: "\f054";
	font-size: 10px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-link.active {
	color: var(--primary)
}

.dropdown-link.active::before {
	color: var(--primary);
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}

.dropdown-list {
	display: none;
	padding: 0px 20px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-list li a {
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	border-radius: 8px;
	padding: 10px 15px 10px 35px;
	color: var(--text);
	background: var(--white);
	position: relative;
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-list li a:hover {
	color: var(--primary);
	background: var(--chalk)
}

.dropdown-list li a::before {
	position: absolute;
	top: 50%;
	left: 15px;
	content: "\f068";
	font-size: 10px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.dropdown:hover .dropdown-position-list {
	visibility: visible;
	opacity: 1;
	top: 70px
}


.dropdown-position-list {
	position: absolute;
	top: 47px !important;
	left: 0px;
	z-index: 2;
	width: 850px;
	height: auto;
	visibility: hidden;
	opacity: 0;
	padding: 10px;
	border-radius: 8px;
	background: var(--primary);
	/* border: 1px solid var(--border); */
	-webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;

	display: flex;
	justify-content: space-around;
	gap: 20px;

	div {
		width: 100%;
	}
}

.dropdown-position-list::before {
	position: absolute;
	content: "";
	z-index: -1;
	top: -7px;
	left: 12px;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: var(--primary);
	border-top: 1px solid var(--border);
	border-left: 1px solid var(--border);
}

.dropdown-position-list li a {
	width: 100%;
	text-transform: capitalize !important;
	font-size: 15px;
	line-height: 18px;
	border-radius: 8px;
	padding: 8px 15px;
	color: var(--white);
	background: transparent;
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-position-list li a:hover {
	color: var(--white);
	background: var(--secondry) !important;
}

.dropdown-megamenu {
	position: static
}

.dropdown-megamenu:hover .megamenu {
	visibility: visible;
	opacity: 1;
	top: 199px
}

.megamenu {
	position: absolute;
	top: 230px;
	left: 50%;
	z-index: 2;
	width: 1180px;
	border-radius: 8px;
	padding: 30px;
	background: var(--white);
	border: 1px solid var(--border);
	-webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.megamenu-scroll {
	height: 380px;
	overflow-y: scroll
}

.megamenu-wrap {
	margin-bottom: 30px
}

.megamenu-title {
	padding-bottom: 18px;
	margin-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	border-bottom: 1px solid var(--border)
}

.megamenu-title::before {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0px;
	width: 50px;
	height: 2px;
	background: var(--primary)
}

.megamenu-list {
	border-left: 1px solid var(--border)
}

.megamenu-list li a {
	width: 100%;
	border-radius: 5px;
	padding: 5px 0px 5px 25px;
	color: var(--text);
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.megamenu-list li a:hover {
	color: var(--primary);
	background: var(--chalk)
}

.megamenu-promo a img {
	width: 100%;
	border-radius: 3px
}

@media (max-width: 1199px) {
	.megamenu {
		width: 100%
	}
}

.form-title {
	text-align: center;
	margin-bottom: 20px
}

.form-title h3 {
	text-transform: capitalize
}

.form-group {
	margin-bottom: 5px
}

.form-group small {
	color: var(--gray);
	letter-spacing: 0.3px;
	padding: 0px 0px 0px 20px
}

.form-group textarea {
	height: 150px;
	padding: 12px 20px
}

.form-label {
	font-weight: 500;
	margin: 0px 0px 7px 3px;
	white-space: nowrap;
	text-transform: capitalize
}

.form-control {
	width: 100%;
	height: 45px;
	border-radius: 6px;
	padding: 0px 20px 2px;
	color: var(--text);
	background: var(--chalk);
	border: 1px solid var(--border)
}

.form-control:focus-within {
	background: var(--chalk);
	border-color: var(--primary);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.form-control[type=file]::-webkit-file-upload-button,
.form-control[type=file]::file-selector-button {
	border: none;
	background: none;
	height: 45px;
	line-height: 45px;
	padding: 5px 15px 0px;
	color: var(--gray)
}

.form-control[type=file]::-webkit-file-upload-button:hover,
.form-control[type=file]::file-selector-button:hover {
	background-color: transparent
}

.form-control[type=file]::-webkit-file-upload-button:focus,
.form-control[type=file]::file-selector-button:focus {
	border: none;
	outline: none
}

.form-select {
	height: 45px;
	font-size: 15px;
	padding: 0px 16px;
	letter-spacing: 0.3px;
	background-size: 12px 10px;
	text-transform: capitalize;
	color: var(--text);
	cursor: pointer
}

.form-select:focus-within {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: var(--primary)
}

.form-check-input:focus {
	border-color: var(--primary);
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary)
}

.form-btn {
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 400;
	line-height: 45px;
	border-radius: 6px;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary)
}

.form-input-group {
	position: relative
}

.form-input-group:focus-within i {
	color: var(--primary)
}

.form-input-group input {
	padding: 0px 20px 2px 45px
}

.form-input-group textarea {
	padding: 12px 20px 12px 45px
}

.form-input-group i {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45px;
	height: 45px;
	font-size: 18px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center
}

.form-btn-group {
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 500;
	line-height: 45px;
	border-radius: 6px;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary)
}

.form-btn-group i {
	font-size: 15px;
	margin-right: 5px;
	display: inline-block
}

.nav-tabs {
	border: none;
	padding: 25px 25px;
	border-radius: 8px;
	margin-bottom: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--white)
}

.nav-tabs li {
	padding: 0px 30px;
	border-right: 1px solid var(--border)
}

.nav-tabs li:last-child {
	border: none
}

.tab-link {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.tab-link:hover {
	color: var(--primary)
}

.tab-link i {
	font-size: 18px;
	margin-right: 3px
}

.tab-link.active {
	color: var(--primary)
}

.tab-pane {
	display: none;
	padding: 0px
}

.tab-pane.active {
	display: block
}

@media (max-width: 575px) {
	.nav-tabs {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.nav-tabs li {
		padding: 5px;
		border: none
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.nav-tabs {
		padding: 25px 10px
	}

	.nav-tabs li {
		padding: 0px 20px
	}
}

.pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.page-item {
	margin-left: 10px
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 50%
}

.page-item .active {
	color: var(--white);
	background: var(--primary)
}

.page-link {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-weight: 400;
	border: none;
	padding: 0px;
	color: var(--text);
	background: var(--white)
}

.page-link:hover {
	color: var(--white);
	background: var(--primary)
}

.page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width: 991px) {
	.page-link {
		width: 35px;
		height: 35px;
		line-height: 35px
	}
}

@media (max-width: 767px) {
	.page-item {
		margin: 0px 3px
	}
}

.star-rating {
	direction: rtl;
	text-align: center;
	margin: 25px 0px
}

.star-rating input {
	display: none
}

.star-rating input:checked~label::after {
	opacity: 1
}

.star-rating label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0px 8px
}

.star-rating label:hover::after {
	opacity: 1
}

.star-rating label:hover:hover~label::after {
	opacity: 1
}

.star-rating label::before {
	content: "\ec7c";
	font-family: 'Icofont';
	font-weight: 900;
	font-size: 35px;
	display: block;
	color: #bbbbbb
}

.star-rating label::after {
	content: "\ec7c";
	font-family: 'Icofont';
	font-weight: 900;
	font-size: 35px;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	color: var(--yellow);
	opacity: 0
}

.slider-arrow:hover .dandik,
.slider-arrow:hover .bamdik {
	visibility: visible;
	opacity: 1
}

.dandik,
.bamdik {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	color: var(--primary);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dandik:hover,
.bamdik:hover {
	color: var(--white);
	background: var(--primary)
}

.dandik {
	right: -10px
}

.bamdik {
	left: -10px
}

.slider-dots ul {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.slider-dots ul li {
	width: 9px;
	height: 9px;
	margin: 0px 5px;
	border-radius: 30px;
	cursor: pointer;
	display: inline-block;
	background: var(--primary);
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.slider-dots ul li button {
	display: none
}

.slider-dots ul li.slick-active {
	width: 25px;
	background: var(--primary);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

@media (max-width: 575px) {
	.slider-dots ul {
		bottom: 10px
	}

	.slider-dots ul li {
		margin: 0px 6px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.slider-dots ul {
		bottom: 20px
	}

	.slider-dots ul li {
		margin: 0px 6px
	}
}

.product-add {
	width: 100%;
	font-size: 15px;
	padding: 6px 0px;
	border-radius: 6px;
	text-align: center;
	text-transform: capitalize;
	color: var(--heading);
	background: var(--border);
	text-shadow: var(-primary-tshadow);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-add i {
	font-size: 14px;
	margin-right: 5px
}

.product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none
}

.product-action button i {
	width: 35px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	color: var(--text);
	background: var(--chalk);
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-action button i:hover {
	color: var(--white);
	background: var(--primary)
}

.product-action input {
	width: 100%;
	font-size: 15px;
	margin: 0px 5px;
	padding: 6px 0px;
	border-radius: 6px;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	text-shadow: var(--primary-tshadow)
}



.modal-dialog {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content
}

.modal-content {
	border: none;
	background: none;
	border-radius: 0px
}

.modal-close {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1;
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	background: var(--white);
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.modal-close:hover {
	color: var(--white);
	background: var(--primary)
}

.modal-form {
	width: 400px;
	padding: 30px;
	border-radius: 8px;
	background: var(--white)
}

@media (max-width: 400px) {

	.modal-form,
	.modal-dialog {
		width: 100%;
		max-width: inherit
	}
}

@media (max-width: 1100px) {
	.modal-dialog {
		margin: 80px auto 50px
	}

	.modal-close {
		right: 50%;
		top: -45px;
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}
}

.order-track {
	margin-bottom: 25px
}

.order-track-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px 25px;
	border-radius: 8px;
	background: var(--chalk)
}

.order-track-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1
}

.order-track-item::before {
	position: absolute;
	content: "";
	top: 20px;
	left: 0px;
	width: 100%;
	height: 5px;
	z-index: -1;
	background: var(--white)
}

.order-track-item:first-child::before {
	border-radius: 50px 0px 0px 50px
}

.order-track-item:last-child::before {
	border-radius: 0px 50px 50px 0px
}

.order-track-item i {
	width: 45px;
	height: 45px;
	font-size: 20px;
	line-height: 42px;
	border-radius: 50%;
	margin-bottom: 10px;
	text-align: center;
	display: inline-block;
	color: var(--primary);
	background: var(--white);
	border: 2px dotted var(--primary)
}

.order-track-item span {
	font-weight: 500;
	line-height: 20px;
	white-space: nowrap;
	color: var(--heading);
	text-transform: capitalize
}

.order-track-item.active::before {
	background: var(--primary)
}

.order-track-item.active i {
	color: var(--white);
	background: var(--primary)
}

.order-track-item.active span {
	color: var(--primary)
}

@media (max-width: 575px) {
	.order-track {
		overflow-x: scroll
	}

	.order-track-list {
		width: 575px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.order-track-item span {
		white-space: inherit
	}
}

.nav-pills .nav-link {
	font-weight: 400;
	list-style: decimal
}

.nav-pills .nav-link.active {
	color: var(--primary);
	background: transparent
}

@media (max-width: 991px) {
	.nav {
		margin-bottom: 30px
	}
}

.countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.countdown-time {
	padding: 0px 30px;
	position: relative;
	color: var(--heading);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.countdown-time::before {
	position: absolute;
	content: ":";
	top: 28%;
	right: -3px;
	font-size: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--heading)
}

.countdown-time:last-child::before {
	display: none
}

.countdown-time span {
	display: block;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: var(--primary)
}

.countdown-time small {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize
}

@media (max-width: 575px) {
	.countdown-time {
		padding: 0px 12px
	}

	.countdown-time:first-child {
		padding-left: 0px
	}

	.countdown-time:last-child {
		padding-right: 0px
	}

	.countdown-time span {
		font-size: 35px
	}

	.countdown-time small {
		font-size: 16px
	}
}

.suggest-card {
	position: relative
}

.suggest-card::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.4);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.suggest-card:hover::before {
	background: rgba(17, 151, 68, 0.9)
}

.suggest-card img {
	width: 100%;
	border-radius: 8px
}

.suggest-card h5 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--white);
	font-weight: 400;
	text-transform: capitalize;
	text-shadow: var(--primary-tshadow)
}

.suggest-card h5 span {
	display: block;
	font-size: 15px;
	font-weight: 300
}

@media (max-width: 400px) {
	.suggest-card h5 {
		font-size: 16px;
		line-height: 24px
	}

	.suggest-card h5 span {
		font: 14px
	}
}

.product-card {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
	padding: 15px 18px;
	border-radius: 8px;
	background: var(--white);
	border: 1px solid var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-card:hover {
	border-color: var(--primary);
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1)
}

.product-card:hover .product-widget {
	opacity: 1;
	bottom: 15px
}

.product-card:hover .product-add {
	color: var(--white);
	background: var(--primary)
}

.product-media {
	position: relative
}

.product-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0px;
	left: 0px
}

.label-text {
	font-size: 14px;
	padding: 5px 8px;
	line-height: 13px;
	border-radius: 3px;
	margin-bottom: 5px;
	color: var(--white);
	text-align: center;
	text-transform: capitalize
}

.label-text.off {
	background: var(--red)
}

.label-text.new {
	background: var(--green)
}

.label-text.sale {
	background: var(--orange)
}

.label-text.feat {
	background: var(--purple)
}

.label-text.rate {
	background: var(--yellow)
}

.label-text.order {
	background: var(--blue)
}

.product-wish {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 18px;
	color: var(--gray-chalk)
}

.product-wish.active {
	color: var(--primary)
}

.product-image img {
	width: 100%
}

.product-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-widget a {
	width: 40px;
	height: 40px;
	font-size: 15px;
	margin: 0px 6px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	color: var(--white);
	background: var(--primary);
	text-shadow: var(-primary-tshadow);
	-webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12)
}

.product-content {
	padding-top: 12px;
	text-align: center;
	border-top: 1px solid var(--border)
}

.product-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 3px
}

.product-rating i,
.product-rating a {
	font-size: 14px;
	margin: 0px 2px;
	color: var(--gray)
}

.product-rating a {
	white-space: nowrap;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-rating a:hover {
	color: var(--primary);
	text-decoration: underline
}

.product-rating .active {
	color: var(--yellow)
}

.product-name {
	margin-bottom: 3px;
	text-transform: capitalize
}

.product-name a {
	color: var(--sub-heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-name a:hover {
	color: var(--primary)
}

.product-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 13px
}

.product-price del {
	color: var(--red);
	margin-right: 8px
}

.product-price span {
	color: var(--primary);
	white-space: nowrap
}

.product-price span small {
	font-weight: 400
}

.product-disable {
	position: relative
}

.product-disable:hover {
	border-color: var(--border);
	-webkit-box-shadow: none;
	box-shadow: none
}

.product-disable:hover .product-add {
	color: var(--heading);
	background: var(--border)
}

.product-disable .product-widget {
	visibility: hidden
}

.product-disable::before {
	position: absolute;
	content: "Out of Stock";
	top: 40%;
	left: 50%;
	z-index: 2;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	padding: 15px 0px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: var(--primary-tshadow);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--white);
	background: rgba(224, 152, 22, 0.9)
}

.product-disable::after {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.6)
}

@media (max-width: 575px) {
	.product-card {
		padding: 8px;
		margin-bottom: 8px
	}

	.product-name {
		font-size: 15px;
		line-height: 22px
	}
}

.feature-card {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
	padding: 18px 18px;
	border-radius: 8px;
	background: var(--white);
	border: 1px solid var(--white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.feature-card:hover {
	border-color: var(--primary);
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1)
}

.feature-card:hover .feature-widget {
	opacity: 1;
	bottom: 15px
}

.feature-card:hover .feature-add {
	color: var(--white);
	background: var(--primary)
}

.feature-media {
	position: relative
}

.feature-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0px;
	left: 0px
}

.label-text {
	font-size: 14px;
	padding: 5px 8px;
	line-height: 13px;
	border-radius: 3px;
	margin-bottom: 5px;
	color: var(--white);
	text-align: center;
	text-transform: capitalize
}

.label-text.off {
	background: var(--red)
}

.label-text.new {
	background: var(--green)
}

.label-text.sale {
	background: var(--orange)
}

.label-text.feat {
	background: var(--purple)
}

.label-text.rate {
	background: var(--yellow)
}

.label-text.order {
	background: var(--blue)
}

.feature-wish {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 18px;
	color: var(--gray-chalk)
}

.feature-wish.active {
	color: var(--primary)
}

.feature-image img {
	width: 155px
}

.feature-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.feature-widget a {
	width: 40px;
	height: 40px;
	font-size: 15px;
	margin: 0px 6px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	color: var(--white);
	background: var(--primary);
	text-shadow: var(-primary-tshadow);
	-webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12)
}

.feature-content {
	width: 100%;
	padding-left: 25px;
	margin-left: 25px;
	border-left: 1px solid var(--border)
}

.feature-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 3px
}

.feature-rating i,
.feature-rating a {
	font-size: 14px;
	margin: 0px 2px;
	color: var(--gray)
}

.feature-rating a {
	white-space: nowrap;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.feature-rating a:hover {
	color: var(--primary);
	text-decoration: underline
}

.feature-rating .active {
	color: var(--yellow)
}

.feature-name {
	margin-bottom: 3px;
	text-transform: capitalize
}

.feature-name a {
	color: var(--sub-heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.feature-name a:hover {
	color: var(--primary)
}

.feature-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 10px
}

.feature-price del {
	color: var(--red);
	margin-right: 8px
}

.feature-price span {
	color: var(--primary);
	white-space: nowrap
}

.feature-price span small {
	font-weight: 400
}

.feature-desc {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px
}

@media (max-width: 575px) {
	.feature-card {
		padding: 8px;
		margin-bottom: 15px
	}

	.feature-image img {
		width: 100%
	}

	.feature-name {
		font-size: 15px;
		line-height: 22px
	}
}

@media (max-width: 450px) {
	.feature-card {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.feature-content {
		padding-left: 12px;
		margin-left: 12px
	}

	.feature-desc {
		display: none
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.feature-image img {
		width: 190px
	}
}

.product-standard {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
	padding: 15px 15px;
	border-radius: 8px;
	background: var(--white);
	border: 1px solid var(--border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-standard:hover {
	border-color: var(--primary);
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1)
}

.product-standard:hover .standard-widget {
	opacity: 1;
	bottom: 15px
}

.product-standard:hover .standard-add {
	color: var(--white);
	background: var(--primary)
}

.standard-media {
	position: relative
}

.standard-label-group {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1
}

.standard-label {
	font-size: 14px;
	padding: 5px 8px;
	line-height: 13px;
	border-radius: 3px;
	text-transform: capitalize;
	color: var(--white)
}

.standard-label.off {
	background: var(--red)
}

.standard-label.new {
	background: var(--green)
}

.standard-label.sale {
	background: var(--orange)
}

.standard-label.feat {
	background: var(--purple)
}

.standard-label.rate {
	background: var(--yellow)
}

.standard-image img {
	width: 220px
}

.standard-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.standard-widget a {
	width: 40px;
	height: 40px;
	font-size: 15px;
	margin: 0px 6px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	color: var(--white);
	background: var(--primary);
	text-shadow: var(-primary-tshadow);
	-webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12)
}

.standard-content {
	width: 100%;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid var(--border)
}

.standard-name {
	margin-bottom: 5px;
	text-transform: capitalize
}

.standard-name a {
	color: var(--sub-heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.standard-name a:hover {
	color: var(--primary)
}

.standard-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 5px
}

.standard-price del {
	color: var(--red);
	margin-right: 12px
}

.standard-price span {
	color: var(--primary);
	white-space: nowrap
}

.standard-price span small {
	font-weight: 400
}

.standard-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 10px
}

.standard-rating i,
.standard-rating a {
	font-size: 14px;
	margin-right: 3px;
	color: var(--gray)
}

.standard-rating a {
	white-space: nowrap;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.standard-rating a:hover {
	color: var(--primary);
	text-decoration: underline
}

.standard-rating .active {
	color: var(--yellow)
}

.standard-desc {
	margin-bottom: 20px
}

.standard-action-group {
	display: -ms-grid;
	display: grid;
	grid-gap: 15px;
	-ms-grid-columns: (minmax(180px, 1fr))[auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr))
}

.standard-action-group .product-add,
.standard-action-group .action-input {
	padding: 10px 0px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary)
}

.standard-action-group .product-add {
	font-size: 14px;
	font-weight: 500
}

.standard-wish {
	padding: 10px 0px;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.standard-wish i {
	font-size: 16px;
	margin-right: 6px
}

.standard-wish span {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase
}

.standard-wish {
	color: var(--primary);
	background: var(--border)
}

.standard-wish.active {
	color: var(--white);
	background: var(--primary)
}

.standard-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none
}

.standard-action button i,
.standard-action a i {
	width: 35px;
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	color: var(--text);
	background: var(--border);
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.standard-action button i:hover,
.standard-action a i:hover {
	color: var(--white);
	background: var(--primary)
}

.standard-action input {
	width: 100%;
	height: 45px;
	margin: 0px 8px;
	font-size: 15px;
	line-height: 14px;
	border-radius: 5px;
	letter-spacing: 0.3px;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	text-shadow: var(--primary-tshadow)
}

@media (max-width: 575px) {
	.product-standard {
		padding: 10px 10px
	}

	.standard-image img {
		width: 130px
	}

	.standard-content {
		margin-left: 10px;
		padding-left: 10px
	}

	.standard-name {
		font-size: 16px;
		margin-bottom: 3px
	}

	.standard-price {
		font-size: 15px;
		margin-bottom: 3px
	}

	.standard-rating {
		margin-bottom: 6px
	}

	.standard-desc {
		display: none
	}

	.standard-action-group {
		grid-gap: 10px;
		-ms-grid-columns: (minmax(140px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))
	}

	.product-add,
	.standard-wish {
		padding: 8px 0px
	}

	.product-add i,
	.standard-wish i {
		display: none
	}

	.standard-action input {
		height: 38px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.standard-image img {
		width: 150px
	}

	.standard-content {
		margin-left: 10px;
		padding-left: 10px
	}

	.standard-name {
		font-size: 18px
	}

	.standard-price {
		font-size: 16px
	}

	.standard-desc {
		display: none
	}

	.standard-action-group {
		grid-gap: 10px;
		-ms-grid-columns: (minmax(140px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))
	}

	.product-add,
	.standard-wish {
		padding: 8px 0px
	}

	.product-add i,
	.standard-wish i {
		display: none
	}

	.standard-action input {
		height: 38px
	}
}

.testimonial-card {
	padding: 50px 50px 0px;
	margin: 0px 15px 30px;
	text-align: center;
	border-radius: 8px;
	background: var(--primary)
}

.testimonial-card i {
	font-size: 45px;
	margin-bottom: 20px;
	color: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.testimonial-card p {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 25px;
	font-style: italic;
	color: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.testimonial-card h5 {
	color: var(--white);
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.testimonial-card ul {
	font-size: 14px;
	color: var(--yellow);
	margin-bottom: 13px
}

.testimonial-card img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: -35px;
	display: inline-block;
	border: 5px solid var(--body)
}

@media (max-width: 575px) {
	.testimonial-card {
		margin: 0px 0px 30px;
		padding: 25px 25px 0px
	}

	.testimonial-card p {
		font-size: 18px;
		line-height: 28px
	}
}

.category-wrap:hover .category-overlay {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.category-media {
	position: relative;
	margin-bottom: 15px
}

.category-media img {
	width: 100%;
	height: auto;
	border-radius: 8px
}

.category-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transform: scale(0);
	transform: scale(0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.category-overlay a i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.category-overlay a i:hover {
	color: var(--primary);
	background: var(--white)
}

.category-meta {
	padding: 0px 10px
}

.category-meta h4 {
	text-transform: capitalize;
	margin-bottom: 3px
}

@media (max-width: 575px) {
	.category-wrap {
		width: 150px
	}
}

@media (max-width: 1199px) {
	.category-meta {
		padding: 0px 5px
	}

	.category-meta h4 {
		font-size: 17px;
		margin-bottom: 0px
	}

	.category-meta p {
		font-size: 15px
	}
}

.brand-wrap {
	text-align: center;
	padding-top: 15px
}

.brand-wrap:hover .brand-media::before {
	border-color: var(--primary);
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.brand-wrap:hover .brand-overlay {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.brand-media {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	z-index: 1
}

.brand-media::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 175px;
	height: 175px;
	border-radius: 50%;
	background: var(--white);
	border: 2px dashed var(--border);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: rotate360 1.2s linear infinite;
	animation: rotate360 1.2s linear infinite;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.brand-media img {
	width: 150px;
	height: 150px;
	border-radius: 50%
}

@-webkit-keyframes rotate360 {
	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

@keyframes rotate360 {
	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

.brand-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transform: scale(0);
	transform: scale(0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.brand-overlay a i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.brand-overlay a i:hover {
	color: var(--primary);
	background: var(--white)
}

.brand-meta h4 {
	text-transform: capitalize;
	margin-bottom: 6px
}

.brand-meta ul {
	margin-bottom: 3px
}

.brand-meta ul li {
	font-size: 13px;
	margin: 0px 1px;
	color: var(--gray);
	display: inline-block
}

.brand-meta ul .active {
	color: var(--yellow)
}

.brand-meta ul .total {
	color: var(--heading)
}

@media (max-width: 575px) {
	.brand-wrap {
		width: 200px
	}
}

.choose-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.choose-card:hover i {
	color: var(--white);
	background: var(--primary)
}

.choose-icon i {
	width: 75px;
	height: 75px;
	font-size: 40px;
	line-height: 75px;
	border-radius: 50%;
	margin-right: 30px;
	text-align: center;
	display: inline-block;
	color: var(--primary);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.choose-text h4 {
	margin-bottom: 10px;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-card {
	margin-bottom: 30px;
	background: white;
}

.blog-card:hover .blog-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.blog-media {
	position: relative
}

.blog-calender {
	position: absolute;
	top: 20px;
	right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 55px;
	height: 55px;
	border-radius: 6px;
	color: var(--white);
	background: rgba(0, 0, 0, 0.6)
}

.blog-calender span {
	line-height: 20px
}

.blog-date {
	font-size: 20px;
	font-weight: 500
}

.blog-month {
	font-size: 14px;
	letter-spacing: 0.3px;
	text-transform: uppercase
}

.blog-img {
	overflow: hidden;
	border-radius: 8px
}

.blog-img img {
	width: 100%;
	border-radius: 8px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-content {
	padding-top: 5px;

	h4 {
		color: var(--primary);
		font-weight: 500 !important;
		margin-top: 5px;
		font-size: 17px;
	}

	p {
		color: var(--gray);
		border: 1px solid var(--primary);
		display: inline-block;
		padding: 0px 15px;
		margin-top: 10px;
	}
}

.blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px
}

.blog-meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px
}

.blog-meta li:last-child {
	margin: 0px
}

.blog-meta li i {
	color: var(--primary);
	margin-right: 8px;
	font-size: 14px
}

.blog-meta li a,
.blog-meta li span {
	font-size: 15px;
	font-weight: 400;
	white-space: nowrap;
	text-transform: uppercase
}

.blog-meta li a {
	color: var(--text);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-meta li a:hover {
	color: var(--primary)
}

.blog-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px
}

.blog-title a {
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-title a:hover {
	color: var(--primary)
}

.blog-desc {
	font-size: 17px;
	line-height: 28px;
	color: var(--gray);
	margin-bottom: 25px
}

.blog-btn {
	font-size: 15px;
	font-weight: 500;
	color: var(--primary);
	text-transform: uppercase;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-btn i {
	font-size: 17px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-btn:hover {
	color: var(--primary);
	text-decoration: underline
}

.blog-btn:hover i {
	margin-left: 5px
}

@media (max-width: 575px) {
	.blog-meta li {
		margin-right: 25px
	}

	.blog-content {
		padding: 15px 8px 0px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog-content {
		padding: 15px 12px 0px
	}
}

.offer-card {
	margin-bottom: 30px
}

.offer-card a {
	width: 100%
}

.offer-card a img {
	width: 100%;
	border-radius: 8px
}

.offer-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 6px;
	margin: 0px 10px;
	border-radius: 0px 0px 8px 8px;
	background: #fff
}

.offer-div h5 {
	font-size: 15px;
	font-weight: 400;
	text-transform: initial;
	text-align: center;
	width: 100%;
}

.offer-div button,
.offer-div span {
	font-size: 15px;
	font-weight: 500;
	color: var(--primary);
	text-transform: capitalize
}

@media (min-width: 351px) and (max-width: 575px) {
	.offer-card {
		width: 320px;
		margin: 0px auto 30px
	}
}

.account-card {
	margin-bottom: 30px;
	border-radius: 8px;
	padding: 0px 30px 30px;
	background: var(--white)
}

.account-title {
	padding: 18px 0px;
	margin-bottom: 25px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid var(--border)
}

.account-title::before {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0px;
	width: 50px;
	height: 2px;
	background: var(--primary)
}

.account-title h4 {
	text-transform: capitalize
}

.account-title button,
.account-title a {
	border: none;
	font-size: 15px;
	font-weight: 500;
	border-radius: 6px;
	letter-spacing: 0.3px;
	padding: 5px 15px;
	white-space: nowrap;
	text-transform: capitalize;
	color: var(--primary);
	background: var(--green-chalk);
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.account-title button:hover,
.account-title a:hover {
	color: var(--white);
	background: var(--primary)
}

@media (max-width: 575px) {
	.account-card {
		padding: 0px 15px 15px
	}
}

.profile-card {
	padding: 25px;
	border-radius: 8px;
	margin-bottom: 25px;
	background: var(--chalk);
	border: 1px solid var(--border);
	position: relative;
	cursor: pointer
}

.profile-card:hover ul {
	visibility: visible;
	opacity: 1
}

.profile-card h6 {
	color: var(--text);
	margin-bottom: 8px;
	text-transform: capitalize
}

.profile-card p {
	text-transform: capitalize
}

.profile-card ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 50%;
	right: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.profile-card ul li {
	margin: 5px 0px
}

.profile-card ul li button {
	width: 30px;
	height: 32px;
	line-height: 32px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.profile-card ul .edit {
	color: var(--green)
}

.profile-card ul .edit:hover {
	color: var(--white);
	background: var(--green)
}

.profile-card ul .trash {
	color: var(--red)
}

.profile-card ul .trash:hover {
	color: var(--white);
	background: var(--red)
}

.profile-card.active {
	background: var(--green-chalk);
	border-color: var(--primary)
}

.payment-card {
	padding: 25px;
	border-radius: 6px;
	margin-bottom: 25px;
	background: var(--chalk);
	border: 1px solid var(--border);
	position: relative;
	cursor: pointer
}

.payment-card:hover button {
	visibility: visible;
	opacity: 1
}

.payment-card img {
	margin-bottom: 18px
}

.payment-card h4 {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: capitalize
}

.payment-card p {
	color: var(--heading);
	margin-bottom: 5px
}

.payment-card p span {
	font-size: 20px;
	margin-right: 15px;
	letter-spacing: 2px
}

.payment-card p sup {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px
}

.payment-card h5 {
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize
}

.payment-card button {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 0;
	visibility: hidden;
	width: 30px;
	height: 32px;
	line-height: 32px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.payment-card .trash {
	color: var(--red)
}

.payment-card .trash:hover {
	color: var(--white);
	background: var(--red)
}

.payment-card.active {
	background: var(--green-chalk);
	border-color: var(--primary)
}

@media (max-width: 575px) {
	.payment-card p span {
		margin-right: 8px
	}
}

.contact-card {
	text-align: center;
	border-radius: 8px;
	margin: 0px 2.5px 30px;
	padding: 60px 15px 55px;
	background: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.contact-card:hover {
	background: var(--primary)
}

.contact-card:hover i {
	color: var(--primary);
	background: var(--white)
}

.contact-card:hover h4,
.contact-card:hover p,
.contact-card:hover a {
	color: var(--white)
}

.contact-card i {
	width: 50px;
	height: 50px;
	font-size: 22px;
	line-height: 50px;
	border-radius: 50%;
	margin-bottom: 15px;
	text-align: center;
	display: inline-block;
	color: var(--white);
	background: var(--primary);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.contact-card h4 {
	margin-bottom: 18px;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.contact-card p {
	width: 250px;
	font-size: 18px;
	line-height: 30px;
	margin: 0 auto;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.contact-card p a {
	font-size: 18px;
	line-height: 30px;
	display: block;
	color: var(--text);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.contact-card.active {
	background: var(--primary)
}

.contact-card.active i {
	color: var(--primary);
	background: var(--white)
}

.contact-card.active h4,
.contact-card.active p,
.contact-card.active a {
	color: var(--white)
}

.branch-card {
	margin: 0px 2.5px 30px;
	position: relative
}

.branch-card:hover::before {
	background: rgba(17, 151, 68, 0.85)
}

.branch-card:hover .branch-overlay {
	top: 50%
}

.branch-card:hover .branch-overlay p {
	opacity: 1
}

.branch-card::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.45);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.branch-card img {
	width: 100%;
	border-radius: 8px
}

.branch-overlay {
	position: absolute;
	top: 60%;
	left: 0px;
	width: 100%;
	padding: 0px 15px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.branch-overlay h3 {
	color: var(--white);
	letter-spacing: 0.3px;
	margin-bottom: 8px;
	text-transform: capitalize;
	text-shadow: var(--primary-tshadow)
}

.branch-overlay p {
	width: 200px;
	margin: 0 auto;
	letter-spacing: 0.3px;
	color: var(--white);
	opacity: 0;
	text-transform: capitalize;
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.team-media {
	overflow: hidden;
	position: relative;
	border-radius: 8px
}

.team-media:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.team-media:hover .team-overlay {
	top: 0px;
	opacity: 1
}

.team-media:hover .team-overlay a {
	padding-top: 0px
}

.team-media img {
	width: 100%;
	border-radius: 8px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.team-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.team-overlay a {
	width: 36px;
	height: 36px;
	font-size: 15px;
	line-height: 36px;
	margin: 0px 5px;
	padding-top: 30px;
	text-align: center;
	border-radius: 50%;
	color: var(--text);
	background: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.team-meta {
	text-align: center
}

.team-meta h5 {
	text-transform: capitalize
}

.team-meta h5 a {
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.team-meta h5 a:hover {
	color: var(--primary)
}

.team-meta p {
	font-size: 15px;
	text-transform: capitalize
}

@media (max-width: 575px) {
	.team-card {
		width: 290px;
		margin: 0px auto 50px
	}
}

.header-top {
	padding: 4px 0px;
	background: var(--primary)
}

.header-top-welcome p {
	font-size: 14px;
	color: var(--white);
	letter-spacing: 0.3px
}

.header-top-select {
	margin-top: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header-select {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right: 1px solid var(--green)
}

.header-select:last-child {
	border: none
}

.header-select i {
	font-size: 16px;
	margin-right: 8px;
	color: var(--white)
}

.header-select .nice-select {
	line-height: 20px
}

.header-select .nice-select::after {
	border-right-color: var(--white);
	border-bottom-color: var(--white)
}

.header-select .nice-select .current {
	color: var(--white)
}

.header-top-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header-top-list li {
	margin-left: 20px
}

.header-top-list li a {
	font-size: 15px;
	color: var(--white);
	letter-spacing: 0.3px;
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-top-list li a:hover {
	color: var(--green-chalk)
}

@media (max-width: 767px) {
	.header-top-list {
		display: none
	}


	.header-top-welcome {
		display: block;
		text-align: center;
	}

	.header-top-select {
		width: 270px;
		margin: 0px auto
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-top-welcome {
		text-align: center;
		margin-bottom: 10px
	}
}

.header-part {
	background: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	line-height: 0;
}

.header-part.active {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
	background: var(--white);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	line-height: 0;

}

.header-part.active .header-content {
	padding: 4px 0px;
}

.header-part.active .header-widget:hover i {
	background: var(--primary)
}

.header-part.active .header-widget sup {
	border-color: var(--white)
}

.header-part.active .header-form {
	background: var(--white);
	border-color: var(--primary)
}

.header-content {
	padding: 4px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-logo {
	margin-left: 40px
}

.header-logo img {
	width: auto;
	height: 64px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-widget-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.admin-login {
	width: 120px !important;
	background: var(--primary);
	padding: 18px 5px;
	color: white !important;
	border-radius: 3px;
}

.admin-login1 {
	width: 120px !important;
	background: var(--white);
	border: 2px solid var(--primary);
	padding: 15px 5px;

	color: var(--primary) !important;
	border-radius: 3px;
	height: auto;
}

.header-widget-group .header-widget {
	margin-left: 20px
}

.header-widget-group .header-widget:first-child {
	margin-left: 0px
}

.header-widget {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header-widget:hover i {
	color: var(--white);
	background: var(--primary);
	text-shadow: var(--primary-tshadow)
}

.header-widget:hover span {
	color: var(--primary)
}

.header-widget img {
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.header-widget i {
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: var(--text);
	background: var(--chalk);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-widget span {
	font-size: 15px;
	font-weight: 400;
	margin-left: 8px;
	letter-spacing: 0.3px;
	white-space: nowrap;
	text-align: left;
	text-transform: capitalize;
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-widget span small {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	font-family: sans-serif;
	display: block
}

.header-widget sup {
	position: absolute;
	top: -12px;
	left: 20px;
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	border: 2px solid var(--white);
	text-shadow: var(--primary-tshadow)
}

.header-cart span {
	font-size: 12px;
	margin-left: 15px;
	line-height: 20px;
	text-transform: uppercase
}

.header-form {
	width: 100%;
	margin: 0px 50px;
	border-radius: 5px;
	background: var(--chalk);
	border: 2px solid var(--chalk);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-form:focus-within {
	background: var(--white);
	border-color: var(--primary)
}

.header-form input {
	width: 100%;
	height: 40px !important;
	font-size: 15px;
	padding-left: 15px
}

.header-form button i {
	width: 45px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	color: var(--text);
	display: inline-block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-form button i:hover {
	color: var(--primary)
}

.header-media-group {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-media-group a img {
	width: auto;
	height: 40px
}

.header-user img,
.header-src img {
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.header-user i,
.header-src i {
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: var(--text);
	background: var(--chalk);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-user i:hover,
.header-src i:hover {
	color: var(--white);
	background: var(--primary)
}

@media (max-width: 991px) {
	.header-content {
		padding: 10px 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.header-top {
		padding: 0px;
	}

	.header-media-group {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header-widget-group,
	.header-widget,
	.header-logo {
		display: none
	}




	.header-form {
		display: none;
		margin: 10px 0px 0px
	}

	.header-form.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-widget span {
		display: none
	}
}

.navbar-part {
	background: var(--primary)
}

.navbar-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	gap: 80px;

}

.navbar-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-item {
	margin-right: 10px;
	margin: 10px 5px;

	a{
		padding: 5px 18px;
		/* background: var(--secondry); */
		color: white !important;
		border-radius: 6px;
	}
	&:hover .navbar-link{
		background-color: var(--secondry);
	}
	&.navbar-link .active12{
		background-color: var(--secondry);
	}
}
.nav-link .active12 {
        background-color: var(--secondary);
    }



.navbar-item:last-child {
	margin-right: 0px
}

.navbar-link {
	padding: 14px 0px;
	font-weight: 400;
	color: var(--white);
	text-transform: capitalize;
	transition: all linear .3s;
	font-size: 15px;
}

.navbar-link:hover {
	color: var(--secondry)
}

.navbar-focus-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.navbar-focus-list li {
	margin-left: 30px
}

.navbar-focus-list li:first-child {
	margin-left: 0px
}

.navbar-focus-list li a {
	font-weight: 500;
	color: var(--text);
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.navbar-focus-list li a:hover {
	color: var(--primary)
}

.navbar-focus-list li a i {
	font-size: 18px;
	margin-right: 5px
}

.navbar-info-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.navbar-info {
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;

	p {
		color: var(--white);
	}

	i {
		color: var(--white) !important;
	}
}

.navbar-info:last-child {
	margin-right: 0px
}

.navbar-info i {
	font-size: 30px;
	margin-right: 15px;
	color: var(--primary)
}

.navbar-info p small {
	font-size: 14px;
	line-height: 16px;
	display: block;
	text-align: left;
	text-transform: capitalize
}

.navbar-info p span {
	font-size: 15px;
	font-weight: 500
}

@media (max-width: 991px) {
	.navbar-part {
		display: none
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-list li {
		margin-right: 18px
	}

	.navbar-link {
		font-size: 15px
	}

	.navbar-info {
		margin-right: 15px
	}

	.navbar-info p span {
		font-size: 14px
	}

	.navbar-info i {
		margin-right: 10px
	}
}

.nav-sidebar {
	position: fixed;
	top: 0px;
	left: -100%;
	width: 94%;
	height: 100vh;
	padding: 0px;
	z-index: 5;
	background: var(--white);
	-webkit-box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.nav-sidebar.active {
	left: 0px
}

.nav-header {
	padding: 15px 0px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid var(--border)
}

.nav-header a img {
	width: auto;
	height: 40px
}

.nav-close {
	position: absolute;
	top: 50%;
	right: -18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.nav-close i {
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: var(--text);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.nav-close i:hover {
	color: var(--white);
	background: var(--primary)
}

.nav-content {
	padding: 0px 18px;
	overflow-y: scroll;
	max-height: calc(100vh - 100px)
}

.nav-btn {
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 10px;
	text-align: center;
	background: var(--chalk)
}

.nav-btn .btn {
	font-size: 14px;
	padding: 12px 28px;
	letter-spacing: 0.3px
}

.nav-btn .btn i {
	font-size: 14px
}

.nav-profile {
	width: 100%;
	text-align: center;
	padding: 18px 0px 0px
}

.nav-user {
	margin-bottom: 10px;
	border-radius: 50%;
	border: 2px solid var(--primary)
}

.nav-user img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	border: 2px solid var(--white)
}

.nav-name {
	margin-bottom: 18px;
	text-transform: capitalize
}

.nav-name a {
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.nav-name a:hover {
	color: var(--primary)
}

.nav-select-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--border)
}

.nav-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 18px;
	padding-right: 18px;
	line-height: 20px;
	border-right: 1px solid var(--gray-chalk)
}

.nav-select:last-child {
	padding: 0px;
	margin: 0px;
	border: none
}

.nav-select i {
	margin-right: 5px
}

.nav-list {
	width: 100%
}

.nav-list li {
	width: 100%
}

.nav-link {
	width: 100%;
	font-weight: 500;
	padding: 12px 10px;
	border-radius: 8px;
	color: var(--text);
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.nav-link:hover {
	color: var(--primary);
	background: var(--chalk)
}

.nav-link::before {
	right: 15px
}

.nav-link i {
	font-size: 20px;
	margin-right: 12px
}

.nav-link.active {
	color: var(--primary);
	background: var(--green-chalk)
}

.nav-info-group {
	padding: 20px 0px;
	margin-top: 15px;
	margin-bottom: 25px;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border)
}

.nav-info {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.nav-info:last-child {
	margin-bottom: 0px
}

.nav-info i {
	font-size: 20px;
	margin-right: 10px;
	color: var(--primary)
}

.nav-info p small {
	font-size: 14px;
	line-height: 18px;
	display: block;
	text-align: left;
	text-transform: capitalize
}

.nav-info p span {
	font-size: 16px;
	font-weight: 500
}

.nav-footer {
	text-align: center
}

.nav-footer p {
	font-size: 14px;
	color: var(--gray)
}

.nav-footer p a {
	color: var(--primary)
}


@media (max-width: 450px) {
	.cart-sidebar {
		right: 0px;
		width: 100%;
		height: 100vh;
		-webkit-transform: scale(0);
		transform: scale(0);
		margin: 80px 0px 0px;
		border-radius: 15px 15px 0px 0px;
		transition: all linear .3s;
		-webkit-transition: all linear .3s;
		-moz-transition: all linear .3s;
		-ms-transition: all linear .3s;
		-o-transition: all linear .3s
	}

	.cart-sidebar.active {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: top;
		transform-origin: top
	}

	.cart-close {
		left: 50%;
		top: -45px;
		bottom: inherit;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-radius: 50px 50px 0px 0px;
		-webkit-box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.15)
	}

	.cart-list {
		max-height: calc(100vh - 290px)
	}

	.cart-media a img {
		width: 80px
	}
}

.category-sidebar {
	position: fixed;
	top: 0px;
	left: -320px;
	width: 280px;
	height: 100vh;
	z-index: 5;
	background: var(--white);
	-webkit-box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.category-sidebar.active {
	left: 0px
}

.category-header {
	padding: 15px 18px;
	position: relative;
	border-bottom: 1px solid var(--border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.category-title {
	color: var(--primary);
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.category-title i {
	margin-right: 8px
}

.category-close {
	position: absolute;
	top: 50%;
	right: -18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.category-close i {
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: var(--text);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.category-close i:hover {
	color: var(--white);
	background: var(--primary)
}

.category-list {
	width: 100%;
	padding: 0px 15px;
	overflow-y: scroll;
	height: calc(100vh - 130px)
}

.category-item {
	width: 100%;
	border-bottom: 1px solid var(--border)
}

.category-link {
	font-size: 16px;
	font-weight: 400;
	padding: 12px 15px;
	color: var(--text);
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.category-link i {
	font-size: 25px;
	margin-right: 15px;
	display: inline-block
}

.category-footer {
	text-align: center;
	margin-top: 20px
}

.category-footer p {
	font-size: 14px;
	color: var(--gray)
}

.category-footer p a {
	color: var(--primary)
}

.mobile-menu {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
	background: var(--white);
	border-radius: 10px 10px 0px 0px;
	-webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: none
}

.mobile-menu a,
.mobile-menu button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 80px;
	padding: 8px 0px;
	border-radius: 8px;
	position: relative
}

.mobile-menu a:hover,
.mobile-menu button:hover {
	background: var(--chalk)
}

.mobile-menu a:hover i,
.mobile-menu button:hover i {
	color: var(--primary)
}

.mobile-menu a:hover span,
.mobile-menu button:hover span {
	color: var(--primary)
}

.mobile-menu a i,
.mobile-menu button i {
	font-size: 15px;
	margin-bottom: 5px;
	color: var(--text);
	text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

.mobile-menu a span,
.mobile-menu button span {
	font-size: 10px;
	line-height: 12px;
	color: var(--text);
	text-transform: uppercase
}

.mobile-menu a sup,
.mobile-menu button sup {
	position: absolute;
	top: -5px;
	left: 75%;
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: var(--white);
	background: var(--primary);
	border: 2px solid var(--green-chalk);
	text-shadow: var(--primary-tshadow)
}

.mobile-menu a .fas fa-shopping-basket,
.mobile-menu button .fas fa-shopping-basket {
	font-size: 18px
}

@media (max-width: 991px) {
	.mobile-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: none;
	}
}



.footer-part {
	padding-top: 40px
}

.footer-widget {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%
}

.footer-logo {
	margin-bottom: 25px
}

.footer-logo img {
	width: 180px
}

.footer-desc {
	margin-bottom: 30px
}

.footer-social li {
	display: inline-block;
	margin-right: 7px
}

.footer-social li:last-child {
	margin-right: 0px
}

.footer-social li a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: var(--primary);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.footer-social li a:hover {
	color: var(--white);
	background: var(--primary)
}

.footer-title {
	margin-bottom: 25px;
	letter-spacing: -0.3px;
	text-transform: capitalize
}

.footer-widget.contact {
	margin-left: 30px
}

.footer-contact li {
	display: flex;
	align-items: center;
	margin-bottom: 18px
}

.lineheightset li {
	margin-bottom: 5px !important;
}

.footer-contact li a {
	display: flex;
	color: black;
	align-items: center;
}

.footer-contact li:last-child {
	margin-bottom: 0px
}

.footer-contact li a i {
	font-size: 30px;
	margin-right: 15px;
	color: var(--primary)
}

.footer-contact li a span {
	display: block;
transition: all .3s linear;
}
.footer-contact li a:hover span {
	color: var(--secondry);
}

.footer-links {
	display: -ms-grid;
	display: grid;
	grid-gap: 50px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr
}

.footer-links ul li {
	margin-bottom: 15px
}

.footer-links ul li:last-child {
	margin-bottom: 0px
}

.footer-links ul li a {
	color: var(--text);
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.footer-links ul li a:hover {
	color: var(--primary);
	text-decoration: underline
}

.footer-app {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr
}

.footer-app a img {
	width: 100%
}

.footer-bottom {
	margin-top: 30px;
	padding: 5px 40px;
	background: var(--primary);
	border-top: 1px solid var(--border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer-copytext {
	font-size: 15px;
	color: var(--white)
}

.footer-copytext a {
	color: var(--green-chalk)
}

.footer-copytext a:hover {
	text-decoration: underline
}

.footer-card a {
	margin-left: 1px
}

.footer-card a img {
	width: 50px;
	border-radius: 3px
}

@media (max-width: 768px) {
	.footer-part .container-fluid {
		padding: 0px 25px
	}

	.footer-widget.contact {
		margin-left: 0px
	}
}

@media (max-width: 1199px) {
	.footer-part {
		padding-top: 50px
	}

	.footer-widget {
		margin-bottom: 40px
	}

	.footer-bottom {
		margin-top: 10px
	}
}

@media (max-width: 767px) {
	.footer-bottom {
		padding: 25px 15px 75px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.footer-copytext {
		margin-bottom: 10px
	}

	.footer-card a {
		margin: 0px 3px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer-bottom {
		padding: 25px 30px 75px
	}
}



/*==========================+++++++++++++++++++ start custom css ======================*/

.commonbtn {
	padding: 5px 20px;
	text-align: center;
	color: black !important;
	border-radius: 10px;
	font-size: 15px;
	font-family: inherit;
	border: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 6px 6px 12px #c5c5c5,
		-6px -6px 12px #ffffff;
	transition: all .3s linear;
}

.commonbtn::before {
	content: '';
	width: 0;
	height: 3em;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--primary);
	transition: all .3s linear;
	display: block;
	z-index: -1;
	color: var(--chalk) !important;
}

.commonbtn:hover::before {
	width: 100%;
	color: var(--chalk) !important;
}

.commonbtn:hover {
	color: var(--chalk) !important;
}

.container-fluid {
	padding: 0px 80px !important;
	background: transparent;
}

@media (max-width:991px) {
	.container-fluid {
		padding: 0px 20px !important;
	}
}

@media (max-width:661px) {
	.container-fluid {
		padding: 0px 12px !important;
	}
}

.colortext {
	color: var(--primary);
}



/* home page css */

.my-section {
	padding-bottom: 22px;
}

.my-section2 {
	padding-top: 22px;
}

.common-btn {
	color: #39404a;
	border: 2px solid var(--primary);
	transition: all .3s linear;
	padding: 0px 7px;
	border-radius: 2px;
	font-size: 14px;

	&:hover {
		background-color: var(--primary);
		color: white !important;
		border: 2px solid var(--primary);
	}
}

.flexwrap {
	flex-wrap: wrap-reverse !important;
}


/*<================================ product section =================================> */
.product-gallery {
	img {
		max-width: 100%;
		height: auto;
		vertical-align: middle;
		display: inline-block;
	}

	.grid-wrapper>div {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.grid-wrapper>div>img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 2px;

	}

	.grid-wrapper {
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
		grid-auto-flow: dense;
	}

	.grid-wrapper .wide {
		grid-column: span 2;
	}

	.grid-wrapper .tall {
		grid-row: span 2;
	}

	.grid-wrapper .big {
		grid-row: span 2;
	}

	.grid-box a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;

		.show-text {
			position: absolute;
			left: 15px;
			bottom: 20px;
			color: white;
			border: 1px solid var(--chalk);
			padding: 2px 10px;
			transition: all .6s linear;
			opacity: 1;
			scale: 1;
			text-transform: uppercase;

			h4 {
				color: white;
				font-size: 15px;
				font-weight: 400;
			}
		}

	}

	.grid-box {
		a img {
			transition: all 0.5s linear 0s;
		}

		overflow: hidden;
		position: relative;

		.hovershow {
			position: absolute;
			top: 0px;
			left: 0px;
			background: #6bc610ac;
			;
			height: 100%;
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
			padding: 0px 10px;
			color: var(--chalk);
			gap: 15px;
			transition: all .5s linear;
			opacity: 0;

			p {
				color: white;
				;
				text-align: center;
				font-size: 14px;
				font-weight: normal !important;
				line-height: normal !important;
				opacity: 0;
				transition: all .5s linear;
			}

			h5 {
				color: white;
				opacity: 0;
				transition: all .5s linear;
			}
		}

		.borderhover {
			border: 1px solid white;
			;
			width: 100%;
			height: 95%;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
			padding: 0px 10px;
			color: white;
			gap: 15px;
		}

		&:hover a img {
			transform: scale(1.5);
		}

		&:hover .hovershow {
			opacity: 1;
		}

		&:hover .hovershow p {
			opacity: 1;
		}

		&:hover .hovershow h5 {
			opacity: 1;
		}

		&:hover a .show-text {
			opacity: 0;
			scale: 0;
		}
	}

	.grid-box a img,
	.grid-box a .product-gallery-text {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.product-gallery-text {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;

	h2 {
		padding: 20px 0px;
		position: relative;
		background: var(--chalk);

		&::before {
			position: absolute;
			content: "";
			width: 20px;
			height: 20px;
			background: var(--primary);
			left: -3px;
			top: -3px;
			z-index: -1;
		}

		&::after {
			position: absolute;
			content: "";
			width: 20px;
			height: 20px;
			background: var(--primary);
			right: -3px;
			bottom: -3px;
			z-index: -1;
		}
	}
}

/* Responsive layout for mobile */
@media (max-width: 768px) {
	.product-gallery .grid-wrapper {
		grid-template-columns: repeat(2, 1fr);
		/* 2 equal-sized images per row */
		grid-auto-rows: auto;
		/* Auto height */
	}

	.product-gallery .grid-wrapper .wide,
	.product-gallery .grid-wrapper .tall,
	.product-gallery .grid-wrapper .big {
		grid-column: span 1;
		/* Ensures images take equal space on mobile */
		grid-row: span 1;
	}
}

.svgimagese {

	img {
		width: 30px;
	}
}

/*<================================ About us section =================================> */

.About-us-section {
	margin-bottom: 20px;
	background: var(--primary);

	ul {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 15px;
		margin-top: 10px;

		li {
			color: white;
		}
	}

	h4 {
		font-size: 35px;
		color: white;
		padding: 10px 0px;
		line-height: 35px;
	}

	h2 {
		color: white;
	}

	p {
		color: white;
		text-align: justify;
	}
}



/*<======================== product page ====================================>*/


/***** Blog Section *****/

.blog-section {

	p {
		text-align: justify;
	}

	.blog-text {
		display: flex;
		justify-content: space-between;
		align-items: end;


		a {
			color: white;
		}
	}

	.blog-card {
		box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
		padding: 10px;
		padding-bottom: 2px !important;
		border-radius: 10px;


		height: 100%;

		&:hover img {
			scale: 1.1;
		}

		.blog-card-img {
			border-radius: 10px;

			overflow: hidden;
			position: relative;

			img {
				width: 100%;
				transition: all 0.3s linear;
				-webkit-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
				-ms-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
			}

			p {
				position: absolute;
				top: 0;
				right: 0;
				background-color: var(--colorTwo);
				padding: 4px 8px;
				color: white;
			}
		}

		.blog-content {
			margin-top: 20px;

			h4 {
				font-size: 18px;
				margin-bottom: 10px;
				font-weight: 500;
			}

			a {
				text-decoration: none;
				color: var(--colorOne);
				margin-top: 10px;
				display: inline-block;
				font-weight: 500;
				position: relative;

				&:hover::after {
					right: -22px;
					opacity: 1;
				}

				&::after {
					position: absolute;
					content: "\f101";
					top: 3px;
					right: -10px;
					opacity: 0;
					font-size: 14px;
					font-family: FontAwesome;
					transition: all 0.3s linear;
					-webkit-transition: all 0.3s linear;
					-moz-transition: all 0.3s linear;
					-ms-transition: all 0.3s linear;
					-o-transition: all 0.3s linear;
				}
			}
		}
	}
}

.product-Categories {

	.blog-card {
		box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
		padding: 10px;
		height: 100%;

		/* &:hover img {
            scale: 1.1;
        } */

		.blog-card-img {
			position: relative;

			.hovertext {
				content: "";
				position: absolute;
				width: 100%;
				height: 100%;
				background: #6bc610aa !important;
				top: 0px;
				left: 0px;
				display: flex;
				align-items: center;
				flex-direction: column;
				justify-content: center;
				gap: 20px;
				scale: 0;
				transition: all .5s linear;

				h3 {
					color: white;
					font-size: 18px;
				}

				p {
					text-align: center;
					color: white !important;
					font-size: 14px;
					padding: 0px 2px;
				}
			}



			img {
				width: 100%;
				transition: all 0.3s linear;
				
			}

		}

		&:hover .blog-card-img .hovertext {
			scale: 1;
		}

	}
}

/***** Testimoinal Section *****/

.testiSection {
	position: relative;
	background-color: #fefefd !important;

	.testi-content {
		margin-bottom: 30px;
	}


	.swiper-pagination-bullet-active {
		background-color: var(--primary);
		width: 20px;
		border-radius: 3px !important;
		-webkit-border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		-ms-border-radius: 3px !important;
		-o-border-radius: 3px !important;
	}

	.swiper-button-next {
		top: 30px;
		width: 50px;
		height: 50px;
		background: var(--primary);
	}

	.swiper-button-prev {
		top: 30px;
		width: 50px;
		height: 50px;
		background: var(--primary);
	}


	.swiper-button-prev {
		left: 0px;
		right: 0px;
		top: 50%;
		width: 38px;
		height: 38px;
		border-radius: 50%;

		&:hover:after {
			transform: translateX(-5px);
			-webkit-transform: translateX(-5px);
			-moz-transform: translateX(-5px);
			-ms-transform: translateX(-5px);
			-o-transform: translateX(-5px);
		}
	}

	.swiper-button-next {
		right: 0px;
		left: auto;
		top: 50%;
		width: 38px;
		height: 38px;
		border-radius: 50%;

		&:hover:after {
			transform: translateX(5px);
			-webkit-transform: translateX(5px);
			-moz-transform: translateX(5px);
			-ms-transform: translateX(5px);
			-o-transform: translateX(5px);
		}
	}

	.swiper-button-prev:after {
		content: "\f177";
		font-family: FontAwesome;
		font-size: 20px;
		color: white;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}

	.swiper-button-next:after {
		content: "\f178";
		font-family: FontAwesome;
		font-size: 20px;
		color: white;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}



	.testimoinalCard {
		border: 1.5px solid var(--primary);
		padding: 20px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;

		.testiCard {
			display: flex;
			align-items: center;
			gap: 15px;
			margin-bottom: 15px;

			img {
				width: 50px;
				height: 50px;
				object-fit: cover;
				border-radius: 200px;
				-webkit-border-radius: 200px;
				-moz-border-radius: 200px;
				-ms-border-radius: 200px;
				-o-border-radius: 200px;
				box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
			}

			h3 {
				font-size: 20px;
			}
		}
	}

	.swiper-wrapper {
		padding-bottom: 20px;
	}

	p {
		font-weight: 500 !important;
		font-size: 16px !important;
	}
}




.blog-card-img {
	.product-img12 {
		position: relative;
		overflow: hidden;
		img {
			transition: all 0.4s linear;
		}
		&:hover img {
		transform: scale(1.1);
		}
	}
}


.common-headings {
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 10px;

	h3 {
		color: var(--primary);
		font-size: 25px;
		font-weight: 600;
		text-align: center;
		display: inline-block;
		position: relative;
		text-transform: uppercase !important;

		&::before {
			position: absolute;
			content: "";
			width: 40%;
			height: 3px;
			background: var(--primary);
			top: 50%;
			transform: translateY(-50%);
			left: -45%;
		}

		&::after {
			position: absolute;
			content: "";
			width: 40%;
			height: 3px;
			background: var(--primary);
			top: 50%;
			transform: translateY(-50%);
			right: -45%;
		}
	}
}

.common-headings1 {
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 5px;

	h3 {
		color: white;
		font-size: 25px;
		font-weight: 600;
		text-align: center;
		display: inline-block;
		position: relative;
		text-transform: uppercase !important;

		&::before {
			position: absolute;
			content: "";
			width: 40%;
			height: 3px;
			background: white;
			top: 50%;
			transform: translateY(-50%);
			left: -45%;
		}

		&::after {
			position: absolute;
			content: "";
			width: 40%;
			height: 3px;
			background: white;
			top: 50%;
			transform: translateY(-50%);
			right: -45%;
		}
	}
}




/* ================================ Why choose us section ========================== */

.whychoose-ussection {
	background-position: center bottom 0px;
	/* background-image: url(../images/why-choose-us.png), radial-gradient(circle at top right, var(--primary) 0%, var(--primary) 100%) !important; */
	background-size: cover;
background: var(--primary);
	padding-top: 10px;

	.content-points {
		/* border: 2px solid var(--secondary); */
		border-radius: 10px;
		margin-top: 10px;
		/* box-shadow: 0px 10px 60px 0px rgba(10, 45, 97, 0.1); */
		box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
		background: white;

		div {
			display: flex;
			justify-content: flex-start;
			padding: 10px 30px;
			align-items: center;
			gap: 20px;
			/* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; */
			/* border: 1px solid red; */


			h5 {
				color: rgb(31, 40, 57);
				transition: all .3s linear;
				font-size: 16px;
			}
		}

		p {
			border: 2px solid var(--primary);
			border-radius: 100%;
			width: 25px;
			height: 25px;
			display: flex;
			align-items: center;
			justify-content: center;
			transition: all .3s linear;
			padding: 10px;

			i {
				font-size: 18px;
				color: var(--primary);
				text-align: center;
				transition: all .3s linear;
			}
		}

		&:hover p {
			border: 2px solid rgb(31, 40, 57);
		}

		&:hover i {
			color: rgb(31, 40, 57);
		}

		&:hover div h5 {
			color: var(--primary);
		}
	}

	.contact-in {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 15px;
		margin-bottom: 10px;

		p {

			width: 30px;
			height: 30px;
			border-radius: 50%;
			background: white;
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: justify;
			padding: 10px;

			i {
				color: var(--primary);
				font-size: 16px;
			}

		}

		a {
			color: white;
			font-size: 16px;
		}
	}

}

/* about us */

.about-usee {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}


.reach-developemnt {
	background: white;

	.imgse47 {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	img {
		width: 70%;
	}

	p {
		text-align: justify;
	}
}


.quality-iocnse {

	margin-top: 10px;

	li {
		display: flex;
		align-items: start;
		justify-content: flex-start;
		gap: 10px;

		img {
			width: 21px;
			height: 21px;
		}

		p {
			line-height: 20px;
			margin-bottom: 5px;
			color: rgb(70, 70, 70);

		}
	}
}



/* ============================ certificated ================================= */

/***** Gallery Section *****/

.project-block-one {
	position: relative;
	overflow: hidden;


	&::before {
		position: absolute;
		content: "Click to View";
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		background: rgba(255, 255, 255, 0.414);
		color: var(--primary);
		font-weight: 600;
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		scale: 0;
		transition: all .3s linear;
	}

	&:hover::before {
		scale: 1;
	}
}

.image-box {
	border: 10px solid #f3b64d;
	padding: 0px;
	overflow: hidden;
	border-radius: 2px;
}

.image-box img {
	width: 100%;
	/* aspect-ratio: 16/12; */
	object-fit: cover;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.view-btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure {
	margin: 0;
}


.certifiactes-section {
	background-color: white;
}

/***** End Gallery Section *****/




.homebaner .swiper-button-next {
	top: var(--swiper-navigation-top-offset, 95%) !important;

}

.homebaner .swiper-button-prev {
	top: var(--swiper-navigation-top-offset, 95%) !important;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));


}

.homebaner .swiper-button-prev {
	left: inherit !important;
	right: 70px !important;
	width: 41px !important;
	height: 41px !important;


}

.homebaner .swiper-button-next {
	right: 20px !important;
	left: auto;
	width: 41px !important;
	height: 41px !important;

}

.homebaner .swiper-button-prev:after {
	content: "\f104" !important;
	font-family: FontAwesome !important;
	font-size: 24px !important;
	color: rgba(0, 0, 0, 0.5) !important;
}

.homebaner .swiper-button-next:after {
	content: "\f105" !important;
	font-family: FontAwesome !important;
	font-size: 24px !important;
	color: rgba(0, 0, 0, 0.5) !important;
}

.productfeature .swiper-wrapper {
	padding-bottom: 40px;
}

.mobile-onnn {
	display: none;
}

/* product feature ================================> */

.Product_feature_section {
	position: relative;

	&::before {
		position: absolute;
		content: "";
		background: #e5e5e4 url('../images/product-feature-img/gray-bg.webp') right bottom no-repeat;
		width: 50%;
		height: 100%;
		top: 0px;
		left: 0px;
		z-index: -1;

	}

	.productFeature-box {
		display: flex;
		/* align-items: center; */
		justify-content: space-between;
		gap: 20px;
		height: 100%;
		padding-top: 20px;

		.pf-img {
			width: 60%;

			img {
				width: 100%;
			}
		}
	}

	.pf-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		/* border: 1px solid red; */
		padding: 5px;

		h4 {
			font-size: 30px;
			color: var(--primary);

		}

		span {
			font-size: 14px;
		}

		p {
			font-weight: 400 !important;
			padding-top: 5px;
			font-size: 15px;
			line-height: 20px !important;
			color: #696969;
		}

		a {
			border: 2px solid var(--primary);
			padding: 0px 15px;
			color: #272727;
		}
	}

	.pf-ebtn {
		text-align: end;
		width: 70%;
		margin-top: -30px;

	}

	.yt-video {
		width: 100%;
		height: 100%;

		.youtuberee {
			width: 100%;
			height: 100%;
		}
	}
}

/* suscribe ================================= */

.suscribe-section {


	.store-newsletter {
		position: relative;
		padding: 70px 60px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 30px;
		background:#2f2e7a63;

		h4 {
			color: white;
			padding-bottom: 15px;
		}

		p {
			color: white;
			line-height: 20px;
		}

		span {
			color: white;
		}
	}

	.store-newsletter::after {
		background: url(https://magik-1b063.kxcdn.com/images/store-bg.jpg) top right no-repeat #455a66;
		content: "";
		background-size: cover;
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
		z-index: -1;
	}
}

.suscribe-section {

	.col-lg-6 {
		padding: 0px;
	}

	.store-newsletter1 {
		position: relative;
		padding: 66px 60px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 30px;

		h4 {
			color: white;
			padding-bottom: 15px;
		}

		p {
			color: white;
			line-height: 20px;
		}

		span {
			color: white;
		}
	}

	input {
		border: 1px solid white;
		width: 70%;
		padding: 5px 20px;
		border-radius: 3px;

		&::placeholder {
			color: white;
			/* Change this to your desired color */
			opacity: 1;
			/* Ensures the color is applied consistently across browsers */
		}

		&:-ms-input-placeholder {
			/* Internet Explorer 10-11 */
			color: white;
		}

		&::-ms-input-placeholder {
			/* Microsoft Edge */
			color: white;
		}

	}

	.store-newsletter1::before {
		background: top left no-repeat var(--primary);
		content: "";
		position: absolute;
		width: 100%;
		right: 0;
		top: 0;
		height: 100%;
		z-index: -1;
	}
}

.paddingset {
	padding: 0px !important;
	overflow: hidden;
}



/* blogs ========================================> */


.blogs-section {


	.blogs-box {
		height: 100%;
		padding: 20px 2px;
		padding-top: 2px !important;

		img {
			width: 100%;
			aspect-ratio: 16/8;
			object-fit: cover;
		}

		p {
			color: black;
		}

		div {
			color: black;
		}
	}

	.blogs-content {
		padding: 20px 10px;
		background: white;

		h4 {
			color: var(--primary);
			padding-bottom: 10px;
		}

		p {
			font-size: 14px;
			line-height: 20px;
		}
	}


	.pf-ebtn {
		margin-top: 20px;
	}
}


.blogssection .swiper-button-next {
	top: var(--swiper-navigation-top-offset, 10%) !important;

}

.blogssection .swiper-button-prev {
	top: var(--swiper-navigation-top-offset, 10%) !important;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.blogssection .swiper-button-prev {
	left: inherit !important;
	right: 70px !important;
	width: 41px !important;
	height: 41px !important;


}

.blogssection .swiper-button-next {
	right: 20px !important;
	left: auto;
	width: 41px !important;
	height: 41px !important;

}

.blogssection .swiper-button-prev:after {
	content: "\f104" !important;
	font-family: FontAwesome !important;
	font-size: 24px !important;
	color: rgba(0, 0, 0, 0.5) !important;
}

.blogssection .swiper-button-next:after {
	content: "\f105" !important;
	font-family: FontAwesome !important;
	font-size: 24px !important;
	color: rgba(0, 0, 0, 0.5) !important;
}

.blogssection {
	padding: 20px;
}


/***** Blog Details Section *****/

.blogDetails-section {

	.blogDeatils-left {

		h2 {
			font-size: 28px;
			margin-bottom: 5px;
		}

		p {
			font-size: 16px;
			font-weight: 400;
			text-align: justify;
		}

		h3 {
			margin-top: 15px;
			font-size: 24px;
			margin-bottom: 5px;
		}

		h4 {
			margin-top: 15px;
			font-size: 22px;
			margin-bottom: 5px;
		}

		ul {
			margin-top: 10px;
			padding-left: 16px;
			display: flex;
			flex-direction: column;
			gap: 8px;

			li {
				position: relative;
				list-style: none;
				padding-left: 5px;

				&::before {
					position: absolute;
					content: "\f101";
					font-family: FontAwesome;
					left: -16px;
					font-weight: bolder;
				}

				b {
					font-weight: 600;
				}
			}
		}
	}

	.blogDr {

		position: sticky;
		top: 90px;
		height: 100%;

		.blogDetails-right {

			img {
				width: 100%;
				border: 2px solid var(--colorOne);
				padding: 5px;
				border-radius: 5px;
			}
		}
	}
}

@media (max-width:768px) {

	.blogDetails-section {

		.blogDeatils-left {

			h2 {
				font-size: 22px;
				margin-bottom: 5px;
			}

			p {
				font-size: 15px;
				font-weight: 400;
			}

			h3 {
				margin-top: 10px;
				font-size: 20px;
				margin-bottom: 5px;
			}

			h4 {
				margin-top: 10px;
				font-size: 18px;
				margin-bottom: 5px;
			}
		}

		.blogDr {

			position: static;
			top: 0px;
			height: 100%;

			.blogDetails-right {

				img {
					width: 100%;
				}
			}
		}
	}
}


/* ================================ background ================================ */

.bgset18 {
	background: url('../images/bgfixed.jpg');
	background-size: contain;
	background-position: center center;
	padding: 100px 0px;
	display: flex;
	justify-content: center;
	background-attachment: fixed;

	.bg-shadow {
		background: var(--transparent12);
		padding: 30px 20px;
		width: 60%;

		h5,
		h3 {
			color: white;
			text-align: center;
		}

		p {
			color: white;
			text-align: center;
			line-height: 25px;
			padding-top: 15px;
		}
	}
}

.imset4 {
	/* aspect-ratio: 19/10; */
	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
}
.imset5 {
	/* aspect-ratio: 19/10; */
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.textset {
	text-align: justify;
}



/* product page =========================================? */
.tab {
	/* float: left; */
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	width: 100%;
	height: 100%;
}

.tab button {
	/* display: block; */
	background-color: var(--primary);
	color: var(--white);
	padding: 10px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}

.prodcut-texte {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	color: var(--primary);
}

.tab button:hover {
	background-color: var(--secondry);
	color: white;
}

.tab button.active {
	background-color: var(--secondry);
	color: white;
}

.tabcontent {
	width: 100%;
	border-left: none;
	height: 100%;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 6px 24px 0px, rgba(0, 0, 0, 0.09) 0px 0px 0px 1px;
}
.tabcontent_box{
padding-left: 25px;
padding-right: 25px !important;
}


.stickyse {
	position: sticky;
	top: 100px;
}
.getproductenquiry{
	margin-top: 20px;
	margin-right: 0px;
}

.product-img {
	/* background-color: #f7f6f6; */
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding: 10px;

	img {
		mix-blend-mode: multiply;
		width: 100%;
	}
}

.productconter-ul {
	padding: 8px 0px;

	li {
		padding-bottom: 5px;
		list-style-type: disc;
		margin-left: 20px;
	}
}

.tablespection {
	width: 100% !important;

	table {
		width: 100% !important;
		border: 1px solid white;

		th {
			padding: 2px 10px !important;
			font-size: 15px;
			color: rgba(0, 0, 0, 0.727);
			text-transform: uppercase !important;

		}

		td {
			padding: 2px 10px !important;
			font-size: 15px;
			text-transform: uppercase !important;

		}

		th,
		td,
		tr {
			border: 1px solid rgb(126, 126, 126);
		}



	}
}



/*  */


/***** Hero Slider Section *****/

.heroSwiper {

	.heroBanner {

		img {
			width: 100%;
		}
	}

	.swiper-pagination-bullet-active {
		background-color: var(--primary);
		width: 20px;
		border-radius: 3px !important;
		-webkit-border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		-ms-border-radius: 3px !important;
		-o-border-radius: 3px !important;
	}

	.swiper-button-next {
		position: absolute;
		width: 41px;
		height: 41px;
		border-radius: 50%;
		z-index: 10;
		background: var(--primary);

	}

	.swiper-button-prev {
		position: absolute;
		width: 41px;
		z-index: 10;
		background: var(--primary);
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}

	.swiper-button-prev {
		width: 41px;
		height: 41px;
		border-radius: 50%;
		opacity: 0;
		transition: all .4s linear;


		&:hover:after {
			transform: translateX(-5px);
			-webkit-transform: translateX(-5px);
			-moz-transform: translateX(-5px);
			-ms-transform: translateX(-5px);
			-o-transform: translateX(-5px);
		}
	}

	.swiper-button-next {
		right: 10px;
		left: auto;
		width: 41px;
		height: 41px;
		border-radius: 50%;
		opacity: 0;
		transition: all .4s linear;

		&:hover:after {
			transform: translateX(5px);
			-webkit-transform: translateX(5px);
			-moz-transform: translateX(5px);
			-ms-transform: translateX(5px);
			-o-transform: translateX(5px);
		}
	}

	&:hover .swiper-button-prev {
		opacity: 1;
	}

	&:hover .swiper-button-next {
		opacity: 1;
	}

	.swiper-button-prev::after {
		content: "\f177";
		font-family: FontAwesome;
		font-size: 20px;
		color: rgb(255, 255, 255);
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}

	.swiper-button-next::after {
		content: "\f30b";
		font-family: FontAwesome;
		font-size: 20px;
		color: white;
		z-index: 99;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}
}

@media (max-width:768px) {

	.heroNav {
		display: none;
	}
}

.dropdown-image-container img {
	width: 100%;
	height: auto;
	transition: opacity 0.3s ease-in-out;
}




/*<================================== industries we cater ==========================> */

.galleryImg {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	flex: 1;
}

.galleryImg .card {
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	flex: 1;
	height: 400px;
	margin: 0 5px;
	border-radius: 10px;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: 0.4s all linear;
	position: relative;
}

.galleryImg .card .hovertext {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.509);
	transform: translateY(-50%);
	padding: 2px 10px;
	border-radius: 5px;
}

.galleryImg .card .hovertext h4 {
	color: white;
	text-align: center;
	font-size: 16px;
}

.galleryImg .card .hovertext p {
	color: white;
	text-align: center;
	scale: 0;
	display: none;
	transition: all 0.9s linear;
}

.galleryImg .card:hover .hovertext p {
	display: block;
	scale: 1;
}

.galleryImg .card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.galleryImg .card:hover {
	flex: 6;
	background-color: transparent;
}

/* Responsive design for mobile devices */
@media (max-width: 661px) {
	.galleryImg {
		flex-direction: row;
	}

	.galleryImg .card {
		flex: 0 0 calc(50% - 10px);
		/* Show 2 cards per row */
		margin: 5px;
		height: 80%;
	}

	.galleryImg .card .hovertext p {
		color: white;
		text-align: center;
		scale: 0;
		display: none !important;
		transition: all 0.9s linear;
	}

	.galleryImg .card .hovertext h4 {
		color: white;
		text-align: center;
		font-size: 14px;

	}

	.galleryImg .card .hovertext {
		position: absolute;
		top: 50%;
		background-color: rgba(0, 0, 0, 0.509);
		transform: translateY(-50%);
		padding: 0px 10px;
		border-radius: 3px;
	}
}


/* ================================= clients section ============================== */


.clientBg {

	padding-bottom: 10px;
	background-image: url('https://www.amtechvalves.com/img/slider3.jpg');
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 1;

	&::after {
		position: absolute;
		content: "";
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: var(--transparent12) !important;
		z-index: -1;
	}

	.clientContent {
		margin-bottom: 20px;
	}

	.clientCard {
		position: relative;
		transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-ms-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;

		&:hover {
			transform: translateY(-5px);
			-webkit-transform: translateY(-5px);
			-moz-transform: translateY(-5px);
			-ms-transform: translateY(-5px);
			-o-transform: translateY(-5px);
		}

		&::before {
			position: absolute;
			content: "";
			width: 20px;
			height: 20px;
			background-color: white;
			left: -10px;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			border-radius: 50px;
			-webkit-border-radius: 50px;
			-moz-border-radius: 50px;
			-ms-border-radius: 50px;
			-o-border-radius: 50px;
		}

		&::after {
			position: absolute;
			content: "";
			width: 20px;
			height: 20px;
			background-color: white;
			right: -10px;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			border-radius: 50px;
			-webkit-border-radius: 50px;
			-moz-border-radius: 50px;
			-ms-border-radius: 50px;
			-o-border-radius: 50px;
		}

		img {
			width: 100%;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-ms-border-radius: 5px;
			-o-border-radius: 5px;
		}
	}
}


/* ========================== FAQ ========================== */


.accordion {
	background-color: white;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
	transition: all .3s linear;



}

.faq-section {

	.active,
	.accordion:hover {
		background-color: var(--primary);
		color: white;
	}
}




.accordion:after {
	content: '\002B';
	color: var(--primary);
	font-weight: bold;
	float: right;
	margin-left: 5px;
	transition: all .3s linear;

}

.accordion:hover:after {
	color: white !important;
}




.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;

	p {
		font-size: 16px;
		padding: 10px 0px;
	}
}

.faq-section {

	background: #f4f3f3;

	.faq-box {
		margin-bottom: 1px;
		padding: 5px;
	}
}




/* ======================================= product page =========================================== */

.product-page-section {
	background: white;

	.product-img45 {
		position: relative;
		border: 1px solid rgb(186, 186, 186);
		border-radius: 3px;
		overflow: hidden;
		padding: 5px 20px;
		transition: all 0.3s linear;
		background: white;
		z-index: 1;

		&::after {
			position: absolute;
			content: "";
			width: 0%;
			height: 0%;
			/* border: 2px solid var(--primary); */
			top: 0px;
			left: 0px;
			z-index: -1;
			transition: all .4s linear;
		}

		&:hover::after {
			width: 100%;
			height: 100%;
			border: 2px solid var(--primary);
		}

		img {
			border-radius: 3px;
			transition: transform 0.3s linear;
			/* Smooth transition for image movement */
		}

		.hovertext {
			position: absolute;
			top: 50%;
			left: 7%;
			transform: translateY(-50%);

			h5 {
				font-size: 20px;
				color: rgba(0, 0, 0, 0.824);
			}
		}

		&:hover {
			img {
				transform: translateX(15px);
				/* Move image 20px to the right on hover */
			}
		}
	}
}



/* ======================================== home banner ========================================= */
/***** Hero Slider Section *****/

.heroSwiper {

	.heroBanner {

		img {
			width: 100%;
		}
	}

	.swiper-pagination-bullet-active {
		background: white;
		width: 20px;
		border-radius: 3px !important;
		-webkit-border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		-ms-border-radius: 3px !important;
		-o-border-radius: 3px !important;
	}

	.swiper-button-next {
		position: absolute;
		width: 41px;
		height: 41px;
		border-radius: 50%;
		z-index: 10;
		background: white;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}

	.swiper-button-prev {
		position: absolute;
		width: 41px;
		z-index: 10;
		background: white;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}

	.swiper-button-prev {
		width: 41px;
		height: 41px;
		border-radius: 50%;
		opacity: 0;
		transition: all .4s linear;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;


		&:hover:after {
			transform: translateX(-5px);
			-webkit-transform: translateX(-5px);
			-moz-transform: translateX(-5px);
			-ms-transform: translateX(-5px);
			-o-transform: translateX(-5px);
		}
	}

	.swiper-button-next {
		right: 10px;
		left: auto;
		width: 41px;
		height: 41px;
		border-radius: 50%;
		opacity: 0;
		transition: all .4s linear;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

		&:hover:after {
			transform: translateX(5px);
			-webkit-transform: translateX(5px);
			-moz-transform: translateX(5px);
			-ms-transform: translateX(5px);
			-o-transform: translateX(5px);
		}
	}

	&:hover .swiper-button-prev {
		opacity: 1;
	}

	&:hover .swiper-button-next {
		opacity: 1;
	}

	.swiper-button-prev::after {
		content: "\f177";
		font-family: FontAwesome;
		font-size: 20px;
		color: var(--primary);
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}

	.swiper-button-next::after {
		content: "\f30b";
		font-family: FontAwesome;
		font-size: 20px;
		color: var(--primary);
		z-index: 99;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}
}




/*======================= career ======================================== */
.careerSection {
	padding-bottom: 20px;
	background: white;

	.careerLeft {
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		padding: 20px;

		input {
			width: 100%;
			padding: 8px 12px;
			border: 1px solid rgba(148, 148, 148, 0.631);
			font-weight: 500;
			border-radius: 4px;
		}

		textarea {
			width: 100%;
			padding: 8px 12px;
			border: 1px solid rgba(148, 148, 148, 0.631);
			font-weight: 500;
			min-height: 95px;
			border-radius: 5px;
		}

		button {

			max-width: 150px;
			font-weight: 500;
			padding: 6px 15px;
			margin-left: 12px;
			border-radius: 5px;

		}
	}

	.careerRight {

		img {
			width: 100%;
		}
	}
}


/* gallery page ============================= */
/***** Gallery Section *****/
.gallery-section {

	.project-block-one {
		position: relative;
		overflow: hidden;

	}

	.image-box {
		border: 2px solid var(--primary);
		padding: 3px;
		overflow: hidden;
		border-radius: 2px;
	}

	.image-box img {
		width: 100%;
		/* aspect-ratio: 17/10; */
		object-fit: cover;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}

	.image-box video {
		width: 100%;
		aspect-ratio: 17/10;
		object-fit: cover;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}

	.view-btn a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	figure {
		margin: 0;
	}
}


.footerForm {
	position: relative;
	width: 70%;

	input {
		line-height: 26px;
		width: 100%;
		border-radius: 20px;
		color: white;
	}

	button {
		position: absolute;
		top: 5px;
		right: 8px;
		line-height: 28px;
		width: 45px;
		border-radius: 15px;
		background: white;
		color: var(--primary);

		i {
			color: var(--primary);
		}

	}
}



/*===================== contact us ============================================== */


.myBtn1 {
	color: white;
	background: var(--primary) !important;
	padding: 5px 15px;
	border-radius: 3px;
}

.contact-section {
	padding: 25px 0 0 0;

	.myBtn {
		color: var(--primary);
		background: white;
		padding: 5px 15px;
		border-radius: 3px;
	}

	.contactLeft {



		.contact-in {
			display: flex;
			align-items: center;
			gap: 15px;
			margin-top: 15px;

			i {
				width: 40px;
				line-height: 40px;
				background-color: var(--primary);
				text-align: center;
				color: white;
			}

			a {
				color: black;
			}
		}
	}

	.contactRight {
		background: white;

		form {
			background-color: var(--primary);
			box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
			padding: 30px;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-ms-border-radius: 5px;
			-o-border-radius: 5px;

			input,
			textarea {
				width: 100%;
				padding: 8px 12px;
				border: none;
				outline: none;
				box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				-ms-border-radius: 5px;
				-o-border-radius: 5px;
				background: white;
			}
		}
	}

	.contactMap {
		margin-top: 50px;

		iframe {
			border: 2px solid red;
			width: 100%;
			margin-bottom: -7px;
		}
	}
}


@media (max-width:768px) {

	.contact-section {
		.contactRight {
			form {
				padding: 25px 20px;
			}
		}
	}
}



/*  <========================================= Enqiry form ==========================================> */

.openModalb {
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	position: fixed;
	right: -47px;
	bottom: 150px;
	rotate: 90deg;
	z-index: 99;
	background-color: var(--primary);
	color: white;
	border: none;
	outline: none;
	border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-ms-border-radius: 0 0 15px 15px;
	-o-border-radius: 0 0 15px 15px;
}

.side-modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.4s ease-in-out, display 0.4s ease-in-out;
	-webkit-transition: left 0.4s ease-in-out, display 0.4s ease-in-out;
	-moz-transition: left 0.4s ease-in-out, display 0.4s ease-in-out;
	-ms-transition: left 0.4s ease-in-out, display 0.4s ease-in-out;
	-o-transition: left 0.4s ease-in-out, display 0.4s ease-in-out;
	z-index: 999;
	background-color: #00000096;
}

.side-modal-content {
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 400px;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);

	h3 {
		background-color: var(--primary);
		color: white;
		font-size: 22px;
		padding: 12px 20px;
	}

	form {
		display: flex;
		flex-direction: column;
		gap: 15px;
		padding: 20px;

		input,
		textarea {
			padding: 6px 8px;
			border: none;
			outline: none;
			border: 1px solid var(--primary);
			border-radius: 5px;
		}

		.selecCategory {
			padding: 6px 8px;
			border: none;
			outline: none;
			border: 1px solid var(--primary);
			border-radius: 5px;
		}

		button {
			background-color: var(--primary);
			color: white;
			max-width: 120px;
			padding: 6px 12px;
			border: none;
			outline: none;
		}
	}
}



.close {
	color: var(--primary);
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: -36px;
	cursor: pointer;
	background-color: white;
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	line-height: 1;
	/* rotate: 45deg; */
}

.side-modal.show {
	display: block;
	left: 0;
}

@media (max-width:768px) {
	.side-modal-content {
		background-color: white;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
		position: absolute;
		min-width: 300px !important;
		width: 50%;
		margin: auto;
		transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}


	.close {
		left: calc(100% - 36px);
	}
}


.enwuirybtn {

	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;

	button {
		color: var(--chalk);
		background: var(--primary);
		width: 160px;
		padding: 3px 5px;
		border-radius: 5px;
		border: 2px solid var(--primary);
		transition: all .3s linear;

		&:hover {
			background: white;
			border: 2px solid var(--primary);
			color: var(--primary);
		}
	}

}




/* cutomer logo */


.customer-img2 img {
	width: 100%;
}

.customer-img2 {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	background: white;
	padding: 5px;
	border-radius: 3px;
}

.customer_section {
	background: transparent;
}

.customer_section .swiper {
	background: transparent !important;
	padding: 15px 0px;
}



.textset4 {
	text-align: justify !important;
}

@media (max-width:991px) {
	.hiddenseee {
		display: none !important;
	}
}




.certificatese {
	overflow: hidden !important;
	width: 50%;
	background-color: transparent !important;

	div {

		img {
			width: 100%;
		}

	}


	.swiper-slide {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 18px;
		font-size: 22px;
		font-weight: bold;
		color: #fff;
		background-color: transparent !important;

	}
}

.certificatedlist {
	margin-top: 15px;

	li {
		margin-bottom: 5px;

		i {
			color: var(--primary);
		}
	}
}



.apporchSection {
	padding: 30px 50px;

	.apporchText {
		margin-bottom: 30px;

		h2 {
			text-align: center;
			font-size: 24px;
		}
	}

	.apporchCard {
		text-align: center;

		.text {
			font-weight: 500;
			margin-top: 20px;
		}

		.apporchCardIn {
			margin: auto;
			border: 2px dashed rgba(0, 0, 0, 0.667);
			width: 200px;
			line-height: 120px;
			text-align: center;
			border-radius: 500px;
			-webkit-border-radius: 500px;
			-moz-border-radius: 500px;
			-ms-border-radius: 500px;
			-o-border-radius: 500px;
			position: relative;
			z-index: 1;

			p {
				font-size: 20px;
				font-weight: 600;
			}

			&::before {
				position: absolute;
				box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
				content: "";
				width: 85%;
				height: 85%;
				background-color: rgb(255, 255, 255);
				z-index: -1;
				left: 50%;
				top: 50%;
				transform: translate(-50%, -50%);
				-webkit-transform: translate(-50%, -50%);
				-moz-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				-o-transform: translate(-50%, -50%);
				border-radius: 500px;
				-webkit-border-radius: 500px;
				-moz-border-radius: 500px;
				-ms-border-radius: 500px;
				-o-border-radius: 500px;
			}

			&::after {
				position: absolute;
				content: "";
				width: 70%;
				height: 70%;
				border: 3px solid var(--primary);
				border-right: 3px solid white;
				top: 0;
				left: 0;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				-webkit-transform: translate(-50%, -50%);
				-moz-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				-o-transform: translate(-50%, -50%);
				border-radius: 500px;
				-webkit-border-radius: 500px;
				-moz-border-radius: 500px;
				-ms-border-radius: 500px;
				-o-border-radius: 500px;
			}
		}

		.twoCard {

			&::after {
				border: 3px solid var(--primary);
				border-right: 3px solid white;
			}
		}

		.threeCard {

			&::after {
				border: 3px solid var(--primary);
				border-right: 3px solid white;
			}
		}

		.fourCard {

			&::after {
				border: 3px solid var(--primary);
				border-right: 3px solid white;
			}
		}

		.fiveCard {

			&::after {
				border: 3px solid var(--primary);
				border-right: 3px solid white;
			}
		}
	}
}

@media (max-width:992px) {

	.apporchSection {
		padding: 12px 12px;

		.apporchText {
			margin-bottom: 20px;
		}

		.apporchCard {
			text-align: center;

			.text {
				font-weight: 500;
				margin-top: 10px;
			}

			.apporchCardIn {
				width: 160px;
				line-height: 100px;

				p {
					font-size: 16px;
					font-weight: 600;
				}
			}
		}
	}
}



.usp1 {
	padding: 0px 0px;
	/* background: #f0f5ee; */
	margin-top: 15px;
	position: relative;
}

.usp-box {
	display: flex;
	align-items: center;
	gap: 20px;
	border-radius: 150px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	color: var(--white);


	&:hover::after {
		width: 100%;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		background: var(--primary);
	}

	&::after {
		transition: all 0.5s linear;
		position: absolute;
		content: "";
		width: 0%;
		height: 100%;
		background-color: white;
		z-index: -1;
		top: 0;
		left: 0;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	}

	.boxeeeee {
		width: 70px;
		padding: 10px;
		line-height: 50px;
		background-color: rgb(255, 255, 255);
		text-align: center;
		border-radius: 100px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		transform: all .1 linear;
		font-size: 20px;
		color: var(--primary);
	}

	&:hover .boxeeeee {
		box-shadow: none;
		background: var(--primary);
		color: var(--white);
	}
	&:hover p{
		color: var(--white);
	}
}

@media (max-width:991px) {
	.usp-box {
		display: flex;
		align-items: center;
		gap: 5px;
		border-radius: 150px;
		position: relative;
		overflow: hidden;
		z-index: 1;
padding: 5px;

		.boxeeeee {
			width: 40px;
			padding: 5px;
			line-height: 30px;
			font-size: 10px;
			
		}

		p {
			font-size: 13px;
		}
	}
}

.common-btnee {
	background: var(--secondry);
	color: white !important;
	padding: 2px 10px;
	border-radius: 5px;
	margin-top: 5px;
}

.whycareer {
	text-align: center;
}

.career-box {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 10px;

	.imgset88 {
		border-radius: 50%;
		width: 65px;
		height: px;
		border: 2px solid var(--primary);
		padding: 7px;

		img {
			width: 100%;
		}
	}

	h5 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
}

.borderse88{
	/* border: 1px solid rgb(216, 216, 216); */
	border-radius: 5px;
	padding: 10px;
	background: var(--secondry);

}


.aboutslider_section{

	width: 100%;
padding-right: 30px;
	.swiper-slide{
		img{
			width: 100%;
			/* aspect-ratio: 16/10; */
		}
	}
}

@media (max-width:799px) {
	.aboutslider_section{
		width: 100%;
	padding-right: 0px;
	}
}
.aboutslider_section{
	border: 4px solid var(--primary);
	padding: 5px;
}

.explorebtn{
	transition: all .3s linear;
	background-color: var(--secondry);
	color: var(--white) !important;
	border: 1px solid var(--secondry) !important;
	border-radius: 3px;
	font-weight: 600 !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.explorebtn:hover{
	background-color: var(--white);
	color: var(--primary) !important;
	border: 1px solid var(--primary) !important;
	border-radius: 3px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.gallery12{

	padding: 10px;
.buttons12 {
	margin-bottom: 20px;
}

.buttons12 button {
	padding: 5px 20px;
	margin: 5px;
	border-radius: 2px;
	cursor: pointer;
	background-color: #e7e7e7;
	color: var(--primary);
	font-weight: 400;
	font-size: 16px;
	border: none;
	transition: background-color 0.3s ease;
	box-shadow: rgba(0, 0, 0, 0.1);
}

.buttons12 button:hover {
	background-color: var(--primary) !important; /* Highlighted color */
	color: white;
}

/* Add active15 class styles for the clicked button */
.buttons12 button.active15 {
	background-color: var(--primary) !important; /* Highlighted color */
	color: white;
}

.filterdata img{
	width: 100%;
}

.withdset{
	width: 100% !important;
}
}


.manufacturing_box{
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	padding: 15px;
	margin-top: 10px;

	h4{
		color: var(--primary);
	}
}
.gallery12-images{

	.image-box{
		border: 5px solid var(--primary) !important;
	}
}


.gallery12 {

	padding: 10px;

	.buttons12 {
		margin-bottom: 20px;
	}

	.buttons12 button {
		padding: 5px 20px;
		margin: 5px;
		border-radius: 2px;
		cursor: pointer;
		background-color: #e7e7e7;
		color: var(--primary);
		font-weight: 400;
		font-size: 16px;
		border: none;
		transition: background-color 0.3s ease;
		box-shadow: rgba(0, 0, 0, 0.1);
	}

	.buttons12 button:hover {
		background-color: var(--primary) !important;
		/* Highlighted color */
		color: white;
	}

	/* Add active15 class styles for the clicked button */
	.buttons12 button.active15 {
		background-color: var(--primary) !important;
		/* Highlighted color */
		color: white;
	}

	.filterdata img {
		width: 100%;
	}

	.withdset {
		width: 100% !important;
	}
}

.searchbtn4 {
	position: relative;

	.searchproduct {
		position: absolute;
		top: 105%;
		width: 80%;
		padding: 0px 0px;
		z-index: 6;
		margin: auto;
		text-align: center;
		max-height: 385px;
		overflow-y: scroll;

		/* Scrollbar customization */
		&::-webkit-scrollbar {
			width: 5px;
		}

		&::-webkit-scrollbar-track {
			background-color: var(--gray-chalk);
			border-radius: 2px;
		}

		&::-webkit-scrollbar-thumb {
			background-color: var(--primary);
			border-radius: 5px;
		}

		&::-webkit-scrollbar-thumb:hover {
			background-color: #555;
		}

		div {
			display: flex;
			align-items: center;
			justify-content: start;
			gap: 20px;
		}

		a {
			border-bottom: 1px solid lightgray;
			background: white;
			border-radius: 2px;
			padding: 2px 0px;
			width: 100%;
			margin: auto;
		}
		p{
			color: red;
			background: white;
			padding: 0px 20px;
		}
	}
}

@media (max-width:661px) {
	.searchbtn4 {
		position: relative;

		.searchproduct {
			position: absolute;
			top: 100%;
			width: 100%;
			padding: 5px;
			z-index: 6;
			margin: auto;
			text-align: center;

			div {
				display: flex;
				align-items: center;
				justify-content: start;
				gap: 20px;
			}

			a {
				border: 1px solid rgba(189, 186, 186, 0.746);
				background: white;
				border-radius: 5px;
				padding: 2px 0px;
				width: 100%;
				margin: auto;
			}
		}
	}
}