/*
Theme Name: Integrity Physiotherapy
Author: Web Master
Author URI: https://webcodemaster.com
Version: 1.0
Text Domain: integrity-physiotherapy
*/
:root {
	--h1size: 46px;
	--h2size: 36px;
	--h3size: 24px;
	--h4size: 20px;
	--h5size: 18px;
	--h6size: 16px;
	--bodysize: 16px;
	--h1height: 58px;
	--h2height: 48px;
	--h3height: 32px;
	--h4height: 28px;
	--h5height: 26px;
	--h6height: 26px;
	--bodyheight: 26px;
	--pfamily: "Lato", sans-serif;
	--hfamily: 'Marcellus', serif;
	--red: #e93e2d;
	--gray: #777777;
	--text: #555555;
	--blue: #201b53;
	--lightblue: #25aae1;
	--white: #ffffff;
	--chalk: #f8f6ef;
	--green: #00bd16;
	--purple: #b12fad;
	--orange: #f27c21;
	--dark: #000000;
	--yellow: #ffde69;
	--yellowlight: #fcf30a;
	--body: #dee8de;
	--border: #ced4da;
	--heading: #39404a;
	--primary: #d73038;
	--sub-heading: #565765;
	--green-chalk: #ddffd5;
	--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);
	--gradient-orange: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
	--gradient-green: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
	--gradient-light-green: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
	--gradient-blue: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
}

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

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

.text-primary {
	color: var(--primary) !important;
}

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

a {
	text-decoration: none;
	display: inline-block;
	color: var(--primary);
}

a:hover {
	text-decoration: none
}

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


html,
body {
	scroll-behavior: smooth
}

body {
	color: var(--text);
	background: var(--body);
	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: 700 !important;
	color: var(--heading);
	font-family: var(--hfamily);
}

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

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

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

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

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

button:focus {
	outline: none
}

@media (max-width: 575px) {
	.col {
		padding: 0px 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: 100px 0;
	position: relative;
}

.inner-section {
	padding: 80px 0;
}
.testimonialbg{
	position: relative;
	z-index: 1;
}
.testimonialbg::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #08080800 18%, #201b53 65%);
	z-index: -1;
}
.section-heading {
	margin-bottom: 30px;
	position: relative;
}
.section-heading .subtitle{
	position: relative;
	display: flex;
	align-items: center;
	color: var(--dark);
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}
.text-center .section-heading .subtitle{
	justify-content: center;
	display: inline-flex;
}
.text-white .section-heading .subtitle{
	color: var(--white);
}
.section-heading  .subtitle::before{
	width: clamp(3.125rem, 2.4186rem + 2.3595vw, 5.25rem);
	opacity: 1;
	transform: scaleX(1);
	content: '';
	position: relative;
	display: inline-flex;
	height: 1px;
	background-color: var(--primary);
	margin-right: 26px;
	transform-origin: left center;
}
.section-heading .subtitle::after{
	content: '';
	position: absolute;
	left: clamp(3.125rem, 2.4602rem + 2.2207vw, 5.125rem);
	width: 14px;
	height: 14px;
	background-color: var(--primary);
	border-radius: 50%;
	left: clamp(3.125rem, 2.4602rem + 2.2207vw, 5.125rem);
	opacity: 1;
	transform: scale(1);
	will-change: left, opacity;
	transition: left 0.9s cubic-bezier(0.25, 1, 0.3, 1),
	opacity 0.9s cubic-bezier(0.25, 1, 0.3, 1);
	transform: scale(0.8);
	transform-origin: center center;
	transition-delay: 0.35s;
}
.section-heading .title{
	color: var(--blue);
}
.section-heading .title span{
	color: var(--primary);
}
.text-white .section-heading .title{
	color: var(--white);
}

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

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

@media (max-width: 767px) {
	.section-heading h2 {
		font-size: 22px;
		line-height: 32px
	}

	.section {
		padding: 40px 0;
	}
}

.breadcrumb {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: none;
	margin: 0px;
}

.breadcrumb .active {
	color: var(--white)
}

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

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

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

.breadcrumb-item+.breadcrumb-item::before {
	color: var(--white);
	padding: 0px 8px
}

.backdrop {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4;
	width: 1000%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none
}

.backtop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	width: 48px;
	height: 48px;
	font-size: 15px;
	color: var(--white);
	line-height: 48px;
	text-align: center;
	display: none;
	border-radius: 50%;
	background: var(--primary);
	-webkit-box-shadow: 0px 0px 15px 3px rgba(71, 254, 126, 0.5);
	box-shadow: 0px 0px 15px 3px rgba(71, 254, 126, 0.5);
	-webkit-animation: mahmud 2s infinite;
	animation: mahmud 2s infinite;
	transition: all linear .3s;
	-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: 575px) {
	.backtop {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 14px
	}
}

@media (max-width: 991px) {
	.backtop {
		bottom: 55px
	}
}

.btn {
	padding: 13px 35px;
	border-radius: 30px;
}

