/*
Theme Name: Jisaa Eco Resort
*/
:root {
	--h1size: 58px;
	--h2size: 44px;
	--h3size: 24px;
	--h4size: 20px;
	--h5size: 18px;
	--h6size: 16px;
	--bodysize: 16px;
	--h1height: 58px;
	--h2height: 48px;
	--h3height: 32px;
	--h4height: 28px;
	--h5height: 26px;
	--h6height: 26px;
	--bodyheight: 1.5;
	--pfamily: "Lato", sans-serif;
	--hfamily: "Lato", sans-serif;
	--stylefamily: "Montez", cursive;
	--red: #e93e2d;
	--gray: #8facc2;
	--text: #101828;
	--blue: #69c3c6;
	--darkblue: #3d2a8c;
	--white: #ffffff;
	--chalk: rgba(212, 160, 88, 0.1);
	--green: #015f2c;
	--pink: #F63E7B;
	--orange: #ef7f1a;
	--dark: #000000;
	--yellow: #fce663;
	--body: #fbe1c2;
	--border: #eef0f6;
	--heading: #39404a;
	--primary: #F63E7B;
	--seconday: #60072b;
	--sub-heading: #565765;
	--green-chalk: #9aa396;
	--green-dark: #072f17;
	--gray-chalk: #cccccc;
	--intro-bg: #e5eef6;
	--facebook: #3b5998;
	--linkedin: #0e76a8;
	--twitter: #00acee;
	--google: #E60023;
	--instagram: #F77737;
	--primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	--primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

* {
	margin: 0px;
	padding: 0px;
	outline: 0px
}

.bg-primary {
	background: var(--primary) !important;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	display: inline-block
}

a:hover {
	text-decoration: none
}

ul,
ol {
	padding: 0px;
	margin: 0;
	list-style: none
}

a,
button,
img,
input,
span {
	-webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html,
body {
	scroll-behavior: smooth
}

body {
	color: var(--text);
	background: var(--chalk);
	font-size: var(--bodysize);
	font-family: var(--pfamily);
	line-height: var(--bodyheight);
	overflow-x: hidden;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 800;
	color: var(--dark);
	margin-bottom: 30px;;
	font-family: Georgia, "Times New Roman", serif;
}

h1 {
	font-size: var(--h1size);
	line-height: var(--h1height)
}

h2 {
	font-size: var(--h2size);
	line-height: var(--h2height);
}

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(--dark) !important;
	text-transform: capitalize
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 14px;
	color: var(--dark) !important;
	text-transform: capitalize
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-size: 14px;
	color: var(--dark) !important;
	text-transform: capitalize
}

input::placeholder,
textarea::placeholder {
	font-size: 14px;
	color: var(--dark) !important;
	text-transform: capitalize
}

input,
button {
	border: none;
	outline: none;
	background: none
}

button:focus {
	outline: none
}

@media (max-width: 575px) {
	.col {
		padding: 0px 8px
	}
}

@media (max-width: 991px) {
	.content-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.section {
	padding: 80px 0;
}

.inner-section {
	padding: 50px 0;
}

.section-heading {
	text-align: center;
	margin-bottom: 30px
}

.section-btn-50 {
	text-align: center;
	margin-top: 50px
}

.section-btn-25 {
	text-align: center;
	margin-top: 25px
}

@media (max-width: 767px) {
	:root {
	--h1size: 28px;
	--h2size: 26px;
	--h3size: 22px;
	--h4size: 20px;
	--h1height: 32px;
	--h2height: 30px;
	--h3height: 28px;
	--h4height: 26px;
	}
	.section-heading h2 {
		font-size: 28px;
		line-height: 36px
	}

	.section {
		padding: 40px 0;
	}

	.section.about-section.style-2 {
		padding: 0;
	}


	.cta-banner-content h4 {
		margin-bottom: 20px !important;
	}

	.sticky-social {
		position: fixed;
		bottom: 15%;
		left: 0;
		z-index: 9;
		top: inherit !important;
	}

	.sticky-social .email {
		display: none;
	}
}

.breadcrumb {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background: none;
	padding: 10px 0;
	margin: 0;
}
.single-banner .breadcrumb{
	justify-content: center;
}
.single-banner.text-white .breadcrumb, .single-banner.text-white .breadcrumb-item a, .single-banner.text-white .breadcrumb .active{
	color: var(--white);
}
.breadcrumb .active {
	color: var(--dark)
}

.breadcrumb-item {
	padding: 0px !important;
	text-transform: capitalize
}

.breadcrumb-item a {
	color: var(--dark);
}

.breadcrumb-item a:hover {
	color: var(--dark);
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item::before {
	color: var(--dark);
	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;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-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: 991px) {
	.backtop {
		bottom: 55px
	}

	.breadcrumb {
		font-size: 14px;
		margin: 0;
	}
}
.sticky-top{
	z-index: 10 !important;
}
@media (max-width: 575px) {
	.backtop {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 14px
	}

	.breadcrumb {
		font-size: 12px;
		margin: 0;
	}
}


.btn {
	padding: 12px 30px;
	border-radius: 30px;
	font-weight: 400;
}

.btn-primary,
.wp-block-button__link {
	background: linear-gradient(180deg, #ff6f9d 0%, #f14c7f 100%);
	border-color: #f14c7f;
	border-radius: 12px;
	box-shadow: 0 8px 18px rgba(241, 76, 127, 0.22);
	transition: all .3s ease-out 0s;
	font-size: 15px;
	font-weight: 700;
	padding: 14px 34px;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--white);
}

.btn-primary:hover,
.wp-block-button__link:hover {
	background: linear-gradient(180deg, #f85f8f 0%, #e83e73 100%);
	border-color: #e83e73;
	color: var(--white);
	box-shadow: 0 10px 22px rgba(232, 62, 115, 0.28);
	transform: translateY(-1px);
}
.btn-outline-primary:hover{
	background: var(--primary);
	border-color: var(--primary);
	color: var(--white);
}
.btn-search {
	border-radius: 5px;
	background-color: var(--primary);
	color: var(--white);
	padding: 14px 30px;
}

.btn-success {
	background: var(--primary);
	border-color: var(--primary);
	border-radius: 5px;
	transition: all .3s ease-out 0s;
	font-size: 16px;
	text-transform: uppercase;
}

.btn-light {
	background: var(--chalk);
	color: var(--dark);
	font-weight: 400;
	border: transparent;
}

.btn-light:hover {
	background: var(--dark);
	color: var(--white);
	box-shadow: 0 10px 24px 0 rgba(4, 23, 118, .3);
}

.btn-outline-primary {
	border-color: var(--primary);
	color: var(--primary);
	background: var(--white);
	border-width: 2px;
	font-weight: 400;
	border-radius: 12px;
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
	border-color: var(--border);
}

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

.btn-sm {
	outline: 0;
	font-size: 13px;
	font-weight: 500;
	padding: 8px 18px;
	border-radius: 5px;
	text-transform: capitalize;
}

.btn-xs {
	outline: 0;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 5px 8px;
	border-radius: 5px;
}

.home-index-slider .dandik {
	left: 30px
}

.home-index-slider .bamdik {
	right: 30px
}

.home-index-slider .slick-dots {
	bottom: 50px
}

.banner-part {
	padding: 30px 0px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	height: 650px;
	background-position: center center;
	background-size: cover;
	align-items: center;
}

.slider-form {
	padding: 30px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	position: relative;
}

.page-slider .banner-part {
	height: 550px;
}

/* .banner-part::after {
		position: absolute;
		content: "";
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 1;
		background:rgba(0,3,32,.56);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover
	} */
.home-index-slider.slick-initialized .slick-slide {
	display: flex;
}

.banner-content {
	text-align: center;
	padding: 30px;
}

.banner-part .shape-1 img {
	max-width: 80%;
	margin: 0 auto;
}

.banner-content h1,
.banner-content h2 {
	text-transform: capitalize;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 700;
	font-family: var(--hfamily);
	color: var(--primary);
}

.banner-content p {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px
}
.banner-content .wp-block-buttons{
	justify-content: center;
}
.banner-content p:last-child {
	margin-bottom: 0
}

.banner-part .justify-content-center .wp-block-buttons {
	justify-content: center;
}

.banner-btn .btn {
	margin-right: 15px
}

.banner-img {
	width: 100%;
	mask-image: url('https://jisaa.in/wp-content/uploads/2024/10/banner-3.svg');
	mask-size: 600px;
	mask-position: center;
	mask-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.banner-img img {
	object-fit: cover;
	height: 550px;
	width: 100%;
}
.hsm_image{
	position: relative;
}
.banner-border{
	transform: translateX(-50%) translateY(-50%) scale(1.73) translateZ(0px);
	position: absolute;
	left: 50%;
	top:50%;
	z-index: 1
}
.banner-border img{
	width: 100%;
	height: 100%;
}
.banner-part.slick-active .shape-1 {
	animation: 0.6s zoomIn;
}

.banner-part.slick-active h2 {
	animation: 0.6s fadeInUp;
}

.banner-part.slick-active p {
	animation: 1.6s fadeInUp;
}

.banner-part.slick-active .btn, .banner-part.slick-active .wp-block-buttons {
	animation: 2.6s fadeInUp;
}
.banner-content.text-white .wp-block-button__link{
	background-color: var(--white);
	color: var(--dark);
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@media (max-width: 767px) {

	.banner-content h1,
	.banner-content h2 {
		font-size: 38px;
		line-height: 48px
	}

	.banner-content p {
		font-size: 16px;
	}

	.banner-img {
		mask-size: 380px;
	}
	.banner-img img{
		height: 380px;
	}
	.banner-border{
		transform: translateX(-50%) translateY(-50%) scale(2) translateZ(0px);
	}

	.banner-btn .btn {
		margin: 8px
	}

	.banner-part {
		height: auto;
		max-height: inherit;
		padding: 30px 0px;
	}

	.banner-content {
		margin-bottom: 30px;
		padding: 10px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner-content h1 {
		font-size: 32px;
		line-height: 42px
	}

	.banner-btn .btn {
		padding: 14px 22px;
		margin-right: 10px
	}

}

.bg-grey-theme {
	background: var(--chalk);
}

.bg-green-themes {
	background: var(--green);
}

.bg-red-themes {
	background: var(--red);
}

.bg-primary-themes {
	background: var(--primary);
}

.bg-yellow-themes {
	background: var(--yellow);
}

.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(--primary)
}

.dropdown-arrow::before {
	position: absolute;
	content: "\f282";
	font-family: "bootstrap-icons";
	top: 50%;
	right: 0px;
	font-size: 15px;
	line-height: 15px;
	color: var(--text);
	-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-megamenu .dropdown-position-list .dropdown-arrow::before {
	content: '';
}

.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: "\f64d";
	font-family: "bootstrap-icons";
	font-size: 10px;
	font-weight: 900;
	-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);
	content: "\f2ea";
	font-family: "bootstrap-icons";
}

.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);
	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: "\f2ea";
	font-family: "bootstrap-icons";
	font-size: 10px;
	font-weight: 900;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.dropdown:hover .dropdown-position-list {
	visibility: visible;
	opacity: 1;
	top: 100%
}

ul.dropdown-position-list {
	position: absolute;
	top: 120%;
	left: 0px;
	z-index: 2;
	width: 220px;
	height: auto;
	visibility: hidden;
	opacity: 0;
	background: var(--white);
	-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);
	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 {
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
	color: var(--dark);
	font-weight: 400;
	background: var(--white);
	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(--primary);
	background: var(--chalk);
}

#primary-menu ul li {
	position: relative;
}

#primary-menu ul li ul:not(.dropdown-megamenu) {
	position: absolute;
	top: 0;
	left: 220px;
	z-index: 2;
	width: 220px;
	height: auto;
	visibility: hidden;
	opacity: 0;
}

#primary-menu li>ul {
	border-top: 2px solid var(--primary);
}

#primary-menu li.dropdown-megamenu ul ul {
	border-top: 0 !important;
}

#primary-menu ul li:hover ul {
	visibility: visible;
	opacity: 1;
}

#primary-menu ul li.menu-item-has-children>a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	content: "\f285";
	font-family: "bootstrap-icons";
	font-size: 10px;
	font-weight: 900;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.dropdown-megamenu {
	position: static
}

li.dropdown-megamenu:hover>.dropdown-position-list {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

#primary-menu ul li.dropdown-megamenu ul {
	position: relative;
	opacity: 1;
	visibility: visible;
}

li.dropdown-megamenu>.dropdown-position-list {
	position: absolute;
	top: 120%;
	left: 50%;
	z-index: 2;
	width: 1180px;
	padding: 20px;
	background: var(--white);
	-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);
	-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;
	display: flex;
}

.dropdown-item.active,
.dropdown-item:active {
	color: var(--primary);
	background: var(--white);
}

li.dropdown-megamenu:hover>.dropdown-position-list a:hover,
li.dropdown-megamenu:hover>.dropdown-position-list a.active {
	color: var(--primary);
	background: var(--white);
}