.btn-primary,
.wp-block-button__link {
	background: var(--primary);
	border-color: var(--primary);
	border-radius: 30px;
	background-size: 300% 100%;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-color: transparent;
	display: inline-flex;
	align-items: center;
}
.btn-outline-primary{
	color: var(--blue);
	border-color: var(--blue);
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.text-white .btn-outline-primary{
	color: var(--white);
	border-color: var(--white);
}
.btn-outline-primary:hover{
	color: var(--white);
	border-color: var(--blue);
	background: var(--blue);
}
.btn-primary:has(span), .btn-outline-primary:has(span),
.wp-block-button__link:has(span) {
	padding: 5px 5px 5px 34px;
}
.btn-primary span, .btn-outline-primary span,
.wp-block-button__link span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--blue);
	border-color: var(--blue);
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-color: transparent;
	margin-left: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn-outline-primary span{
	background: var(--primary);
}
.btn-primary span svg, .btn-outline-primary span svg,
.wp-block-button__link span svg{
	width: 16px;
	height: 16px;
	fill: var(--white);
	transform: rotate(0);
}
.slider-buttons{
	margin-top: 40px;
}
.btn-primary:hover,
.wp-block-button__link:hover {
	background: var(--blue);
	border-color: var(--blue);
	background-position: 100% 0;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.btn-primary:hover span, .btn-outline-primary:hover span,
.wp-block-button__link:hover span {
	background: var(--primary);
	transform: rotate(-30deg);
}

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

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

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

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

.banner-part {
	padding: 230px 0px 160px 0px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	height: 700px;
	background-size: cover;
}

.banner-part>.container {
	height: 100%;
	position: relative;
	z-index: 1;
}

.banner-part .row {
	height: 100%
}

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

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

.slick-active .wp-block-button__link {
	animation: 2.0s fadeInUp;
}

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

.banner-part::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.7;
	background:linear-gradient(90deg, var( --blue ) 34%, #27242440 71%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.banner-content h2 {
	text-transform: capitalize;
	margin-bottom: 22px;
	font-size: 48px;
	font-weight: bold;
}
.banner-content h2 span{
	color: var(--primary);
}

.banner-content h2.text-white {}

.banner-content h2.hyellow {
	color: var(--yellowlight);
	text-shadow: 0 1px 0 #ffaa00,
		0 2px 0 #ffaa00,
		0 3px 0 #ffaa00,
		0 4px 0 #d18705,
		0 5px 0 #d18705,
		0 6px 0 transparent,
		0 7px 0 transparent,
		0 8px 0 transparent,
		0 9px 0 transparent,
		0 10px 10px rgba(0, 0, 0, .4)
}

.banner-content p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}

.banner-content p:last-child {
	margin-bottom: 0
}
.banner-content .subtitle{
	position: relative;
	display: flex;
	align-items: center;
	color: var(--white);
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 18px;
}
.banner-content .subtitle::before{
	width: clamp(3.125rem, 2.4186rem + 2.3595vw, 5.25rem);
	opacity: 1;
	transform: scaleX(1);
	content: '';
	position: relative;
	display: inline-flex;
	height: 1px;
	background-color: var(--primary);
	margin-right: 26px;
	transform-origin: left center;
}
.banner-content .subtitle::after{
	content: '';
	position: absolute;
	left: clamp(3.125rem, 2.4602rem + 2.2207vw, 5.125rem);
	width: 14px;
	height: 14px;
	background-color: var(--primary);
	border-radius: 50%;
	left: clamp(3.125rem, 2.4602rem + 2.2207vw, 5.125rem);
	opacity: 1;
	transform: scale(1);
	will-change: left, opacity;
	transition: left 0.9s cubic-bezier(0.25, 1, 0.3, 1),
	opacity 0.9s cubic-bezier(0.25, 1, 0.3, 1);
	transform: scale(0.8);
	transform-origin: center center;
	transition-delay: 0.35s;
}
.banner-part .justify-content-center .wp-block-buttons {
	justify-content: center;
}

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

.banner-img img {
	max-width: 100%;
	max-height: 500px;
	position: relative;
	z-index: -1;
	transform: translatey(0px);
	animation: float 2s ease-in-out infinite;
	margin-left: auto;
	margin-bottom: -120px;
}

@media (max-width: 767px) {
	.banner-content h1 {
		font-size: 38px;
		line-height: 48px
	}

	.hsm_image {
		display: none
	}

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

	.banner-part {
		max-height: inherit;
	}
}

@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(--gradient-light-green);
	background-size: 300% 100%;
}

.bg-green-themes {
	background: var(--gradient-green);
	background-size: 300% 100%;
}

.bg-red-themes {
	background: var(--gradient-orange);
	background-size: 300% 100%;
}

.bg-primary-themes {
	background: var(--gradient-blue);
	background-size: 300% 100%;
}

.bg-yellow-themes {
	background: var(--yellow);
	background-size: 300% 100%;
}

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

.dropdown-position-list {
	position: absolute;
	top: 130%;
	left: 0px;
	z-index: 2;
	width: 230px;
	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;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-right: 8px solid var(--primary);
	border-bottom: 8px solid var(--primary);
	padding: 10px;
}

.dropdown-position-list li a {
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	padding: 12px 15px;
	background: var(--white);
	white-space: wrap;
	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);
}

.dropdown-megamenu {
	position: static
}

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

li.dropdown-megamenu>.dropdown-position-list {
	position: absolute;
	top: 150px;
	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;
	top: 0;
	box-shadow: none;
}

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

.megamenu-scroll {
	height: 380px;
	overflow-y: scroll
}

.megamenu-wrap {
	margin-bottom: 30px
}

.megamenu-title {
	padding-bottom: 18px;
	margin-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	border-bottom: 1px solid var(--border)
}

.megamenu-title::before {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0px;
	width: 50px;
	height: 2px;
	background: var(--primary)
}

.megamenu-list {
	border-left: 1px solid var(--border)
}

.megamenu-list li a {
	width: 100%;
	border-radius: 5px;
	padding: 5px 0px 5px 25px;
	color: var(--text);
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.megamenu-list li a:hover {
	color: var(--primary);
	background: var(--chalk)
}

.megamenu-promo a img {
	width: 100%;
	border-radius: 3px
}

@media (max-width: 1199px) {
	.megamenu {
		width: 100%
	}
}

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

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

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

.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: 30px;
	padding: 15px 20px;
	color: var(--text);
	background: var(--white);
	border: 1px 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: 8px;
	margin-bottom: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--white)
}