li.dropdown-megamenu>.dropdown-position-list .dropdown-position-list {
	position: relative !important;
	top: 0 !important;
	box-shadow: none;
	left: 0 !important;
	visibility: visible !important;
	opacity: 1 !important;
}

li.dropdown-megamenu>.dropdown-position-list>li>.dropdown-item {
	margin-bottom: 20px;
	font-weight: bold;
}

li.dropdown-megamenu>.dropdown-position-list>li>.dropdown-item::before {
	content: '' !important;
}

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

#mobile-menu .nav-link {
	margin-bottom: 2px;
}

#mobile-menu>li>ul {
	margin: 0;
	padding: 0;
}

#mobile-menu li.current-menu-item .nav-link,
#mobile-menu .current-menu-ancestor>a {
	background: var(--chalk);
}

#mobile-menu li.current-menu-item>a {
	font-weight: bold;
}

#mobile-menu>li>ul ul {
	display: block !important;
}

#mobile-menu .current-menu-ancestor>ul {
	display: block;
}

.form-title {
	text-align: center;
	margin-bottom: 20px
}

.form-title h3 {
	text-transform: capitalize
}

.form-group {
	margin-bottom: 20px
}

.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,
textarea {
	width: 100%;
	border-radius: 6px;
	padding: 12px 20px;
	color: var(--text);
	background: var(--white);
	border: 2px solid var(--border)
}

.form-control:focus-within,
textarea:focus {
	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 {

	height: 45px;


	color: var(--gray)
}

.form-control[type=file]::-webkit-file-upload-button:hover,
.form-control[type=file]::file-selector-button:hover {}

.form-control[type=file]::-webkit-file-upload-button:focus,
.form-control[type=file]::file-selector-button:focus {}

.form-select {
	height: auto;
	font-size: 15px;
	padding: 15px 20px;
	letter-spacing: 0.3px;
	background-size: 12px 10px;
	text-transform: capitalize;
	color: var(--text);
	cursor: pointer;
	padding-right: 25px;
}

.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: 18px 25px;
	border-radius: 0;
	margin-bottom: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: start;
	background: var(--white)
}

.nav-tabs li:nth-child(1) {
	padding-left: 0;
}

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

.nav-links ul.page-numbers {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.nav-links ul.page-numbers li {
	margin-left: 10px
}

.nav-links ul.page-numbers li:first-child .page-link,
.nav-links ul.page-numbers li:last-child .page-link {
	border-radius: 5px;
}

.nav-links ul.page-numbers li .page-numbers.current {
	color: var(--white);
	background: var(--primary)
}

.nav-links ul.page-numbers li .page-numbers {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	font-weight: 400;
	border: none;
	padding: 0px;
	color: var(--text);
	background: var(--chalk);
	display: block;
}

.nav-links ul.page-numbers li .page-numbers:hover {
	color: var(--white);
	background: var(--primary)
}

.nav-links ul.page-numbers li .page-numbers:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width: 991px) {
	.nav-links ul.page-numbers li .page-numbers {
		width: 35px;
		height: 35px;
		line-height: 35px
	}
}

@media (max-width: 767px) {
	.nav-links ul.page-numbers li {
		margin: 0px 3px
	}

	.account-title {
		flex-wrap: wrap;
	}

	.account-title .btn-xs,
	.account-title h6 {
		margin-bottom: 5px;
	}
}

.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;
	text-align: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	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 {
	left: -10px
}

.bamdik {
	right: -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
	}
}

.table-list {
	width: 100%
}

.table {
	font-size: 12px;
}

thead tr {
	background: var(--primary);
}

thead tr th {
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	text-transform: capitalize;
	padding: 12px 10px;
	border-right: 1px solid var(--border);
	color: var(--white);
}

tbody tr {
	border-bottom: 1px solid var(--border)
}

tbody tr td {
	padding: 12px 20px;
	text-align: center;
	border-right: 1px solid var(--border);
	vertical-align: middle;
}

.table-name {
	white-space: nowrap;
	text-transform: capitalize
}

.table-image img {
	width: auto;
	height: 100px
}

.table-price h6 {
	white-space: nowrap
}

.table-price h6 small {
	font-size: 13px;
	margin-left: 3px;
	color: var(--gray);
	font-family: sans-serif
}

.table-desc p {
	width: 150px;
	font-size: 15px;
	text-align: left
}

.table-desc p a {
	text-transform: capitalize
}

.table-desc p a:hover {
	text-decoration: underline
}

.table-vendor a {
	font-weight: 500;
	color: var(--heading);
	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
}

.table-vendor a:hover {
	color: var(--primary)
}

.table-status h6 {
	text-transform: capitalize
}

.table-status .stock-in {
	color: var(--purple)
}

.table-status .stock-out {
	color: var(--orange)
}

.table-shop {
	width: 180px
}

.table-shop .product-add {
	color: var(--white);
	background: var(--primary)
}

.table-shop .action-plus i,
.table-shop .action-minus i {
	background: var(--white)
}

.table-action a i {
	width: 35px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	margin: 3px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.table-action .view i {
	color: var(--green);
	background: var(--white)
}

.table-action .view i:hover {
	color: var(--white);
	background: var(--green)
}

.table-action .wish i {
	color: var(--green);
	background: var(--white)
}

.table-action .wish.active i {
	color: var(--white);
	background: var(--green)
}

.table-action .trash i {
	color: var(--red);
	background: var(--white)
}

.table-action .trash i:hover {
	color: var(--white);
	background: var(--red)
}

@media (max-width: 1199px) {
	.table-scroll {
		overflow-x: scroll
	}
}

.modal-fullscreen .modal-body {
	background: var(--chalk);
}

.modal-fullscreen .modal-header {
	background: var(--chalk);
}

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

#searchModal .btn-close {
	width: auto;
	height: auto;
	padding: 15px;
}

#searchModal .btn {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 15px 20px;
}

#searchModal .form-control {
	border-color: 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: 0px auto;
	}

	.modal-close {
		right: 50%;
		top: -45px;
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}
}

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

.text-white .feature-rating i,
.text-white .feature-rating a {
	color: var(--white);
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
	color: var(--white);
}

.sub-title {
	color: var(--primary);
	text-transform: uppercase;
	letter-spacing: 2px;
}

.about-section ul {
	margin-bottom: 30px;
	font-weight: 400;
}

.about-section ul li {
	position: relative;
	padding-left: 30px;
}

.about-section ul li::before {
	font-family: "bootstrap-icons";
	content: "\f633";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--green);
}

.about-section.style-2 .row {
	background: var(--chalk);
}

.about-section.style-2 .row [class*="col-lg"] {
	padding: 0;
}

.about-section.style-2 .about-box {
	padding: 40px;
}

.about-section.style-2 img {
	height: 100%;
	min-height: 500px;
	object-fit: cover;
}

.about-two-image {
	max-width: 550px;
	position: relative;
}

.about-two-image img {
	width: 67%;
	border-radius: 5px;
}

.about-two-image img:last-child {
	margin: -33% 0 0 33%;
}

/* new about us */
.about-section {
	position: relative;
	display: block;
}

.about-shape img {
	position: absolute;
}


.about-shape-1 {
	bottom: 0px;
	width: 250px;
	right: 0;
	z-index: -1;
}

.img,
img {
	max-width: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	height: auto;
}

.about-shape-2 {
	top: -50px;
	left: -40px;
	width: 250px;
	z-index: 0;
}

.about-left {
	position: relative;
	margin: 0 60px 20px 70px;
}
.about-img img{
	position: relative;
	z-index: 1;
}
.about-img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 5px solid #f7bebb;
	left: -30px;
	top: -30px;
	z-index: 1;
}

.about-img-shape {
	position: absolute;
	right: -20px;
	bottom: -20px;
	z-index: 0;
}

.about-bottom {
	display: flex;
	align-items: center;
	gap: 25px
}

.about-call {
	display: flex;
	align-items: center;
	gap: 10px
}

.about-call-icon {
	width: 55px;
	height: 55px;
	font-size: 25px;
	border-radius: 50px;
	background: #edf3f8;
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center
}

@media(max-width: 470px) {
	.about-bottom {
		display: grid;
	}
}

/* new about end  */

/* couple-section */
.couple-left {
	text-align: right
}

.couple-img {
	margin-bottom: 15px
}

.couple-img img {
	border: 2px dashed var(--primary);
	padding: 5px
}

.couple-left .couple-img img {
	border-radius: 50px 0 50px 50px
}

.couple-right .couple-img img {
	border-radius: 0 50px 50px 50px
}

.couple-name {
	margin-bottom: 10px
}

.couple-social {
	margin-top: 15px
}

.couple-social a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: var(--primary);
	color: #fff;
	text-align: center;
	margin: 4px;
	border-radius: 50px
}

.couple-social a:hover {
	background: #06002e;
	color: #fff
}

.couple-big-img {
	padding: 40px;
	position: relative
}

.couple-big {
	position: relative
}

.couple-big-shape img {
	position: absolute
}

.couple-big-shape-1 {
	right: 20px;
	top: 20px;
	width: 180px
}

.couple-big-shape-2 {
	bottom: 20px;
	left: 30px;
	width: 250px
}

.couple-big-img img {
	padding: 20px;
	border: 5px solid #e0ac85;
	border-radius: 0 220px 0 220px
}

@media all and (max-width:991px) {
	.couple-item {
		text-align: center
	}

	.couple-left {
		margin-bottom: 50px
	}
}

@media all and (max-width:767px) {
	.couple-big-img {
		padding: 10px;
		margin-bottom: 50px
	}

	.couple-big-shape-1,
	.couple-big-shape-2 {
		width: 100px
	}
	.about-shape-2{
		top: -20px;
		left: -0px;
		width: 110px;
	}
	.about-shape-1 {
		width: 110px;
	}
	.about-left {
		position: relative;
		margin: 0 20px 20px 40px;
	}
	.about-img::before {
		border: 3px solid #f7bebb;
		left: -10px;
		top: -10px;
	}
	.about-img-shape {
		right: -10px;
		bottom: -10px;
	}
}
.about-call-content p{
	margin: 0;
}

/* couple section end */
.testimonial-card {
	padding: 50px 50px 0px;
	margin: 0;
	text-align: center;
	border-radius: 8px;
	background: var(--primary)
}

.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%;
	display: inline-block;
	border: 3px solid var(--body)
}
.testimonial-meta{
	text-align: left;
}

@media (max-width: 575px) {
	.testimonial-card {
		margin: 0px 0px 30px;
		padding: 25px 25px 0px
	}

	.testimonial-card p {
		font-size: 18px;
		line-height: 28px
	}
}

@media (max-width: 575px) {}

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

.alignwide {
	margin-left: -80px;
	margin-right: -80px;
}

.alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.section.alignfull,
.section.section-full-width {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
}

.wp-block-image img {
	height: auto;
}

.blog-slider .slick-list {
	margin: 0px -20px;
}

.blog-slider .blog-card {
	padding: 20px;
	background: var(--white);
	box-shadow: none;
}

.blog-card {
	margin-bottom: 0;
	box-shadow: 0 30px 40px 0 rgba(1, 11, 60, .06);
	border-radius: 6px;
	background: var(--white);
	border: 0;
}

.card-footer {
	padding: 15px 30px;
	background-color: transparent;
	border-top: 1px solid #f0f0f5;
}

.blog-media {
	position: relative
}

.blog-media>a {
	width: 100%;
}

.blog-slider .blog-img {
	position: relative;
	z-index: 1;
	overflow: visible;
}

.blog-slider .blog-img img {
	border-radius: 20px;
}

.blog-slider .blog-img::before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 100%;
	border-radius: 16px;
	background-color: var(--chalk);
	top: 20px;
	transition-duration: .2s;
	z-index: -1;
}

.blog-slider .blog-card:hover .blog-img::before {
	bottom: -10px;
	right: -10px;
}

.blog-media a img {
	height: 240px;
	width: 100%;
	object-fit: cover;
}

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

.blog-img img {
	width: 100%;
	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: 20px 30px;
}

.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: 14px;
	font-weight: 400;
	white-space: nowrap;
}

.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;
	font-weight: bold;
}

.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 {
	margin-bottom: 0
}

.sngblog p:last-child {
	margin-bottom: 0;
	;
}

.blog-btn {
	font-weight: 500;
	color: var(--dark);
	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;
	align-items: center;
}

.blog-btn i {
	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
	}
}

.page-title {
	padding: 18px 30px;
	margin-bottom: 25px;
	border-radius: 8px;
	border: 1px solid var(--primary);
	background: var(--primary);
	color: var(--white);
	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;
}

.page-title h5 {
	color: var(--white);
}

.header-top {
	padding: 5px 0px;
	background: var(--primary);
	font-size: 13px;
	color: var(--white);
}

.header-top-welcome p {
	font-size: 14px;
	color: var(--white);
	letter-spacing: 0.3px
}

.header-top-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top-list li {
	margin-left: 15px;
	color: var(--white);
}

.header-top-list li:first-child {
	margin-left: 0;
}

.header-top-list li a {
	font-size: 15px;
	color: var(--white);
	letter-spacing: 0;
	font-weight: 400;
	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
}