.nav-tabs li {
	padding: 0px 30px;
	border-right: 1px solid var(--border)
}

.nav-tabs li:last-child {
	border: none
}

.tab-link {
	font-size: 15px;
	font-weight: 500;
	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: 50%;
	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;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	color: var(--primary);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dandik:hover,
.bamdik:hover {
	color: var(--white);
	background: var(--primary)
}

.dandik {
	left: -10px
}

.bamdik {
	right: -10px
}

.slider-dots ul {
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.slider-dots ul li {
	width: 10px;
	height: 10px;
	margin: 0px;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	background: var(--white);
	-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, .slider-dots ul li:hover {
	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;
	position: relative;
	transform: scale(1.3);
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
}

@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-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 {
	font-size: 26px;
	font-family: var(--hfamily);
}

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

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

.about-section ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(images/icon.svg);
	background-repeat: no-repeat;
	color: var(--primary);
	width: 15px;
	height: 25px;
}

.about-two-image {
	position: relative;
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 25px;
	padding-right: 50px;
}

.about-two-image img:first-child {
	grid-row: 1 / 3;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	transition: all 0.3s ease;
}

.about-two-image img:nth-child(2),
.about-two-image img:nth-child(3) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	transition: all 0.3s ease;
}

.about-two-image img:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.about-experience {
	position: absolute;
	top: 50%;
	left: 62%;
	transform: translate(-50%, -50%);
	width: 140px;
	height: 140px;
	background: var(--blue);
	border-radius: 50%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-weight: bold;
	box-shadow: 0 0 0 14px var(--body);
}

.about-experience span:first-child {
	font-size: 24px;
	line-height: 1;
}

.about-experience span:last-child {
	font-size: 12px;
	line-height: 1;
	margin-top: 15px;
}

.about-list {
	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;
}

.about-list li {
	padding-right: 30px;
	border-left: 1px solid var(--border);
}

.about-list li:first-child {
	border-left: 0px;
	padding-left: 0px;
}

.testimonial-card {
	padding: 50px 50px 0px;
	margin: 0px 15px 30px;
	text-align: center;
	border-radius: 8px;
	background: var(--primary)
}

.testimonial-card i {
	font-size: 45px;
	margin-bottom: 20px;
	color: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.testimonial-card p {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 25px;
	font-style: italic;
	color: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.testimonial-card h5 {
	color: var(--white);
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.testimonial-card ul {
	font-size: 14px;
	color: var(--yellow);
	margin-bottom: 13px
}

.testimonial-card img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: -35px;
	display: inline-block;
	border: 5px solid var(--body)
}

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

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

@media (max-width: 991px) {
	.about-two-image{
		padding-right: 0;
	}
}

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

.alignfull .container {
	padding-left: 15px;
	padding-right: 15px;
}

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

.blog-slider .blog-card {
	margin: 0px 15px 25px;
	background: var(--white);
	padding: 24px;
	border-radius: 30px;
}

.blog-card {
	background: var(--white);
	padding: 24px;
	border-radius: 30px;
}

.blog-card:hover .blog-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.blog-media {
	position: relative
}

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

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

.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: 15px 15px 0px;
}

.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 {
	margin-right: 8px;
	font-size: 15px
}

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

.blog-title a {
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-title a:hover {
	color: var(--primary)
}

.blog-desc {
	font-size: 17px;
	line-height: 28px;
	color: var(--gray);
	margin-bottom: 25px
}

.blog-btn {
	font-size: 15px;
	font-weight: 500;
	color: var(--dark);
	text-decoration: underline;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-btn i {
	font-size: 17px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-btn:hover {
	color: var(--primary);
	text-decoration: underline
}

.blog-btn:hover i {
	margin-left: 5px
}

@media (max-width: 575px) {
	.blog-meta li {
		margin-right: 25px
	}

	.blog-content {
		padding: 15px 8px 0px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog-content {
		padding: 15px 12px 0px
	}
}

.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: 10px 0px;
	background: var(--blue);
	font-size: 13px;
	position: relative;
	z-index: 1;
	color: var(--white);
}

.header-top-welcome p {
	font-size: 14px;
	color: var(--dark);
	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(--dark);
}

.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: 500;
	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;
	display: flex;
	align-items: center;
	gap: 10px;
}
.header-top-list li a i{
	background: var(--white);
	width: 30px;
	min-width: 30px;
	height: 30px;
	border-radius: 50%;
	color: var(--dark);
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-top .btn {
	padding: 5px 8px;
	border: 0;
	color: #121315;
	font-size: 13px;
	border-radius: 5px;
}

.header-top .btn:hover {
	color: #000;
}

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

.top-social {
	display: flex;
	gap: 20px;
}

.top-social li {}

.top-social li a {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: var(--dark);
	background: var(--white);
	font-size: 13px;
}

@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: transparent;
	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: 3;
	background: var(--white);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-part.active .header-content {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.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: 0 30px;
	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;
	background: rgba(255, 255, 255, 1);
	border-radius: 50px;
	box-shadow: 0 0 30px rgba(247, 96, 49, .07);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}

.header-part.active .header-content {
	box-shadow: none;
}

.header-logo {
	margin-right: 30px;
	padding: 0;
}

.header-logo img {
	width: auto;
	height: 55px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	position: relative;
	top: -4px;
}

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

.header-widget.tele {
	font-size: 24px;
	font-weight: bold;
	color: var(--primary);
	font-family: var(--hfamily);
}

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

.header-widget.tele i {
	font-size: 22px;
	text-align: center;
	display: inline-block;
	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
}

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

.header-user img,
.header-src img {
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.header-user i,
.header-src i {
	width: 40px;
	height: 40px;
	font-size: 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: 10px 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		transform: translateY(0);
	}

	.header-part {
		margin-top: 0;
	}

	.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: 34px 0px;
	font-weight: 500;
	font-size: 16px;
	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;
	font-family: var(--hfamily);
}

.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: -110%;
	width: 100%;
	height: 100vh;
	padding: 0px;
	z-index: 5003;
	background: var(--chalk);
	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: 5px 10px 15px 30px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
}

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

.nav-close {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.nav-close i {
	width: 35px;
	height: 35px;
	font-size: 28px;
	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%;
	font-size: 24px;
}

.nav-link {
	width: 100%;
	font-weight: 600;
	padding: 18px 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 {
	color: var(--primary);
}

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

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

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

.nav-info-group {
	padding: 20px 0px;
	margin-top: 15px;
	margin-bottom: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.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;
	color: var(--dark);
}

.nav-info p span {
	font-size: 16px;
	font-weight: 500;
	word-break: break-all;
}

.nav-footer {
	text-align: center
}

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

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

.footer {
	background-size: cover;
	padding-top: 80px;
	color: var(--white);
	position: relative;
	z-index: 1;
	background-image: url(images/banner-bg.png);
	background-position: center bottom;
	background-size: cover;
}

.footer::before {
	background: var(--blue);
	opacity: 0.9;
	position: absolute;
	content: '';
	bottom: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.footer h4 {
	font-size: 28px;
	color: var(--white);
	margin-bottom: 30px;
}

.footer .widget_nav_menu {}

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

.footer .widget_nav_menu ul li a::before {
	display: inline-block;
	content: "\F285";
	font-family: "bootstrap-icons";
	position: relative;
	margin-right: 10px;
	color: var(--white);
	font-size: 13px;
}

.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: 300;
	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;
	margin-top: 20px;
}

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

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

.intro-icon img {
	width: 78px;
	min-width: 78px;
	height: 78px;
	border-radius: 50%;
}

.testimonial-item {
}

.intro-part {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 50px;
}

.intro-content h5 {
	font-size: 24px;
	margin-bottom: 8px;
}

.intro-content a {
	font-size: 16px;
}

.intro-content p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 0;
}
.testimonial-slider .dandik{
	bottom: -36%;
	top: auto;
	left: 0;
	visibility: visible;
	opacity: 1;
}
.testimonial-slider .bamdik{
	bottom: -36%;
	top: auto;
	right: auto;
	left: 60px;
	visibility: visible;
	opacity: 1;
}

@media (max-width: 767px) {
	.intro-part {
		padding: 30px 0px;
	}

	.intro-wrap {
		margin-bottom: 30px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.intro-part {
		padding: 80px 0px 50px
	}

	.intro-wrap {
		margin-bottom: 30px
	}
}

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

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

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

.footer-social li a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: var(--primary);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}

.footer-social li a:hover {
	background: var(--primary);
	color: var(--white);
}

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

.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;
	align-items: center;
	margin-bottom: 18px
}

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

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

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

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

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

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

.footer-links ul li a {
	color: var(--dark);
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.footer-links ul li a:hover {
	color: var(--primary);
	text-decoration: underline
}

.footer-app {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr
}

.footer-app a img {
	width: 100%
}

.footer-bottom {
	margin-top: 40px;
	padding: 20px 0 15px;
	display: flex;
	justify-content: space-between;
}
.footer-bottom > .container{
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 20px;
}
.footer-copytext {
	font-size: 15px;
	color: var(--white)
}

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

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

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

.footer-card a img {
	width: 50px;
	border-radius: 3px
}

.footer-widget .wp-block-latest-posts {}

.footer-widget .wp-block-latest-posts li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-widget .wp-block-latest-posts li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.footer-widget .wp-block-latest-posts li a {
	color: var(--dark);
}

.footer-widget .wp-block-latest-posts li time {}

@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: 40px
	}

	.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(--yellow);
	border-radius: 50%;
}

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

.blog-widget {
	margin-bottom: 30px;
}
.blog-widget .wp-block-heading{
	color: var(--white);
}

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

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

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

.wp-block-search__inside-wrapper input {
	width: 100%;
	height: 45px;
	padding: 0px 100px 0px 15px;
	border-radius: 30px;
	background: var(--chalk);
	border: 1px solid var(--border);
	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)
}
.blog-widget-title{
	color: var(--white);
	margin-bottom: 20px;
}

.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: 30px;
	padding: 5px 25px;
}

.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 rgba(255, 255, 255, 0.5);
}