.header-part .btn {
	font-size: 15px;
}

.header-top-list li a:hover {
	color: var(--yellow)
}

@media (max-width: 767px) {

	.header-top-welcome,
	.header-top-list,
	.header-top-select,
	.header-top {
		display: none
	}

	.header-top-select {
		width: 270px;
		margin: 0px auto
	}

	.page-title {
		flex-direction: column;
	}
}

@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
}

body.admin-bar .header-part.active {
	top: 32px;
}

.header-part.active {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3333;
	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;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.header-part.active .header-widget:hover i {
	background: var(--white)
}

.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: 0px 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: space-between;
	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-right: 50px
}

.header-logo img {
	width: auto;
	max-height: 80px;
	max-width: 220px;
	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
}

.header-widget-group .header-widget {
	margin-left: 20px;
	cursor: pointer;
}

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

.dropdown-menu {
	z-index: 5002;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu li {
	margin-left: 0;
}

.dropdown-menu li a,
.dropdown-menu li a:hover {
	color: var(--dark);
}

.dropdown>.dropdown-toggle:active {
	pointer-events: none;
}

.menu-icon {
	cursor: pointer;
}

.header-widget:hover i {
	color: var(--primary);
}

.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(--dark);
	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: 0;
	left: 20px;
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	color: var(--white);
}

.header-cart span {
	font-size: 12px;
	margin-left: 15px;
	line-height: 20px;
	text-transform: uppercase
}

.header-form {
	width: 100%;
	margin: 0px;
	border-radius: 5px;
	background: var(--white);
	border: 1px solid var(--white);
	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(--white)
}

.header-form input {
	width: 100%;
	height: 35px;
	font-size: 15px;
	padding-left: 15px
}

.header-form button {
	height: 35px;
	font-size: 13px;
	padding: 0 15px;
	text-align: center;
	border-radius: 5px;
	border: 0;
	color: var(--white);
	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: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: auto;
	max-width: 130px;
	max-height: 70px;
}

.header-user img,
.header-src img {
	width: 40px;
	height: 40px;
	padding: 5px;
}

.header-user i,
.header-src i {
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: var(--dark);
	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(--primary);
}

@media (max-width: 991px) {
	.header-content {
		padding: 4px 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.header-media-group {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header-widget-group,
	.header-widget,
	.header-logo,
	.header-top,
	.header-top-select,
	.header-user-part {
		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-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: space-between
}

.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: 30px
}

.dropdown-position-list .navbar-item {
	margin-right: 0;
}

.navbar-item:last-child {
	margin-right: 0px
}

.navbar-link {
	padding: 32px 0px;
	font-weight: 500;
	font-size: 16px;
	color: var(--dark);
	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
}

.navbar-link:hover,
.navbar-link.active {
	color: var(--primary)
}

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

.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: -420px;
	width: 320px;
	height: 100vh;
	padding: 0px;
	z-index: 5003;
	background: var(--white);
	color: var(--dark);
	-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 .nice-select .option {
	color: var(--dark) !important;
}

.nav-sidebar.active {
	left: 0px
}

#toogle-menu {
	display: none;
}

#toogle-menu:checked~.nav-sidebar {
	left: 0px
}

.nav-header {
	padding: 15px 0px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-header a img {
	width: auto;
	height: 40px
}

.nav-close {
	position: absolute;
	top: 50%;
	right: 10px;
	-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: 50px 0px;
	margin-bottom: 20px;
	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: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.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 15px;
	border-radius: 8px;
	color: var(--dark);
	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(--text);
}

.nav-sidebar .nav-link:hover {
	background: var(--chalk);
}

.nav-link::before {
	right: 15px
}

.nav-link i {
	font-size: 20px;
	margin-right: 0
}

.nav-link.active {
	color: var(--primary);
}

.nav-info-group {
	padding: 20px 0px;
	margin-top: 15px;
	margin-bottom: 25px;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	color: var(--dark);
}

.nav-info-group ul {
	margin-bottom: 15px;
}

.nav-info-group ul li {
	padding: 3px 0;
}

.nav-info-group .btn {
	display: block;
	padding: 5px 20px;
	border: 0;
	margin: 10px 0;
}

.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: 30px;
	margin-right: 15px;
	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-info a {
	color: var(--dark);
}

.nav-footer {
	text-align: center
}

.nav-footer p {
	font-size: 14px;
	color: var(--gray)
}

.nav-footer p a {
	color: var(--primary)
}

.sidebar-sticky {
	position: sticky;
	top: 110px;
}

body.admin-bar .sidebar-sticky {
	top: 135px;
}

.footer {
	background: var(--white);
	padding-top: 60px;
	color: var(--dark);
	font-weight: 400;
	position: relative;
	z-index: 1;
	border-top: 1px solid var(--chalk);
	font-size: 16px;
}

.footer a {
	color: var(--dark);
}

/* .footer::before{
		background: url(images/footer-bg-1.png);
		position: absolute;
		content: '';
		bottom: 0;
		top: 0;
		width: 100%;
		z-index: -1;
	} */
.footer h4 {
	font-size: 28px;
	color: var(--dark);
	margin-bottom: 30px;
}

.footer .widget_nav_menu {}

.footer .widget_nav_menu ul li a,
.footer-widget.widget_recent_entries ul li a {
	color: var(--dark);
	position: relative;
	display: flex;
	margin: 0 0 15px 0px;
}

.footer .widget_nav_menu ul li a::before,
.footer-widget.widget_recent_entries ul li a::before {
	display: inline-block;
	content: "\f269";
	font-family: "bootstrap-icons";
	top: 5px;
	position: relative;
	margin-right: 8px;
	opacity: 1;
	font-size: 20px;
	line-height: 1;
	color: var(--dark);
}

.category-sidebar {
	position: fixed;
	top: 0px;
	left: -320px;
	width: 280px;
	height: 100vh;
	z-index: 5;
	background: var(--dark);
	-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: 5001;
	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,
.mobile-menu label.header-cart {
	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.header-cart span,
.mobile-menu label.header-cart span {
	margin-left: 0;
}

.mobile-menu a:hover,
.mobile-menu button:hover,
.mobile-menu label.header-cart:hover {
	background: var(--chalk)
}

.mobile-menu a:hover i,
.mobile-menu button:hover i,
.mobile-menu label.header-cart:hover i {
	color: var(--primary)
}

.mobile-menu a:hover span,
.mobile-menu button:hover span,
.mobile-menu label.header-cart:hover span {
	color: var(--primary)
}

.mobile-menu a i,
.mobile-menu button i,
.mobile-menu label.header-cart 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,
.mobile-menu label.header-cart span {
	font-size: 10px;
	line-height: 12px;
	color: var(--text);
	text-transform: uppercase
}

.mobile-menu a sup,
.mobile-menu button sup,
.mobile-menu label.header-cart 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
	}
}

.countdown-part {
	padding: 80px 0px;
	background: -webkit-gradient(linear, right top, left top, from(#c3ffda), to(#a1f3c0));
	background: linear-gradient(to left, #c3ffda, #a1f3c0)
}

.countdown-content {
	text-align: center
}

.countdown-content h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 12px
}

.countdown-content p {
	margin-bottom: 38px
}

.countdown-clock {
	margin-bottom: 45px
}

.countdown-img {
	position: relative
}

.countdown-img img {
	width: 100%
}

.countdown-off {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	padding: 35px 30px 30px;
	background: var(--red);
	position: absolute;
	top: 0px;
	left: 0px
}

.countdown-off span {
	display: block;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: var(--white)
}

@media (max-width: 767px) {
	.countdown-part {
		padding: 60px 0px
	}

	.countdown-img {
		margin-top: 30px
	}
}

.news-part {
	background-size: cover !important;
	padding: 70px 0px;
	position: relative;
	z-index: 1
}

.news-part::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(6, 23, 56, 0.8)), to(rgba(17, 151, 68, 0.8)));
	background: linear-gradient(to right, rgba(6, 23, 56, 0.8), rgba(17, 151, 68, 0.8));
	z-index: -1
}

.news-text h2 {
	font-size: 35px;
	color: var(--white);
	margin-bottom: 5px
}

.news-text p {
	font-size: 18px;
	font-weight: 400;
	color: var(--white)
}

.news-form {
	width: 100%;
	padding: 6px;
	border-radius: 8px;
	background: var(--white);
	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
}

.news-form input {
	width: 100%;
	height: 50px;
	padding: 0px 20px;
	line-height: 50px
}

.news-form button span {
	width: 180px;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 0px;
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary)
}

.news-form button span i {
	margin-right: 5px
}

@media (max-width: 575px) {
	.news-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width: 767px) {
	.news-text {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) {
	.news-part {
		padding: 50px 30px 60px
	}

	.news-part .container-fluid {
		padding: 0px
	}
}

.intro-wrap {
	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;
	align-items: center;
}

.intro-wrap .intro-quote {
	transform: rotate(180deg);
}

.intro-wrap .intro-quote i {
	font-size: 72px;
	color: var(--primary);
	opacity: 0.5;
}

.intro-icon {
	margin-right: 20px;
}

.intro-icon img {
	width: 100px;
	min-width: 100px;
	height: 100px;
	font-size: 18px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: var(--primary);
	background: var(--white);
}

.testimonials-section {
	padding: 80px 0;
	background: linear-gradient(180deg, rgba(255, 244, 248, 0.72) 0%, rgba(255, 255, 255, 0.92) 100%);
}

.testimonial-heading h2 {
	margin-bottom: 0;
}

.testimonial-slider {
	margin: 0 -12px;
}

.testimonial-slider .slick-list {
	padding: 8px 0 18px;
}

.testimonial-item {
	padding: 12px;
	height: auto;
}

.testimonial-card {
	height: 100%;
	background: #fff;
	border-radius: 18px;
	padding: 20px 20px;
	box-shadow: 0 10px 28px rgba(31, 41, 55, 0.08);
	border: 1px solid rgba(229, 231, 235, 0.9);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.testimonial-quote {
	font-size: 28px;
	line-height: 1;
	color: #e96b8f;
	margin-bottom: 16px;
}

.testimonial-text,
.testimonial-text p {
	font-size: 16px;
	line-height: 1.7;
	color: #4b5563;
	margin: 0;
}

.testimonial-footer {
	margin-top: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
}

.testimonial-person {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.testimonial-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background: #f7d8e2;
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 800;
	color: #d94e7d;
}

.testimonial-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.testimonial-meta h5 {
	margin: 0 0 4px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	color: var(--dark);
}

.testimonial-date {
	display: block;
	font-size: 13px;
	line-height: 1.3;
	color: #8b8f98;
}

.testimonial-rating {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #f5b301;
	font-size: 14px;
	flex: 0 0 auto;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.testimonial-empty {
	padding: 20px;
}

.testimonial-slider .dandik,
.testimonial-slider .bamdik {
	background: transparent;
	color: #df557f;
	border: 0;
	box-shadow: none;
}
.testimonial-slider .slick-track{
	display: flex;
	height: 100%;
}

@media (max-width: 767px) {
	.testimonials-section {
		padding: 55px 0;
	}

	.testimonial-card {
		padding: 18px;
		min-height: 0;
	}

	.testimonial-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.testimonial-rating {
		font-size: 15px;
	}
}

.footer-top {
	background-color: var(--seconday);
	padding: 80px 30px;
	position: relative;
	z-index: 1;
	color: var(--yellow);
	background-image: url(https://jisaa.in/wp-content/uploads/2024/10/background.png);
}
.footer-widget h3, .footer-widget h4{
	color: var(--yellow);
}
.footer-top:before {
	position: absolute;
	left: 1%;
	top: 4%;
	border: 1px solid var(--yellow);
	content: "";
	width: 98%;
	height: 92%;
	z-index: -1;
}
.footer-top a{
	color: var(--white);
}

.footer-part {
	padding-top: 80px;
	background: var(--dark);
	color: var(--yellow);
}

.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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
}

.footer-social li {
	display: inline-block;
	margin-left: 15px
}

.footer-social li a {
	border-radius: 50%;
	color: 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;
	background: var(--yellow);
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-widget .footer-social {
	justify-content: flex-start;
}

.footer-widget .footer-social li {
	margin-left: 0;
	margin-right: 15px;
}

.footer-social li a:hover {}

.footer-social li a img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.footer-title {
	margin-bottom: 25px;
	letter-spacing: -0.3px;
	text-transform: capitalize;
	color: var(--yellow);
}

.footer-widget.contact {
	margin-left: 30px
}

.footer-contact li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin-bottom: 18px;
}

.footer-contact p {
	margin-bottom: 0;
}

.footer-contact li:last-child {
	margin-bottom: 0px
}

.footer-contact li i {
	font-size: 20px;
	margin-right: 15px;
	color: var(--yellow);
}

.footer-contact li p span {
	display: block
}

.footer-contact li a {
	color: var(--yellow);
}

.footer-links ul li:last-child {
	margin-bottom: 0px
}
.footer-links ul li a {
	color: var(--yellow);
	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;
	margin-bottom: 8px;
}

.footer-links ul li a:hover {
	color: var(--white);
	text-decoration: underline
}
.footer-links.double ul{
	display: flex;
	flex-wrap: wrap;
}
.footer-links.double ul li{
	width: 50%;
}
.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 {
	padding: 20px 0 15px;
	border-top: 1px 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: justify;
	-ms-flex-pack: justify;
	justify-content: center
}

.footer-copytext {
	font-size: 15px;
	color: var(--dark)
}

.footer-copytext a {
	color: var(--green-chalk)
}

.footer-copytext a:hover {
	text-decoration: underline
}

.footer-card a {
	margin-left: 10px
}

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

	.footer-social {
		justify-content: center;
	}
}

@media (max-width: 1199px) {
	.footer-part {
		padding-top: 50px
	}

	.footer-widget {
		margin-bottom: 0
	}

	.footer-bottom {
		margin-top: 10px
	}
}

@media (max-width: 767px) {
	.footer-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		margin-top: 0;
	}

	.footer .intro-part {
		padding-bottom: 0;
		;
	}

	.footer {
		padding-top: 40px;
	}

	.footer-widget {
		margin-bottom: 20px
	}

	.footer-copytext {
		margin-bottom: 10px
	}

	.footer-card a {
		margin: 0px 3px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer-bottom {}
}

.footer .intro-part {
	padding-bottom: 30px;
}

.footer .intro-icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	background: var(--primary);
	border-radius: 50%;
}

.footer .intro-content p,
.footer .intro-content h5 {
	margin-bottom: 0;
}

.blog-widget {
	margin-bottom: 30px;
	margin-left: 5px;
	padding: 25px 25px 25px;
	background: var(--white);
	box-shadow: 0 30px 50px 0 rgba(1, 11, 60, .1);
	border-radius: 6px;
}

.blog-widget:last-child {
	margin-bottom: 0px
}

.blog-widget h4 {
	margin-bottom: 30px;
	position: relative;
	text-transform: capitalize;
}

@media (min-width:999px) {
	#wrapper {
		margin: 0;
	}

	.footer-top {
		margin: 0;
	}
}