.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: 100px;
	min-width: 100px;
	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: 17px;
	line-height: 24px;
	color: var(--white);
	font-weight: 500;
}

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

.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-image: url(images/banner-bg.png);
	background-size: cover !important;
	padding: 190px 0 80px 0;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: -100px;
}
.single-banner::after{
	content: '';
	background: var(--blue);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
}

.banner-sm {
	padding: 30px 0px;
}


.single-banner h1 {
	font-size: 24px;
	margin-bottom: 0;
	text-transform: uppercase;
	position: relative;
}

.single-banner h1 span {
	position: relative;
}

@media (max-width: 767px) {
	.header-part {
		background: var(--white);
	}

	.single-banner {
		padding: 20px 0px;
		margin-top: 0;
	}

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

	.single-banner h1 span {
		background-color: transparent;
		padding: 0;
	}

	.banner-part {
		padding: 120px 0px 50px 0px;
		margin-bottom: 0;
		height: 550px;
		background-position: center;
	}

	.banner-content h1, .banner-content h2 {
		font-size: 28px;
	}
	.banner-content .slider-buttons {
		display: inline-flex;
		flex-direction: column;
		gap: 10px;
	}
	.about-experience{
		width: 100px;
		height: 100px;
		font-size: 10px;
		text-align: center;
		box-shadow: 0 0 0 8px var(--body);
	}
	.about-experience span:last-child{	
		text-align: center;
	}
	.testimonialbg::after{
		background: linear-gradient(rgba(32, 27, 83, 0.7), rgba(32, 27, 83, 0.6));
	}
	.testimonial-slider .dandik, .testimonial-slider .bamdik{
		bottom: -15%;
	}
}

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

.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: 0;
	border: 0;
	background: transparent;
	border-bottom: 1px solid var(--text);
	border-radius: 0;
}
.accordion .card-body{
	padding: 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: transparent;
	border: 0;
}

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

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

.accordion .title {
	width: 100%;
	cursor: pointer;
	padding: 20px 0px 20px 0px;
	display: flex;
	align-items: center;
	color: var(--dark);
	font-size: 22px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.2s;
	font-family: var(--hfamily);
	display: flex;
	justify-content: space-between;
}
.iconbtn{
	border: 2px solid var(--dark);
    width: 23px;
    height: 23px;
    display: flex;
    position: relative;
    right: 0;
    border-radius: 50%;
	justify-content: center;
	align-items: center;
}
.iconbtn::before, .iconbtn::after{
	content: "";
	position: absolute;
	right: 2px;
	top: 2px;
	bottom: 2px;
	left: 2px;
	margin: auto;
	width: 2px;
	height: 0.75em;
	background-color: var(--dark);
	transition: all 0.2s;
}
.iconbtn:after {
	transform: rotate(90deg);
}
.accordion .card-header>button[aria-expanded="true"] .iconbtn::before{
	transform: rotate(90deg);
}

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

}

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

.blog-details-content {
	margin-bottom: 30px;
}

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

@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: 2px solid #e6ecf7;
	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: 5px;
	background: var(--white);
}

.service-box:hover,
.service-box.active {
	border-color: transparent;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
}

.service-box:hover .service-box-title,
.service-box:hover .link,
.service-box:hover .service-icon i {}

.service-box-thumb {
	/*! margin-bottom: 30px; */
}

.service-box-thumb img {
	height: 80px;
	object-fit: contain;
}

.service-icon {
	margin-bottom: 30px;
}

.service-icon i {
	font-size: 70px;
	color: var(--primary);
}

.service-box-title {
	margin-bottom: 0;
}

.service-box-text {
	margin-top: 20px;
}

.service-box-content a.link {
	margin-top: 25px;
}

.service-box.style-2 {
	display: flex;
}

.service-box.style-2 .service-box-thumb {
	min-width: 80px;
	margin-right: 15px;
}

.service-box.style-2 .service-icon {
	min-width: 80px;
	margin-right: 15px;
}

.service-box.style-3 {
	padding: 0;
	border: 0;
	margin: 10px;
	text-align: left;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-color: transparent;
	box-shadow: none;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	background: transparent;
	border-color: transparent;
	min-height: 580px;
	height: 100%;
}
.service-box.style-3:hover {
	box-shadow: none;
	border-color: transparent !important;
}
.service-box.style-3::before{
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, var(--dark) 0% , transparent 50%);
	top: 0;
	left: 0;
}
.service-box.style-3 .service-box-thumb img {
	height: 100%;
	object-fit: cover;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.service-box.style-3 .service-box-thumb{
	height: 580px;
}
.service-box.style-3 .service-box-thumb > a{
	mask-image: url("data:image/svg+xml,%3Csvg width='117' height='104' viewBox='0 0 117 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1116_15)'%3E%3Cpath d='M90.3616 75.6915C88.5045 74.9491 79.6786 74.2955 75.5 73.5C64.5313 71.412 54.1614 68.3002 48.5 62C41.1926 53.8681 40.6607 43.8489 39.6964 37.5847C38.6518 30.7986 36.1649 24.5057 33.9509 19.809C27.1193 5.31683 13.4661 0.627098 3.91944 0.060405H0C1.19388 -0.0170736 2.51203 -0.0231394 3.91944 0.060405H117V103.999C117 103.627 116.071 99.8224 115.607 97.9664C113.007 83.1181 97.9449 77.8569 90.3616 75.6915Z' fill='%23D9D9D9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1116_15'%3E%3Crect width='117' height='104' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"), linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
	mask-repeat: no-repeat;
	mask-size: auto;
	mask-composite: exclude;
	overflow: hidden;
	-webkit-mask-position-x: right;
	-webkit-mask-position-y: top;
	height: 100%;
	margin: -1px;
	border-radius: 0 0 var(--wdtRadius_1X) var(--wdtRadius_1X);
}
.service-box.style-3 .service-box-link{
	position: absolute;
	right: 0;
	display: flex;
	top: 0;
}
.service-box.style-3 .service-box-link a{
	font-size: 0;
	position: relative;
	height: 60px;
	width: 60px;
	border: 0;
	border-radius: 50%;
	margin: 0;
	background-color: var(--white);
}
.service-box.style-3 .service-box-link a span{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--white);
	border-color: var(--white);
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-color: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: rotate(0);
}
.service-box.style-3 .service-box-link a span svg{
	fill: var(--blue);
	width: 25px;
	height: 25px;
}
.service-box.style-3 .service-box-content {
	padding-top: 20px;
	position: absolute;
	bottom: 15px;
	color: var(--white);
	width: 100%;
	z-index: 2;
	padding: 30px;
	text-align: center;
	max-height: 90px;
	overflow: hidden;
	transition: 400ms cubic-bezier(0.7, 0, 0.3, 1);
}
.service-box.style-3:hover .service-box-content{
	max-height: 300px;
}
.service-box.style-3 .service-box-content .service-box-title{
	color: var(--white);
	margin: 0;
	border-bottom: 1px solid var(--white);
	padding-bottom: 15px;
	font-size: 22px;
}
.service-box.style-3 .service-box-content .service-box-text{
	color: var(--white);
}
.service-box.style-3:hover .service-box-link a span {
	transform: rotate(-30deg);
	background: var(--primary);
}
.service-box.style-3:hover .service-box-thumb img{
	transform: scale(1.1);
}
.service-box.style-3:hover .service-box-content{
	height: auto;
}