.wp-block-search__inside-wrapper {
	position: relative
}

.wp-block-search__inside-wrapper input {
	width: 100%;
	height: 45px;
	padding: 0px 60px 0px 15px;
	border-radius: 5px;
	background: var(--white);
	border: 1px solid var(--dark);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.wp-block-search__inside-wrapper input:focus-within {
	border-color: var(--primary)
}

.wp-block-search__inside-wrapper button,
.wp-block-search .wp-block-search__button {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 45px;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	border: 1px solid var(--primary);
	border-radius: 0 5px 5px 0;
}

.blog-widget .wp-block-search label {
	display: none;
}

.blog-widget .wp-block-latest-posts__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--border)
}

.blog-widget .wp-block-latest-posts__list li:last-child {
	margin: 0px;
	padding: 0px;
	border: none
}

.blog-widget .wp-block-latest-posts__list li img {
	width: 60px;
	min-width: 60px;
	border-radius: 8px;
	margin-right: 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
}

.blog-widget .wp-block-latest-posts__list li a {
	font-size: 16px;
	line-height: 24px;
	color: var(--dark);
	font-weight: 400;
}

.wp-block-latest-posts__featured-image.alignleft {
	margin-right: 20px !important;
}

.blog-widget-text 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-widget-text a:hover {
	color: var(--primary)
}

.blog-widget-text span {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase
}

.wp-block-categories-list li,
.wp-block-archives-list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.wp-block-categories-list li:last-child,
.wp-block-archives-list li:last-child {
	margin: 0px;
	padding: 0px;
	border: none
}

.wp-block-categories-list li:hover a,
.wp-block-archives-list li:hover a {
	color: var(--primary)
}

.wp-block-categories-list li:hover a span {
	background: var(--primary)
}

.wp-block-categories-list li a,
.wp-block-archives-list li a {
	width: 100%;
	font-size: 17px;
	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;
}

.wp-block-categories-list li a::before,
.wp-block-archives-list li a::before {
	display: inline-block;
	content: "...";
	top: -2px;
	position: relative;
	margin-right: 10px;
	opacity: 1;
	font-size: 20px;
	line-height: 1;
	color: #2058bf;
}