.service-box.style-4 {
	text-align: center;
}

.service-box.style-4 .service-box-title {
	color: var(--white);
}

.service_style_4 {
	background: var(--primary);
	color: var(--white);
	border-radius: 5px;
	padding: 60px;
}

.service-box.style-4 .service-icon,
.service-box.style-4 .service-box-thumb {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto 20px;
	background: #285ec1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-box.style-4 .service-icon i,
.service-box.style-4 .link {
	color: var(--white);
}

.service_style_4 .service-box {
	background: transparent;
	border-color: transparent;
	color: var(--white);
}

.service_style_4 .service-box:hover {
	background: transparent;
	box-shadow: none;
}

.service_style_4 .section-heading h2,
.service_style_4 .sub-title {
	color: var(--white);
}

.service-box.team {
	position: relative;
	overflow: hidden;
	padding: 0;
	border: 0;
	background-color: transparent;
}

.service-box.team .service-box-thumb {
	margin-bottom: 0;
	overflow: hidden;
}

.service-box.team .service-box-thumb img {
	max-width: 100%;
	transition: all 0.3s;
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1);
}

.service-box.team:hover .service-box-thumb img {
	transform: scale(1.1);
}

.service-box.team .service-box-content {
	background-color: var(--white);
	/*! text-align: center; */
	padding: 20px;
	color: var(--dark);
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.service-box.team .service-box-content .service-box-title {
	/*! color: var(--white); */
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.service-box.team:hover .service-box-content h4 {
	color: var(--primary);
}

.service-box.team:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.team .service-box-content .service-box-text {
	margin-top: 10px;
}

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

	.service-box-thumb img {
		height: 70px;
	}
}

.service-box.style-5 {
	text-align: center;
	padding: 0;
	border: 0;
	position: relative;
}

.service-box.style-5 .service-box-title {
	color: var(--white);
}

.service_section_style_5 {}

.service-box.style-5 .service-icon,
.service-box.style-5 .service-box-thumb {
	width: 100%;
	height: 430px;
	border-radius: 0;
	margin: 0 auto;
	background: var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-box.style-5 .service-box-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-box.style-5 .service-icon i,
.service-box.style-5 .link {
	color: var(--white);
}

.service_style_5 .service-box {
	background: transparent;
	border-color: transparent;
	color: var(--white);
}

.service_style_5 .service-box .service-box-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.service_style_5 .service-box:hover .service-box-content {
	background-color: rgba(0, 0, 0, 0.8);
	padding-bottom: 60px;
}

.service_style_5 .service-box:hover {
	background: transparent;
	box-shadow: none;
}

.service_style_5 .section-heading h2,
.service_style_5 .sub-title {
	color: var(--white);
}

.service-box.style-6 {
	padding: 0;
}

.service-box.style-6 .service-box-thumb {
	margin-bottom: 0;
}

.service-box.style-6 .service-box-thumb img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 0;
}

.service-box.style-6 .service-box-content {
	padding: 30px;
}

/*pricing box*/
.pricing-item {
	border-radius: 5px;
	text-align: center;
	background: var(--white);
	margin-bottom: 0;
	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-position: 100% 0;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.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: var(--gradient-light-green);
	background-size: 300% 100%;
}

.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: var(--primary);
	text-shadow: 0 1px 1px var(--dark);
}

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

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

.parent-menu li a {
	color: var(--dark);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid var(--border);
}

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

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

.parent-menu li a:hover::after {
	color: 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;
}

.bullets li::before {
	font-family: "bootstrap-icons";
	content: "\f633";
	position: absolute;
	left: 0;
	top: 0;
	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;
}

/*counter*/
.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: 15px;
}

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

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

.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: 45px;
	height: 45px;
	background: var(--google);
	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%);
}

.parallax>use {
	animation: move-forever 12s linear infinite;
}

.parallax>use:nth-child(1) {
	animation-delay: -2s;
}

.parallax>use:nth-child(2) {
	animation-delay: -2s;
	animation-duration: 5s;
}

.parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 3s;
}

.parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 2s;
}

@keyframes move-forever {
	0% {
		transform: translate(-90px, 0%);
	}

	100% {
		transform: translate(85px, 0%);
	}
}

.editorial {
	display: block;
	width: 100%;
	height: 50px;
	max-height: 100vh;
	margin: 0;
	margin-top: -50px;
}

.contact-info-box h3 {
	font-size: 40px;
	line-height: 45px;
}


.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-info-box h3 a {
	color: var(--dark);
}

.contact-info-box>p a {
	color: var(--dark);
	font-size: 18px;
	line-height: 30px;
}