.blog-widget-category li a span {
	font-size: 14px;
	float: right;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	color: var(--white);
	background: 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-widget-tag li {
	display: inline-block;
	margin: 0px 8px 12px 0px
}

.blog-widget-tag li a {
	font-size: 14px;
	padding: 5px 12px;
	border-radius: 3px;
	color: var(--text);
	background: var(--chalk);
	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-widget-tag li a:hover {
	color: var(--white);
	background: var(--primary)
}

.blog-widget-social li {
	display: inline-block;
	margin-right: 10px
}

.blog-widget-social li a {
	width: 45px;
	height: 45px;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	color: var(--white);
	background: 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-widget-social li a:hover {
	background: var(--primary)
}

@media (max-width: 575px) {
	.blog-widget-social li {
		margin-right: 5px
	}

	.blog-widget-social li a {
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 40px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog-widget-media img {
		width: 95px
	}

	.blog-widget-social li {
		margin-right: 5px
	}

	.blog-widget-social li a {
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 40px
	}
}

@media (max-width: 991px) {
	.blog-widget {
		margin-left: 0px
	}
}

.single-banner {
	background-size: cover !important;
	padding: 80px 0px;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	background: var(--gray);
	overflow: hidden;
	min-height: 500px;
}

.s-banner-left {
	text-align: left;
	justify-content: start;
}

.s-banner-left .breadcrumb {
	justify-content: flex-start;
}

.banner-sm {
	padding: 80px 0px;
	min-height: auto;
}

.single-banner::before {
	content: "";
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
}
.single-banner .container{
	position: relative;
	z-index: 11;
}
.single-banner h1 {
	font-size: 38px;
	margin-bottom: 0;
	color: var(--dark);
	font-weight: bold;
}

@media (max-width: 767px) {
	.single-banner {
		padding: 30px 0px;
		min-height: auto;
	}

	.single-banner h1 {
		font-size: 28px;
		margin-bottom: 0
	}
}

.top-filter {
	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;
	margin-bottom: 25px
}

.filter-short {
	width: 225px;
	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
}

.filter-show {
	width: 125px;
	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
}

.filter-label {
	font-size: 14px;
	font-weight: 500;
	margin-right: 8px;
	white-space: nowrap;
	text-transform: uppercase
}

.filter-select {
	height: 40px;
	background-color: transparent
}

.filter-select:focus-within {
	border-color: #ced4da
}

.filter-action {
	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
}

.filter-action a i {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: var(--text);
	background: transparent
}

.filter-action a i:hover {
	color: var(--primary)
}

.filter-action .active i {
	color: var(--white);
	background: var(--primary)
}

.filter-action .active i:hover {
	color: var(--white)
}

@media (max-width: 575px) {

	.filter-label,
	.filter-action {
		display: none
	}

	.filter-show {
		width: 80px
	}

	.filter-short {
		width: 130px
	}
}

.bottom-paginate {
	padding-top: 25px;
	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
}

.page-info {
	font-weight: 400;
	color: var(--text)
}

@media (max-width: 575px) {
	.bottom-paginate {
		margin-bottom: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.page-info {
		margin-bottom: 15px
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.bottom-paginate {
		margin-bottom: 30px
	}
}

.user-form-part {
	padding-top: 30px
}

.user-form-logo {
	text-align: center;
	margin-bottom: 25px
}

.user-form-logo img {
	width: 200px
}

.user-form-card {
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 20px;
	background: var(--white);
	border: 1px solid var(--border)
}

.user-form-title {
	text-align: center;
	margin-bottom: 30px
}

.user-form-title h2 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 5px;
	color: var(--primary)
}

.user-form-title p {
	text-transform: capitalize
}

.user-form-group {
	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
}

.user-form-social {
	width: 100%
}

.user-form-social li {
	margin-bottom: 20px
}

.user-form-social li a {
	width: 100%;
	font-size: 15px;
	padding: 10px 0px;
	border-radius: 8px;
	letter-spacing: 0.3px;
	text-align: center;
	text-transform: capitalize;
	color: var(--white);
	background: var(--primary)
}

.user-form-social li a i {
	font-size: 16px;
	margin-right: 10px
}

.user-form-social li:last-child {
	margin-bottom: 0px
}

.user-form-social .facebook {
	background: var(--facebook)
}

.user-form-social .twitter {
	background: var(--twitter)
}

.user-form-social .google {
	background: var(--google)
}

.user-form-social .instagram {
	background: var(--instagram)
}

.user-form-divider {
	width: 1px;
	height: 240px;
	margin: 0px 50px;
	background: var(--border);
	position: relative;
	z-index: 1
}

.user-form-divider p {
	width: 40px;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	margin: 0 auto;
	font-style: italic;
	line-height: 38px;
	border-radius: 50%;
	text-align: center;
	color: var(--gray);
	background: var(--white);
	border: 1px solid var(--border);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.user-form {
	width: 100%
}

.user-form .form-group {
	margin-bottom: 20px
}

.form-button {
	text-align: center
}

.form-button button {
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 500;
	line-height: 45px;
	border-radius: 8px;
	letter-spacing: 0.3px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary)
}

.form-button p {
	font-size: 15px;
	margin-top: 12px;
	text-transform: capitalize
}

.form-button p a {
	font-weight: 500;
	margin-left: 5px;
	color: var(--primary)
}

.form-button p a:hover {
	text-decoration: underline
}


.icon-box {
	margin-bottom: 15px;
}

.icon-box i {
	font-size: 62px;
	color: var(--dark);
}

.icon-box img {
	width: 90px;
	height: 90px;
}

.icon-box h4 {
	color: var(--dark);
	font-size: 20px;
	font-weight: bold;
}

.accordion {
	width: 100%;
}

.accordion .card {
	margin-bottom: 20px;
	border: 0;
}

.accordion .toggle {
	display: none;
}

.accordion .option {
	position: relative;
	margin-bottom: 1em;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.accordion .card-header {
	padding: 0;
	margin: 0;
	background: var(--chalk);
	border: 0;
}

.accordion .card-header>button {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	text-align: left;
}

.accordion .card-header>button[aria-expanded=true] .title {
	color: var(--primary);
}

.accordion .title {
	width: 100%;
	cursor: pointer;
	padding: 20px 30px 20px 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
	color: var(--dark);
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.2s;
}

.accordion2 .title {
	cursor: auto;
}

.accordion .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.2s;

}

.accordion .title:after,
.accordion .title:before {
	content: "";
	position: absolute;
	right: 26px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 0.75em;
	background-color: var(--dark);
	transition: all 0.2s;
}

.accordion2 .title::after {
	color: var(--dark);
	font-size: 16px;
	font-weight: 700;
	margin-left: auto;
	content: "\f138";
	position: absolute;
	font-family: "bootstrap-icons";
	padding: 12px 17px;
	border-radius: 4px;
	right: 20px;
	background-color: transparent;
	transform: rotate(0deg) !important;
	display: flex;
	align-items: center;
}

.accordion2 .title::before {
	background-color: transparent;
}

.accordion .title:after {
	transform: rotate(90deg);
}

.accordion .content {
	max-height: 0;
	overflow: hidden;
	background-color: #fff;
}

.content>div {
	padding: 20px;
	border-top: 1px solid var(--border);
}

.toggle:checked+.title+.content {
	max-height: 1000px;
}

.toggle:checked+.title:before {
	transform: rotate(90deg) !important;
}

.faq-q {
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

.faq-q span {
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	font-size: 12px;
	background: var(--dark);
	color: var(--white);
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq-a {
	position: relative;
	padding-left: 20px;
}


.pc-tab>input,
.pc-tab section>div {
	display: none;
}

#tab1:checked~section .tab1,
#tab2:checked~section .tab2,
#tab3:checked~section .tab3 {
	display: block;
}

#tab1:checked~nav .tab1,
#tab2:checked~nav .tab2,
#tab3:checked~nav .tab3 {}

.pc-tab {
	width: 100%;
	background: var(--white);
	color: var(--dark);
	border-radius: 8px;
}

.pc-tab ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
}

.pc-tab ul li {
	width: 100%;
	display: block;
	text-align: center;
}

.pc-tab ul li label {
	padding: 15px 25px;
	border-bottom: 0;
	background: var(--white);
	color: var(--dark);
	display: block;
	cursor: pointer;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.pc-tab ul li>a {
	padding: 15px 25px;
	border-bottom: 0;
	background: var(--white);
	color: var(--dark);
	display: block;
	cursor: pointer;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.pc-tab ul li:not(:last-child) label {
	border-right-width: 0;
}

.pc-tab section {
	clear: both;
}

.pc-tab section>div {
	padding: 30px;
	width: 100%;
	border: 1px solid var(--border);
	background: var(--white);
}


#tab1:checked~nav .tab1 label,
nav .tab1.active a,
#tab2:checked~nav .tab2 label,
nav .tab2.active a,
#tab3:checked~nav .tab3 label,
nav .tab3.active a {
	background: white;
	position: relative;
	border: 1px solid var(--border) !important;
	border-bottom: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: none !important
}

#tab1:checked~nav .tab1 label:after,
nav .tab1.active a::after,
#tab2:checked~nav .tab2 label:after,
nav .tab2.active a::after,
#tab3:checked~nav .tab3 label:after,
nav .tab3.active a::after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #ffffff;
	left: 0;
	bottom: -1px;
	z-index: 99;
}

.radio-img .image {
	width: 50px;
	height: 50px;
	background-position: center center;
	display: inline-block;
	margin: 0 10px 10px 0;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 50%;
	padding: 4px;
	cursor: pointer;
	border: 4px solid transparent;
}

.radio-img>input {
	display: none;
}

.radio-img>input:checked+.image {
	border: 4px solid var(--primary);
}

/*Enable disable button*/
.cd-switch {
	text-align: center;
	display: flex;
	justify-content: center;
}

.switchFilter {
	width: 0;
	display: inline-block;
	background-color: #DB6576;
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
	-moz-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
	transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
}

.cd-switch label {
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #3D4349;
	width: 120px;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	margin-right: 0;
}

.cd-switch .switch {
	position: relative;
	display: flex;
	z-index: 1;
	margin: 10px auto;
}

.switch input[type=radio] {
	visibility: hidden;
	position: absolute;
	height: 100%;
}

.switch input[type=radio]#yes~label {
	border-color: var(--green);
	color: var(--green);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

}

.switch input[type=radio]#no~label {
	border-color: var(--red);
	color: var(--red);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.switch input[type=radio]#yes:checked~label[for=yes] {
	color: white;
	border: 1px solid var(--green);
	background: var(--green);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.switch input[type=radio]#yes:checked~.switchFilter {
	left: 0;
	opacity: 1;
	width: 120px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.switch input[type=radio]#no:checked~label[for=no] {
	color: white;
	border: 1px solid var(--red);
	background: var(--red);
}

.switch input[type=radio]#no:checked~.switchFilter {
	left: 120px;
	width: 120px;
	opacity: 1;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.avn-img img {
	max-height: 400px;
	border: 4px double var(--white);
	padding: 5px;
	border-radius: 10px;
}

.blog-details-thumb img {
	width: 100%;
	border-radius: 8px;
	height: auto;
}

.blog-details-content {
	margin-bottom: 30px;
	background: var(--white);
}

.blog-details-content a {
	font-weight: 400;
}

.blog-details-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: 20px
}

.blog-details-meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 40px
}

.blog-details-meta li:last-child {
	margin: 0px
}

.blog-details-meta li i {
	color: var(--primary);
	margin-right: 10px;
	font-size: 16px
}

.blog-details-meta li a,
.blog-details-meta li span {
	font-size: 14px;
	white-space: nowrap;
}

.blog-details-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-details-meta li a:hover {
	color: var(--primary)
}

.blog-details-title {
	line-height: 44px;
	margin-bottom: 25px
}

.blog-details-desc {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 20px
}

.blog-details-quote {
	padding: 60px 60px 60px 180px;
	border-radius: 10px;
	margin-bottom: 20px;
	background: var(--heading);
	position: relative
}

.blog-details-quote::before {
	position: absolute;
	content: "\efcd";
	left: 60px;
	top: 60px;
	font-size: 60px;
	font-family: "icofont";
	color: var(--primary)
}

.blog-details-quote p {
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 20px;
	color: var(--white)
}

.blog-details-quote footer {
	letter-spacing: 3px;
	color: var(--green-chalk);
	text-transform: uppercase
}

.blog-details-grid {
	margin-bottom: 30px
}

.blog-details-grid img {
	border-radius: 10px
}

.blog-details-grid p {
	font-size: 17px;
	line-height: 30px
}

.blog-details-subtitle {
	margin-bottom: 30px
}

.blog-details-subtitle h3 {
	margin-bottom: 10px
}

.blog-details-subtitle p {
	font-size: 17px;
	line-height: 30px
}

.blog-details-list {
	list-style-type: decimal;
	margin: 0px 30px 0px 50px
}

.blog-details-list li {
	margin-bottom: 25px
}

.blog-details-footer {
	padding-top: 45px;
	margin-top: 50px;
	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
}

.blog-details-share li span {
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize
}

.blog-details-share li {
	margin-right: 8px;
	display: inline-block
}

.blog-details-share li a {
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: var(--text);
	background: var(--chalk);
	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-details-share li a:hover {
	color: var(--white);
	background: var(--primary)
}

.blog-details-tag li span {
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize
}

.blog-details-tag li {
	margin-right: 8px;
	display: inline-block
}

.blog-details-tag li a {
	font-size: 14px;
	padding: 3px 12px;
	border-radius: 3px;
	color: var(--text);
	background: var(--chalk);
	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-details-tag li a:hover {
	color: var(--white);
	background: var(--primary)
}

.blog-details-profile {
	padding: 50px;
	border-radius: 10px;
	margin-bottom: 30px;
	background: var(--white);
	text-align: center
}

.blog-details-profile a img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 15px;
	border: 8px solid var(--chalk)
}

.blog-details-profile h3 {
	text-transform: capitalize
}

.blog-details-profile h4 {
	font-size: 15px;
	font-weight: 400;
	color: var(--primary);
	margin-bottom: 15px
}

.blog-details-profile ul {
	margin-bottom: 25px
}

.blog-details-profile ul li {
	display: inline-block;
	margin: 0px 5px
}

.blog-details-profile ul li a {
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: var(--text);
	background: var(--chalk);
	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-details-profile ul li a:hover {
	color: var(--white);
	background: var(--primary)
}

.blog-details-profile p {
	font-size: 17px;
	line-height: 30px
}

.blog-details-navigate {
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
	background: var(--white)
}

.blog-details-prev,
.blog-details-next {
	margin: 15px
}

.blog-details-prev h4,
.blog-details-next h4 {
	margin-bottom: 20px
}

.blog-details-prev h4 a,
.blog-details-next h4 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-details-prev h4 a:hover,
.blog-details-next h4 a:hover {
	color: var(--primary)
}

.blog-details-prev .nav-arrow,
.blog-details-next .nav-arrow {
	font-size: 14px;
	padding: 10px 25px;
	border-radius: 5px;
	color: var(--heading);
	background: var(--chalk);
	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-details-prev .nav-arrow:hover,
.blog-details-next .nav-arrow:hover {
	color: var(--white);
	background: var(--primary)
}

.blog-details-next {
	text-align: right
}

.blog-details-comment {
	padding: 50px;
	border-radius: 10px;
	margin-bottom: 30px;
	background: var(--white)
}

.comment-title {
	margin-bottom: 30px;
	text-transform: capitalize
}

.comment-item {
	padding: 45px 45px;
	border-radius: 8px;
	margin-bottom: 30px;
	background: var(--chalk);
	border: 1px solid var(--border)
}

.comment-item:last-child {
	margin-bottom: 0px
}

.comment-media {
	margin-bottom: 15px;
	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
}

.comment-avatar {
	border-radius: 50%;
	margin-right: 20px;
	border: 2px solid var(--primary)
}

.comment-avatar img {
	width: 65px;
	border-radius: 50%;
	border: 2px solid var(--white)
}

.comment-meta a {
	color: var(--heading);
	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
}

.comment-meta a:hover {
	color: var(--primary)
}

.comment-meta span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: var(--heading);
	text-transform: capitalize
}

.comment-desc {
	margin-bottom: 20px
}

.comment-reply {
	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
}

.comment-reply input {
	width: 100%;
	padding: 7px 18px;
	border-radius: 6px;
	margin-right: 20px;
	background: var(--white)
}

.comment-reply button {
	font-size: 15px;
	padding: 6px 15px;
	border-radius: 6px;
	color: var(--white);
	background: var(--primary);
	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
}

.comment-reply button:hover {
	background: var(--heading)
}

.comment-reply button i {
	margin-right: 5px
}

.comment-reply-list {
	margin-left: 80px;
	margin-top: 35px;
	border-top: 1px solid var(--border)
}

.comment-reply-item {
	padding: 30px 0px;
	border-bottom: 1px solid var(--border)
}

.comment-reply-item:last-child {
	padding-bottom: 0px;
	border-bottom: none
}

.blog-details-form {
	padding: 50px;
	border-radius: 10px;
	background: var(--white)
}

.details-form-title {
	margin-bottom: 30px;
	text-transform: capitalize
}

.form-group textarea {
	height: 120px
}

@media (max-width: 575px) {
	.blog-details-content {
		padding: 20px
	}

	.blog-details-title {
		font-size: 28px;
		line-height: 38px
	}

	.blog-details-quote {
		padding: 75px 25px 25px
	}

	.blog-details-quote::before {
		font-size: 50px;
		left: 25px;
		top: 25px
	}

	.blog-details-quote p {
		font-size: 22px
	}

	.blog-details-list {
		margin: 0px 15px 0px 35px
	}

	.blog-details-footer {
		margin-top: 0px;
		padding-top: 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.blog-details-share {
		margin-bottom: 30px
	}

	.blog-details-navigate li a {
		padding: 13px 13px
	}

	.blog-details-profile {
		padding: 25px 15px
	}

	.blog-details-comment {
		padding: 15px
	}

	.comment-item {
		padding: 20px 20px
	}

	.comment-reply {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.comment-reply input {
		margin-right: 0px;
		margin-bottom: 10px
	}

	.comment-reply-list {
		margin-left: 15px
	}

	.blog-details-form {
		padding: 20px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.blog-details-quote {
		padding: 120px 60px 60px
	}

	.blog-details-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.blog-details-share {
		margin-bottom: 30px
	}

	.comment-reply-list {
		margin-left: 30px
	}
}

/*service box*/
	.service-box{
		border: 0;
		padding: 30px;
		-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;
		transition: all 0.4s ease-in-out;
		height: 100%;
		border-radius: 12px;
		position: relative;
		font-size: 14px;
	}
	.service-img{
		margin-bottom: 1rem;
	}
	.service-img img{
		height: 80px;
		object-fit: contain;
	}
	.service-icon{
		margin-bottom: 1rem;
	}
	.service-icon i{
		font-size: 70px;
		color: var(--primary);
	}
	.service-box-title{
		font-weight: 600;
		font-size: 16px;
		line-height: 1.4;
		margin: 15px 0 0 0;
		color: var(--dark);
	}
	.service-box-title a{
		color: var(--dark);
	}
	.service-box-text{
		margin-bottom:0;
		margin-top:1rem;
	}
	.service-box-content a.link{
		margin-top:20px;
        color: var(--dark);
	}
	/*style-1*/
	.service-box.style-1{
		border: 0;
		border-radius: 0;
		padding: 0;
	}
	.service-box.style-1 .service-img img{
		width: 100px;
		height: 100px;
		object-fit: contain;
		margin: 0 auto;
		padding: 0;
	}
	.service-box.style-1 .service-box-title{

	}
	/*style-2*/
	.service-style-2{
		
	}
	.service-box.style-2{
		display: flex;
        background: var(--white);
		border: 1px solid var(--primary);
		padding: 15px;
	}
	.service-box.style-2 .service-img{
		min-width:60px;
		width: 60px;
		height: 60px;
		margin-right:10px;
		margin-bottom: 0;
	}
	.service-box.style-2 .service-box-text{
		margin-top: 5px
	}
	.service-box.style-2 .service-img img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.service-box.style-2 .service-box-title{
        margin: 0 !important;
    }
    .service-box.style-2 .service-box-content{
        display: flex;
        flex-direction: column;
    }
    .service-box.style-2 .service-box-content a.link{
		margin-top:auto;
	}
	
	.process .service-box .service-img{
		position: absolute;
		right: -28px;
		top: 20px;
		opacity: 0.2;
	}
	.process .service-box.style-2:hover .service-img, .process .service-box.style-3:hover .service-img{
		filter: brightness(0) invert(1);
		opacity: 0.4;
	}
	/* style 3 */
	.service-style-3{
		padding: 3rem;
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
		background: var(--white);
		border-radius: 12px;
	}
	.service-box.style-3{
        background: var(--white);
        padding: 10px;
		border: 0;
		box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
	}
	.service-box.style-3 .service-img{
		min-width:100px;
		height: 100px;
		margin-bottom: 0;
	}
	.service-box.style-3:hover{
		box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	}
	.service-box.style-3 .service-img img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.service-box.style-3 .service-icon{
		min-width:40px;
		margin-right:0;
		margin-bottom: 0;
	}
    .service-box.style-3 .service-box-content{
        display: flex;
        flex-direction: column;
    }
    .service-box.style-3 .service-box-content a.link{
		margin-top:auto;
	}

	/*style-4*/
	.service-box.style-4{
		border: 1px solid var(--primary);
		transition: all .3s ease-out 0s;
		background: var(--white);
		padding: 20px;
	}
	.service-box.style-4:hover{
		transform: scale(1.05);
	}
	.service-box.style-4 .service-box-title{
		
	}
	.service-box.style-4 .service-box-content li{
		position: relative;
		padding-left: 16px;
		padding-top: 5px;
	}
	.service-box.style-4 .service-box-content li::before{
		background-repeat: no-repeat;
		background-size: 100%;
		width: 18px;
		height: 18px;
		position: absolute;
		content: '✦';
		left: 0;
		top: 5px;
		color: var(--primary);
	}
	.service-box.style-4 .service-icon, .service-box.style-4 .service-img{
		width: 100px;
		height: 100px;
		border-radius:50%;
		margin: 0 auto 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: var(--chalk);
	}
	.service-box.style-4:hover img{
		transform: rotate(30deg);
	}
	.service-box.style-4 img{
		width: 80px;
		height: 80px;
	}
	.service-slider .slick-list{
		margin: 0 -20px;
	}
	.service-slider .slick-track{
		display: flex;
	}
	.service-slider .slick-slide{
		height: auto !important;
	}
	.service-slider .service-box{
		margin: 10px;
	}
	.service-card {
		padding: 10px;
	}
	.service-card a{
		width: 100%;
	}
	.service-card .case-item-thumb {
		position: relative;
		z-index: 1;
	}
	.service-card .case-item-thumb:before {
		content: "";
		position: absolute;
		bottom: -20px;
		right: -20px;
		width: 100%;
		border-radius: 16px;
		background-color: var(--chalk);
		top: 20px;
		transition-duration: .2s;
		z-index: -1;
	}
	.service-card:hover .case-item-thumb:before {
		bottom: -10px;
		right: -10px;
	}
	.service-card img{
		width: 100%;
		height: 300px;
		object-fit: cover;
		border-radius: 20px;
	}

@media (max-width: 767px) {
	.service_style_4 {
		padding: 20px;
		;
	}

	.service-img img {
		height: 150px;
	}
	.service-slider .slick-list{
		margin: 0;
	}
}

/* style-big */
.service-box.big {
	position: relative;
	width: 100%;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.service-box.big .service-img {
	width: 100%;
	height: 100%;
}

.service-img img {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 100%;
	object-fit: cover;
}

.service-box.big:hover .service-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	box-shadow: none;
}

.service-box.style-6:hover {
	box-shadow: none;
}

.service-box.big .service-box-content h5 {
	font-weight: 400;
	font-size: 50px;
	line-height: 52px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
}

/* style-5*/
.service-box.style-5 {
	padding: 0;
	border: 0;
	position: relative;
	height: 100%;
}

.service-box.style-5 .service-img {
	width: 100%;
	height: 100%;
	display: block;
}

.service-box.style-5 .service-img img {
	width: 100%;
	height: 100%;
	display: inline-block;
	border-radius: 10px;
}

.service-box.style-5 .service-box-title {
	margin-bottom: 10px;
}

.service-box.style-5 .service-box-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 10px;
}
.gridgallery-item .service-box.style-5 .service-box-content{
	background: none !important;
}

.service-box.style-5 .service-box-content h5 {
	font-size: 24px;
}

.service-box.style-5 .service-box-content h5,
.service-box.style-5 .service-box-content p {
	margin: 0;
	color: var(--dark);
}

.service-box.style-5 .service-box-content>a {
	position: relative;
	width: 96%;
	height: 96%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--dark);
	z-index: 1;
	opacity: 0;
}

.service-box.style-5 .service-box-content>a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	color: var(--dark);
	z-index: -1;
	transform: scale(0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.service-box.style-5:hover .service-box-content>a {
	opacity: 1;
}

.service-box.style-5:hover .service-box-content>a::before {
	transform: scale(1);
}
/* style-6 */
.service-box.style-6 {
	position: relative;
	width: 100%;
	padding: 0;
	border: 0;
	background: var(--white);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.service-box.style-6 .service-img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin: 0;
}

.service-box.style-6 .service-img img {
	display: block;
	width: 100%;
	height: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.service-box.style-6 .service-box-content{
	
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.service-box.style-6:hover .service-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.service-box.style-6:hover {
	
}

/* style-7 */
.service-box.style-7 {
	position: relative;
	width: 100%;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.service-box.style-7 .service-img {
	width: 100%;
	height: 100%;
}

.service-box.style-7 .service-img img {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.service-box.style-7:hover .service-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.service-box.style-7:hover {
	box-shadow: none;
}

.service-box.style-7 .service-box-content a.link {
	margin-top: 20px;
	width: 100%;
	max-width: 300px;
}

.service-box.style-7 .service-box-content a {
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	color: #323232;
	position: absolute;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	background: var(--white);
}

.service-box-content a.link:hover {
	color: var(--primary);
}

/*pricing box*/
.pricing-item {
	border-radius: 5px;
	text-align: center;
	background: var(--white);
	margin-bottom: 30px;
	padding: 15px 15px 45px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.pricing-item:hover .pricing-header {
	background-color: var(--primary);
}

.pricing-item:hover .price,
.pricing-item:hover .pricing-time,
.pricing-item:hover .pricing-title {
	color: white;
}

.pricing-item ul {
	margin: 45px 0;
}

.pricing-item ul li {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 18px;
}

.pricing-header {
	padding: 25px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-radius: 5px;
	background-color: var(--chalk);
}

.pricing-header .pricing-title {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.pricing-header .price {
	line-height: 1;
	font-size: 48px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #104cba;
}

.pricing-header .price:before {
	content: '$';
	font-size: 24px;
}

.pricing-header .pricing-time {
	opacity: 0.5;
	color: black;
	margin: 10px 0 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

/*parent menu*/
.parent-menu {
	padding: 20px 20px 0;
	background: var(--darkblue);
	border-radius: 5px;
}

.parent-menu li {
	margin-bottom: 10px;
	width: 100%;
}

.parent-menu li a {
	background: var(--white);
	color: var(--dark);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1px 1px 1px 20px;
	align-items: center;
	border-radius: 5px;
	border: 0;
}

@media only screen and (max-width: 375px) {
	.parent-menu li a {
		font-size: 16px;
	}
}

.parent-menu>li.page_item_has_children>a {
	display: none;
}

.parent-menu li.current_page_item>a,
.parent-menu li a:hover {
	color: var(--primary);
	background: var(--chalk);
}

.parent-menu li a::after {
	color: var(--dark);
	font-size: 16px;
	font-weight: 700;
	margin-left: auto;
	content: "\f138";
	font-family: "bootstrap-icons";
	padding: 12px 17px;
	border-radius: 4px;
}

.parent-menu li.current_page_item a::after {
	color: var(--white);
	background: var(--primary);
}

.parent-menu li a:hover::after {
	color: var(--white);
	background: var(--primary);
}

.parent-menu ul ul.children {
	margin-top: 10px;
	margin-left: 10px;
	display: none;
}

.parent-menu ul li.current_page_item ul.children,
.parent-menu ul li.current_page_ancestor ul.children {
	display: block;
}

.wp-block-column .container {
	padding: 0;
}

.wp-block-column .section,
.case-single-page .section {
	padding: 0;
}

@media all and (max-width: 999px) {
	.wp-block-columns {
		flex-wrap: wrap;
	}

	.wp-block-column {
		flex-basis: 100% !important;
		margin-left: 0 !important;
	}
}

.bullets {
	margin-bottom: 30px;
}

.bullets li {
	position: relative;
	padding-left: 30px;
	padding-top: 5px;
}

.bullets li::before {
	font-family: "bootstrap-icons";
	content: "\f26a";
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--primary);
}

.bullets li li::before {
	color: var(--gray) !important;
}

.bullets.style-1 li::before {
	content: "\f633";
	color: var(--primary);
}

.bullets.style-2 li::before {
	content: "\f4b5";
	color: var(--primary);
}

.bullets.style-3 li::before {
	content: "\f26c";
	color: var(--primary);
}

ol.bullets {
	counter-reset: li;
}

ol.bullets ol {
	counter-reset: li;
}

ol.bullets li::before {
	content: counters(li, ".");
	counter-increment: li;
	background: var(--primary);
	color: var(--white);
	width: 20px;
	height: 20px;
	display: flex;
	top: 10px;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 2px;
}

ol.bullets li li::before {
	color: var(--white) !important;
}

.sm-cta-banner {
	background: var(--primary);
	color: var(--white);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-radius: 5px;
}

.sm-cta-banner h4 {
	color: var(--white);
	margin-bottom: 0;
}

.sm-cta-banner .btn {
	min-width: 120px;
}

.cta-banner {
	padding: 30px 0;
	position: relative;
	z-index: 1;
}

.cta-banner::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.2;
	top: 0;
	left: 0;
	z-index: -1;
}

.cta-banner-content h4 {
	color: var(--white);
	margin-bottom: 0;
	font-size: 40px;
	line-height: 42px;
}

.cta-banner-content .btn {
	min-width: 190px;
}

.cta-banner {
	padding: 26px 0;
}

.cta-banner-card {
	position: relative;
	border-radius: 22px;
	padding: 20px 36px;
}
.cta-flower {
	position: absolute;
	width: 120px;
	height: auto;
	opacity: 0.95;
	z-index: 0;
	pointer-events: none;
}

.cta-flower-left {
	top: -30px;
	left: 0
}

.cta-flower-right {
	top: -30px;
	right: 0;
}

.cta-banner-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
}

.cta-banner-icon {
	width: 92px;
	height: 92px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 72px;
}

.cta-banner-content {
	color: #fff;
	padding: 0;
}

.cta-banner-content .cta-kicker {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	opacity: .92;
}

.cta-banner-content h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 44px;
	line-height: 1.12;
	font-family: var(--stylefamily);
}

.cta-banner-content .cta-description {
	max-width: 620px;
	font-size: 18px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.95);
}

.cta-banner-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-end;
}

.cta-btn {
	min-width: 180px;
	padding: 18px 26px;
	border-radius: 12px;
	background: #fff !important;
	border: 0 !important;
	color: #ea4d7c !important;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.cta-btn:hover {
	background: #fff !important;
	color: #d83f70 !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.cta-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1;
}

@media (max-width: 1199px) {
	.cta-banner-inner {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.cta-banner-actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.cta-banner-card {
		padding: 24px 18px;
		border-radius: 18px;
	}

	.cta-flower {
		width: 110px;
		opacity: .65;
	}

	.cta-banner-inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.cta-banner-icon {
		width: 72px;
		height: 72px;
		font-size: 34px;
	}

	.cta-banner-content h2 {
		font-size: 28px;
	}

	.cta-banner-content .cta-description {
		font-size: 16px;
	}

	.cta-btn {
		width: 100%;
		min-width: 0;
	}

	.cta-banner-actions {
		width: 100%;
	}
}

/*counter*/
.section-counter {
	position: relative;
	z-index: 1;
}

/* 	.section-counter::before{
		background:url(images/wave.png) bottom right no-repeat;
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background-size: cover;
		opacity: 0.2;
		top: 0;
		left: 0;
		z-index: -1;
	} */
.success-item .counting {
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 20px;
	display: inline-block;
	color: var(--primary);
}

.success-item p {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0;
}

.success-item .counting.plus:after {
	content: '+';
	padding-left: 0px;
}

.success-item .counting.percentage:after {
	content: '%';
	padding-left: 0px;
}

.success-item .counting.k:after {
	content: 'k';
	padding-left: 0px;
}

.success-item .counter-icon {
	font-size: 48px;
	margin-bottom: 20px;
	color: var(--primary);
}

.text-white .success-item .counter-icon,
.text-white .success-item .counting {
	color: var(--white);
}

.sidebar-sticky {
	position: sticky;
	top: 120px;
}

body.admin-bar .sidebar-sticky {
	top: 150px;
}

/*casestudy*/
.casestudy-item {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.casestudy-item:hover .casestudy-content {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	background: var(--primary);
}

.casestudy-item img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 5px;
}

.casestudy-item .casestudy-content {
	bottom: 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	padding: 22px 22px 10px;
	left: 30px;
	background: var(--white);
	border-radius: 5px;
	width: calc(100% - 60px);
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}

.casestudy-item .casestudy-content .category {
	font-size: 12px;
	margin-bottom: 5px;
	display: inline-block;
}

.casestudy-item:hover .casestudy-content a {
	color: var(--white);
}

.casestudy-wrap .item.active {
	display: inline-block;
	transition: all 0.5s ease;
	position: relative;
}

.casestudy-wrap .item.delete {
	display: none;
	transition: all 0.5s ease;
}

.casestudy-filter {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	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: 40px;
}

.casestudy-filter li {
	margin: 3px;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-weight: 500;
	padding: 3px 18px;
	border-radius: 5px;
	color: var(--dark);
}

@media only screen and (max-width: 480px) {
	.casestudy-filter li {
		font-size: 16px;
	}
}

.casestudy-filter li:hover,
.casestudy-filter li.current {
	color: var(--white);
	background: var(--primary);
}

/*Video Player*/
.video-player {
	width: 100%;
	min-height: 250px;
	position: relative;
	margin-bottom: 30px;
}

.wp-block-embed-youtube iframe {
	height: 500px;
}

.video-player>a {
	width: 100%;
}

.video-player .video-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	min-height: 250px;
}

.overlay-play-icon {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.overlay-play-icon:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.overlay-play-icon i {
	font-size: 48px;
	border-radius: 50%;
}

.video-button {
	position: relative;
	width: 50px;
	height: 50px;
	background: var(--primary);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	color: var(--white);
	padding: 0;
	text-align: center;
	transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
	box-shadow: 0 0 1px 10px rgb(255 255 255 / 40%), 0 0 1px 20px rgb(255 255 255 / 6%);
}

.overlay-play-icon:hover .video-button {
	box-shadow: 0 0 1px 15px rgb(255 255 255 / 40%), 0 0 1px 30px rgb(255 255 255 / 10%), 0 0 1px 45px rgb(255 255 255 / 6%);
}

.popup-size {
	max-width: 520px;
	padding-bottom: 20px;
}

.contact-inner {
	box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	padding: 35px;
	background: var(--white);
}

.contact-details {
	background: var(--primary);
	color: var(--white);
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.contact-details::before {
	
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.5;
	z-index: -1;
}

.contact-info li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact-info li i {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	color: var(--white);
	margin: 5px 12px 0 0;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.25);
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
}

.contact-info li a {
	color: var(--white);
}
.contact-info h5{
	margin-bottom: 15px;
}
.sidebar-sticky .inquiry-form {
	background: var(--primary);
	color: var(--white);
	padding: 20px;
	border-radius: 6px;
}

.sidebar-sticky .inquiry-form h4 {
	color: var(--white);
}

.enquiry_form {
	padding: 0;
}

body.error404 .header-part {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

body.error404 .footer {
	padding-top: 0;
}

body.error404 .footer-bottom {
	margin-top: 0;
}

.sticky-social {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 9;
}

.sticky-social ul {
	margin: 0;
	padding: 0;
}

.sticky-social ul li a {
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	color: var(--white);
	background: var(--gray);
}

.sticky-social ul li button {
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	color: var(--white);
	background: var(--blue);
	border: 0;
}

.sticky-social ul li .whatsapp {
	color: var(--white);
	background: rgb(141, 247, 137);
	background: linear-gradient(180deg, rgba(141, 247, 137, 1) 0%, rgba(91, 182, 67, 1) 100%);
}

.c_popup {
	max-width: 460px;
	border-radius: 8px;
}

/*contact form 7*/
.wpcf7-list-item {
	margin-left: 0;
	width: 100%;
}

.wpcf7 form .wpcf7-response-output {
	margin: 10px 0 0 !important;
}

.wpcf7-spinner {
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wpcf7-form .row p:last-child {
	margin-bottom: 0;
}

img[data-src] {
	opacity: 0;
	transition: opacity .25s ease-in-out;
	will-change: opacity;
}

img[data-src][src] {
	opacity: 1;
}

.brand-wrap {
	padding: 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 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.brand-overlay a i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.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;
	}
}

.wp-block-code {
	background: #333;
	color: #fff;
}

.wp-block-code code {
	color: #fff !important;
}

.wp-block-embed iframe {
	width: 100%;
}

.popular-venue {}

.popular-venue .venue-item {
	position: relative;
	height: auto;
	margin: 10px;
}
.popular-venue .slick-track{
	display: flex;
}
.popular-venue .venue-item .venue-inner {
	color: var(--dark);
	padding: 20px;
	border-radius: 12px;
	height: 100%;
	background: rgb(212,160,88);
	background: -moz-linear-gradient(180deg, rgba(212, 160, 88, 0.05) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(212, 160, 88, 0.05) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(212, 160, 88, 0.05) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d4a058",endColorstr="#ffffff",GradientType=1);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.popular-venue .venue-thumb {}

.popular-venue .venue-thumb img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-radius: 8px;
}

.popular-venue .venue-content {
	padding: 10px 0 0 0;
	text-align: center;
}

.popular-venue .venue-content h4 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
}
.popular-venue .venue-content ul li{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-left: 20px;
}
.popular-venue .venue-content ul li i{
	position: absolute;
	left: 0;
	top: 0;
}

.popular-venue .venue-shape-1,
.popular-venue .venue-shape-2 {
	position: absolute;
	background-color: var(--white);
}

.popular-venue .venue-shape-1 img,
.popular-venue .venue-shape-2 img {
	width: auto;
	height: 30px;
}

.popular-venue .venue-shape-1 {
	top: -15px;
	right: -10px;
}

.popular-venue .venue-shape-2 {
	bottom: -15px;
	left: -10px;
}

.gridgallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 300px 300px;
	gap: 15px;
	grid-auto-flow: dense;
}

.gridgallery .gridgallery-item:nth-child(1) {
	grid-column: 1 / 1;
	grid-row: 1 / 3;
}

.gridgallery .gridgallery-item:nth-child(4) {
	grid-column: 3 / 4;
	grid-row: 3 / 1;
}

.gridgallery-item .gridshop-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.gridgallery .gridgallery-item .service-img {
	height: 100%;
	width: 100%;
}

.gridgallery .gridgallery-item .service-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}


/* form */
.inquiry-form {
	border-radius: 8px;
	padding: 60px 30px;
	margin: 0;
	background: var(--white);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.inquiry-form h4 {
	margin-bottom: 25px
}

.bullets li {
	position: relative;
	padding-left: 30px;
}

.bullets li::before {
	font-family: "bootstrap-icons";
	content: "\f633";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--primary);
}

.bullets li li::before {
	font-family: "bootstrap-icons";
	content: "\F309";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--primary);
	font-size: 37px;
}

.bullets.style-1 li::before {
	content: "\f26a";
	color: var(--primary);
}

.bullets.style-2 li::before {
	content: "\f4b5";
	color: var(--primary);
}

.bullets.style-3 li::before {
	content: "\f26c";
	color: var(--primary);
}

.sm-cta-banner {
	background: var(--primary);
	color: var(--white);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-radius: 5px;
}

.sm-cta-banner h4 {
	color: var(--white);
	margin-bottom: 0;
}

/*  */
.inquiry-form.style-2 {
	border-radius: 8px;
	padding: 60px 30px;
	margin: 0;

	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


/* promo part*/
.promo-content {
	background-size: cover !important;
	padding: 60px 0px;
	border-radius: 8px;
	text-align: center;
	position: relative;
	z-index: 1
}

.promo-content::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.35)
}

.promo-content h3 {
	color: var(--white);
	margin-bottom: 12px;
	text-transform: capitalize;
	text-shadow: var(--primary-tshadow)
}

.promo-content h3 span {
	font-size: 40px;
	font-weight: 700;
	font-family: sans-serif;
	color: var(--yellow)
}

.promo-content h2 {
	font-size: 50px;
	margin-bottom: 25px;
	color: var(--white);
	text-shadow: var(--primary-tshadow)
}

@media (max-width: 575px) {
	.promo-content {
		padding: 60px 15px
	}
	.promo-content h3 {
		font-size: 22px
	}
	.promo-content h3 span {
		font-size: 30px
	}
	.promo-content h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.service-box-content h4 {
		font-size: 16px;
		line-height: 20px;
	}
}

.searchbar {
	background-color: var(--chalk);
	padding: 30px 0;
}

.vendor-single-page {
	background-color: var(--chalk);
}

.vendor-card {
	background: var(--white);
	padding: 30px;
	margin: -30px 30px 0;
	z-index: 99;
	position: relative;
}

.vendor-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.vendor-main-img img {
	max-height: 500px;
	width: 100%;
	object-fit: cover;
}

.ventor-title-rating {
	background: var(--primary);
	color: var(--white);
	padding: 5px 10px;
	border-radius: 5px;
	display: flex;
	gap: 6px;
}

.vendor-content {
	background: var(--white);
	border: 1px solid rgba(0, 0, 0, .125);
}

.gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 200px 200px;
	gap: 15px;
	grid-auto-flow: dense;
}

.gallery a:nth-child(1) {
	grid-column: 1 / 1;
	grid-row: 1 / 3;
}

.gallery a:nth-child(4) {
	grid-column: 3 / 4;
	grid-row: 3 / 1;
}

.gallery a img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.wp-block-gallery,
.blocks-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
	margin: 0;
}

.wp-block-gallery .wp-block-image,
.blocks-gallery-grid .blocks-gallery-item {
	margin: 0;
	width: 100%;
}

.wp-block-gallery .wp-block-image img,
.blocks-gallery-grid .blocks-gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-item {
	height: 100%;
	border-radius: 18px;
	overflow: hidden;
	background: var(--white);
	box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
}

.gallery-item > a,
.gallery-item > img {
	display: block;
	width: 100%;
	height: 100%;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.gallery-caption {
	padding: 12px 14px;
	font-size: 14px;
	line-height: 1.5;
}

.service-slider .service-slide {
	padding: 0 10px;
}

.wp-block-gallery.columns-1,
.blocks-gallery-grid.columns-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.wp-block-gallery.columns-2,
.blocks-gallery-grid.columns-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wp-block-gallery.columns-4,
.blocks-gallery-grid.columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wp-block-gallery.columns-5,
.blocks-gallery-grid.columns-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.wp-block-gallery.columns-6,
.blocks-gallery-grid.columns-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.wp-block-gallery.columns-7,
.blocks-gallery-grid.columns-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.wp-block-gallery.columns-8,
.blocks-gallery-grid.columns-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr));
}

.videogallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 160px 160px;
	gap: 15px;
	grid-auto-flow: dense;
}