.contact-info li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.contact-info li:last-child {
	margin-bottom: 0;
}

.contact-info li i {
	font-size: 32px;
}

.contact-info li .content {
	margin-left: 30px;
}

.contact-info li .content h5 a {
	color: var(--white);
}

.shape {
	position: absolute;
	z-index: -1;
	transform: translatey(0px);
	animation: float 2s ease-in-out infinite;
	display: inherit !important;
}

.shape-1 {
	top: 20px;
	left: 30px;
	animation: float 4s ease-in-out infinite;
}

.shape-2 {
	bottom: 20px;
	left: 30px;
	animation: spin 6s linear infinite;
}

.shape-3 {
	top: 20px;
	right: 30px;
	animation: float 8s ease-in-out infinite;
}

.shape-4 {
	bottom: 20px;
	right: 30px;
	animation: animation2 8s ease-in-out infinite;
}

.shape-5 {
	bottom: 20px;
	left: 30px;
	animation: float 3s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}

	50% {
		transform: translateX(-20px);
	}

	100% {
		transform: translateX(0px);
	}
}

@keyframes animation2 {
	0% {
		right: 0;
		bottom: 0;
	}

	50% {
		right: 100px;
		bottom: 100px;
	}

	75% {
		right: 200px;
		bottom: 50px;
	}

	100% {
		right: 0;
		bottom: 0;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.brand-wrap {
	background-color: var(--white);
	border-radius: 40px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	height: 100%;
}

.brand-wrap .brand-media {
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
	overflow: hidden;
	padding: 20px 20px 0 20px;
	text-align: center;
}

.brand-wrap .brand-media img {
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 200px;
	object-fit: contain;
}

.brand-wrap .brand-meta {
	padding: 20px;
	text-align: center;
}

.brand-wrap:hover {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.brand-wrap:hover .brand-media img {
	transform: scale(1.1);
}

.brand-wrap .price {
	color: var(--primary);
	font-weight: bold;
	font-size: 20px;
}

.intro-content .intro-wrap {
	align-items: center;
	background: #FF671F;
	width: 100%;
	padding: 30px;
}

.intro-content .intro-wrap .intro-content h5,
.intro-content a {
	color: var(--white);
}

.intro-content .intro-wrap.style-2 {
	align-items: center;
	background: var(--white);
	width: 100%;
	padding: 30px;
}

.intro-content .intro-wrap.style-3 {
	align-items: center;
	background: #046A38;
	width: 100%;
	padding: 30px;
}

.intro-content.box {
	position: relative;
	top: 60px;
	z-index: 99;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;

}

.intro-content h5,
.intro-content a {
	color: var(--white);
}
.contact-info-box{
	display: flex;
	align-items: center;
}
.contact-info-box i{
	font-size: 18px;
	width: 40px;
	height: 40px;
	min-width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--blue);
	color: var(--white);
	border-radius: 50%;
}
.contact-info-box .content{
	margin-left: 10px;
}
.contact-info-box .content span{
	font-size: 13px;
}
.contact-info-box .content h5, .contact-info-box .content h5 > a{
	color: var(--blue);
}
.contact-section-form{
	position: relative;
	z-index: 2;
}
.contact-image{
	position: relative;
	margin-top: -170px;
	z-index: 1;
}
.contact-image .contact-img-left{
	position: relative;
	overflow: hidden;
	border-radius: 40px;
}
.contact-image .contact-img-right{
	position: absolute;
	top: 0;
	right: 0;
}
.contact-img-right{
	position: absolute;
	width: 42%;
	height: 170px;
	border-radius: 0px 0px 0px 40px;
	top: 0px;
	background-color: var( --body );
	height: 170px;
	border-radius: 0px 0px 0px 40px;
	top: 0px;
	right: 0px;
}
.contact-img-right span{
	width: 60px;
	height: 60px;
	box-shadow: -25px 15px 0px 0px #DEE8DE inset;
	border-radius: 0px 40px 0px 0px;
	position: absolute;
}
.contact-img-right span:first-child{
	top: -15px;
	left: -35px;
}
.contact-img-right span:last-child{
	bottom: -45px;
	right: -25px;
}
@media (max-width: 991px) {
	.contact-img-right{
		display: none;
	}
	.contact-image{
		margin-top: 0;
	}
}
.blog-sidebar{
	background-color: var(--blue);
	background-image: url(images/banner-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px;
	border-radius: 30px;
	color: var(--white);
}
.bg-blue{
	background-color: var(--blue) !important;
}
.bg-1{
	background-image: url(images/banner-bg.png) !important;
}
.text-slider .slick-slide{
	padding: 0 30px;
	font-size: 24px;
	font-weight: bold;
	font-family: var(--hfamily);
	text-transform: uppercase;	
}
.textslider-section{
	padding: 40px 0;
	background-image: url(images/banner-bg.png);
}
.textslider-section .text-slider-item{
	color: var(--white);
	font-size: 26px;
	font-weight: bold;
	font-family: var(--hfamily);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.textslider-section .text-slider-item svg {
	width: 40px;
	height: 40px;
	height: inherit;
	fill: currentColor;
	animation: rotate 3s infinite linear;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.servicetherapy-header{
	display: grid;
	grid-template-columns: 0.4fr 1fr 1fr 0.6fr;
	gap: 20px;
	align-items: center;
	margin: 60px 0;
}
.servicetherapy-icon[aria-expanded="true"]{
	background: var(--primary);
}
.servicetherapy-icon{
	width: 80px;
	height: 80px;
	min-width: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--blue);
	overflow: hidden;
	transition: all 0.3s;
}
.servicetherapy-icon img{
	width: 40px;
	height: 40px;
	min-width: 40px;
	fill: var(--white);
	filter: brightness(0) invert(1);
}
.servicetherapy-header h4[aria-expanded="true"]{
	color: var(--primary);
}
.servicetherapy-header h4{
	margin: 0;
	font-size: 26px;
	color: var(--blue);
	transition: all 0.3s;
}

.servicetherapy-header .servicetherapy-button{
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.servicetherapy-header .servicetherapy-button[aria-expanded="true"] .link{
	background: var(--primary);
}
.servicetherapy-header .link{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--blue);
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.3s;
}
.servicetherapy-header .link svg{
	fill: var(--white);
	width: 20px;
	height: 20px;
	transition: all 0.3s;
	transform: rotate(0);
}
.servicetherapy-header:hover .link svg{
	transform: rotate(-30deg);
}
.servicetherapy-button[aria-expanded="true"] .link svg{
	transform: rotate(-30deg);
}
.servicetherapy-body img{
	width: 100%;
	border-radius: 30px;
}
.wp-block-image img{
	border-radius: 30px;
}
@media screen and (max-width: 991px) {
	.servicetherapy-header{
		grid-template-columns: auto 1fr;
		gap: 2px 10px;
		align-items: start;
		margin: 20px 0;
		font-size: 15px;
		position: relative;
	}
	.servicetherapy-icon{
		width:50px;
		height: 50px;
		min-width: 50px;
		grid-area: 1/1/3/2;
	}
	.servicetherapy-icon img{
		width: 30px;
		height: 30px;
		min-width: 30px;
	}
	.servicetherapy-header h4{
		font-size: 18px;
	}
	.servicetherapy-header .link{
		position: absolute;
		bottom: 0;
		opacity: 0.5;
		width:50px;
		height: 50px;
	}
}
.therapy-widget{
	border-radius: 30px;
	padding: 40px;
	margin-bottom: 30px;
	background: var(--white);
}
.therapy-widget:last-child{
	margin-bottom: 0px;
}
.therapy-widget .therapy-widget-title.text-white{
	color: var(--white);
}
.therapy-widget .therapy-widget-title, .therapy-widget .wp-block-heading{
	color: var(--blue);
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.blog-widget .wp-block-heading{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.therapy-widget .tw-group{
	margin-bottom: 20px;
}
.therapy-widget .tw-group span{
	width: 30px;
    height: 30px;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.therapy-widget .tw-group label{
	font-size: 15px;
	color: var(--white);
}
.therapy-widget .tw-group .tw-icon{
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	color: var(--white);
}
.therapy-widget .tw-group .tw-icon svg{
	width: 18px;
	height: 18px;
	fill: var(--blue);
}
.therapy-widget .tw-group .tw-icon a{
	color: var(--white);
}
.therapy-widget .tw-group .tw-icon a:hover{
	text-decoration: underline;
}
.therapy-widget ul{

}
.therapy-widget ul li{
	margin-bottom: 10px;
}
.therapy-widget ul li:last-child{
	margin-bottom: 0px;
}
.therapy-widget ul li a{
	color: var(--dark);
	position: relative;
	padding-left: 16px;
	font-size: 20px;
	font-family: var(--hfamily);
}
.therapy-widget ul li a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width:5px;
	height: 5px;
	background: var(--primary);
	border-radius: 50%;
}
.therapy-widget ul li.current_page_item > a{
	color: var(--primary);
}
.about-images-section{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	position: relative;
}
.about-images-section img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}
.about-video-section {
	position: absolute;
	left: 50%;
	bottom: -40%;
	transform: translate(-50%, -50%);
	width: 140px;
	height: 140px;
	background: var(--primary);
	border-radius: 50%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-weight: bold;
	box-shadow: 0 0 0 14px var(--blue);
}
.about-video-section::after{
	font-family: "bootstrap-icons";
	content: "\F4F4";
	position: absolute;
	font-size: 30px;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: var(--white);
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: var(--blue);
}
.e-text-path{
	font-size: 36px;
	color: white;
	fill: white;
}
.e-text-path svg{
	height: auto;
	max-width: 100%;
	overflow: visible;
	transform: rotate(0deg) scaleX(1deg) scaleY(1deg);
	width: 80px;
	word-spacing: 0px;
}
.e-text-path svg path {
	vector-effect: non-scaling-stroke;
	fill: transparent;
	stroke: var(--stroke-color,transparent);
	stroke-width: var(--stroke-width,1px);
	transition: var(--stroke-transition) stroke,var(--stroke-transition) fill;
}
.progress-item{
	margin-bottom: 20px;
}
.progress-item .progress-title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
	font-family: var(--hfamily);
}
.progress-item .progress{
	height: 10px;
	border-radius: 5px;
	overflow: hidden;
	background-color: var(--white);
}
.progress-item .progress-bar{
	height: 100%;
	background: var(--primary);
	border-radius: 5px;
	overflow: hidden;
}
.partner-logos-section{
	background: var(--primary);
	border-radius: 30px;
	padding: 70px 40px 40px 40px;
	margin-top: 20px;
}
.partner-logos-section .partner-logo-item{
	text-align: center;
	padding: 20px;
	margin: 0 15px;
}
@media screen and (max-width: 991px) {
	.about-video-section{
		bottom: -50%;
		width: 100px;
		height: 100px;
		box-shadow: 0 0 0 10px var(--blue);
	}
	.e-text-path svg{
		width: 65px;
	}
	.partner-logos-section{
		padding: 40px 20px 20px 20px;
	}
	.partner-logos-section .partner-logo-item{
		margin: 0 10px;
	}
}