.videogallery>a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.videogallery>a img {
	height: 100%;
	width: 100%;
}

.videogallery>a i {
	position: absolute;
	color: var(--white);
	font-size: 28px;
}

@media (max-width: 575px) {
	.ventor-title-rating {
		position: absolute;
		top: -20px;
		right: 10px;
		font-size: 12px;
	}

	.gallery,
	.videogallery {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 100px 100px;
		gap: 15px;
	}

	.gallery a:nth-child(1) {
		grid-column: 1 / 1;
		grid-row: 1 / 1;
	}

	.gallery a:nth-child(4) {
		grid-column: inherit;
		grid-row: 1 / 1;
	}
	
	.gridgallery {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 200px 200px;
		gap: 15px;
	}
	.service-box.style-5 .service-box-content h5{
		font-size: 18px;
	}

	.gridgallery .gridgallery-item:nth-child(1) {
		grid-column: 1 / 1;
		grid-row: 1 / 1;
	}

	.gridgallery .gridgallery-item:nth-child(4) {
		grid-column: inherit;
		grid-row: 1 / 1;
	}
	.inquiry-form{
		padding: 30px 20px;
	}
	.footer-top{
		padding: 20px 20px;
	}
	.footer-top:before {
		left: 1%;
		top: 1%;
		width: 98%;
		height: 98%;
	}
	.footer-widget .footer-social{
		justify-content: center;
	}
	.vendor-card{
		margin: -30px 10px 0;
		padding: 20px;
	}
}


.review-item {
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 15px;
	background: var(--white);
	border: 1px solid var(--border);
	position: relative;
}

.review-item:last-child {
	margin-bottom: 0px
}

.review-media {
	margin-bottom: 15px;
	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
}

.review-avatar {
	margin-right: 15px;
	border-radius: 50%;
	border: 2px solid var(--border)
}

.review-avatar img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 2px solid var(--white)
}

.review-meta {
	text-transform: capitalize;
	margin-bottom: 0;
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.review-meta a {
	color: var(--heading);
	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
}

.review-meta a:hover {
	color: var(--primary)
}

.review-meta-star {
	background-color: var(--primary);
	color: var(--white);
	border-radius: 5px;
	padding: 2px 10px;
	display: inline-block;
	font-size: 14px;
}

.review-meta span {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: var(--text)
}

.review-meta span b {
	font-weight: 500;
	color: var(--primary)
}

.review-rating {
	margin-bottom: 10px
}

.review-rating li {
	font-size: 16px;
	margin-right: 5px;
	color: var(--yellow);
	display: inline-block
}

.review-desc {
	margin-bottom: 0
}

/* 21-7-2023 */


.story-timeline {
	position: relative
}

.story-timeline::after {
	content: "";
	position: absolute;
	background: var(--primary);
	width: 2px;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%)
}

.story-circle-start {
	position: absolute;
	background: #fff;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 0;
	border: 2px solid var(--primary);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1
}

.story-right-img .story-img {
	margin-left: 40px;
	padding: 40px
}

.story-left-img .story-img {
	margin-left: auto;
	margin-right: 40px;
	padding: 40px
}

.story-img {
	max-width: 310px;
	position: relative
}

.story-img img {
	border-radius: 50%;
	border: 3px solid var(--primary);
	padding: 8px
}

.story-img-shape {
	position: absolute;
	width: 100px;
	right: 0;
	bottom: 70px
}

.story-left-img .story-img-shape {
	left: 0
}

.story-img-shape img {
	border: none;
	padding: 0
}

.story-left-content .story-content {
	margin-right: 40px;
	padding: 40px;
	text-align: right
}

.story-right-content .story-content {
	margin-left: 40px;
	padding: 40px
}

.story-content span {
	font-weight: 500;
	color: var(--primary);
	margin: 5px 0;
	display: block
}

.story-timeline .row {
	position: relative
}

.story-icon {
	position: absolute;
	background: var(--primary);
	color: #fff;
	font-size: 20px;
	width: 43px;
	height: 43px;
	line-height: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1
}

@media all and (max-width:991px) {
	.story-timeline::after {
		display: none
	}

	.story-circle-start,
	.story-icon {
		display: none
	}

	.story-img {
		width: 250px
	}

	.story-left-img .story-img {
		margin-left: unset;
		margin-right: 0;
		padding: 0
	}

	.story-img-shape {
		bottom: 0
	}

	.story-left-content .story-content {
		margin-right: 0;
		padding: 0;
		text-align: unset
	}

	.story-timeline .row {
		background: #edf3f8;
		margin-bottom: 25px;
		padding: 50px 30px
	}

	.story-timeline .row:last-child {
		display: none
	}

	.story-right-img .story-img {
		margin-left: 0;
		padding: 0
	}

	.story-right-content .story-content {
		margin-left: 0;
		padding: 0
	}

	.story-left-content {
		margin-bottom: 25px
	}

	.story-right-content {
		margin-top: 25px
	}
}
.hero-banner{
	background: var(--chalk);
	padding-top: 50px;
	position: relative;
}
.hero-banner::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 300px;
	background-image: url(images/shape/shape-left-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.hero-banner::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	height: 300px;
	background-image: url(images/shape/shape-right-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.datepicker-days tbody tr td{
	padding:inherit;
}
.datepicker-days thead tr{
	background: inherit;
}
.datepicker-days thead tr th{
	color: inherit;
	font-size: inherit;
}

.nav-list li.has-submenu .submenu-button {
	position: absolute;
	right: 0;
	width: 40px;
	height: 50px;
	z-index: 9999;
	cursor: pointer;
	border-radius: 4px;
}
.nav-list li.has-submenu .dropdown-list.active {
	display: block;
}
.weddingslider{
	
}
.weddingslider .wedding-item{
	margin: 10px;
}
.weddingslider .wedding-item .wedding-inner{
	width:100%;
	position: relative;
}
.weddingslider .wedding-item .wedding-thumb{
	width:100%;
}
.weddingslider .wedding-item .wedding-thumb img{
	width: 100%;
	min-width: 300px;
	max-width: 300px;
	height: 400px;
	object-fit: cover;
}
.weddingslider .wedding-content{
	position: absolute;
	bottom: 0;
	color: var(--white);
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5732668067226891) 0%, rgba(0,0,0,0) 100%);
}
.weddingslider .wedding-content h4{
	color: var(--white);
}
.venue-location{
	text-align: center;
}
.venue-location .location-thumb{
	border: 1px solid var(--primary);
	border-radius: 50%;
	overflow: hidden;
}
.venue-location .location-thumb img{
	border-radius: 50%;
	transition: all .3s ease-in;
}
.venue-location:hover .location-thumb img{
	transform: scale(1.1);
}
.venue-location h3{
	margin: 15px 0 0 0;
}
.hero-slider-section{
	position: relative;
	padding: 0;
}
.page-slider{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 0;
}
.page-slider .slick-list, .page-slider .slick-track{
	height: 100%;
}
.page-slider img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-content-overlay{
	position: relative;
	padding: 40px 0;
	z-index: 1;
}
.slider-content h2{
	font-size: 54px;
	color: var(--seconday);
}
.slider-content .subtitle{
	font-family: var(--stylefamily);
	font-size: 32px;
	color: var(--pink);
}
#booking-form{
	max-width: 500px;
	margin: 0 auto;
}

.venue-hero-section{
	position: relative;
	min-height: 0;
	overflow: hidden;
	padding: 0;
}

.venue-hero-section::before,
.venue-hero-section::after{
	position: absolute;
	content: "";
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.venue-hero-section::before{
	background: linear-gradient(90deg, rgba(255, 236, 231, 0.88) 0%, rgba(255, 255, 255, 0.44) 35%, rgba(255, 255, 255, 0.06) 58%, rgba(255, 255, 255, 0.18) 100%);
}

.venue-hero-section::after{
	background:
		radial-gradient(circle at 12% 14%, rgba(255, 209, 221, 0.58), transparent 26%),
		radial-gradient(circle at 58% 22%, rgba(215, 231, 255, 0.28), transparent 20%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.16));
}

.venue-hero-slider{
	height: 100%;
}

.venue-hero-slider .slider-item{
	height: 100%;
}

.venue-hero-slider img{
	display: block;
	width: 100%;
	height: 100%;
	filter: saturate(1.05) contrast(0.98) brightness(1.02);
}

.venue-hero-overlay{
	padding: 54px 0 46px;
}

.venue-hero-shell{
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
	gap: 36px;
	align-items: center;
	min-height: 0;
}

.venue-hero-copy{
	max-width: 760px;
	padding-left: 12px;
}

.venue-hero-kicker{
	font-family: var(--stylefamily);
	font-size: clamp(30px, 2.8vw, 58px);
	line-height: 1;
	color: #ef6f92;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.venue-hero-title{
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(54px, 5.2vw, 112px);
	line-height: 0.95;
	letter-spacing: 0.5px;
	color: #7d0f28;
	text-transform: uppercase;
	text-shadow: 0 2px 8px rgba(255, 255, 255, 0.42);
	margin-bottom: 22px;
}

.venue-hero-text{
	max-width: 700px;
	font-size: clamp(18px, 1.4vw, 28px);
	line-height: 1.45;
	color: #5d142a;
	margin-bottom: 28px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.venue-hero-actions{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 26px;
}

.venue-hero-btn{
	min-width: 240px;
	height: 72px;
	line-height: 72px;
	padding: 0 30px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.8px;
	border-radius: 18px;
	text-transform: uppercase;
}

.venue-hero-btn--secondary{
	background: rgba(255, 255, 255, 0.92);
	color: #6a1630 !important;
	border: 2px solid rgba(243, 88, 129, 0.42);
	box-shadow: 0 18px 40px rgba(126, 18, 48, 0.12);
}

.venue-hero-btn--secondary:hover,
.venue-hero-btn--secondary:focus{
	background: rgba(255, 255, 255, 0.98);
	color: #6a1630 !important;
	border-color: rgba(243, 88, 129, 0.55);
}

.venue-stats-grid{
	display: flex;
	flex-wrap: wrap;
	max-width: 920px;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(90, 20, 46, 0.12);
	overflow: hidden;
}

.venue-stat{
	flex: 0 0 25%;
	max-width: 25%;
	padding: 16px 16px 14px;
	border-right: 1px solid rgba(223, 145, 165, 0.35);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.venue-stat:last-child{
	border-right: 0;
}

.venue-stat-icon{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	font-size: 20px;
}

.venue-stat strong{
	font-size: clamp(18px, 1.5vw, 26px);
	line-height: 1;
	color: #61243a;
	font-weight: 800;
}

.venue-stat span{
	color: #664759;
	font-weight: 700;
}

.venue-booking-card{
	align-self: center;
	justify-self: end;
	width: min(100%, 540px);
	padding: 30px 28px 26px;
	background: rgba(255, 252, 250, 0.96);
	border-radius: 28px;
	border: 1px solid rgba(240, 198, 208, 0.9);
	box-shadow: 0 28px 60px rgba(103, 30, 49, 0.18);
	backdrop-filter: blur(18px);
}

.venue-booking-card__head{
	text-align: center;
	margin-bottom: 22px;
}

.venue-booking-card__ornament{
	display: block;
	width: 150px;
	height: 20px;
	margin: 0 auto 16px;
	position: relative;
}

.venue-booking-card__head h2{
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(22px, 1.8vw, 30px);
	line-height: 1.25;
	color: #1f1f25;
	margin-bottom: 10px;
}

.venue-booking-card__head p{
	font-size: 14px;
	color: #745566;
	margin-bottom: 0;
}

.venueform{
	display: block;
}

.venue-booking-card .form-group{
	margin-bottom: 18px;
}

.venue-booking-card label{
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #36323c;
	margin-bottom: 8px;
}

.venue-booking-card .form-control,
.venue-booking-card .form-select{
	width: 100%;
	height: 52px;
	border-radius: 12px;
	padding: 12px 16px;
	background-color: #fff;
	border-color: rgba(201, 200, 207, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
}

.venue-booking-card .form-control::placeholder{
	color: #8f8a96 !important;
}

.venue-booking-card .row{
	margin-top: 0;
	margin-bottom: 0;
}

.venue-booking-submit{
	margin-top: 6px;
}

.venue-booking-note{
	margin: 16px 0 0;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	color: #5d5563;
}

.venue-hero-section .slick-prev,
.venue-hero-section .slick-next{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 16px 30px rgba(92, 17, 40, 0.16);
	z-index: 5;
}

.venue-hero-section .slick-prev:hover,
.venue-hero-section .slick-next:hover{
	background: #fff;
}

.venue-hero-section .slick-prev{
	left: 22px;
}

.venue-hero-section .slick-next{
	right: 22px;
}

.venue-hero-section .slick-prev:before,
.venue-hero-section .slick-next:before{
	font-family: Georgia, serif;
	font-size: 46px;
	line-height: 1;
	color: #ee5f8f;
	opacity: 1;
}

.venue-hero-section .slick-prev:before{
	content: "‹";
}

.venue-hero-section .slick-next:before{
	content: "›";
}

.venue-hero-section .slick-dots{
	bottom: 28px;
	z-index: 5;
}

.venue-hero-section .slick-dots li button:before{
	font-size: 12px;
	color: rgba(255, 255, 255, 0.9);
	opacity: 1;
}

.venue-hero-section .slick-dots li.slick-active button:before{
	color: #ee5f8f;
}

.venue-details-section{
	padding-top: 88px;
}

.venue-details-copy{
	font-size: 17px;
	line-height: 1.8;
	color: #2c2b34;
}

.venue-details-card{
	top: 120px;
	border: 1px solid rgba(242, 188, 203, 0.55);
	box-shadow: 0 16px 36px rgba(95, 28, 48, 0.08);
	border-radius: 18px;
}

.venue-quick-list{
	display: grid;
	gap: 16px;
}

.venue-quick-list div{
	padding: 14px 16px;
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(249, 234, 239, 0.78), rgba(255, 255, 255, 0.95));
	border: 1px solid rgba(241, 200, 213, 0.8);
}

.venue-quick-list span{
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #9a6b7b;
	margin-bottom: 6px;
}

.venue-quick-list strong{
	display: block;
	color: #2a2431;
	font-size: 16px;
	line-height: 1.4;
}

@media (max-width: 1199px){
	.venue-hero-shell{
		grid-template-columns: 1fr;
		gap: 26px;
		min-height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.venue-hero-copy{
		max-width: 100%;
		padding-left: 0;
	}

	.venue-booking-card{
		justify-self: start;
	}

	.venue-details-card{
		top: 30px;
	}
}

@media (max-width: 991px){
	.venue-hero-section{
		min-height: 0;
	}

	.venue-stats-grid{
		display: flex;
	}

	.venue-stat{
		flex: 0 0 50%;
		max-width: 50%;
	}

	.venue-stat:nth-child(2n){
		border-right: 0;
	}

	.venue-stat:nth-child(1),
	.venue-stat:nth-child(2){
		border-bottom: 1px solid rgba(223, 145, 165, 0.35);
	}
}

@media (max-width: 767px){
	.venue-hero-overlay{
		padding-top: 34px;
		padding-bottom: 30px;
	}

	.venue-hero-kicker{
		font-size: 30px;
	}

	.venue-hero-title{
		font-size: 42px;
	}

	.venue-hero-text{
		font-size: 17px;
	}

	.venue-hero-btn{
		width: 100%;
		min-width: 0;
		height: 60px;
		line-height: 60px;
		font-size: 14px;
	}

	.venue-booking-card{
		padding: 22px 18px 20px;
		border-radius: 22px;
	}

	.venue-booking-card .form-control,
	.venue-booking-card .form-select{
		height: 52px;
		border-radius: 12px;
	}

	.venue-stats-grid{
		display: flex;
	}

	.venue-stat{
		flex: 0 0 50%;
		max-width: 50%;
		border-right: 0;
		border-bottom: 1px solid rgba(223, 145, 165, 0.35);
	}

	.venue-stat:nth-child(2n){
		border-right: 0;
	}

	.venue-stat:nth-child(3),
	.venue-stat:nth-child(4){
		border-bottom: 0;
	}

	.venue-stat:last-child{
		border-bottom: 0;
	}

	.venue-booking-card .venue-booking-note{
		font-size: 14px;
	}

	.venue-hero-section .slick-prev,
	.venue-hero-section .slick-next{
		width: 52px;
		height: 52px;
	}
}

@media (max-width: 360px){
	.venue-stats-grid{
		display: flex;
	}

	.venue-stat{
		flex: 0 0 100%;
		max-width: 100%;
		border-right: 0;
	}

	.venue-stat:nth-child(3){
		border-bottom: 1px solid rgba(223, 145, 165, 0.35);
	}
}
