@-webkit-keyframes animloader {
	0% {
		width: 0%
	}
	to {
		width: 100%
	}
}
@keyframes animloader {
	0% {
		width: 0%
	}
	to {
		width: 100%
	}
}
@-webkit-keyframes greentopBubbles {
	0% {
		background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
	}
	50% {
		background-position: 0 80%, 0 20%, 10% 40%, 20%0, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
	}
	to {
		background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
		background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
	}
}
@keyframes greentopBubbles {
	0% {
		background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
	}
	50% {
		background-position: 0 80%, 0 20%, 10% 40%, 20%0, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
	}
	to {
		background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
		background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
	}
}
@-webkit-keyframes greenbottomBubbles {
	0% {
		background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70%0
	}
	50% {
		background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105%0
	}
	to {
		background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
		background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
	}
}
@keyframes greenbottomBubbles {
	0% {
		background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70%0
	}
	50% {
		background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105%0
	}
	to {
		background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
		background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
	}
}
@-webkit-keyframes btn-icon-anim {
	0% {
		top: 0;
		right: 2px
	}
	25% {
		top: -10px;
		right: -10px
	}
	50% {
		top: 10px;
		opacity: 0;
		right: 17px
	}
	to {
		top: 0;
		right: 2px;
		opacity: 1
	}
}
@keyframes btn-icon-anim {
	0% {
		top: 0;
		right: 2px
	}
	25% {
		top: -10px;
		right: -10px
	}
	50% {
		top: 10px;
		opacity: 0;
		right: 17px
	}
	to {
		top: 0;
		right: 2px;
		opacity: 1
	}
}
@-webkit-keyframes gridanim {
	0% {
		top: -60px
	}
	50% {
		top: 100%
	}
	to {
		top: -60px;
		background: -webkit-gradient(linear, left top, left bottom, from(var(--white)), to(rgba(255, 255, 255, 0)));
		background: linear-gradient(180deg, var(--white) 0%, rgba(255, 255, 255, 0) 100%)
	}
}
@keyframes gridanim {
	0% {
		top: -60px
	}
	50% {
		top: 100%
	}
	to {
		top: -60px;
		background: -webkit-gradient(linear, left top, left bottom, from(var(--white)), to(rgba(255, 255, 255, 0)));
		background: -o-linear-gradient(top, var(--white) 0%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(180deg, var(--white) 0%, rgba(255, 255, 255, 0) 100%)
	}
}
@-webkit-keyframes gridanim2 {
	0% {
		top: -60px
	}
	50% {
		top: 100%
	}
	to {
		top: -60px;
		background: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(rgba(255, 255, 255, 0)));
		background: linear-gradient(180deg, var(--theme) 0%, rgba(255, 255, 255, 0) 100%)
	}
}
@keyframes gridanim2 {
	0% {
		top: -60px
	}
	50% {
		top: 100%
	}
	to {
		top: -60px;
		background: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(rgba(255, 255, 255, 0)));
		background: -o-linear-gradient(top, var(--theme) 0%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(180deg, var(--theme) 0%, rgba(255, 255, 255, 0) 100%)
	}
}
@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	30% {
		opacity: .7
	}
	to {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0
	}
}
@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	30% {
		opacity: .7
	}
	to {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0
	}
}
@-webkit-keyframes ripple2 {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: .4
	}
	50% {
		opacity: .3
	}
	80% {
		opacity: .2
	}
	to {
		-webkit-transform: scale(2.2);
		transform: scale(2.2);
		opacity: 0
	}
}
@keyframes ripple2 {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: .4
	}
	50% {
		opacity: .3
	}
	80% {
		opacity: .2
	}
	to {
		-webkit-transform: scale(2.2);
		transform: scale(2.2);
		opacity: 0
	}
}
@-webkit-keyframes scrollMove {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}
@keyframes scrollMove {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}
@-webkit-keyframes morph {
	0%, to {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
	}
	50% {
		border-radius: 30% 60% 70% 40%/50% 60% 30% 60%
	}
}
@keyframes morph {
	0%, to {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
	}
	50% {
		border-radius: 30% 60% 70% 40%/50% 60% 30% 60%
	}
}
@-webkit-keyframes jumpAni {
	0%, to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}
}
@-webkit-keyframes movingX {
	0%, to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}
}
@keyframes movingX {
	0%, to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}
}
@-webkit-keyframes moving {
	0%, to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px)
	}
}
@keyframes moving {
	0%, to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px)
	}
}
@keyframes jumpAni {
	0%, to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}
}
@-webkit-keyframes jumpReverseAni {
	0%, to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}
}
@keyframes jumpReverseAni {
	0%, to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes titleFill {
	0% {
		width: 0
	}
	80%, to {
		width: 100%
	}
}
@keyframes titleFill {
	0% {
		width: 0
	}
	80%, to {
		width: 100%
	}
}
@-webkit-keyframes lineDown {
	0% {
		-webkit-transform: 0;
		transform: 0;
		opacity: 0
	}
	30%, 60% {
		opacity: 1
	}
	to {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
		opacity: 1
	}
}
@keyframes lineDown {
	0% {
		-webkit-transform: 0;
		transform: 0;
		opacity: 0
	}
	30%, 60% {
		opacity: 1
	}
	to {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
		opacity: 1
	}
}
@-webkit-keyframes swing {
	0%, to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	25%, 75% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
}
@keyframes swing {
	0%, to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	25%, 75% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
}
@-webkit-keyframes scaleUpDown {
	0%, to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}
@keyframes scaleUpDown {
	0%, to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}
@-webkit-keyframes roundFill {
	0% {
		width: 0
	}
	60% {
		width: 100%;
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@keyframes roundFill {
	0% {
		width: 0
	}
	60% {
		width: 100%;
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@-webkit-keyframes dance {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes dance2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	50% {
		-webkit-transform: translate3d(15px, -15px, 0);
		transform: translate3d(15px, -15px, 0)
	}
	to {
		-webkit-transform: translate3d(0, -15px, 15px);
		transform: translate3d(0, -15px, 15px)
	}
}
@-webkit-keyframes slideTop {
	49% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	51% {
		opacity: 1
	}
}
@keyframes slideTop {
	49% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	51% {
		opacity: 1
	}
}
@-webkit-keyframes zoom1 {
	0%, to {
		scale: .2
	}
	50% {
		scale: 1
	}
}
@keyframes zoom1 {
	0%, to {
		scale: .2
	}
	50% {
		scale: 1
	}
}
@-webkit-keyframes topBottomLine {
	0%, to {
		top: 0
	}
	50% {
		top: calc(100% - 30px)
	}
}
@keyframes topBottomLine {
	0%, to {
		top: 0
	}
	50% {
		top: calc(100% - 30px)
	}
}
@-webkit-keyframes bgColor {
	0%, to {
		background-color: #f2ba4c
	}
	25% {
		background-color: #81f24c
	}
	50% {
		background-color: #41f27d
	}
	75% {
		background-color: #0500ff
	}
}
@keyframes bgColor {
	0%, to {
		background-color: #f2ba4c
	}
	25% {
		background-color: #81f24c
	}
	50% {
		background-color: #41f27d
	}
	75% {
		background-color: #0500ff
	}
}
@-webkit-keyframes footerLine {
	0%, to {
		left: 40px
	}
	50% {
		left: 0
	}
}
@keyframes footerLine {
	0%, to {
		left: 40px
	}
	50% {
		left: 0
	}
}
@-webkit-keyframes fadeLeftRight {
	0%, to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px)
	}
}
@keyframes fadeLeftRight {
	0%, to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px)
	}
}
@-webkit-keyframes animate-positive {
	0% {
		width: 0
	}
}
@keyframes animate-positive {
	0% {
		width: 0
	}
}
@-webkit-keyframes shine {
	to {
		left: 125%
	}
}
@keyframes shine {
	to {
		left: 125%
	}
}
@-webkit-keyframes fadein {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fadein {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes slideinup {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes slideinup {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(calc(-100% - var(--gap)));
		transform: translateX(calc(-100% - var(--gap)))
	}
}
@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(calc(-100% - var(--gap)));
		transform: translateX(calc(-100% - var(--gap)))
	}
}
@-webkit-keyframes slideinright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(180px);
		transform: translateX(180px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes slideinright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(180px);
		transform: translateX(180px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@-webkit-keyframes slideindown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes slideindown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes slideinleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes slideinleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@-webkit-keyframes slidebottomright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(120px) translateY(120px);
		transform: translateX(120px) translateY(120px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0)
	}
}
@keyframes slidebottomright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(120px) translateY(120px);
		transform: translateX(120px) translateY(120px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0)
	}
}
@-webkit-keyframes slidetopleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px) translateY(-100px);
		transform: translateX(-100px) translateY(-100px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0)
	}
}
@keyframes slidetopleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px) translateY(-100px);
		transform: translateX(-100px) translateY(-100px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0)
	}
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
@-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
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes dance {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes dance2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	50% {
		-webkit-transform: translate3d(15px, -15px, 0);
		transform: translate3d(15px, -15px, 0)
	}
	to {
		-webkit-transform: translate3d(0, -15px, 15px);
		transform: translate3d(0, -15px, 15px)
	}
}
@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	to {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes slideUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes slideUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes stickyAni {
	0% {
		-webkit-transform: translate3d(0, -40px, 0) scaleY(.8);
		transform: translate3d(0, -40px, 0) scaleY(.8);
		opacity: .7
	}
	to {
		-webkit-transform: translate3d(0, 0, 0) scaleY(1);
		transform: translate3d(0, 0, 0) scaleY(1);
		opacity: 1
	}
}
@keyframes stickyAni {
	0% {
		-webkit-transform: translate3d(0, -40px, 0) scaleY(.8);
		transform: translate3d(0, -40px, 0) scaleY(.8);
		opacity: .7
	}
	to {
		-webkit-transform: translate3d(0, 0, 0) scaleY(1);
		transform: translate3d(0, 0, 0) scaleY(1);
		opacity: 1
	}
}
@-webkit-keyframes location-anim {
	0% {
		-webkit-transform: rotate(5deg) translate(5px, 5px);
		transform: rotate(5deg) translate(5px, 5px)
	}
	to {
		-webkit-transform: rotate(5deg) translate(-5px, -5px);
		transform: rotate(5deg) translate(-5px, -5px)
	}
}
@keyframes location-anim {
	0% {
		-webkit-transform: rotate(5deg) translate(5px, 5px);
		transform: rotate(5deg) translate(5px, 5px)
	}
	to {
		-webkit-transform: rotate(5deg) translate(-5px, -5px);
		transform: rotate(5deg) translate(-5px, -5px)
	}
}
@-webkit-keyframes location-anim2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}
}
@keyframes location-anim2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}
}
@-webkit-keyframes heightanim {
	0% {
		height: 0;
		opacity: 0
	}
	to {
		height: 100%;
		opacity: 1
	}
}
@keyframes heightanim {
	0% {
		height: 0;
		opacity: 0
	}
	to {
		height: 100%;
		opacity: 1
	}
}
@-webkit-keyframes widthanim {
	0% {
		width: 0;
		opacity: 0
	}
	to {
		width: 100%;
		opacity: 1;
		left: 0
	}
}
@keyframes widthanim {
	0% {
		width: 0;
		opacity: 0
	}
	to {
		width: 100%;
		opacity: 1;
		left: 0
	}
}
@keyframes bounce-y {
	0%, to {
		transform: translateY(0)
	}
	50% {
		transform: translateX(-30px)
	}
}
body, html {
	scroll-behavior: auto!important
}
body {
	
  font-family: "Oswald", sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.6;
	overflow-x: hidden;
	background: var(--th-body-background);
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0
}
body::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	border-radius: 0
}
body::-webkit-scrollbar-thumb {
	background-color: var(--theme);
	border-radius: 0
}
.th-bg-dark {
	--th-body-background: #13182b
}
iframe {
	border: 0;
	width: 100%
}
.slick-slide:focus, button:focus, input, input:active, input:hover, textarea, textarea:active, textarea:hover {
	outline: 0
}
embed, img:not([draggable]), object, video {
	max-width: 100%;
	height: auto
}
ul {
	list-style-type: disc
}
ol {
	list-style-type: decimal
}
table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}
th {
	font-weight: 700
}
table, td, th {
	border: 1px solid var(--th-border-color)
}
td, th {
	padding: 9px 12px
}
a {
	color: var(--theme);
	text-decoration: none;
	outline: 0;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}
a:hover, th {
	color: var(--title)
}
a:active, a:focus, a:hover, a:visited {
	text-decoration: none;
	outline: 0
}
button {
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}
img {
	border: 0;
	max-width: 100%
}
.tinv-wishlist ins, ins {
	text-decoration: none
}
pre {
	background: #f5f5f5;
	color: #666;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word
}
p:empty, span.ajax-loader:empty {
	display: none
}
.cursor-follower {
	position: fixed;
	background: var(--title);
	border: 1px solid var(--title);
	width: 15px;
	height: 15px;
	border-radius: 100%;
	z-index: 999999;
	-webkit-transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .2s cubic-bezier(.75, -.27, .3, 1.33) background, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	-o-transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .2s cubic-bezier(.75, -.27, .3, 1.33) background;
	transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .2s cubic-bezier(.75, -.27, .3, 1.33) background;
	transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .2s cubic-bezier(.75, -.27, .3, 1.33) background, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-transform: translate(2px, 2px);
	-ms-transform: translate(2px, 2px);
	transform: translate(2px, 2px);
	opacity: 1;
	mix-blend-mode: multiply
}
.cursor-follower.cursor-follower-big {
	-webkit-transform: translate(2px, 2px) scale(3);
	-ms-transform: translate(2px, 2px) scale(3);
	transform: translate(2px, 2px) scale(3)
}
.admin-bar {
	position: relative
}
p.has-drop-cap {
	margin-bottom: 20px
}
.page--item p:last-child .alignright {
	clear: right
}
.blog-title, .breadcumb-title, .pagi-title {
	word-break: break-word
}
.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
	color: var(--body)
}
.bypostauthor {
	display: block
}
.clearfix {
	clear: both
}
.page--item {
	margin-bottom: 30px
}
.page--item p {
	line-height: 1.8
}
.content-none-search {
	margin-top: 30px
}
.wp-block-button.aligncenter {
	text-align: center
}
.alignleft, .alignright {
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-right: 1.5em
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-right: 1em
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}
.gallery {
	margin-bottom: 1.5em;
	width: 100%
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0 5px
}
.wp-block-columns {
	margin-bottom: 1em
}
figure.gallery-item {
	margin-bottom: 10px;
	display: inline-block
}
.gallery-columns-2 .gallery-item {
	max-width: 50%
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
	max-width: 25%
}
.gallery-columns-5 .gallery-item {
	max-width: 20%
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}
.gallery-caption {
	display: block;
	font-size: .8em;
	line-height: 1.5;
	padding: .5em 0
}
.wp-block-cover p:not(.has-text-color), .wp-block-cover-image-text, .wp-block-cover-text {
	color: var(--white)
}
.wp-block-cover {
	margin-bottom: 15px
}
.wp-caption-text {
	text-align: center
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%
}
.wp-caption .wp-caption-text {
	margin: .5em 0;
	font-size: .9em
}
.wp-block-media-text, .wp-block-media-text.alignwide, figure.wp-block-gallery {
	margin-bottom: 30px
}
.wp-block-media-text.alignwide {
	background-color: var(--smoke-color)
}
.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
	line-height: 1.4
}
ul.wp-block-latest-posts a, ul.wp-block-rss a {
	color: inherit
}
.wp-block-button {
	margin-bottom: 10px
}
.wp-block-archives > li:last-child, .wp-block-button:last-child, .wp-block-categories > li:last-child, .wp-block-page-list > li:last-child {
	margin-bottom: 0
}
.wp-block-button .wp-block-button__link {
	color: #fff
}
.wp-block-button .wp-block-button__link:hover {
	color: var(--white);
	background-color: var(--theme)
}
.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border-color: var(--title);
	color: var(--title)
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: var(--white);
	background-color: var(--theme);
	border-color: var(--theme)
}
.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0
}
ol.wp-block-latest-comments li, ul.wp-block-latest-posts li {
	margin: 15px 0
}
ul.wp-block-latest-posts {
	padding: 0;
	margin: 0 0 15px
}
ul.wp-block-latest-posts a:hover {
	color: var(--theme)
}
.wp-block-search__inside-wrapper {
	position: relative
}
.wp-block-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px
}
.wp-block-search:has(button) .wp-block-search__input {
	padding-right: 130px
}
.wp-block-search .wp-block-search__input {
	width: 100%;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 40px;
	border: 1px solid var(--th-border-color);
	-webkit-box-shadow: 0 13px 25px rgba(0, 0, 0, .04);
	box-shadow: 0 13px 25px rgba(0, 0, 0, .04);
	border-radius: 0
}
.wp-block-search .wp-block-search__input:focus {
	border-color: var(--theme)
}
.wp-block-search .wp-block-search__button {
	margin: 0;
	min-width: 110px;
	height: 100%;
	border: 0;
	color: var(--white);
	background-color: var(--theme);
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0
}
.wp-block-search .wp-block-search__button.has-icon {
	min-width: 56px
}
.post-password-form input[type=submit]:hover, .wp-block-search .wp-block-search__button:hover {
	background-color: var(--title)
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 0;
	border: 0
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper:has(button) .wp-block-search__input {
	padding: 0 130px 0 25px
}
.wp-block-latest-posts__post-excerpt, ul.wp-block-rss {
	margin: 0
}
.wp-block-group.has-background {
	padding: 15px 15px 1px;
	margin-bottom: 30px
}
.wp-block-table td, .wp-block-table th {
	border-color: rgba(0, 0, 0, .1)
}
.wp-block-table.is-style-stripes {
	border: 1px solid rgba(0, 0, 0, .1);
	border: 0;
	margin-bottom: 30px;
	border-bottom: 0
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border-color: var(--th-border-color)
}
.logged-in .preloader .th-btn, .logged-in .sticky-wrapper.sticky-active {
	top: 32px
}
.post-password-form {
	margin-bottom: 30px;
	margin-top: 20px
}
.post-password-form label, .post-password-form p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px
}
.post-password-form p {
	position: relative
}
.post-password-form label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	margin-bottom: 0;
	line-height: 1;
	margin-top: 0
}
.post-password-form input {
	width: 100%;
	border: 0;
	height: 55px;
	padding-left: 25px;
	border: 1px solid var(--th-border-color)
}
.post-password-form input[type=submit] {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	width: 140px;
	border: 0;
	color: var(--white);
	background-color: var(--theme);
	text-align: center
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	padding-top: 1em
}
.page-links > .page-links-title {
	margin-right: 10px
}
.page-links > a, .page-links > span:not(.page-links-title):not(.screen-reader-text) {
	display: inline-block;
	padding: 5px 13px;
	background-color: var(--white);
	color: var(--title);
	border: 1px solid rgba(0, 0, 0, .08);
	margin-right: 10px
}
.page-links > a:hover, .page-links > span:not(.page-links-title):not(.screen-reader-text):hover {
	opacity: .8;
	color: var(--white);
	background-color: var(--theme);
	border-color: transparent
}
.page-links > a.current, .page-links > span:not(.page-links-title):not(.screen-reader-text).current {
	background-color: var(--theme);
	color: var(--white);
	border-color: transparent
}
.blog-single.format-link .blog-content:before, .blog-single.format-quote .blog-content:before, .blog-single.sticky .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .page-links span.screen-reader-text {
	display: none
}
.blog-single .wp-block-archives-dropdown {
	margin-bottom: 30px
}
.blog-single.format-link, .blog-single.format-quote, .blog-single.sticky, .blog-single.tag-sticky-2 {
	border-color: transparent;
	position: relative
}
.blog-single.format-link:before, .blog-single.format-quote:before, .blog-single.sticky:before, .blog-single.tag-sticky-2:before {
	position: absolute;
	font-family: var(--icon-font);
	opacity: 1;
	right: 0;
	top: 0;
	color: var(--white);
	background-color: var(--theme);
	z-index: 1;
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 10px
}
.blog-single .blog-content .wp-block-archives-dropdown, .blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories {
	display: block;
	margin-bottom: 30px
}
.blog-details .blog-single.format-link:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single:before {
	display: none
}
.blog-details .blog-single .blog-content, .blog-details .blog-single.format-link, .blog-details .blog-single.format-quote, .blog-details .blog-single.sticky, .blog-details .blog-single.tag-sticky-2 {
	background-color: transparent
}
.blog-details .blog-single.format-chat .blog-meta {
	margin-bottom: 20px
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
	background: var(--smoke-color);
	padding: 5px 20px
}
.blog-details .share-links {
	margin: 52px 0 0
}
.blog-details .tagcloud a {
	background-color: var(--gray-color)!important;
	border: unset!important;
	font-size: .9em!important;
	color: var(--title3)!important;
	font-family: var(--body-font)!important;
	padding: 12px 10px!important;
	border-radius: 4px!important
}
.blog-details .tagcloud a:hover {
	background-color: var(--theme)!important;
	color: var(--white)
}
.blog-details .th-social a {
	border-radius: 50%;
	color: #57585f
}
.nof-title {
	margin-top: -.24em
}
.th-search {
	background-color: var(--smoke-color2);
	margin-bottom: 30px;
	border-radius: 15px;
	overflow: hidden
}
.th-search .search-grid-content {
	padding: 30px
}
.th-search .search-grid-title {
	font-size: 1.5em;
	margin-bottom: 5px;
	margin-top: 0
}
.box-title2 a, .th-search .search-grid-title a {
	color: inherit
}
.blog-navigation .nav-btn:hover .nav-text, .blog-navigation .nav-btn:hover .nav-text .title, .th-search .search-grid-title a:hover {
	color: var(--theme)
}
.th-search .search-grid-meta > * {
	display: inline-block;
	margin-right: 15px;
	font-size: .9em
}
.th-search .search-grid-meta > :last-child {
	margin-right: 0
}
.th-search .search-grid-meta a, .th-search .search-grid-meta span {
	color: var(--body)
}
.blog-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid var(--th-border-color);
	padding-top: 60px;
	margin-top: 60px;
	gap: 20px
}
.blog-navigation > div {
	min-width: 220px
}
.blog-navigation .center-icon {
	font-size: 30px;
	color: var(--light-color)
}
.blog-navigation .nav-text {
	color: var(--title);
	display: inline-block
}
.blog-navigation .nav-text .text {
	margin-top: -.4em;
	margin-bottom: 4px
}
.blog-navigation .nav-text .title {
	margin-bottom: -.3em;
	max-width: 218px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.blog-navigation .nav-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.blog-navigation .nav-btn .thumb {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block
}
.blog-navigation .nav-btn .thumb:after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--title);
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.blog-navigation .nav-btn .thumb i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	z-index: 1;
	font-size: 1.5em;
	color: var(--white);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.blog-navigation .nav-btn img {
	border-radius: 10px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.blog-navigation .nav-btn.next {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right
}
.blog-navigation .nav-btn:hover .thumb:after {
	opacity: .5
}
.blog-navigation .nav-btn:hover .thumb i {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}
.blog-navigation .blog-btn {
	font-size: 2.375em;
	color: var(--light-color)
}
.blog-navigation .blog-btn:hover, .woosw-list table.woosw-items .woosw-item .woosw-item--name a:hover {
	color: var(--theme)
}
.wp-block-latest-comments__comment-excerpt p, .wp-block-social-links {
	margin-bottom: 0
}
.woosw-list table.woosw-items tr td {
	padding: 20px
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
	font-size: 1.5em;
	color: var(--title)
}
.woosw-list table.woosw-items tr .woosw-item--actions {
	width: 88px
}
.header-top .gt_float_switcher, .header-top .gt_float_switcher .gt-selected .gt-current-lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header-top .gt_float_switcher {
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1;
	border-radius: 0
}
.header-top .gt_float_switcher .gt_options {
	position: absolute;
	top: 37px;
	right: 0;
	width: 226px;
	background: var(--white);
	font-size: .938em;
	text-align: left;
	padding: 10px;
	max-height: -webkit-max-content;
	max-height: -moz-max-content;
	max-height: max-content
}
.header-top .gt_float_switcher .gt_options img {
	width: 28px
}
.header-top .gt_float_switcher .gt-selected .gt-current-lang {
	background: 0 0;
	padding: 0!important;
	font-size: .9em;
	text-transform: capitalize
}
.header-top .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code, .header-top .gt_switcher .gt-selected .gt-current-lang span.gt-lang-code {
	font-size: .9em;
	margin-right: 5px;
	top: 0;
	line-height: 1
}
.header-top .gt_float_switcher, .header-top .gt_float_switcher .gt-selected, .header-top .gt_switcher .gt_selected {
	background: 0 0;
	overflow: inherit
}
.header-top .gt_float_switcher .gt-selected .gt-current-lang img {
	width: 16px;
	min-width: 20px;
	margin: 0 8px 0 0;
	height: 16px;
	border-radius: 0;
	border: 0;
	-o-object-fit: cover;
	object-fit: cover
}
.header-top .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	line-height: 1;
	top: 0
}
.header-top .gt_float_switcher .gt_options a:hover {
	background: var(--gray-color);
	color: var(--body)
}
.footer-sitcky.sticky-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}
.round-container {
	max-width: 1530px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	position: relative;
	z-index: 2;
	overflow: hidden
}
.slick-track > [class*=col] {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/2);
	padding-left: calc(var(--bs-gutter-x)/2);
	margin-top: var(--bs-gutter-y)
}
.gy-30 {
	--bs-gutter-y: 30px
}
.g-0 {
	--bs-gutter-y: 0
}
.g-0, .gx-0 {
	--bs-gutter-x: 0
}
.gy-40 {
	--bs-gutter-y: 40px
}
.gy-16 {
	--bs-gutter-y: 16px
}
.gy-50 {
	--bs-gutter-y: 50px
}
.gy-60 {
	--bs-gutter-y: 60px
}
.gx-65 {
	--bs-gutter-x: 65px
}
.gx-70 {
	--bs-gutter-x: 70px
}
.gy-80 {
	--bs-gutter-y: 80px
}
.gy-24 {
	--bs-gutter-y: 24px
}
.gx-10 {
	--bs-gutter-x: 10px
}
.gy-10 {
	--bs-gutter-y: 10px
}
.form-control {
	width: 100%
}
.form-control, .form-select, input, select, textarea {
	padding: 10px;
	color: var(--title);
	background-color: var(--smoke-color2);
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
input, textarea {
	width: 100%
}
.form-control:focus, .form-select:focus, input:focus, select:focus, textarea:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: var(--theme2);
	background-color: var(--white);
}
.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: var(--title)
}
.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: var(--title)
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
	color: var(--title)
}
.form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: var(--title)
}
.form-control::placeholder, .form-select::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
	color: var(--title)
}

input[type=date]::-webkit-calendar-picker-indicator {
	background: 0 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer
}
input[type=time] {
	padding: 0 30px;
	position: relative
}
input[type=time]::-webkit-calendar-picker-indicator {
	background: 0 0;
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	cursor: pointer
}
.form-select, select {
	display: block;
	width: 100%;
	line-height: 1.5;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23B7C2CC' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
	background-position: right 26px center;
	background-repeat: no-repeat;
	background-size: 16px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}
.form-select.style2, select.style2 {
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E")
}
.form-group {
	margin-bottom: 1em;
	position: relative
}
.form-group > i {
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 16px;
	color: var(--body)
}
.form-group > i.fa-chevron-down {
	width: 17px;
	background-color: var(--smoke-color2)
}
.form-group.has-label > i {
	top: 50px
}
.form-group.style2 input, .form-group.style2 select, .form-group.style2 textarea {
	background: var(--black-color2);
	color: var(--white);
	height: 60px;
	border-radius: 8px
}
.form-group.style2 input:active, .form-group.style2 input:focus, .form-group.style2 textarea:active, .form-group.style2 textarea:focus {
	border-color: var(--theme)
}
.form-group.style2 input::-webkit-input-placeholder, .form-group.style2 textarea::-webkit-input-placeholder {
	color: var(--white)
}
.form-group.style2 input::-moz-placeholder, .form-group.style2 textarea::-moz-placeholder {
	color: var(--white)
}
.form-group.style2 input:-ms-input-placeholder, .form-group.style2 textarea:-ms-input-placeholder {
	color: var(--white)
}
.form-group.style2 input::-ms-input-placeholder, .form-group.style2 textarea::-ms-input-placeholder {
	color: var(--white)
}
.form-group.style2 input::placeholder, .form-group.style2 textarea::placeholder {
	color: var(--white)
}
.form-group.style2 > i {
	top: 24px;
	color: var(--white)
}
.form-group.style-border input, .form-group.style-border textarea {
	background: 0 0;
	border: 1px solid #d3dbe2
}
.form-group.style-border input:active, .form-group.style-border input:focus, .form-group.style-border textarea:active, .form-group.style-border textarea:focus {
	border-color: var(--theme)
}
.form-group.style-border select {
	background-color: transparent;
	border: 1px solid #d3dbe2
}
.form-group.style-border2 input, .form-group.style-border2 textarea {
	background: 0 0;
	border: 1px solid var(--th-border-color2);
	color: var(--body)
}
.form-group.style-border2 input::-webkit-input-placeholder, .form-group.style-border2 textarea::-webkit-input-placeholder {
	color: var(--body)
}
.form-group.style-border2 input::-moz-placeholder, .form-group.style-border2 textarea::-moz-placeholder {
	color: var(--body)
}
.form-group.style-border2 input:-ms-input-placeholder, .form-group.style-border2 textarea:-ms-input-placeholder, .form-group.style-border3 input:-ms-input-placeholder, .form-group.style-border3 textarea:-ms-input-placeholder, .th-newsletter-widget .newsletter-form .form-group input:-ms-input-placeholder {
	color: var(--body)
}
.form-group.style-border2 input::-ms-input-placeholder, .form-group.style-border2 textarea::-ms-input-placeholder {
	color: var(--body)
}
.form-group.style-border2 input::placeholder, .form-group.style-border2 textarea::placeholder {
	color: var(--body)
}
.form-group.style-border2 select {
	background: 0 0;
	border: 1px solid var(--th-border-color2)
}
.form-group.style-border2 i {
	color: var(--theme);
	top: 22px
}
.form-group.style-border3 input, .form-group.style-border3 textarea {
	background: var(--white);
	border: 1px solid var(--th-border-color);
	color: var(--body)
}
.form-group.style-border3 input::-webkit-input-placeholder, .form-group.style-border3 textarea::-webkit-input-placeholder, .th-newsletter-widget .newsletter-form .form-group input::-webkit-input-placeholder {
	color: var(--body)
}
.form-group.style-border3 input::-moz-placeholder, .form-group.style-border3 textarea::-moz-placeholder, .th-newsletter-widget .newsletter-form .form-group input::-moz-placeholder {
	color: var(--body)
}
.form-group.style-border3 input::-ms-input-placeholder, .form-group.style-border3 textarea::-ms-input-placeholder, .th-newsletter-widget .newsletter-form .form-group input::-ms-input-placeholder {
	color: var(--body)
}
.form-group.style-border3 input::placeholder, .form-group.style-border3 textarea::placeholder, .th-newsletter-widget .newsletter-form .form-group input::placeholder {
	color: var(--body)
}
.form-group.style-border3 select {
	background: var(--white);
	border: 1px solid var(--th-border-color)
}
.form-group.style-border3 i {
	top: 20px;
	background: 0 0
}
.form-group.style-white .form-control, .form-group.style-white .form-select {
	background: var(--white)
}
.form-group.style-white > i {
	top: 20px;
	background: 0 0;
	color: var(--theme)
}
.form-group.style-dark {
	position: relative;
	z-index: 1;
	-webkit-align-self: self-start;
	-ms-flex-item-align: self-start;
	-ms-grid-row-align: self-start;
	align-self: self-start
}
.form-group.style-dark:after {
	content: "";
	position: absolute;
	top: 0;
	left: var(--bs-gutter-x)/2;
	width: calc(100% - (var(--bs-gutter-x)/1));
	height: 100%;
	background: var(--theme);
	opacity: .4;
	border-radius: 50px;
	z-index: -1
}
.form-group.style-dark .form-control, .form-group.style-dark .form-select {
	background: 0 0;
	border: 1px solid rgba(255, 255, 255, .2);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	color: var(--white)
}
.form-group.style-dark .form-control::-webkit-input-placeholder, .form-group.style-dark .form-select::-webkit-input-placeholder {
	color: var(--th-border-color)
}
.form-group.style-dark .form-control::-moz-placeholder, .form-group.style-dark .form-select::-moz-placeholder {
	color: var(--th-border-color)
}
.form-group.style-dark .form-control:-ms-input-placeholder, .form-group.style-dark .form-select:-ms-input-placeholder {
	color: var(--th-border-color)
}
.form-group.style-dark .form-control::-ms-input-placeholder, .form-group.style-dark .form-select::-ms-input-placeholder {
	color: var(--th-border-color)
}
.form-group.style-dark .form-control::placeholder, .form-group.style-dark .form-select::placeholder {
	color: var(--th-border-color)
}
.form-group.style-dark > i {
	top: 20px;
	background: 0 0;
	color: var(--th-border-color)
}
.form-group.style-dark2 .form-control, .form-group.style-dark2 .form-select {
	background: var(--black-color3);
	border: 1px solid var(--th-border-color2);
	color: #6b7586;
	border-radius: 0
}
.form-group.style-dark2 .form-control::-webkit-input-placeholder, .form-group.style-dark2 .form-select::-webkit-input-placeholder {
	color: #6b7586
}
.form-group.style-dark2 .form-control::-moz-placeholder, .form-group.style-dark2 .form-select::-moz-placeholder {
	color: #6b7586
}
.form-group.style-dark2 .form-control:-ms-input-placeholder, .form-group.style-dark2 .form-select:-ms-input-placeholder {
	color: #6b7586
}
.form-group.style-dark2 .form-control::-ms-input-placeholder, .form-group.style-dark2 .form-select::-ms-input-placeholder {
	color: #6b7586
}
.form-group.style-dark2 .form-control::placeholder, .form-group.style-dark2 .form-select::placeholder {
	color: #6b7586
}
.form-group.style-dark2 > i {
	top: 20px;
	background: 0 0;
	color: #6b7586
}
.form-group.style-dark3 .form-control, .form-group.style-dark3 .form-select {
	background: var(--title);
	border: 1px solid var(--black-color4);
	color: var(--white);
	border-radius: 0
}
.form-group.style-dark3 > i {
	top: 20px;
	background: 0 0;
	color: var(--theme)
}
.form-group.style-radius-0 .form-control, .form-group.style-radius-0 .form-select {
	border-radius: 0
}
.form-group.style-shadow .form-control, .form-group.style-shadow .form-select {
	-webkit-box-shadow: 0 2px 4px rgba(2, 29, 53, .1);
	box-shadow: 0 2px 4px rgba(2, 29, 53, .1)
}
[class*=col-].form-group > i {
	right: calc((var(--bs-gutter-x)/2)+ 25px)
}
.form-rounded-10 .form-control, .form-rounded-10 .form-select {
	border-radius: 10px!important
}
.form-rounded-10 .th-btn {
	border-radius: 10px
}
option:checked, option:focus, option:hover {
	background-color: var(--theme);
	color: var(--white)
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}
input[type=number] {
	-moz-appearance: textfield
}
input[type=checkbox], input[type=radio] {
	visibility: hidden;
	opacity: 0;
	vertical-align: middle;
	width: 0;
	height: 0;
	display: none
}
input[type=checkbox]:checked ~ label:before {
	color: var(--white);
	background-color: var(--theme);
	border-color: var(--theme)
}
input[type=checkbox] ~ label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: block
}
input[type=checkbox] ~ label:before {
	content: "";
	font-family: var(--icon-font);
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 3.5px;
	background-color: var(--white);
	border: 1px solid var(--th-border-color);
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px
}
input[type=checkbox].style2 ~ label {
	color: #8b929c;
	padding-left: 23px;
	margin-bottom: -.5em
}
input[type=checkbox].style2 ~ label:before {
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid #8b929c;
	height: 14px;
	width: 14px;
	line-height: 14px;
	border-radius: 3px;
	top: 6px
}
input[type=checkbox].style2:checked ~ label:before {
	color: var(--theme)
}
input[type=radio] ~ label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 1;
	display: inline-block;
	margin-bottom: 0
}
input[type=radio] ~ label::before {
	position: absolute;
	font-family: var(--icon-font);
	left: 0;
	top: -2px;
	width: 20px;
	height: 20px;
	padding-left: 0;
	font-size: .6em;
	line-height: 19px;
	text-align: center;
	border: 1px solid var(--theme);
	border-radius: 100%;
	font-weight: 700;
	background: var(--white);
	color: transparent;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}
input[type=radio]:checked ~ label::before {
	border-color: var(--theme);
	background-color: var(--theme);
	color: var(--white)
}
label {
	margin-bottom: .5em;
	margin-top: -.3em;
	display: block;
	color: var(--title);
}
.was-validated input:invalid, input.is-invalid, select.is-invalid, textarea.is-invalid {
	border: 1px solid var(--error-color)!important;
	background-position: right calc(.375em+ .8875rem) center;
	background-image: none
}
.was-validated input:invalid:focus, input.is-invalid:focus, select.is-invalid:focus, textarea.is-invalid:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
textarea.is-invalid {
	background-position: top calc(.375em+ .5875rem) right calc(.375em+ .8875rem)
}
.form-messages.mb-0 *, .row.no-gutters > .form-group {
	margin-bottom: 0
}
.form-messages {
	display: none
}
.form-messages.success {
	color: var(--success-color);
	display: block
}
.form-messages.error {
	color: var(--error-color);
	display: block
}
.form-messages pre {
	padding: 0;
	background-color: transparent;
	color: inherit
}
.swiper-wrapper.row {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.th-slider.has-shadow {
	padding-left: 12px;
	padding-right: 12px;
	margin: -25px -12px
}
.th-slider.has-shadow .swiper-wrapper {
	padding: 25px 0
}
.swiper-fade .swiper-slide {
	-webkit-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out
}
.swiper-fade .swiper-slide-prev {
	opacity: 0
}
.swiper-pagination-progressbar {
	--swiper-pagination-progressbar-size: 2px;
	background: rgba(255, 255, 255, .6);
	--swiper-pagination-progressbar-size: 8px;
	background: var(--white);
	border-radius: 8px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 24px
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--title);
	border-radius: 18px
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 8px);
	left: 0
}
.swiper-pagination-fraction {
	text-align: center;
	font-weight: 700;
	color: var(--theme)
}
.swiper-pagination-fraction .swiper-pagination-current {
	font-size: 1.5em;
	color: var(--title);
	display: inline-block;
	width: 31px
}
.white-color .swiper-pagination-current {
	color: var(--white)
}
.slider-controller {
	margin-top: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px
}
.slider-controller .button {
	width: calc(100% - 204px)
}
.slider-controller .slider-arrow {
	min-width: 56px
}
.slider-controller .swiper-pagination-progressbar {
	background-color: #f2f3fc
}
.swiper-pagination-bullets {
	position: relative;
	z-index: 3;
	text-align: center;
	margin: 45px 0 10px;
	padding-bottom: 20px;
	line-height: 12px;
	height: 12px
}
.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-bullets .swiper-pagination-bullet:before {
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
	--swiper-pagination-bullet-size: 16px;
	--swiper-pagination-bullet-horizontal-gap: 8px;
	margin: 5px 4px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid var(--body);
	color: var(--white);
	position: relative;
	cursor: pointer
}
.swiper-pagination-bullets .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	inset: 4px;
	background-color: var(--theme);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.slider-area {
	position: relative
}
.slider-arrow {
	display: inline-block;
	padding: 0;
	background-color: var(--title);
	color: var(--white);
	border: 1px solid var(--title);
	position: absolute;
	top: 40%;
	left: var(--pos-x, -120px);
	width: var(--icon-size, 56px);
	height: var(--icon-size, 56px);
	line-height: var(--icon-size, 56px);
	font-size: var(--icon-font-size, 20px);
	margin-top: calc(var(--icon-size, 0px)/-2);
	z-index: 3;
	border-radius: 50%;
	--arrow-horizontal: 40px;
	--pos-x: -27px
}
.slider-arrow.style2 {
	background-color: var(--white);
	border: 1px solid var(--th-border-color5);
	color: var(--title);
	left: var(--pos-x, 120px);
	--icon-size: 64px;
	line-height: 25px
}
.slider-arrow.style2 img {
	-webkit-filter: brightness(1) invert(1);
	filter: brightness(1) invert(1);
	margin: 0
}
.slider-arrow.style2.slider-next {
	right: var(--pos-x, 120px)
}
.slider-arrow.style2:hover {
	background-color: var(--theme);
	border-color: var(--theme)
}
.icon-btn:hover img, .slider-arrow.style2:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
.slider-arrow.style3 {
	background-color: transparent;
	border: 0 solid rgba(92, 95, 113, .2);
	color: var(--title)
}
.slider-arrow.default {
	position: relative;
	--pos-x: 0;
	margin-top: 0
}
.slider-arrow.slider-next {
	right: var(--pos-x, -120px);
	left: auto
}
.slider-arrow:hover {
	background-color: var(--theme);
	color: var(--white);
	border-color: var(--theme)
}
.arrow-margin .slider-arrow {
	top: calc(50% - 30px)
}
.arrow-wrap {
	position: relative
}
.arrow-wrap .slider-arrow {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.4);
	-ms-transform: scale(.4);
	transform: scale(.4)
}
.arrow-wrap:hover .slider-arrow, .icon-box .slider-arrow {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible
}
.icon-box .slider-arrow:not(:last-child) {
	margin-right: 8px
}
.slick-3d-active {
	margin-left: -12%;
	margin-right: -12%
}
.slick-3d-active .slick-list {
	padding-left: 30%!important;
	padding-right: 30%!important
}
.slick-3d-active .slick-track {
	max-width: 100%!important;
	-webkit-transform: translate3d(0, 0, 0)!important;
	transform: translate3d(0, 0, 0)!important;
	-webkit-perspective: 100px;
	perspective: 100px
}
.slick-3d-active .slick-slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	width: 100%!important;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	-o-transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s, -webkit-transform 1s
}
.slick-3d-active .slick-3d-next, .slick-3d-active .slick-3d-next2, .slick-3d-active .slick-3d-prev, .slick-3d-active .slick-3d-prev2 {
	display: block
}
.slick-3d-active .slick-current {
	opacity: 1;
	position: relative;
	display: block;
	z-index: 2
}
.slick-3d-active .slick-3d-next, .slick-3d-active .slick-3d-next2 {
	opacity: 1;
	-webkit-transform: translate3d(50%, 0, -21px);
	transform: translate3d(50%, 0, -21px);
	z-index: 1;
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.slick-3d-active .slick-3d-next2 {
	-webkit-transform: translate3d(40%, 0, -23px);
	transform: translate3d(40%, 0, -23px);
	z-index: 0
}
.slick-3d-active .slick-3d-prev {
	opacity: 1;
	-webkit-transform: translate3d(-50%, 0, -21px);
	transform: translate3d(-50%, 0, -21px)
}
.slick-3d-active .slick-3d-prev .testi-card {
	-webkit-box-shadow: none;
	box-shadow: none
}
.slick-3d-active .slick-3d-prev2 {
	opacity: 1;
	-webkit-transform: translate3d(-40%, 0, -23px);
	transform: translate3d(-40%, 0, -23px)
}
.th-menu-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
	opacity: 0;
	visibility: hidden
}
.th-menu-wrapper .mobile-logo {
	padding: 20px;
	display: block;
	text-align: center;
	background-color: var(--smoke-color2)
}
.th-menu-wrapper .mobile-logo svg {
	max-width: 185px
}
.th-menu-wrapper .th-menu-toggle {
	border: 0;
	font-size: 1.375em;
	position: absolute;
	right: -32.5px;
	top: 0;
	padding: 0;
	width: 33px;
	height: 33px;
	line-height: 35px;
	z-index: 1;
	color: var(--white);
	background-color: var(--theme2)
}
.th-menu-wrapper .th-menu-toggle:hover {
	background-color: var(--title);
	color: var(--white)
}
.th-menu-wrapper .th-menu-area {
	width: 100%;
	max-width: 310px;
	background-color: var(--theme);
	height: 100%;
	position: relative;
	left: -110%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
	z-index: 1
}
.th-menu-wrapper.th-body-visible {
	opacity: 1;
	visibility: visible
}
.th-menu-wrapper.th-body-visible .th-menu-area {
	left: 0;
	opacity: 1;
	visibility: visible
}
.th-mobile-menu {
	overflow-y: scroll;
	max-height: calc(110vh - 200px);
	text-align: left;
	background: var(--theme)
}
.th-mobile-menu ul {
	margin: 0;
	padding: 0
}
.th-mobile-menu ul li {
	border-bottom: 1px solid #fdedf11a;
	list-style-type: none
}
.th-mobile-menu ul li li:first-child {
	border-top: 1px solid #fdedf1
}
.th-mobile-menu ul li a {
	display: block;
	position: relative;
	line-height: 1.4;
	color: var(--white);
	padding: 12px 0 12px 18px
}
.th-mobile-menu ul li a:before {
	font-family: var(--icon-font);
	position: absolute;
	left: 0;
	top: 12px;
	margin-right: 10px;
	display: inline-block
}
.th-mobile-menu ul li.th-active > a, .th-mobile-menu ul li > a:hover {
	color: var(--theme2)
}
.th-mobile-menu ul li.th-active > a:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.th-mobile-menu ul li ul li {
	padding-left: 20px
}
.th-mobile-menu ul li ul li:last-child, .th-mobile-menu > ul > li:last-child {
	border-bottom: none
}
.th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: .75;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin-top: -12.5px;
	display: inline-block;
	text-align: center;
	color: var(--theme2);
	border-radius: 50%
}
.th-mobile-menu ul .th-item-has-children > a .th-mean-expand:before {
	font-family: var(--icon-font)
}
.th-mobile-menu ul .th-item-has-children > a:after {
	font-family: var(--icon-font);
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	font-size: .75;
	float: right;
	display: none
}
.th-mobile-menu > ul {
	padding: 20px
}
.th-menu-toggle:hover {
	background-color: var(--theme);
	color: var(--white);
}
.th-menu-toggle.style-text, .th-menu-toggle.style-text-white {
	width: auto;
	height: auto;
	background-color: transparent;
	color: var(--title);
	font-size: 1.25em
}
.th-menu-toggle.style-text-white {
	color: var(--white)
}
.header-links li > i, .th-menu-toggle.style-text i, .th-menu-toggle.style-text-white i {
	margin-right: 10px
}
.preloader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	background-color: var(--theme)
}
.preloader .th-btn {
	padding: 15px 20px;
	border-radius: 0;
	font-size: .9em
}
.preloader-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 1
}
.preloader-inner img {
	display: block;
	margin: 0 auto
}
.loader {
	font-size: 3em;
	display: inline-block;
	font-weight: 700;
	color: var(--white);
	text-shadow: 0 0 0 var(--title), 0 0 1px var(--title), 0 0 1px var(--title);
	position: relative;
	line-height: normal;
	font-family: "Oswald", sans-serif
}
.loader, .loading-text, .scroll-top .progress-circle path {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.loading-text, .th-btn::before {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0
}
.loading-text {
	color: var(--theme2);
	width: 100%;
	overflow: hidden;
	-webkit-animation: animloader 6s linear infinite;
	animation: animloader 6s linear infinite
}
.th-btn, .th-btn.th-icon::after {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.th-btn {
	position: relative;
	z-index: 2;
	vertical-align: middle;
	text-align: center;
	background-color: var(--theme);
	color: var(--white);
	padding: 8px 15px;
	line-height: 1;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: capitalize;
	border: 1px solid transparent;
	cursor: pointer;
	font-size: .9em;
	
}
.th-btn.th-icon::after {
	font-style: normal;
	width: 24px;
	height: 24px;
	font-size: 18px;
	margin-left: 8px;
	-webkit-transition: opacity .3s ease, -webkit-transform .4s ease;
	-o-transition: transform .4s ease, opacity .3s ease;
	transition: transform .4s ease, opacity .3s ease;
	transition: transform .4s ease, opacity .3s ease, -webkit-transform .4s ease;
	will-change: transform
}
.th-btn:hover {
	border-color: var(--title);
	background: var(--theme);
	color: var(--white)
}
.th-btn.th-icon:active::after, .th-btn.th-icon:hover::after {
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px)
}
.th-btn::before {
	content: "";
	width: 0;
	background: var(--theme2);
	z-index: -1;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}
.th-btn:active::before, .th-btn:hover::before {
	width: 100%
}
.th-btn.btn-lg {
	padding: 11px 24px
}
.th-btn.btn-sm {
	padding: 7px 24px
}
.th-btn.white-hover.th-btn:after, .th-btn.white-hover:hover.th-btn::before {
	background-color: var(--white);
}
.th-btn.white-hover:hover.th-btn {
	color: var(--title);
	border-color: var(--white)
}
.th-btn.white-hover:hover.th-btn:after {
	background-color: var(--title)
}
.th-btn.theme-color-hover:hover {
	border-color: var(--theme)!important
}
.th-btn.theme-color-hover::after {
	background: var(--theme)!important
}
.banner-wrap1 .banner-content .btn-wrap a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	min-height: 60px;
	padding: 13px;
	min-width: 32.33%;
}
.th-btn.style-border1 {
	background: var(--white);
	border: 1px solid var(--th-border-color);
	color: var(--title)
}
.th-btn.style-border1:hover, .th-btn.style-border2 {
	border: 1px solid var(--title);
	color: var(--white)
}
.th-btn.style-border1:hover > .th-arrow {
	-webkit-filter: brightness(1) contrast(1);
	filter: brightness(1) contrast(1)
}
.th-btn.style-border1 > .th-arrow {
	-webkit-filter: brightness(0) contrast(1);
	filter: brightness(0) contrast(1);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.th-btn.style-border2 {
	background-color: transparent;
	color: var(--title)
}
.th-btn.style-border2::after {
	background: var(--title)
}
.th-btn.style-4, .th-btn.style-border2:hover {
	border: 1px solid var(--title);
	color: var(--white)
}
.th-btn.style-border2:hover::after {
	background: var(--white)
}
.th-arrow, .th-btn.style-border2 > .th-arrow {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.th-btn.style-border2 > .th-arrow {
	-webkit-filter: brightness(0) contrast(1);
	filter: brightness(0) contrast(1)
}
.th-btn.style-4 {
	background: 0 0;
	color: var(--title)
}
.icon-btn:hover, .th-btn.style-4:hover {
	color: var(--white)
}
.th-btn.style-4:hover .th-arrow {
	-webkit-filter: brightness(1) contrast(0);
	filter: brightness(1) contrast(0)
}
.th-arrow {
	margin-left: 10px
}
.icon-btn {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 45px;
	font-size: 1.5em;
	background-color: transparent;
	color: var(--theme2);
	text-align: center;
	border-radius: 0;
	border: 1px solid var(--theme2);
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.icon-btn img {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.icon-btn:hover {
	background-color: var(--title);
	border-color: var(--title)
}
.icon-btn.style2 {
	background-color: var(--theme2);
	color: var(--white);
	border: 0
}
.icon-btn.style2:hover, .play-btn.style2:hover i {
	background-color: var(--theme)
}
.icon-btn.style3, .icon-btn.style4, .play-btn.style3:hover > i, .play-btn:hover i, .play-btn:hover::before, .play-btn:hover:after {
	background-color: var(--theme);
	color: var(--white)
}
.blog-single .blog-img .play-btn:hover i, .icon-btn.style3:hover {
	background-color: var(--white);
	color: var(--theme)
}
.icon-btn.style4 {
	background-color: var(--title)
}
.icon-btn.style4:hover, .play-btn.style3:after, .play-btn.style3:before {
	background-color: var(--theme2)
}
.icon-btn.style-border {
	--icon-bg: transparent;
	border: 1px solid var(--th-border-color);
	line-height: 54px;
	color: var(--title)
}
.icon-btn, .play-btn {
	position: relative
}
.play-btn:after, .play-btn:before, .play-btn > i {
	border-radius: 50%;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}
.play-btn, .play-btn > i {
	display: inline-block;
	z-index: 1
}
.play-btn > i {
	width: var(--icon-size, 88px);
	height: var(--icon-size, 88px);
	line-height: var(--icon-size, 88px);
	text-align: center;
	color: var(--theme);
	font-size: var(--icon-font-size, 1.4em)
}
.play-btn:after, .play-btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--white);
	z-index: -1
}
.play-btn:after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
.play-btn.style2 {
	--icon-size: 80px;
	--icon-font-size: 24px
}
.play-btn.style2 i {
	background-color: var(--title)
}
.play-btn.style2:hover:after, .play-btn.style2:hover:before, .play-btn > i {
	background-color: var(--white)
}
.play-btn.style3, .play-btn.style5 {
	--icon-size: 56px
}
.play-btn.style3 > i {
	background-color: var(--theme2);
	color: var(--white)
}
.play-btn.style3:hover:after, .play-btn.style3:hover:before {
	background-color: var(--theme)
}
.play-btn.style4 > i {
	--icon-size: 100px;
	color: var(--title)
}
.play-btn.style4:after, .play-btn.style4:before {
	background-color: transparent;
	border: 1px solid var(--title)
}
.play-btn.style4:hover:after, .play-btn.style4:hover:before {
	border: 1px solid var(--white)
}
.play-btn.style5 > i {
	background-color: var(--white);
	color: var(--theme2)
}
.play-btn.style5:after, .play-btn.style5:before {
	background-color: var(--theme2)
}
.icon-btn.style-border:hover, .play-btn.style4:hover > i, .play-btn.style5:hover > i {
	color: var(--white)
}
.play-btn.style5:hover:after, .play-btn.style5:hover:before, .play-btn.style5:hover > i {
	background-color: var(--theme)
}
.play-btn.style6 > i {
	--icon-size: 100px;
	color: var(--white);
	font-size: 1.5em;
	background: 0 0;
	border: 2px solid var(--white)
}
.play-btn.style6:after, .play-btn.style6:before {
	background: 0 0;
	border: 1px solid var(--white)
}
.play-btn.style6:hover > i {
	color: var(--theme)
}
.play-btn.style6:hover:after, .play-btn.style6:hover:before, .play-btn.style6:hover > i {
	border-color: var(--theme)
}
.play-btn.style7 > i {
	--icon-size: 80px;
	background: var(--theme2);
	color: var(--white)
}
.play-btn.style7:after, .play-btn.style7:before {
	background-color: var(--theme2)
}
.play-btn.style7:hover > i {
	background: var(--white);
	color: var(--theme2)
}
.play-btn.style7:hover:after, .play-btn.style7:hover:before, .play-btn.style8 > i {
	background: var(--white)
}
.play-btn.style8 > i {
	--icon-size: 40px;
	color: var(--title)
}
.play-btn.style9 > i {
	--icon-size: 80px;
	--icon-font-size: 1.5em;
	background: var(--title);
	color: var(--theme)
}
.play-btn.style9:after, .play-btn.style9:before, .video-play-btn:before {
	border: 1px solid var(--white)
}
.play-btn.style9:hover > i {
	background: var(--theme2);
	color: var(--white)
}
.link-btn .icon, .video-play-btn {
	display: inline-block;
	position: relative
}
.video-play-btn {
	border: 0;
	width: 78px;
	height: 78px;
	line-height: 78px;
	-webkit-transition: all 1s cubic-bezier(0, 0, .2, 1);
	-o-transition: all 1s cubic-bezier(0, 0, .2, 1);
	transition: all 1s cubic-bezier(0, 0, .2, 1);
	border-radius: 50%;
	background: var(--white);
	margin: 0 auto;
	font-size: 1.563em;
	text-align: center;
	color: var(--title)
}
.video-play-btn:before {
	display: block;
	top: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: .3;
	-o-transition: .3;
	transition: .3;
	border-radius: 50%;
	-webkit-animation: ripple 2s linear infinite;
	animation: ripple 2s linear infinite
}
.link-btn:before, .video-play-btn:after, .video-play-btn:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0
}
.video-play-btn:after {
	display: block;
	top: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: .3;
	-o-transition: .3;
	transition: .3;
	border-radius: 50%;
	border: 1px solid var(--white);
	-webkit-animation: ripple 2s linear 1s infinite;
	animation: ripple 2s linear 1s infinite
}
.link-btn, .link-btn i {
	position: relative;
	font-size: .9em
}
.link-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: .8;
	padding-bottom: 2px;
	margin-bottom: -2px;
	text-transform: uppercase;
	color: var(--title)
}
.link-btn .icon {
	overflow: hidden;
	top: -2px
}
.link-btn i {
	-webkit-transition: .1s all;
	-o-transition: .1s all;
	transition: .1s all;
	top: -1px
}
.link-btn:before {
	width: 0;
	height: 1px;
	background-color: var(--theme);
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}
.box-title a:hover, .box-title2 a:hover, .link-btn.active, .link-btn.style2:hover, .link-btn:hover {
	color: var(--theme)
}
.link-btn.active::before, .link-btn:hover::before, .sidebar-gallery .gallery-thumb img, .sidebar-gallery .wp-block-image img {
	width: 100%
}
.link-btn.active i.fa-arrow-up-right, .link-btn:hover i.fa-arrow-up-right {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.link-btn.style2, .link-btn.style3:hover, .sidebar-gallery .gallery-thumb:hover .gallery-btn:hover {
	color: var(--white)
}
.link-btn.style2:before {
	width: 100%;
	background: var(--white)
}
.link-btn.style2:hover:before {
	background: var(--theme);
	width: 70%
}
.link-btn.style3 {
	color: var(--theme);
	margin-bottom: 0
}
.link-btn.style3:before {
	width: 100%;
	background: var(--theme)
}
.link-btn.style3:hover:before {
	background: var(--white);
	width: 70%
}
.link-btn.style4 {
	color: var(--title);
	margin-bottom: 0
}
.link-btn.style4:before {
	width: 100%;
	background: var(--title)
}
.link-btn.style4:hover:before {
	width: 70%
}
.scroll-top {
	position: fixed;
	right: 30px;
	bottom: 55px;
	border-radius: 50px;
	z-index: 10000;
	opacity: 1;
	visibility: hidden;
	-webkit-transform: translateY(45px);
	-ms-transform: translateY(45px);
	transform: translateY(45px);
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear
}
.scroll-top svg, .scroll-top:after {
	color: var(--theme);
	border-radius: 50%
}
.scroll-top, .scroll-top:after {
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block
}
.scroll-top:after {
	font-family: var(--icon-font);
	position: absolute;
	text-align: center;
	line-height: 50px;
	font-size: 1.5em;
	left: 0;
	top: 0;
	z-index: 1;
	border: 2px solid var(--theme);
	-webkit-box-shadow: none;
	box-shadow: none
}
.scroll-top svg {
	background: var(--white)
}
.scroll-top svg path {
	fill: none
}
.scroll-top .progress-circle path {
	stroke: var(--theme);
	stroke-width: 20px;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear
}
.scroll-top.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.scroll-top.style2 svg {
	background: var(--black-color2)
}
.sec-title {
	margin-bottom: calc(var(--section-title-space) - 11px);
	margin-top: -.24em
}
.sub-title {
	display: inline-block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--theme2);
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
	line-height: 24px;
	letter-spacing: .36px;
	padding-left: 52px
}
.sub-title::before {
	background-color: var(--theme2);
	content: "";
	position: absolute;
	width: 36px;
	height: 2px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.sec-text.style2 {
	margin-top: -.75em
}
.box-title {
	font-size: 1.2em;
	margin: 0 !important;
}
.box-subtitle {
	margin-bottom: 8px
}
.box-title2 {
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: 700;
	margin-top: -.35em
}
.title-area {
	margin-bottom: calc(var(--section-title-space) - 6.5px);
	position: relative;
	z-index: 2
}
.title-area:has(.box-text) {
	margin-bottom: calc(var(--section-title-space) - 1px)
}
.sidebar-area ul.wp-block-latest-posts, .title-area .sec-title {
	margin-bottom: 0
}
.title-area.mb-0 .sec-title {
	margin-bottom: -.24em
}
.title-area.text-center .sub-title {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.mb-32 {
	margin-bottom: 32px
}
hr.title-line {
	margin-top: 0;
	background-color: var(--th-border-color);
	opacity: 1;
	margin-bottom: var(--section-title-space)!important
}
.sec-btn {
	text-align: center
}
.sec-btn, .title-line {
	margin-bottom: var(--section-title-space)
}
.shadow-title {
	font-size: 4.625em;
	font-weight: 900;
	line-height: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 232, 250, .7)), color-stop(88.54%, rgba(226, 232, 250, 0)));
	background-image: -o-linear-gradient(top, rgba(226, 232, 250, .7)0, rgba(226, 232, 250, 0) 88.54%);
	background-image: linear-gradient(180deg, rgba(226, 232, 250, .7)0, rgba(226, 232, 250, 0) 88.54%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin: -.55em 0-.45em -.25em
}
.shadow-title.color2 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#232c47), color-stop(91.15%, rgba(20, 29, 56, 0)));
	background-image: -o-linear-gradient(top, #232c47 0, rgba(20, 29, 56, 0) 91.15%);
	background-image: linear-gradient(180deg, #232c47 0, rgba(20, 29, 56, 0) 91.15%)
}
.shadow-title.color3 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), color-stop(93.75%, rgba(220, 214, 214, 0)));
	background-image: -o-linear-gradient(top, #e0e0e0 0, rgba(220, 214, 214, 0) 93.75%);
	background-image: linear-gradient(180deg, #e0e0e0 0, rgba(220, 214, 214, 0) 93.75%)
}
.title-area2 {
	padding: 50px 100px
}
.title-area2 .subtitle {
	color: var(--white);
	text-transform: uppercase;
	margin-top: -.4em;
	margin-bottom: 5px;
	display: block
}
.title-area2 .title {
	color: var(--white);
	max-width: 430px;
	margin-bottom: -.26em
}
.page-subtitle {
	display: inline-block;
	position: relative
}
.page-subtitle:after, .page-subtitle:before {
	content: "";
	position: relative;
	width: 4px;
	height: 12px;
	background: var(--theme);
	display: inline-block;
	margin: 0 8px
}
.page-subtitle:before {
	margin: 0 8px 0 0
}
.page-subtitle:after {
	margin-right: 0
}
.page-title {
	position: relative;
	font-size: 2.5em;
	z-index: 2;
	margin-bottom: 32px!important
}
.page-title:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -12px;
	width: 136px;
	height: 1px;
	background-color: var(--theme)
}
.title-wrap {
	margin-bottom: 37px
}
.sec-text2 {
	font-size: 1.5em;
	color: var(--title)
}
.sec-text4 {
	max-width: 659px
}
.box-text2 {
	max-width: 464px
}
.shape-mockup-wrap {
	z-index: 2;
	position: relative
}
.shape-mockup {
	position: absolute;
	z-index: -1;
	pointer-events: none
}
.shape-mockup.z-index-3 {
	z-index: 3;
	pointer-events: none
}
.shape-mockup.z-index-1 {
	z-index: 1;
	pointer-events: none
}
.shape-mockup .svg-img {
	height: 110px;
	width: 110px
}
.shape-mockup.shape-ripple .ripple-1, .shape-mockup.shape-ripple .ripple-2, .shape-mockup.shape-ripple .ripple-3, .shape-mockup.shape-ripple .ripple-4, .shape-mockup.shape-ripple .ripple-5 {
	position: absolute;
	top: 0;
	right: 0
}
.z-index-step1 {
	position: relative;
	z-index: 4!important
}
.z-index-common {
	position: relative;
	z-index: 3
}
.z-index-3 {
	z-index: 3
}
.z-index-2 {
	z-index: 2
}
.z-index-n1 {
	z-index: -1
}
.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.badge {
	position: absolute;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: inline-block;
	text-align: center;
	background-color: var(--theme);
	color: var(--white);
	padding: .25em .45em;
	font-size: .7em;
	border-radius: 50%;
	top: 8px;
	right: 8px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.th-social a:last-child {
	margin-right: 0
}
.th-social a:hover {
	color: var(--white)
}
.th-social.color-theme a {
	border-color: var(--theme)
}
.th-social.style2 a, .th-social.style3 a {
	border: 1px solid var(--th-border-color4);
	background: 0 0
}
.th-social.style2 a {
	--icon-size: 40px;
	font-size: 1.125em
}
.th-social.style2 a:hover {
	background: var(--theme);
	color: var(--white)
}
.th-social.style3 a {
	--icon-size: 32px;
	line-height: 32px;
	font-size: .9em;
	border-radius: 50%;
	color: var(--title);
	margin-right: 0;
	-webkit-transform: 0;
	-ms-transform: 0;
	transform: 0
}
.th-social.style3 a:last-child {
	margin-right: 0
}
.th-social.style3 a:hover {
	background: var(--theme);
	color: var(--white)
}
.bg-mask {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat
}
.box-icon img {
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.box-text {
	margin-bottom: -.5em
}
.box-text.style2 {
	line-height: 28px
}
.btn-group {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px
}
.btn-group.style2 {
	gap: 20px 70px
}
.th-bg-img {
	position: absolute;
	inset: 0
}
.reveal img, .th-bg-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.color-masking, .color-masking2 {
	position: relative;
	display: inline-block
}
.color-masking .masking-src {
	position: absolute;
	inset: 0;
	mix-blend-mode: color;
	background: var(--theme)
}
.color-masking2 .masking-src {
	position: absolute;
	inset: 0;
	mix-blend-mode: color;
	background: var(--theme2)
}
.mfp-zoom-in .mfp-content {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5)
}
.mfp-zoom-in .mfp-content, .mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .7
}
.mfp-zoom-in.mfp-removing .mfp-content {
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	opacity: 0
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}
.th-radius {
	border-radius: 50px
}
.grid_lines, [data-overlay]:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.grid_lines {
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden
}
.grid_lines .grid_line {
	position: relative;
	width: 1px;
	height: 100%;
	display: inline-block;
	background-color: rgba(255, 255, 255, .1);
	mix-blend-mode: difference
}
.grid_lines .grid_line:after, .grid_lines .grid_line:before {
	content: "";
	position: absolute;
	top: -60px;
	left: 0;
	width: 1px;
	height: 60px;
	background: var(--white);
	background: -webkit-gradient(linear, left bottom, left top, from(var(--white)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(bottom, var(--white) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, var(--white) 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-animation: gridanim 25s linear infinite;
	animation: gridanim 25s linear infinite;
	opacity: .3
}
.grid_lines .grid_line:after {
	-webkit-animation-delay: 10s;
	animation-delay: 10s
}
.reveal {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: hidden;
	overflow: hidden
}
.reveal img {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left
}
.font-icon {
	font-family: var(--icon-font)
}
.font-title {
	font-family: var(--title-font)
}
.fw-extralight {
	font-weight: 100
}
.fw-light {
	font-weight: 300
}
.fw-bold {
	font-weight: 700
}
.fw-extrabold {
	font-weight: 800
}
.fs-18, .fs-md {
	font-size: 1.125em
}
.fs-20 {
	font-size: 1.25em!important
}
.fs-xs, .widget_recent_entries ul li span.post-date {
	font-size: .9em
}
.title-font, .widget_shopping_cart .total strong {
	font-family: var(--title-font)
}
.bg-theme {
	background-color: var(--theme)!important
}
.bg-theme2 {
	background-color: var(--theme2)!important
}
.bg-smoke {
	background-color: var(--smoke-color)!important
}
.bg-smoke2 {
	background-color: var(--smoke-color2)!important
}
.bg-gray {
	background-color: var(--gray-color)!important
}
.bg-gray2 {
	background-color: var(--gray-color2)!important
}
.bg-white {
	background-color: var(--white)!important
}
.bg-light {
	background-color: var(--light-color)!important
}
.bg-black {
	background-color: var(--black-color)!important
}
.bg-black2 {
	background-color: var(--black-color2)!important
}
.bg-black3 {
	background-color: var(--black-color3)!important
}
.bg-black4 {
	background-color: var(--black-color4)!important
}
.bg-title {
	background-color: var(--title)!important
}
.bg-body {
	background-color: var(--body)!important
}
.gradient-body {
	background-image: -o-linear-gradient(349.38deg, rgba(249, 215, 175, .3)0, rgba(214, 202, 245, .3) 24.03%, rgba(198, 241, 255, .3) 45.73%, rgba(248, 242, 222, .3) 69.05%, rgba(212, 179, 253, .3) 100.44%);
	background-image: linear-gradient(100.62deg, rgba(249, 215, 175, .3)0, rgba(214, 202, 245, .3) 24.03%, rgba(198, 241, 255, .3) 45.73%, rgba(248, 242, 222, .3) 69.05%, rgba(212, 179, 253, .3) 100.44%)
}
.gr-bg1 {
	background-image: -o-linear-gradient(10deg, rgba(249, 215, 175, .3)0, rgba(214, 202, 245, .3) 23.81%, rgba(198, 241, 255, .3) 45.3%, rgba(248, 242, 222, .3) 68.4%, rgba(212, 179, 253, .3) 99.5%);
	background-image: linear-gradient(80deg, rgba(249, 215, 175, .3)0, rgba(214, 202, 245, .3) 23.81%, rgba(198, 241, 255, .3) 45.3%, rgba(248, 242, 222, .3) 68.4%, rgba(212, 179, 253, .3) 99.5%)
}
.gr-bg2 {
	background-image: -o-linear-gradient(349.38deg, rgba(249, 215, 175, .3)0, rgba(214, 202, 245, .3) 24.03%, rgba(198, 241, 255, .3) 45.73%, rgba(248, 242, 222, .3) 69.05%, rgba(212, 179, 253, .3) 100.44%);
	background-image: linear-gradient(100.62deg, rgba(249, 215, 175, .3)0, rgba(214, 202, 245, .3) 24.03%, rgba(198, 241, 255, .3) 45.73%, rgba(248, 242, 222, .3) 69.05%, rgba(212, 179, 253, .3) 100.44%)
}
.gr-bg3 {
	background-image: -o-linear-gradient(339.41deg, rgba(236, 207, 254, .4)0, rgba(255, 221, 221, .5) 46.79%, rgba(247, 255, 229, .7) 100%);
	background-image: linear-gradient(110.59deg, rgba(236, 207, 254, .4)0, rgba(255, 221, 221, .5) 46.79%, rgba(247, 255, 229, .7) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px)
}
.gr-bg4 {
	background-image: -o-linear-gradient(344.56deg, rgba(255, 229, 133, .4)0, rgba(189, 255, 199, .4) 48.48%, rgba(223, 109, 223, .4) 100%);
	background-image: linear-gradient(105.44deg, rgba(255, 229, 133, .4)0, rgba(189, 255, 199, .4) 48.48%, rgba(223, 109, 223, .4) 100%);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px)
}
.background-image, .bg-fluid, [data-bg-src] {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}
.bg-fluid {
	background-size: 100% 100%
}
.bg-auto {
	background-size: auto auto
}
.bg-top-center {
	background-size: auto;
	background-position: top center
}
.bg-repeat {
	background-size: auto;
	background-repeat: repeat
}
.bg-bottom-right {
	background-size: auto;
	background-position: bottom right
}
.bg-top-left, .bg-top-right {
	background-size: auto;
	background-position: top right
}
.bg-top-left {
	background-position: top left
}
.bg-attachment {
	background-attachment: fixed
}
.title-area .sec-title span {
	color: var(--theme)!important
}
.text-theme2 {
	color: var(--theme2)!important
}
.text-title {
	color: var(--title)!important
}
.text-body {
	color: var(--body)!important
}
.text-error {
	color: var(--error-color)!important
}
.text-inherit {
	color: inherit
}
.text-inherit:hover {
	color: var(--theme2)
}
.text-reset:hover, a.text-theme:hover {
	text-decoration: underline
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}
.position-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
[data-overlay] {
	position: relative;
	z-index: 2
}
[data-overlay] [class*=col-], [data-overlay] [class^=col-] {
	z-index: 1
}
[data-overlay]:before {
	content: "";
	z-index: 1
}
[data-overlay=theme]:before {
	background-color: var(--theme)
}
[data-overlay=theme2]:before {
	background-color: var(--theme2)
}
.widget .search-form button:hover, [data-overlay=title]:before {
	background-color: var(--title)
}
.tinv-wishlist table thead, [data-overlay=smoke]:before {
	background-color: var(--smoke-color)
}
[data-overlay=gray]:before {
	background-color: var(--gray-color)
}
[data-overlay=white]:before {
	background-color: var(--white)
}
[data-overlay=black]:before {
	background-color: var(--black-color)
}
[data-overlay=black4]:before {
	background-color: var(--black-color4)
}
[data-overlay=black7]:before {
	background-color: var(--black-color7)
}
[data-opacity="1"]:before {
	opacity: .1
}
[data-opacity="2"]:before {
	opacity: .2
}
[data-opacity="3"]:before {
	opacity: .3
}
[data-opacity="4"]:before {
	opacity: .4
}
[data-opacity="5"]:before {
	opacity: .5
}
[data-opacity="6"]:before {
	opacity: .6
}
[data-opacity="7"]:before {
	opacity: .7
}
[data-opacity="8"]:before {
	opacity: .8
}
[data-opacity="9"]:before {
	opacity: .9
}
[data-opacity="10"]:before {
	opacity: 1
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.play-btn:after, .play-btn:before, .ripple-animation {
	-webkit-animation-duration: var(--ripple-ani-duration);
	animation-duration: var(--ripple-ani-duration);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: ripple;
	animation-name: ripple
}
.ripple-1, .ripple-2, .ripple-3, .ripple-4, .ripple-5 {
	width: 456px;
	height: 456px;
	text-align: center;
	margin: auto;
	background-color: transparent;
	border: 1px solid rgba(87, 88, 95, .5);
	border-radius: 50%;
	-webkit-animation: ripple2 10s linear infinite;
	animation: ripple2 10s linear infinite;
	opacity: 0
}
.ripple-1 {
	-webkit-animation-delay: 0;
	animation-delay: 0
}
.ripple-2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
.ripple-3 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}
.ripple-4 {
	-webkit-animation-delay: 6s;
	animation-delay: 6s
}
.ripple-5 {
	-webkit-animation-delay: 8s;
	animation-delay: 8s
}
.fancy-animation {
	-webkit-animation: morph 8s ease-in-out infinite;
	animation: morph 8s ease-in-out infinite
}
.jumpAni {
	-webkit-animation: jumpAni 7s linear infinite;
	animation: jumpAni 7s linear infinite
}
.movingX {
	-webkit-animation: movingX 8s linear infinite;
	animation: movingX 8s linear infinite
}
.moving {
	-webkit-animation: moving 8s linear infinite;
	animation: moving 8s linear infinite
}
.jump {
	-webkit-animation: jumpAni 7s linear infinite;
	animation: jumpAni 7s linear infinite
}
.jump-reverse {
	-webkit-animation: jumpReverseAni 7s linear infinite;
	animation: jumpReverseAni 7s linear infinite
}
.spin {
	-webkit-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite
}
.swing {
	-webkit-animation: swing 10s infinite ease-in-out;
	animation: swing 10s infinite ease-in-out
}
.bg-color-ani, .color-animate {
	-webkit-animation: bgColor 6s linear infinite;
	animation: bgColor 6s linear infinite
}
.fadein, .rollinleft, .rollinright, .scalein, .slidebottomright, .slideindown, .slideinleft, .slideinright, .slideinup, .slidetopleft {
	opacity: 0;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-name: var(--animation-name);
	animation-name: var(--animation-name)
}
.th-ani {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}
.th-ani:hover {
	-webkit-transform: translate(0, -15px);
	-ms-transform: translate(0, -15px);
	transform: translate(0, -15px)
}
.swiper-slide-active .fadein {
	--animation-name: fadein
}
.swiper-slide-active .scalein {
	--animation-name: scalein
}
.swiper-slide-active .slidetopleft {
	--animation-name: slidetopleft
}
.swiper-slide-active .slidebottomright {
	--animation-name: slidebottomright
}
.swiper-slide-active .slideinleft {
	--animation-name: slideinleft
}
.swiper-slide-active .slideinright {
	--animation-name: slideinright
}
.swiper-slide-active .slideinup {
	--animation-name: slideinup
}
.swiper-slide-active .slideindown {
	--animation-name: slideindown
}
.swiper-slide-active .rollinleft {
	--animation-name: rollinleft
}
.swiper-slide-active .rollinright {
	--animation-name: rollinright
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
.dance {
	-webkit-animation: dance 2s alternate infinite;
	animation: dance 2s alternate infinite
}
.dance2 {
	-webkit-animation: dance2 4s alternate infinite;
	animation: dance2 4s alternate infinite
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
.slideUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
.widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_pages ul, .wp-block-archives ul, .wp-block-categories ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.widget_archive a, .widget_categories a, .widget_meta a, .widget_pages a, .wp-block-archives a, .wp-block-categories a {
	display: block;
	background-color: var(--white);
	margin: 0 0 10px;
	padding: 0 0 18px;
	line-height: 1.313;
	color: var(--title);
	-webkit-transition: .4s all ease;
	-o-transition: .4s all ease;
	transition: .4s all ease;
	border-bottom: 1px solid var(--th-border-color)
}
.widget_archive li, .widget_categories li, .widget_meta li, .widget_pages li, .wp-block-archives li, .wp-block-categories li {
	display: block;
	position: relative;
	margin-bottom: 18px
}
.widget_archive li > span, .widget_categories li > span, .widget_meta li > span, .widget_nav_menu li > span, .widget_pages li > span, .wp-block-archives li > span, .wp-block-categories li > span {
	color: var(--title);
	position: absolute;
	right: 0;
	top: -2px;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	pointer-events: none;
	min-width: 20px;
	text-align: right
}
.widget_archive .menu > li:last-child, .widget_archive > ul > li:last-child, .widget_categories .menu > li:last-child, .widget_categories > ul > li:last-child, .widget_meta .menu > li:last-child, .widget_meta > ul > li:last-child, .widget_nav_menu .menu > li:last-child, .widget_nav_menu > ul > li:last-child, .widget_pages .menu > li:last-child, .widget_pages > ul > li:last-child, .wp-block-archives .menu > li:last-child, .wp-block-archives > ul > li:last-child, .wp-block-categories .menu > li:last-child, .wp-block-categories > ul > li:last-child {
	border-bottom: 0;
	margin-bottom: 0
}
.widget_archive .menu > li:last-child > a, .widget_archive > ul > li:last-child > a, .widget_categories .menu > li:last-child > a, .widget_categories > ul > li:last-child > a, .widget_meta .menu > li:last-child > a, .widget_meta > ul > li:last-child > a, .widget_nav_menu .menu > li:last-child > a, .widget_nav_menu > ul > li:last-child > a, .widget_pages .menu > li:last-child > a, .widget_pages > ul > li:last-child > a, .wp-block-archives .menu > li:last-child > a, .wp-block-archives > ul > li:last-child > a, .wp-block-categories .menu > li:last-child > a, .wp-block-categories > ul > li:last-child > a {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}
.widget_archive a:hover, .widget_archive a:hover ~ span, .widget_categories a:hover, .widget_categories a:hover ~ span, .widget_meta a:hover, .widget_meta a:hover ~ span, .widget_nav_menu a:hover, .widget_nav_menu a:hover ~ span, .widget_pages a:hover, .widget_pages a:hover ~ span, .wp-block-archives a:hover, .wp-block-archives a:hover ~ span, .wp-block-categories a:hover, .wp-block-categories a:hover ~ span {
	color: var(--theme)
}
.widget_archive .children, .widget_archive .sub-menu, .widget_categories .children, .widget_categories .sub-menu, .widget_meta .children, .widget_meta .sub-menu, .widget_nav_menu .children, .widget_pages .children, .widget_pages .sub-menu, .wp-block-archives .children, .wp-block-archives .sub-menu, .wp-block-categories .children, .wp-block-categories .sub-menu {
	margin-left: 10px
}
.info-list ul, .wp-block-categories, .wp-block-page-list {
	list-style: none;
	padding: 0;
	margin: 0
}
.info-list li:last-child, .wp-block-archives > li:last-child > a, .wp-block-categories > li:last-child > a, .wp-block-page-list > li:last-child > a {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.widget_meta a, .widget_pages a {
	padding-right: 20px
}
.wp-block-archives {
	list-style: none;
	margin: 0;
	padding: 0
}
.wp-block-archives a:not(:hover) {
	color: inherit
}
.th-blog ul.wp-block-archives li {
	margin: 5px 0
}
.widget[data-overlay]:before {
	z-index: -1
}
.widget .form-control, .widget .form-group > i, .widget .form-select, .widget input, .widget select, .widget textarea {
	background-color: var(--white)
}
.widget textarea {
	min-height: 120px
}
.widget.widget_banner3 {
	position: relative;
	z-index: 2;
	height: 763px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 30px;
}
.widget.widget_banner3:before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.75%, rgba(3, 6, 14, .2)), color-stop(113.63%, #03060e));
	background: -o-linear-gradient(top, rgba(3, 6, 14, .2) -6.75%, #03060e 113.63%);
	background: linear-gradient(180deg, rgba(3, 6, 14, .2) -6.75%, #03060e 113.63%);
	z-index: -1
}
.widget-banner .th-btn:after {
	background-color: #ffffff00 !important;
}
.widget.widget_banner3 .title {
	font-size: 1.9em;
	text-transform: capitalize;
	color: var(--white)
}
.widget.widget_banner3 .text {
	
	color: var(--white);
	margin-bottom: 50px
}
.wp-block-archives__label {
	position: relative;
	font-size: 1.5em;
	line-height: 1em;
	margin: -.12em 0 36px;
	padding-bottom: 20px;
	border-bottom: 3px solid var(--th-border-color2)
}
.wp-block-archives__label:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	height: 3px;
	width: 50px;
	background: var(--theme)
}
.widget-form {
	--bs-gutter-x: 20px
}
.widget.widget_search {
	background-color: var(--gray-color);
	border-color: transparent
}
.widget .search-form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.widget .search-form input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 85px;
	height: 56px;
	padding-left: 20px
}
.widget .search-form input:focus {
	border-color: var(--theme)
}
.widget .search-form button {
	border: 0;
	background-color: var(--theme);
	color: var(--white);
	display: inline-block;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	position: absolute;
	top: 8px;
	right: 8px
}
.widget.widget_categories ul li a img {
	margin-right: 6px
}
.tagcloud, .wp-block-tag-cloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0
}
.tagcloud a, .wp-block-tag-cloud a {
	display: inline-block;
	text-transform: capitalize;
	line-height: 1;
	padding: 10px 11px;
	color: var(--title);
	background-color: var(--smoke-color2);
	border-radius: 4px
}
.tagcloud a:hover, .wp-block-tag-cloud a:hover {
	background-color: var(--theme);
	color: var(--white)!important;
	border-color: var(--theme)
}
.sidebar-gallery {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 320px
}
.recent-post, .sidebar-gallery .gallery-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.sidebar-gallery .gallery-btn {
	position: absolute;
	top: 20px;
	left: 0;
	color: var(--white);
	visibility: hidden;
	opacity: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.125em
}
.recent-post .recent-post-meta a:hover, .sidebar-gallery .gallery-btn:hover {
	color: var(--theme)
}
.sidebar-gallery .gallery-thumb, .sidebar-gallery .wp-block-image {
	overflow: hidden;
	position: relative;
	border-radius: 20px
}
.sidebar-gallery .gallery-thumb:before {
	content: "";
	height: 100%;
	width: 100%;
	background-color: var(--theme);
	mix-blend-mode: multiply;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	border-radius: inherit;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.sidebar-gallery .gallery-thumb:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}
.sidebar-gallery .gallery-thumb:hover .gallery-btn {
	visibility: visible;
	opacity: 1;
	top: 0
}
.sidebar-gallery .wp-block-image {
	border-radius: 5px;
	width: 100%!important
}
.recent-post {
	margin-bottom: 32px
}
.recent-post:last-child, .sidebar-area ul.wp-block-latest-posts li:last-child {
	margin-bottom: 0
}
.recent-post .media-img {
	margin-right: 22px;
	width: 85px;
	overflow: hidden;
	border-radius: 4px;
	position: relative
}
.recent-post .media-img img, .recent-post .media-img:after {
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.recent-post .media-img img {
	width: 100%
}
.recent-post .media-img:after {
	font-family: var(--icon-font);
	position: absolute;
	inset: 0;
	text-align: center;
	line-height: 50px;
	font-size: 1.5em;
	background-color: rgba(0, 0, 0, .7);
	color: var(--theme2);
	pointer-events: none;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}
.recent-post .post-title {
	line-height: 26px;
	margin: -.35em 0 10px;
	text-transform: capitalize
}
.recent-post .recent-post-meta, .woocommerce-MyAccount-content h3 {
	margin-top: -.3em
}
.recent-post .recent-post-meta a {
	text-transform: capitalize;
	font-size: .9em;
	color: var(--gray-color3)
}
.header-links.style2 ul li i, .recent-post .recent-post-meta a i {
	margin-right: 8px
}
.popup-search-box form button:hover, .recent-post:hover .media-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.recent-post:hover .media-img:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.sidebar-area.sidebar-sticky {
	position: sticky;
	top: 140px;
	margin-bottom: 40px
}
.sidebar-area input, .sidebar-area select {
	background-color: var(--smoke-color2);
	border: 1px solid var(--th-border-color);
	border-radius: 0
}
.sidebar-area .sidebar-gallery {
	margin-bottom: 0!important
}
.sidebar-area .widget .wp-block-search {
	margin-bottom: 0
}
.sidebar-area .wp-block-group__inner-container h2, .sidebar-area .wp-block-search__label {
	position: relative;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1em;
	padding-bottom: 20px;
	margin: -.12em 0 38px
}
.sidebar-area .wp-block-group__inner-container h2:after, .sidebar-area .wp-block-search__label:after {
	content: "";
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0
}
.sidebar-area .wp-block-group__inner-container h2:before, .sidebar-area .wp-block-search__label:before {
	content: "";
	height: 3px;
	width: 100%;
	background-color: var(--th-border-color);
	position: absolute;
	bottom: 0;
	left: 0
}
.sidebar-area .wp-block-group__inner-container h2:after, .sidebar-area .wp-block-search__label:after {
	background-color: var(--theme);
	width: 40px
}
.sidebar-area:has(.wp-block-group__inner-container h2) .wp-block-archives__label, .sidebar-area:has(.wp-block-group__inner-container h2) .wp-block-categories__label, .sidebar-area:has(.wp-block-group__inner-container h2) .wp-block-search__label {
	font-size: 1.5em;
	padding: 0;
	margin-bottom: 20px;
	border: 0
}
.sidebar-area:has(.wp-block-group__inner-container h2) .wp-block-archives__label:after, .sidebar-area:has(.wp-block-group__inner-container h2) .wp-block-archives__label:before, .sidebar-area:has(.wp-block-group__inner-container h2) .wp-block-categories__label:after, .sidebar-area:has(.wp-block-group__inner-container h2) .wp-block-categories__label:before, .sidebar-area:has(.wp-block-group__inner-container h2) .wp-block-search__label:after, .sidebar-area:has(.wp-block-group__inner-container h2) .wp-block-search__label:before {
	display: none
}
.sidebar-area ol.wp-block-latest-comments {
	padding: 0;
	margin: 0
}
.sidebar-area ol.wp-block-latest-comments li {
	line-height: 1.5;
	margin: 0 0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 20px
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.download-widget-wrap .th-btn {
	width: 100%
}
.download-widget-wrap .th-btn:first-child {
	margin-bottom: 15px
}
.download-widget-wrap .th-btn.style2, .info-list li a {
	color: var(--body)
}
.download-widget-wrap .th-btn.style2:before {
	background-color: var(--theme)
}
.download-widget-wrap .th-btn.style2:hover {
	color: var(--white);
	border-color: var(--theme)
}
.widget_info {
	background: #fff6f8;
	border: 1px solid var(--theme);
	position: relative;
	z-index: 2;
	padding: 48px 42px 58px
}
.widget_info:before {
	content: "";
	position: absolute;
	inset: 10px;
	background: var(--white);
	z-index: -1
}
.widget_info .th-btn {
	width: 100%;
	margin-bottom: 10px;
	display: block
}
.widget_info .th-video {
	margin-bottom: 20px
}
.widget_info .widget_title {
	font-size: 28px;
	margin-bottom: 20px
}
.info-list.style2 ul li {
	padding: 20px 0
}
.info-list strong {
	position: relative;
	margin-bottom: 4px
}
.info-list span, .info-list strong {
	color: var(--title);
	display: block
}
.info-list li {
	border-bottom: 1px solid var(--th-border-color);
	padding: 16px 0 16px 10px
}
.info-list li .th-social {
	margin-top: 10px
}
.contact_info, .contact_info:before, .widget_info:before {
	-webkit-box-shadow: 0 10px 50px rgba(135, 143, 151, .2);
	box-shadow: 0 10px 50px rgba(135, 143, 151, .2)
}
.contact_info {
	position: relative;
	border: 1px solid var(--theme);
	padding: 48px 42px;
	z-index: 2
}
.contact_info:before {
	content: "";
	position: absolute;
	inset: 10px;
	background: var(--title);
	z-index: -1
}
.contact_info .widget_title, .wp-block-calendar table caption {
	color: var(--white)
}
.contact_info .info-card .box-text {
	color: var(--white);
	display: block;
	margin-bottom: 5px
}
.contact_info .info-card .box-title {
	color: #b7c2cc;
	border-bottom: 1px solid var(--th-border-color5);
	margin-bottom: 24px;
	padding-bottom: 24px
}
.contact_info .th-social .title {
	display: block;
	text-transform: capitalize;
	color: var(--white);
	margin-bottom: 24px
}
.contact_info .th-social a {
	--icon-size: 32px;
	background-color: var(--white);
	border-radius: 50%;
	color: var(--title)
}
.price_slider_wrapper {
	margin-top: -.5em
}
.price_slider_wrapper .price_label span {
	display: inline-block;
	color: var(--body)
}
.price_slider_wrapper .ui-slider {
	height: 6px;
	position: relative;
	width: 100%;
	background-color: var(--theme);
	border: 0;
	margin-top: 15px;
	margin-bottom: 25px;
	cursor: pointer;
	border-radius: 0
}
.price_slider_wrapper .ui-slider-range {
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 1;
	display: block;
	background-color: var(--title)
}
.price_slider_wrapper .ui-slider-handle {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	cursor: pointer;
	position: absolute;
	margin-top: -5px;
	z-index: 2;
	background-color: var(--white);
	border: 3px solid var(--title);
	-webkit-transform: translateX(-1px);
	-ms-transform: translateX(-1px);
	transform: translateX(-1px)
}
.price_slider_wrapper .ui-slider-handle:focus {
	outline: 0;
	-webkit-box-shadow: 1.5px 2.598px 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 1.5px 2.598px 10px 0 rgba(0, 0, 0, .15)
}
.price_slider_wrapper .ui-slider-handle:last-child {
	-webkit-transform: translateX(-9px);
	-ms-transform: translateX(-9px);
	transform: translateX(-9px)
}
.price_slider_wrapper .button, .price_slider_wrapper button {
	background-color: var(--theme);
	color: var(--white);
	line-height: 1.6;
	text-transform: capitalize;
	text-align: center;
	border: 0;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 7px 20px;
	min-width: 100px;
	font-size: .9em;
	border-radius: 0;
	-webkit-transition: .4s ease-in;
	-o-transition: .4s ease-in;
	transition: .4s ease-in
}
.price_slider_wrapper .button:hover, .price_slider_wrapper button:hover {
	background-color: var(--title)
}
.widget_shopping_cart .widget_title {
	margin-bottom: 35px;
	border-bottom: none
}
.widget_shopping_cart ul {
	margin: 0;
	padding: 0
}
.widget_shopping_cart ul li {
	list-style-type: none
}
.widget_shopping_cart .mini_cart_item {
	position: relative;
	padding: 30px 30px 30px 90px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 0;
	text-align: left
}
.widget_shopping_cart .mini_cart_item:first-child {
	border-top: 1px solid rgba(0, 0, 0, .1)
}
.widget_shopping_cart .cart_list a:not(.remove) {
	display: block;
	color: var(--title)
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
	color: var(--theme)
}
.widget_shopping_cart .cart_list a.remove {
	position: absolute;
	top: 50%;
	left: 95%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--body)
}
.widget_shopping_cart .cart_list a.remove:hover {
	color: var(--theme)
}
.widget_shopping_cart .cart_list img {
	width: 75px;
	height: 75px;
	position: absolute;
	left: 0;
	top: 18px
}
.widget_shopping_cart .quantity {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
	vertical-align: top;
	margin-right: 20px;
	font-size: .9em
}
.widget_shopping_cart .total {
	margin-top: 20px;
	color: var(--title)
}
.widget_shopping_cart .amount {
	padding-left: 5px
}
.menu-expand i, .widget_shopping_cart .th-btn {
	margin-right: 15px
}
.widget_shopping_cart .th-btn:last-child {
	margin-right: 0
}
.widget_banner {
	--widget-padding-y: 68px;
	z-index: -1;
	overflow: hidden
}
.widget_banner .title {
	font-size: 1.5em;
	line-height: 1.333;
	color: var(--white);
	margin-bottom: 24px;
	margin-top: -.3em
}
.widget_banner .logo {
	background: var(--white);
	padding: 16px 43px;
	display: inline-block;
	margin-bottom: 25px
}
.widget_banner .subtitle {
	color: var(--white);
	font-size: 1.5em;
	margin-bottom: 6px
}
.widget_banner .link {
	color: var(--white);
	margin-bottom: 15px;
	display: block
}
.widget_banner .link:hover, .widget_recent_comments a:hover, .widget_recent_entries ul li > a:hover, .wp-block-latest-comments a:hover, .wp-block-latest-comments__comment a:hover {
	color: var(--theme)
}
.th-video-widget .video-thumb {
	position: relative
}
.th-video-widget .play-btn {
	--icon-size: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.th-video-widget .video-thumb-title {
	font-size: 1.5em;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: -.3em
}
.widget_recent_entries ul {
	margin: -.3em 0 0;
	padding: 0;
	list-style: none
}
.widget_recent_entries ul li > a {
	display: inline-block
}
.widget_recent_entries ul li:not(:last-child) {
	border-bottom: 1px solid #dadada;
	padding-bottom: 12px;
	margin-bottom: 12px
}
.widget_recent_comments ul, .wp-block-latest-comments ul {
	list-style-type: none;
	padding-left: 0
}
.wp-block-latest-comments, ol.widget_recent_comments, ul.widget_recent_comments {
	margin-top: -.11em;
	padding-left: 0
}
.widget_recent_comments ol, .widget_recent_comments ul, .wp-block-latest-comments ol, .wp-block-latest-comments ul {
	margin-bottom: 0
}
.widget_recent_comments li, .wp-block-latest-comments li {
	margin-bottom: 0;
	padding-left: 30px;
	position: relative
}
.widget_recent_comments li:before, .wp-block-latest-comments li:before {
	position: absolute;
	left: 0;
	top: -1px;
	color: var(--theme);
	font-family: var(--icon-font)
}
.widget_recent_comments.has-avatars li, .wp-block-latest-comments.has-avatars li {
	padding-left: 0;
	padding-bottom: 0!important
}
.calendar_wrap .wp-calendar-nav .pad, .widget_recent_comments.has-avatars li:before, .wp-block-calendar .wp-calendar-nav .pad, .wp-block-latest-comments.has-avatars li:before {
	display: none
}
.widget_recent_comments .avatar, .wp-block-latest-comments .avatar {
	margin-top: .4em
}
.widget_recent_comments li:not(:last-child), .wp-block-latest-comments li:not(:last-child) {
	padding-bottom: 12px
}
.widget_recent_comments article, .wp-block-latest-comments article {
	line-height: 1.5
}
.calendar_wrap span[class*=wp-calendar-nav] a, .th-pagination a.active i, .th-pagination a:hover i, .th-pagination span.active i, .th-pagination span:hover i, .widget_recent_comments a, .wp-block-calendar span[class*=wp-calendar-nav] a, .wp-block-latest-comments a, .wp-block-query-pagination-numbers a.active i, .wp-block-query-pagination-numbers a:hover i, .wp-block-query-pagination-numbers span.active i, .wp-block-query-pagination-numbers span:hover i {
	color: inherit
}
.wp-block-latest-comments__comment {
	line-height: 1.6
}
.wp-block-latest-comments__comment a {
	color: var(--body)
}
.wp-block-latest-comments__comment:last-child {
	margin-bottom: 0
}
.wp-block-calendar tbody td {
	padding: 10px
}
.calendar_wrap, .wp-block-calendar {
	position: relative;
	background-color: #fff
}
.calendar_wrap {
	padding-bottom: 0;
	border: 0
}
.calendar_wrap span[class*=wp-calendar-nav], .wp-block-calendar span[class*=wp-calendar-nav] {
	position: absolute;
	top: 9px;
	left: 20px;
	font-size: .9em;
	color: var(--white);
	z-index: 1;
	line-height: 1.7
}
.calendar_wrap span.wp-calendar-nav-next, .wp-block-calendar span.wp-calendar-nav-next {
	left: auto;
	right: 20px
}
.calendar_wrap caption, .wp-block-calendar caption {
	caption-side: top;
	text-align: center;
	color: var(--white);
	background-color: var(--theme)
}
.calendar_wrap th, .wp-block-calendar th {
	font-size: .9em;
	padding: 5px;
	border: 0;
	text-align: center;
	border-right: 1px solid var(--white);
	color: var(--title)
}
.calendar_wrap th:first-child, .wp-block-calendar th:first-child {
	border-left: 1px solid #eee
}
.calendar_wrap th:last-child, .wp-block-calendar th:last-child {
	border-right: 1px solid #eee
}
.calendar_wrap td, .wp-block-calendar td {
	font-size: .9em;
	padding: 5px;
	color: #01133c;
	border: 1px solid #eee;
	text-align: center;
	background-color: transparent;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}
.calendar_wrap #today, .wp-block-calendar #today {
	color: var(--theme);
	background-color: var(--white);
	border-color: #ededed
}
.calendar_wrap thead, .wp-block-calendar thead {
	background-color: #fff
}
.calendar_wrap .wp-calendar-table, .wp-block-calendar .wp-calendar-table {
	margin-bottom: 0
}
.calendar_wrap a, .wp-block-calendar a {
	color: inherit;
	text-decoration: none
}
.calendar_wrap a:hover, .wp-block-calendar a:hover {
	color: var(--title)
}
.wp-block-calendar {
	border: 0;
	padding-bottom: 0
}
ol.widget_rss, ol.wp-block-rss, ul.widget_rss, ul.wp-block-rss {
	padding-left: 0
}
.widget_rss, .wp-block-rss {
	list-style-type: none
}
.widget_rss ul, .wp-block-rss ul {
	margin: -.2em 0-.5em;
	padding: 0;
	list-style: none
}
.widget_rss ul .rsswidget, .wp-block-rss ul .rsswidget {
	color: var(--title);
	font-family: var(--theme-font);
	display: block;
	margin-bottom: 10px
}
.widget_rss ul .rssSummary, .wp-block-rss ul .rssSummary {
	font-size: .9em;
	margin-bottom: 7px;
	line-height: 1.5
}
.widget_rss ul a, .wp-block-rss ul a {
	display: block;
	color: inherit
}
.author-widget-wrap .meta a:hover, .footer-widget .recent-post .recent-post-meta a:hover i, .footer-widget.widget_rss ul .rsswidget:hover, .footer-widget.widget_rss ul cite, .footer-widget.wp-block-rss ul .rsswidget:hover, .footer-widget.wp-block-rss ul cite, .widget_rss a:hover, .widget_rss ul a:hover, .wp-block-rss a:hover, .wp-block-rss ul a:hover {
	color: var(--theme)
}
.widget_rss ul .rss-date, .wp-block-rss ul .rss-date {
	font-size: .9em;
	display: inline-block;
	margin-bottom: 5px;
	color: var(--title)
}
.widget_rss ul .rss-date:before, .wp-block-rss ul .rss-date:before {
	font-family: var(--icon-font);
	margin-right: 10px;
	font-weight: 300;
	color: var(--theme)
}
.widget_rss ul cite, .wp-block-rss ul cite {
	color: var(--title);
	font-size: .9em
}
.widget_rss ul cite:before, .wp-block-rss ul cite:before {
	content: "";
	position: relative;
	top: -1px;
	left: 0;
	width: 20px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background-color: var(--theme)
}
.widget_rss li:not(:last-child), .wp-block-rss li:not(:last-child) {
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 16px
}
.textwidget {
	margin-top: -.1em
}
.sidebar-area .widget_shopping_cart .th-btn {
	margin-right: 10px;
	padding: 8px 22px;
	font-size: .9em
}
.widget:has(.author-widget-wrap) {
	padding: 0;
	overflow: hidden
}
.author-widget-wrap {
	text-align: center;
	position: relative;
	padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px)
}
.author-widget-wrap .author-tag {
	background: var(--theme);
	position: absolute;
	left: 120px;
	top: -40px;
	font-size: 1.5em;
	font-weight: 800;
	color: var(--white);
	-webkit-transform: rotate(-45deg) translate(-100%, 0);
	-ms-transform: rotate(-45deg) translate(-100%, 0);
	transform: rotate(-45deg) translate(-100%, 0);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	padding: 15px 57px
}
.author-widget-wrap .avater {
	display: inline-block
}
.author-widget-wrap .avater img {
	border-radius: 50%;
	width: 120px;
	height: 120px
}
.author-widget-wrap .name {
	font-size: 30px;
	font-weight: 700;
	margin-top: 22px;
	margin-bottom: 10px
}
.author-widget-wrap .meta {
	display: block;
	margin-bottom: 4px
}
.author-widget-wrap .meta a {
	color: var(--body)
}
.author-widget-wrap .meta:last-child {
	margin-bottom: -.3em
}
.author-widget-wrap .meta i {
	color: var(--theme2);
	margin-right: 6px
}
.widget_schedule, .widget_team_info {
	background: var(--smoke-color);
	border-radius: 8px;
	border: 0
}
.widget_schedule .widget_title {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 20px
}
.widget-contact-wrap .widget_title:after, .widget_schedule .widget_title:after, te .footer-widget .widget_title:before {
	display: none
}
.widget_schedule .checklist {
	margin-top: 38px;
	margin-bottom: 20px
}
.widget_schedule .th-btn {
	margin-top: 27px
}
.widget-contact-wrap .widget-contact-list li, .widget_banner2 .widget-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.widget_banner2 .widget-banner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
	padding: 24px 0
}
.widget_banner2 .widget-banner .icon-btn {
	--btn-size: 64px;
	background: var(--theme)
}
.widget_banner2 .widget-banner .box-title {
	color: var(--white);
	margin-bottom: 10px
}
.widget_banner2 .widget-banner .box-link {
	display: block
}
.widget_team_info {
	padding: 0!important;
	border-radius: 16px;
	overflow: hidden
}
.widget_team_info .widget-thumb img {
	width: 100%
}
.widget_team_info .widget-info-wrap {
	background: var(--title);
	border-radius: 3px;
	padding: 25px 48px
}
.widget_banner2 .widget-banner .box-link, .widget_team_info .widget-info-wrap .box-title {
	color: var(--white);
	font-size: 28px;
	margin-bottom: -.1em
}
.widget_team_info .widget-info-wrap .box-text {
	color: var(--white)
}
.widget-contact-wrap {
	padding: 56px;
	position: relative;
	z-index: 1
}
.widget-contact-wrap .widget-logo {
	margin-bottom: 120px
}
.widget-contact-wrap .widget_title {
	border: 0;
	color: var(--white);
	font-size: 2.5em;
	padding-bottom: 0;
	margin-bottom: 58px
}
.widget-contact-wrap .widget-contact-list {
	list-style: none;
	padding: 0;
	margin: 0
}
.widget-contact-wrap .widget-contact-list li {
	gap: 24px
}
.widget-contact-wrap .widget-contact-list li:not(:last-child) {
	margin-bottom: 48px
}
.widget-contact-wrap .widget-contact-list li .box-icon {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border: 1px solid var(--light-color);
	border-radius: 50%;
	color: var(--theme);
	text-align: center;
	font-size: 30px
}
.widget-contact-wrap .widget-contact-list li .box-title {
	font-size: 1.5em;
	color: var(--white);
	margin-bottom: 3px
}
.widget-contact-wrap .widget-contact-list li .box-text {
	color: var(--light-color)
}
.about-logo {
	margin-bottom: 20px;
}
.th-widget-about .about-logo img {
	width: 80%;
}
.th-widget-about p {
	margin-bottom: 15px;
	color: var(--th-border-color)
}
.th-newsletter-widget {
	max-width: 290px
}
.th-newsletter-widget .newsletter-form {
	margin-top: 40px;
	position: relative;
	display: block
}
.th-newsletter-widget .newsletter-form .form-group input {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	font-size: .9em;
	height: 56px;
	padding: 0 20px;
	border: 1px solid var(--body);
	border-radius: 0;
	width: 400px
}
.th-newsletter-widget .newsletter-form .form-group:after {
	display: none
}
.th-newsletter-widget .newsletter-form .th-btn {
	min-width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 16px;
	height: 56px;
	width: 400px
}
.th-newsletter-widget .form-group {
	margin-bottom: 0
}
.th-newsletter-widget .check-group {
	margin-bottom: 20px
}
.th-newsletter-widget.style2 .newsletter-form .form-group input, .th-newsletter-widget.style2 .newsletter-form .th-btn {
	border-radius: 8px
}
.th-newsletter-widget.style3 .newsletter-form .form-group input {
	border-radius: 0
}
.th-widget-instagram .instagram-feeds {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 12px 1fr 12px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	max-width: 312px
}
.th-widget-instagram .insta-thumb {
	overflow: hidden;
	position: relative;
	border-radius: 0
}
.th-widget-instagram .insta-thumb:before {
	content: "";
	height: calc(100% - 14px);
	width: calc(100% - 14px);
	background-color: var(--title);
	opacity: .8;
	position: absolute;
	top: 7px;
	left: 7px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	border-radius: inherit;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.th-widget-instagram .insta-thumb img {
	width: 100%;
	height: 86px
}
.th-widget-instagram .insta-thumb .insta-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--white);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, 20px);
	-ms-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	background: 0 0
}
.th-widget-instagram .insta-thumb .insta-btn:hover {
	color: var(--theme)
}
.th-widget-instagram .insta-thumb:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}
.th-widget-instagram .insta-thumb:hover .insta-btn {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible
}
.footer-text {
	margin-top: -.5em;
	margin-bottom: 25px
}
.social-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.social-box .social-title {
	font-size: 1.5em;
	color: var(--white);
	margin-right: 20px;
	margin-bottom: 0
}
.icon-group a {
	color: var(--white);
	margin-right: 17px
}
.icon-group a:last-child {
	margin-right: 0
}
.th-header {
	position: relative;
	z-index: 3;
}
.th-header .menu-area {
	position: relative;
	z-index: 3;
}
.sticky-wrapper {
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.sticky-wrapper.sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: var(--white);
	-webkit-animation: stickyAni .4s ease-in-out;
	animation: stickyAni .4s ease-in-out
}
.header-logo {
	padding: 5px 0;
}
.main-menu a {
	position: relative;
	display: block;
	color: var(--title);
	font-weight: 400
}
.main-menu a:hover, .main-menu > ul > li > a:hover {
	color: var(--theme)
}
.main-menu > ul > li {
	margin: 0 6px
}
.main-menu > ul > li > a {
	padding: 41.5px 0
}
.main-menu ul {
	margin: 0;
	padding: 0
}
.main-menu ul li {
	list-style-type: none;
	display: inline-block;
	position: relative
}
.main-menu ul li.menu-item-has-children > a:after, .main-menu ul li:has(.mega-menu) > a:after, .main-menu ul li:has(.sub-menu) > a:after {
	position: relative;
	font-family: var(--icon-font);
	margin-left: 4px;
	top: -2px;
	font-size: 11px;
	display: none
}
.main-menu ul li:last-child, .social-links a:last-child {
	margin-right: 0!important
}
.main-menu ul li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 9
}
.main-menu ul li:hover ul.mega-menu {
	visibility: visible;
	opacity: 1;
	z-index: 9;
	-webkit-transform: scaleY(1) translateX(0);
	-ms-transform: scaleY(1) translateX(0);
	transform: scaleY(1) translateX(0)
}
.main-menu ul.sub-menu {
	position: absolute;
	text-align: left;
	top: 100%;
	background-color: var(--white);
	visibility: hidden;
	width: max-content;
	padding: 10px 0;
	opacity: 0;
	z-index: -1;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}
.main-menu ul.mega-menu, .main-menu ul.sub-menu {
	min-width: 190px;
	width: -webkit-max-content;
	width: -moz-max-content;
	border-top: 3px solid var(--theme2);
	-webkit-box-shadow: 0 4px 15px rgba(1, 15, 28, .06);
	box-shadow: 0 4px 15px rgba(1, 15, 28, .06);
	border-radius: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all .4s ease 0s
}
.main-menu ul.sub-menu a {
	line-height: 40px
}
.main-menu ul.sub-menu {
	left: -27px
}
.main-menu ul.sub-menu li {
	display: block;
	margin: 0
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
	float: right;
	top: 1px
}
.main-menu ul.sub-menu li.menu-item-has-children:hover:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.main-menu ul.sub-menu li a {
	position: relative;
	text-transform: capitalize;
	border-top: 1px solid #ffffff00;
	padding: 0 20px;
	border-bottom: 1px solid #ffffff00
}
.main-menu ul.sub-menu li a:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 12px;
	width: 16px;
	height: 16px;
	text-align: center;
	display: inline-block;
	line-height: 1;
	color: var(--theme);
	opacity: 0;
	visibility: visible;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: url(../img/favicon.png);
	background-size: 100%
}
.main-menu ul.sub-menu li a:hover {
	color: var(--theme);
	padding-left: 30px;
	border-color: var(--light-color);
	background-color: var(--gray-color)
}
.main-menu ul.sub-menu li a:hover:before {
	visibility: visible;
	opacity: 1;
	left: 5px;
	color: var(--theme)
}
.main-menu ul.sub-menu li ul.sub-menu {
	left: 100%;
	right: auto;
	top: 0;
	margin: 0 0 0 20px
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
	left: 100%;
	right: auto
}
.main-menu .mega-menu-wrap {
	position: static
}
.main-menu ul.mega-menu {
	text-align: left;
	max-width: var(--main-container);
	-webkit-transform: scaleY(0) translateX(-50%);
	-ms-transform: scaleY(0) translateX(-50%);
	transform: scaleY(0) translateX(-50%)
}
.main-menu ul.mega-menu li {
	display: block;
	padding: 0 15px
}
.menu-style1 > ul > li {
	margin: 0 14px
}
.menu-style1 > ul > li > a {
	padding: 17px 0;
	color: var(--white)
}
.menu-style1 > ul > li > a:hover {
	color: var(--theme2)
}
.menu-style1 ul li.menu-item-has-children > a:after, .menu-style1 ul li:has(.mega-menu) > a:after, .menu-style1 ul li:has(.sub-menu) > a:after {
	color: var(--white)
}
.simple-icon {
	border: 0;
	background-color: transparent;
	padding: 0;
	font-size: 1.5em;
	position: relative
}
.simple-icon:has(.badge) {
	padding-right: 8px
}
.simple-icon .badge {
	top: -8px;
	right: 0;
	font-size: 12px
}
.header-button {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px
}
.header-button .icon-btn .badge {
	font-size: .75;
	top: 0;
	right: 0;
	background: var(--theme2);
	color: var(--title)
}
.header-button .icon-btn:hover .badge {
	background: var(--theme);
	color: var(--white)
}
.header-button .th-btn {
	padding: 21px 48px
}
.social-links .social-title {
	display: inline-block;
	margin: 0 10px 0 0;
	color: var(--body)
}
.social-links a {
	font-size: .9em;
	display: inline-block;
	margin: 0 15px 0 0
}
.social-links a:hover {
	color: var(--theme)
}
.header-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.header-links li {
	display: inline-block;
	line-height: normal
}
.header-links li:not(:last-child) {
	margin: 0 15px 0 0
}
.header-links a, .header-links li, .header-links p, .header-links span {
	color: var(--theme)
}
.header-links a:hover {
	color: var(--theme2)
}
.header-links b, .header-links strong {
	margin-right: 6px
}
.header-links.social-links li:not(:last-child) {
	margin: 0 35px 0 0
}
.header-links.social-links li:not(:last-child):after {
	right: -20px
}
.header-links.style2 ul, .header-right-wrap li {
	position: relative
}
.header-right-wrap li:not(:last-child) {
	margin: 0 20px 0 0
}
.header-right-wrap li:not(:last-child)::after {
	position: absolute;
	width: 1px;
	height: 14px;
	top: 5px;
	right: -17px;
	content: "";
	background-color: var(--theme2)
}
.header-right-wrap li .dropdown-toggle::after {
	margin-left: 5px
}
.header-top {
	padding: 5px 0;
	background-color: var(--gray-color)
}
.dropdown-link {
	position: relative
}
.dropdown-link .dropdown-menu {
	width: 140px;
	top: 24px!important;
	padding: 10px 0
}
.dropdown-link > a i {
	color: var(--theme);
	margin-right: 5px
}
.dropdown-toggle::after {
	border: 0;
	font-family: var(--icon-font);
	vertical-align: middle;
	margin-left: 12px;
	margin-top: -1px
}
.dropdown-menu {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: auto;
	top: calc(100%+ 14px)!important;
	left: 50%!important;
	-webkit-transform: translateX(-50%)!important;
	-ms-transform: translateX(-50%)!important;
	transform: translateX(-50%)!important;
	padding: 8px 20px;
	text-align: center;
	border-color: var(--th-border-color)
}
.dropdown-menu li {
	padding-right: 0;
	margin-right: 0
}
.dropdown-menu li:after {
	display: none
}
.dropdown-menu li a {
	display: block;
	font-size: .9em;
	line-height: 1.7
}
.dropdown-menu a {
	color: var(--title)!important
}
.dropdown-menu a:hover {
	color: var(--theme2)!important
}
.dropdown-menu:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -7px;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	background-color: var(--white);
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid var(--th-border-color);
	border-left: 1px solid var(--th-border-color)
}
.header-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px
}
.header-icons .icon-btn {
	font-size: 1.125em
}
.header-icons .icon-btn .badge {
	font-size: .75;
	top: 0;
	right: 0
}
.header-icons .icon-btn:hover .badge {
	background-color: var(--title)
}
.header-search {
	position: relative
}
.header-search input {
	height: 46px;
	border: 1px solid var(--th-border-color);
	width: 500px;
	max-width: 100%
}
.header-search input:focus {
	border-color: var(--theme)
}
.header-search button {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background-color: var(--theme);
	color: var(--white);
	width: 50px;
	height: 46px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	border-radius: 0 99px 99px 0
}
.menu-expand {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	background-color: var(--theme2);
	padding: 17px 25px;
	width: 100%
}
.copyright-wrap .copyright-text a:hover, .header-default.unittest-header .icon-btn:hover, .header-info-icon:hover i, .header-layout2 .mega-menu-box .mega-menu-img .btn-wrap .th-btn:hover, .menu-expand, .menu-expand:hover {
	color: var(--white)
}
.header-default {
	position: absolute;
	left: 0;
	right: 0;
	top: 0
}
.header-default.unittest-header {
	position: relative
}
.header-default.unittest-header .menu-area {
	background: 0 0;
	border-radius: 0;
	padding: 0;
	margin: 0
}
.header-default.unittest-header .logo-bg {
	display: none
}
.header-default.unittest-header .icon-btn {
	border: 1px solid var(--th-border-color);
	color: var(--title)
}
.header-default .menu-area {
	border-radius: 120px;
	padding: 0 24px;
	margin-top: 32px
}
.header-default .menu-area, .header-default .sticky-wrapper.sticky {
	background: var(--smoke-color)
}
.header-default .sticky-wrapper.sticky .menu-area {
	margin-top: 0;
	padding: 0
}
.header-bars .line, .sidebar-btn .line {
	display: block;
	height: 2px;
	width: 56px;
	background: var(--title);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.header-bars .line:not(:last-child), .sidebar-btn .line:not(:last-child) {
	margin-bottom: 13px
}
.header-bars .line:nth-child(2), .sidebar-btn .line:nth-child(2) {
	width: 40px
}
.header-bars:hover .line:nth-child(2), .sidebar-btn:hover .line:nth-child(2) {
	width: 56px
}
.header-bars:has(.dots) .simple-icon, .sidebar-btn:has(.dots) .simple-icon {
	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;
	gap: 6px;
	height: 24px;
	width: 24px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.header-bars .dots, .sidebar-btn .dots {
	width: 4px;
	height: 4px;
	background: var(--white);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 6px;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.header-bars .dots:after, .header-bars .dots:before, .sidebar-btn .dots:after, .sidebar-btn .dots:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 4px;
	height: 4px;
	background: var(--white);
	border-radius: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.header-bars .dots:before, .sidebar-btn .dots:before {
	top: -10.5px
}
.header-bars.header-bars:has(.dots) .simple-icon, .sidebar-btn.header-bars:has(.dots) .simple-icon {
	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;
	height: 16px;
	width: 16px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.header-bars.header-bars:has(.dots):hover .dots, .header-bars.header-bars:has(.dots):hover .dots::after, .header-bars.header-bars:has(.dots):hover .dots::before, .sidebar-btn.header-bars:has(.dots):hover .dots, .sidebar-btn.header-bars:has(.dots):hover .dots::after, .sidebar-btn.header-bars:has(.dots):hover .dots::before {
	background-color: var(--white)
}
.header-bars.header-bars .dots, .header-bars.header-bars .dots::after, .header-bars.header-bars .dots::before, .sidebar-btn.header-bars .dots, .sidebar-btn.header-bars .dots::after, .sidebar-btn.header-bars .dots::before {
	background-color: var(--title)
}
.header-layout1 .header-button .th-btn::after, .header-layout1 .th-btn:before {
	background-color: var(--theme)
}
.header-layout1 .sticky-wrapper.sticky {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.header-layout1 .sticky-wrapper.sticky .menu-area {
	background-color: var(--th-body-background);
	padding: 16px 0
}
.header-layout1 .sticky-wrapper.sticky .menu-area .menu-wrapp {
	background-color: var(--white)
}
.header-layout1 .sticky-wrapper.sticky .header-left .header-button {
	display: none!important
}
.header-layout1 .sticky-wrapper.sticky .header-left .header-logo {
	display: block!important;
	margin-right: 48px
}
.header-layout1 .search-form {
	position: relative
}
.header-layout1 .search-form input {
	width: 248px;
	height: 72px;
	background: #d3dbe2
}
.header-layout1 .search-form button {
	position: absolute;
	top: 20px;
	right: 15px;
	background-color: transparent;
	border: 0;
	color: var(--title)
}
.header-layout1 .th-menu-toggle {
	width: 72px;
	height: 72px;
	line-height: 65px;
	margin-right: 0
}
.header-layout1 .header-left .header-button {
	margin-right: 48px
}
.header-layout1 .main-menu > ul > li > a {
	padding: 19px 0
}
.header-layout1 .header-button {
	gap: 0
}
.header-layout1 .header-button .th-btn {
	padding: 23px 31.5px;
	background-color: var(--title)
}
.header-layout1 .icon-btn {
	width: 72px;
	height: 72px;
	line-height: 65px;
	text-align: center;
	margin: auto;
	background-color: var(--theme);
	border: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.header-layout1 .icon-btn:hover {
	background-color: var(--title)
}
.header-layout1 .icon-btn button:nth-child(2) {
	display: none
}
.header-layout1 .menu-area {
	margin-bottom: -36px
}
.header-layout1 .menu-area .menu-wrapp {
	background-color: #eef1f4
}
.header-info {
	padding: 14px 0
}
.header-info-item, .header-info-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 65px
}
.header-info-item {
	position: relative;
	gap: 10px
}
.header-info-item:not(:last-child)::after {
	position: absolute;
	width: 1px;
	height: 32px;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -32px;
	background-color: var(--th-border-color)
}
.header-info-icon {
	width: 32px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	margin: auto;
	color: var(--theme);
	border: 1px solid var(--th-border-color);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.header-info-icon:hover {
	background-color: var(--theme)
}
.header-info-content {
	margin-top: -3px
}
.header-info-text {
	font-size: .9em;
	line-height: 1.5;
	display: block;
	margin-bottom: 0
}
.header-info-title {
	font-size: .9em;
	line-height: 1.2;
	color: var(--title);
	margin-bottom: 0
}
.header-info-title > a, .wp-block-quote.style-left-icon cite, blockquote.style-left-icon cite {
	color: var(--title)
}
.header-info-title > a:hover, .header-layout2 .main-menu > ul > li > a:hover {
	color: var(--theme)
}
.header-layout2 .main-menu {
	margin-left: 80px
}
.header-layout2 .header-button .icon-btn img {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.header-layout2 .header-links li {
	font-size: .9em
}
.header-layout2 .main-menu > ul > li > a {
	padding: 33px 0
}
.header-layout2 .main-menu ul li.menu-item-has-children > a:after, .header-layout2 .main-menu ul li:has(.mega-menu) > a:after, .header-layout2 .main-menu ul li:has(.sub-menu) > a:after {
	color: var(--title)
}
.header-layout2 .main-menu ul li.menu-item-has-children > a:hover:after, .header-layout2 .main-menu ul li:has(.mega-menu) > a:hover:after, .header-layout2 .main-menu ul li:has(.sub-menu) > a:hover:after {
	color: var(--theme)
}
.header-layout2 .main-menu ul.sub-menu {
	background: var(--white);
	-webkit-box-shadow: 0 4px 15px rgba(255, 255, 255, .05);
	box-shadow: 0 4px 15px rgba(255, 255, 255, .05)
}
.header-layout2 .menu-area {
	position: relative;
	--shape-width: 32.2%
}
.header-layout2 .menu-area::before {
	position: absolute;
	width: var(--shape-width);
	height: 91px;
	bottom: 0;
	left: 0;
	content: "";
	background-color: var(--theme);
	-webkit-clip-path: polygon(0 0, 100%0, 93% 100%, 0 100%);
	clip-path: polygon(0 0, 100%0, 93% 100%, 0 100%);
	z-index: -1;
	display: none
}
.header-layout2 .header-logo {
	position: relative
}
.header-layout2 .header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.header-layout2 .header-search, .th-menu-toggle {
	width: 50px;
	height: 50px;
	line-height: 45px;
	text-align: center;
	background: 0 0;
	display: inline-block;
	border: 0 solid var(--theme2);
	color: var(--theme2);
	font-size: x-large
}
.header-layout2 .header-bars:hover, .header-layout2 .header-search:hover {
	color: var(--white);
	background-color: var(--theme);
	border-color: var(--theme);
}
.header-layout2 .header-bars {
	width: 56px;
	height: 56px;
	font-size: inherit;
	line-height: 50px;
	text-align: center;
	background: 0 0;
	display: inline-block;
	border: 1px solid var(--th-border-color);
	border-radius: 0
}
.header-layout2 .header-bars:hover .bars {
	-webkit-filter: invert(100%) sepia(2%) saturate(5%) hue-rotate(227deg) brightness(103%) contrast(100%) brightness(1) contrast(1);
	filter: invert(100%) sepia(2%) saturate(5%) hue-rotate(227deg) brightness(103%) contrast(100%) brightness(1) contrast(1)
}
.header-layout2 .header-bars.th-mobile-menu-btn {
	display: none
}
.header-layout3 .menu-area::before {
	-webkit-clip-path: none;
	clip-path: none
}
.header-layout3 .main-menu {
	margin-left: 0
}
.header-layout3 .header-logo::before {
	-webkit-clip-path: unset;
	clip-path: unset;
	left: -680px
}
.footer-wrapper .social-links a {
	margin: 0 30px 0 0
}
.fa-phone-volume {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.footer-links li, .footer-overlay {
	position: relative
}
.footer-overlay::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(8, 25, 51, .5)
}
.widget-area {
	padding-top: 40px;
	padding-bottom: 40px;
}
.sticky-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%
}
.footer-links ul {
	padding: 0;
	margin: 0
}
.footer-links li {
	display: inline-block;
	margin-right: 32px
}
.footer-links li:last-child {
	margin-right: 0;
	padding-right: 0
}
.footer-links li:not(:last-child)::after {
	position: absolute;
	width: 4px;
	height: 4px;
	right: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	background-color: var(--theme)
}
.footer-links a {
	font-family: inherit;
	font-size: .9em
}
.copyright-wrap.bg-title .copyright-text a:hover, .footer-links a:hover {
	color: var(--theme)
}
.footer-info a {
	display: block;
	color: #b7c2cc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.footer-info a:not(:last-child) {
	margin-bottom: 10px
}
.copyright-text a, .footer-info a:hover {
	color: var(--theme2)
}
.footer-info a:hover .footer-info-icon {
	color: var(--theme2);
	border-color: var(--theme2)
}
.footer-info-icon {
	width: 42px;
	font-size: 16px;
	line-height: 37px;
	display: inline-block;
	text-align: center;
	color: var(--white);
	margin-right: 8px;
	border-radius: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.copyright-wrap {
	padding: 15px 0;
	background-size: 100%auto;
	border-top: 1px solid rgba(255, 255, 255, .2)
}
.copyright-wrap .copyright-text {
	font-size: .9em
}
.copyright-text {
	margin: 0
}
.copyright-text a:hover, .th-social a {
	color: var(--white)
}
.th-social a {
	width: 35px;
	height: 35px;
	background-color: transparent;
	border: 1px solid var(--white);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 5px;
	border-color: #d3dbe2
}
.th-social .facebook:hover {
	background: #1877f2;
	border-color: #1877f2
}
.th-social .linkedin:hover {
	background: #1da1f2;
	border-color: #1da1f2
}
.th-social .instagram:hover {
	background: #c32aa3;
	border-color: #c32aa3
}
.th-social .youtube:hover {
	background: #cd201f;
	border-color: #cd201f
}
.th-social a i {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-size: 1.125em
}
.th-social a:hover {
	background-color: var(--theme);
	border-color: transparent
}
.footer-layout3 {
	background: var(--title);
	--body: #57585f;
	background-repeat: no-repeat;
	background-size: cover;
	--border-color: rgba(255, 255, 255, 0.3);
	--body: #829592;
	position: relative;
	z-index: 2;
	overflow: hidden
}
.footer-layout3 .footer-line {
	border-left: 1px solid var(--th-border-color3);
	border-right: 1px solid var(--th-border-color3)
}
.footer-layout3 .footer-top {
	padding: 32px
}
.footer-layout3 .client-group-wrap, .footer-layout3 .footer-author {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.footer-layout3 .footer-author {
	gap: 15px 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.footer-layout3 .footer-author .author-thumb {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}
.footer-layout3 .footer-author .author-title {
	margin-bottom: 0;
	font-size: 72px;
	font-weight: 800;
	font-family: var(--title-font)
}
.footer-layout3 .footer-author .author-title a {
	-webkit-text-stroke: 1px var(--body);
	color: transparent
}
.footer-layout3 .footer-author .author-title a:hover {
	color: var(--theme);
	-webkit-text-stroke: 1px var(--theme)
}
.footer-layout3 .client-group-wrap {
	gap: 20px 40px
}
.footer-layout3 .client-group-wrap .title {
	color: var(--white);
	font-size: 28px;
	margin-bottom: 0
}
.footer-layout3 .client-group-wrap .title a {
	color: var(--white);
	text-decoration: underline;
	text-underline-offset: 5px
}
.footer-layout3 .client-group-wrap .title a:hover, .footer-layout3 .copyright-wrap .footer-links a:hover, .footer-layout3 .footer-links a:hover {
	color: var(--theme)
}
.footer-layout3 .footer-middle {
	border-top: 1px solid var(--th-border-color3);
	border-bottom: 1px solid var(--th-border-color3);
	padding: 32px
}
.footer-layout3 .footer-links {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 20px 48px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.footer-layout3 .footer-links a {
	color: var(--white)
}
.footer-layout3 .copyright-wrap .copyright-text, .footer-layout3 .copyright-wrap .footer-links a {
	color: var(--light-color)
}
.main-menu ul.mega-menu .th-mobile-menu ul li ul li, .main-menu ul.mega-menu > li > a:hover {
	padding-left: 0
}
.footer-layout3 .widget-area .widget_title:after, .wp-block-quote cite br, blockquote cite br {
	display: none
}
.footer-layout3 .footer-widget .about-text {
	color: var(--th-border-color7)
}
.footer-layout3 .footer-widget.widget_nav_menu a:hover {
	color: var(--theme2)
}
.footer-layout3.footer-overlay {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.footer-layout3.footer-overlay::before {
	background-color: rgba(7, 14, 32, .9)
}
.breadcumb-menu {
	max-width: 100%;
	padding: 0;
	list-style-type: none;
	position: relative;
	margin-bottom: -.5em;
	margin-top: 10px;
}
.breadcumb-menu li {
	display: inline-block;
	
	
	list-style: none;
	position: relative
}
.breadcumb-menu li:after {
	position: relative;
	margin-left: 10px;
	color: var(--theme2);
}
.breadcumb-menu li:last-child {
	padding-right: 0;
	margin-right: 0;
	color: var(--white);
}
.blog-meta a:last-child:after, .blog-meta span:last-child:after, .breadcumb-menu li:last-child:after {
	display: none
}
.breadcumb-menu a, .breadcumb-menu li, .breadcumb-menu span {
	white-space: normal;
	word-break: break-word;
	color: var(--theme3);
}
.breadcumb-menu a:hover {
	color: var(--theme)
}
.breadcumb-title {
	font-size: 2em;
	line-height: 1.285;
	color: var(--white);
	text-transform: capitalize;
	margin: 0;
}
.breadcumb-banner, .breadcumb-patern {
	position: absolute;
	top: 0;
	left: 0
}
.breadcumb-banner {
	height: 100%;
	left: auto;
	right: 0;
	z-index: 2;
	background: url(../img/breadcrumb.png);
	mask-repeat: no-repeat
}
.breadcumb-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 14, 32, .3)), to(rgba(7, 14, 32, .3)));
	background: -o-linear-gradient(bottom, rgba(7, 14, 32, .3), rgba(7, 14, 32, .3));
	background: linear-gradient(0deg, rgba(7, 14, 32, .3), rgba(7, 14, 32, .3));
	z-index: 1
}
.breadcumb-banner img {
	height: 100%;
	width: 100%;
}
.breadcumb-shape {
	position: absolute;
	top: 15px;
	left: 38%
}
.breadcumb-wrapper {
	background: var(--theme) url(../img/breadcrumb.png);
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-position: right;
	padding: 80px 0;
}
.breadcumb-wrapper .breadcumb-content {
	position: relative;
	z-index: 1
}
.breadcumb-wrapper .breadcumb-thumb {
	position: relative;
	z-index: 1;
	text-align: end;
	margin: -124px -50px 0 0
}
.th-pagination, .wp-block-query-pagination-numbers {
	margin-bottom: 40px
}
.th-pagination ul, .wp-block-query-pagination-numbers ul {
	margin: 0;
	padding: 0
}
.th-pagination li, .wp-block-query-pagination-numbers li {
	display: inline-block;
	margin: 0 7px;
	list-style-type: none
}
.blog-single .social-links li:last-child, .th-pagination li:last-child, .wp-block-query-pagination-numbers li:last-child {
	margin-right: 0
}
.th-pagination li:first-child, .tinv-wishlist .social-buttons li a.social:first-child, .wp-block-query-pagination-numbers li:first-child {
	margin-left: 0
}
.th-pagination a, .th-pagination span, .wp-block-query-pagination-numbers a, .wp-block-query-pagination-numbers span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	border: 0;
	color: var(--black-color8);
	background-color: transparent;
	border: 1px solid var(--th-border-color);
	width: 48px;
	height: 48px;
	line-height: 30px;
	z-index: 1;
	font-size: 1.5em
}
.th-pagination a.active, .th-pagination a:hover, .th-pagination span.active, .th-pagination span:hover, .wp-block-query-pagination-next.active, .wp-block-query-pagination-next:hover, .wp-block-query-pagination-numbers a.active, .wp-block-query-pagination-numbers a:hover, .wp-block-query-pagination-numbers span.active, .wp-block-query-pagination-numbers span:hover {
	color: var(--white);
	background-color: var(--theme);
	border-color: var(--theme)
}
.wp-block-query-pagination-next {
	display: inline-block;
	text-align: center;
	position: relative;
	border: 0;
	color: var(--title);
	background-color: var(--smoke-color2);
	min-width: 56px;
	height: 56px;
	line-height: 56px;
	z-index: 1;
	padding: 0 20px;
	border-radius: 0;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.wp-block-quote, blockquote {
	line-height: 1.777;
	padding: 16px 60px 20px;
	display: block;
	position: relative;
	background-color: var(--white);
	margin: 40px 0 58px;
	color: var(--title3);
	border: 1px solid #d8dde1!important;
	border-radius: 10px
}
.wp-block-quote p, blockquote p {
	font-size: inherit;
	font-family: inherit;
	margin-top: -.3em;
	margin-bottom: 9px;
	line-height: inherit;
	color: inherit;
	width: 100%;
	position: relative;
	z-index: 3
}
.wp-block-quote p a, blockquote p a {
	color: inherit
}
.wp-block-quote:before, blockquote:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	height: 50px;
	width: 33px;
	background-color: var(--white)
}
.wp-block-quote:after, blockquote:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	height: 20px;
	width: 25px;
	background-color: var(--theme);
	-webkit-clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
	clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z")
}
.wp-block-quote cite, blockquote cite {
	display: inline-block;
	font-size: 1.5em;
	line-height: 1;
	font-style: normal;
	white-space: nowrap;
	position: absolute;
	bottom: -17px;
	left: 100px;
	background-color: var(--theme);
	color: var(--white);
	padding: 7px 45px 7px 20px;
	-webkit-clip-path: polygon(0 0, 100%0, calc(100% - 25px) 100%, 0 100%);
	clip-path: polygon(0 0, 100%0, calc(100% - 25px) 100%, 0 100%);
	border-radius: 10px 0 0 10px
}
.wp-block-quote.has-text-align-right, .wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-quote.style-left-icon, blockquote.has-text-align-right, blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.style-left-icon {
	padding: 40px;
	margin-bottom: 30px
}
.wp-block-quote.style-left-icon, blockquote.style-left-icon {
	line-height: 1.556;
	background-color: var(--smoke-color);
	padding-left: 160px
}
.wp-block-quote.style-left-icon:before, blockquote.style-left-icon:before {
	right: unset;
	left: 56px;
	top: 60px;
	font-size: 6rem;
	line-height: 4rem;
	color: var(--theme);
	text-shadow: none
}
.wp-block-quote.style-left-icon cite:before, blockquote.style-left-icon cite:before {
	background-color: var(--title);
	top: 8px
}
.wp-block-quote:not(:has( > cite)) p:last-child, blockquote:not(:has( > cite)) p:last-child {
	margin-bottom: -.3em
}
.wp-block-quote p:has(cite), blockquote p:has(cite) {
	padding-bottom: 10px
}
.wp-block-quote p cite, blockquote p cite {
	margin-top: 20px;
	margin-bottom: -.5em;
	bottom: -32px
}
.wp-block-pullquote {
	color: var(--white);
	padding: 0
}
blockquote.has-very-dark-gray-color {
	color: var(--title)!important
}
.wp-block-pullquote blockquote, .wp-block-pullquote p {
	color: var(--title)
}
.wp-block-pullquote cite {
	position: absolute;
	color: var(--white)!important
}
.wp-block-column .wp-block-quote, .wp-block-column blockquote {
	padding: 40px 15px
}
.wp-block-column .wp-block-quote.has-text-align-right, .wp-block-column .wp-block-quote.is-large:not(.is-style-plain), .wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-column .wp-block-quote.style-left-icon, .wp-block-column blockquote.has-text-align-right, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.style-left-icon {
	padding: 40px 15px
}
.wp-block-column .wp-block-quote cite, .wp-block-column blockquote cite {
	font-size: .9em;
	left: 8px
}
.wp-block-column .wp-block-quote cite:before, .wp-block-column blockquote cite:before {
	bottom: 6px
}
.wp-block-pullquote cite::before, .wp-block-pullquote footer::before, .wp-block-pullquote__citation::before {
	bottom: 7px
}
.blog-single .blog-img .play-btn:hover::after, .blog-single .blog-img .play-btn:hover::before, .has-cyan-bluish-gray-background-color .wp-block-quote, .has-cyan-bluish-gray-background-color blockquote {
	background-color: var(--white)
}
.blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.blog-meta a, .blog-meta span {
	display: inline-block;
	font-size: .9em;
	color: var(--black-color8);
	position: relative;
	margin-right: 30px;
	line-height: 21px
}
.blog-meta a i, .blog-meta span i {
	margin-right: 8px;
	color: var(--theme)!important
}
.blog-meta a:after, .blog-meta span:after {
	content: "";
	position: absolute;
	height: 14px;
	width: 1px;
	background: var(--black-color8);
	right: -15px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.blog-meta a:last-child, .blog-meta span:last-child {
	margin-right: 0;
	padding-right: 0
}
.blog-meta a:hover, .blog-title a:hover {
	color: var(--theme)
}
.blog-audio img, .blog-img img, .blog-video img {
	width: 100%;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.blog-radius-img {
	border-radius: 16px;
	overflow: hidden
}
.blog-title a {
	color: inherit
}
.th-blog {
	margin-bottom: 30px
}
.blog-inner-title {
	margin-top: -.25em;
	margin-bottom: 32px;
	font-size: 2.5em
}
.blog-inner-title i {
	color: var(--theme);
	margin-right: 8px
}
.blog-single {
	position: relative;
	margin-bottom: var(--blog-space-y, 62px);
	background-color: var(--white);
	overflow: hidden
}
.blog-single:not(.has-post-thumbnail) {
	overflow: unset
}
.blog-single .blog-text {
	max-width: 1077px;
	margin-bottom: 30px
}
.blog-single .social-links {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block
}
.blog-single .social-links li {
	display: inline-block;
	margin-right: 3px
}
.blog-single .social-links a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--smoke-color);
	font-size: .9em;
	color: var(--title);
	text-align: center;
	border-radius: 5px
}
.blog-single .blog-meta {
	margin: -.2em 0 20px
}
.blog-single .blog-content {
	margin: 0;
	padding: 0;
	position: relative
}
.blog-single .blog-audio {
	line-height: 1
}
.blog-single .blog-audio, .blog-single .blog-img, .blog-single .blog-video {
	position: relative;
	overflow: hidden;
	background-color: var(--smoke-color);
	border-radius: 16px;
	margin-bottom: 40px
}
.blog-single .blog-img .slick-arrow {
	--pos-x: 30px;
	--icon-size: 45px;
	border: 0;
	background-color: var(--white);
	color: var(--theme);
	-webkit-box-shadow: none;
	box-shadow: none
}
.blog-single .blog-img .play-btn i, .blog-single .blog-img .slick-arrow:hover, .blog-single .social-links a:hover, nav.woocommerce-MyAccount-navigation li a:hover, nav.woocommerce-MyAccount-navigation li.is-active a {
	background-color: var(--theme);
	color: var(--white)
}
.blog-single .blog-img .play-btn {
	--icon-size: 89px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: calc(var(--icon-size)/-2)0 0 calc(var(--icon-size)/-2)
}
.blog-single .blog-img .play-btn::after, .blog-single .blog-img .play-btn::before {
	background-color: var(--white);
	opacity: .2
}
.blog-single .line-btn {
	display: block;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin-bottom: -1px
}
.blog-single .th-slider .slider-arrow {
	--pos-x: 20px
}
.blog-single:hover .blog-img .slick-arrow {
	opacity: 1;
	visibility: visible
}
.blog-details .blog-meta {
	margin: -.15em 0 20px
}
.blog-details .blog-single {
	margin-bottom: 80px
}
.blog-details .blog-single .blog-img {
	border-radius: 0
}
.blog-details .blog-single .blog-img img {
	width: 100%
}
.blog-details .page-title {
	color: var(--title4)
}
.blog-details .checklist li {
	color: var(--black-color8)
}
.share-links-title {
	color: var(--title);
	margin: 0 13px 0 0;
	display: inline-block
}
.share-links {
	margin: 70px 0 0;
	border-top: 1px solid var(--th-border-color4);
	padding: 24px 0 0
}
.share-links > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	--bs-gutter-y: 20px
}
.share-links .tagcloud, .share-links .wp-block-tag-cloud {
	gap: 10px
}
.share-links .tagcloud a, .share-links .wp-block-tag-cloud a {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid var(--th-border-color);
	padding: 12px 25px;
	font-size: .9em;
	color: var(--title)
}
.share-links .tagcloud a:hover, .share-links .wp-block-tag-cloud a:hover {
	background: var(--theme)
}
.blog-author .media .media-body .th-social, .share-links .tagcloud, .share-links .th-social, .share-links .wp-block-tag-cloud {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.blog-author {
	background: var(--smoke-color2);
	margin: 40px 0;
	padding: 40px;
	gap: 30px;
	border-radius: 10px
}
.blog-author .author-img {
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	background: var(--smoke-color);
	-webkit-align-self: self-start;
	-ms-flex-item-align: self-start;
	-ms-grid-row-align: self-start;
	align-self: self-start;
	display: inline-block
}
.blog-author .author-img img {
	width: 130px;
	height: 130px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%
}
.blog-author, .blog-author .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.blog-author .media {
	margin-bottom: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}
.blog-author .author-name {
	font-size: 1.5em;
	margin-bottom: 3px
}
.blog-author .author-name a, .th-comments-wrap .reply-btn:hover {
	color: var(--title)
}
.blog-author .author-name a:hover {
	color: var(--theme)
}
.blog-author .author-desig {
	color: var(--theme);
	font-size: .9em
}
.blog-author .author-text {
	margin-bottom: -.3em
}
.th-comment-form {
	margin-bottom: 30px;
	position: relative;
	margin-right: 16px
}
.th-comment-form .row {
	--bs-gutter-x: 20px
}
.th-comment-form .blog-inner-title, .th-comments-wrap .th-post-comment ol ol, .th-comments-wrap .th-post-comment ol ul, .th-comments-wrap .th-post-comment ul ol, .th-comments-wrap .th-post-comment ul ul, .th-comments-wrap ul.comment-list ol ol, .th-comments-wrap ul.comment-list ol ul, .th-comments-wrap ul.comment-list ul ol, .th-comments-wrap ul.comment-list ul ul {
	margin-bottom: 0
}
.th-comment-form .form-title {
	margin-bottom: 30px
}
.th-comment-form .form-title a#cancel-comment-reply-link {
	font-size: .7em;
	text-decoration: underline
}
.blog-comment-area, .th-comment-form .form-text {
	margin-bottom: 25px
}
.th-comment-form .th-btn {
	padding: 19px 30px
}
.th-comment-form.blog-comment-wrap {
	background-color: var(--smoke-color2)
}
.th-comments-wrap {
	margin-top: var(--blog-space-y, 40px);
	margin-right: 16px;
	padding-bottom: 64px
}
.th-comments-wrap .description p:last-child {
	margin-bottom: -.5em
}
.th-comments-wrap .comment-respond {
	margin: 30px 0
}
.th-comments-wrap pre {
	background: #ededed;
	color: #666;
	font-size: .9em;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word
}
.th-comments-wrap li {
	margin: 0
}
.th-comments-wrap .th-post-comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	position: relative;
	background: #f0f0f0;
	padding: 30px
}
.th-comments-wrap .th-post-comment dl, .th-comments-wrap .th-post-comment ol, .th-comments-wrap .th-post-comment ul {
	margin-bottom: 1rem
}
.th-comments-wrap ul.comment-list {
	list-style: none;
	padding: 0;
	margin: 0 0-30px
}
.th-comments-wrap .comment-avater {
	width: 80px;
	height: 80px;
	margin-right: 24px;
	overflow: hidden
}
.th-comments-wrap .comment-avater img {
	width: 100%
}
.th-comments-wrap .comment-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}
.th-comments-wrap .commented-on {
	font-size: .9em;
	display: inline-block;
	margin-bottom: 12px;
	color: var(--body)
}
.th-comments-wrap .commented-on i {
	color: var(--theme);
	margin-right: 7px;
	font-size: .9rem
}
.th-comments-wrap .name {
	margin-bottom: 5px;
	font-weight: 700
}
.th-comments-wrap .comment-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.th-comments-wrap .text {
	margin-bottom: -.3rem
}
.th-comments-wrap .children {
	padding: 0;
	list-style-type: none;
	margin: 0 0 0 80px
}
.th-comments-wrap .reply_and_edit {
	margin-top: 0;
	margin-bottom: -.46em;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.th-comments-wrap .reply_and_edit a {
	margin-right: 10px
}
.th-comments-wrap .reply_and_edit a:last-child {
	margin-right: 0
}
.th-comments-wrap .reply-btn {
	font-size: .9em;
	text-transform: uppercase;
	display: inline-block;
	color: var(--theme)
}
.th-comments-wrap .reply-btn i {
	margin-right: 7px
}
.th-comments-wrap .star-rating {
	font-size: .75;
	margin-bottom: 10px;
	position: absolute;
	top: 5px;
	right: 0;
	width: 80px
}
.woocommerce-grouped-product-list.group_table tr:last-child, ul.comment-list .th-comment-item:last-child > .th-post-comment {
	border-bottom: none
}
ul.comment-list .th-comment-item:first-child > .th-post-comment {
	padding-bottom: 30px
}
.th-comments-wrap.th-comment-form {
	margin: 0
}
.th-hero-wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden
}
.th-hero-bg {
	position: absolute;
	inset: 0;
	z-index: -1
}
.th-hero-bg img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background-size: cover
}
.hero-1 {
	position: relative;
	overflow: hidden
}
.hero-1 .th-hero-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, right top, left top, color-stop(-46.25%, rgba(3, 6, 14, 0)), color-stop(68.02%, rgba(3, 6, 14, .7)));
	background: -o-linear-gradient(right, rgba(3, 6, 14, 0) -46.25%, rgba(3, 6, 14, .7) 68.02%);
	background: linear-gradient(270deg, rgba(3, 6, 14, 0) -46.25%, rgba(3, 6, 14, .7) 68.02%)
}
.hero-1 .slider-pagination {
	position: absolute;
	right: 150px;
	left: auto!important;
	bottom: 18.5%!important;
	margin: 0;
	width: auto!important;
	height: auto;
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%)
}
.hero-1 .slider-pagination .swiper-pagination-bullet {
	border-color: #d3dbe2
}
.hero-1 .video-play-btn {
	width: 89px;
	height: 89px;
	line-height: 89px;
	font-size: 30px;
	color: var(--theme)
}
.hero-style1 {
	padding: 180px 0 229px;
	max-width: 694px
}
.hero-style1 .hero-title {
	margin-bottom: 30px
}
.hero-style1 .hero-text {
	margin-bottom: 50px;
	max-width: 695px
}
.hero-style1 .th-btn {
	color: var(--white);
	padding: 19px 25px
}
.hero-style1 .th-btn .th-arrow {
	-webkit-filter: brightness(1) contrast(1);
	filter: brightness(1) contrast(1)
}
.hero-2 {
	overflow: hidden
}
.hero-2::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, right top, left top, color-stop(-7.32%, rgba(3, 6, 14, 0)), color-stop(51.2%, rgba(3, 6, 14, .6)));
	background: -o-linear-gradient(right, rgba(3, 6, 14, 0) -7.32%, rgba(3, 6, 14, .6) 51.2%);
	background: linear-gradient(270deg, rgba(3, 6, 14, 0) -7.32%, rgba(3, 6, 14, .6) 51.2%)
}
.hero-2 .hero-image {
	position: absolute;
	right: 70px;
	bottom: 0
}
.hero-2-social {
	position: absolute;
	left: 80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}
.hero-2 .th-social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid var(--th-border-color);
	display: block
}
.hero-2 .th-social a:not(:last-child) {
	margin-bottom: 16px
}
.hero-2 .th-social a:hover {
	border: 1px solid var(--theme)
}
.hero-2-inner, .hero-slider2, .hero-style2 {
	position: relative
}
.hero-slider2 .slider-pagination {
	position: absolute;
	right: 150px;
	left: auto!important;
	bottom: 16.5%!important;
	margin: 0;
	width: auto!important;
	height: auto;
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%)
}
.hero-slider2 .slider-pagination .swiper-pagination-bullet {
	border-color: var(--white)
}
.hero-style2 {
	z-index: 6;
	padding: 220px 0 232px
}
.hero-style2 .hero-text {
	max-width: 694px;
	margin-bottom: 50px
}
.hero-style2 .th-btn {
	padding: 19px 25px;
	color: var(--white)
}
.hero-style2 .th-btn .th-arrow {
	-webkit-filter: brightness(1) contrast(1);
	filter: brightness(1) contrast(1)
}
.hero-style3 {
	padding: 160px 0 160px 72px
}
.hero-text, .hero-title {
	text-shadow: 11px 9px 4px #00000078
}
.hero-title {
	color: var(--white);
	margin: 0;
	font-family: "Lobster", sans-serif;
}
.hero-text {
	max-width: 750px;
	margin-bottom: 50px;
	color: var(--theme3)
}
.hero-3 {
	background-color: var(--theme)
}
.hero-3 .th-hero-bg {
	margin-left: 50px
}
.hero-3 .th-hero-bg:before {
	content: "";
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(178.27deg, rgba(255, 255, 255, 0) -39.89%, rgba(0, 0, 0, .65) 77.99%);
	background: linear-gradient(271.73deg, rgba(255, 255, 255, 0) -39.89%, rgba(0, 0, 0, .65) 77.99%)
}
.hero-3 .slider-pagination {
	position: absolute;
	top: 38%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 8px
}
.hero-3 .slider-pagination::after, .hero-3 .slider-pagination::before {
	width: 1px;
	height: 130px;
	position: absolute;
	content: "";
	left: 15px;
	top: 154px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #d3dbe233
}
.hero-3 .slider-pagination::after {
	top: -188px
}
.hero-3 .slider-pagination .swiper-pagination-bullet {
	display: block;
	margin-bottom: 16px;
	background-color: transparent;
	border: 2px solid var(--light-color)
}
.hero-3 .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: var(--theme3)
}
.hero-3 .slider-pagination .swiper-pagination-bullet:before {
	background-color: var(--theme3)
}
.hero-3 .slider-pagination .swiper-pagination-bullet:last-child {
	margin-bottom: 0
}
.hero-3 .hero-video {
	text-align: center
}
.hero-3 .hero-video .video-play-btn {
	width: 90px;
	height: 90px;
	line-height: 90px
}
.hero-3 .hero-video .video-play-btn i {
	font-size: 30px;
	color: var(--theme)
}
.hero-3 .hero-search-wrap a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	color: var(--white);
	-webkit-transform: .4s;
	-ms-transform: .4s;
	transform: .4s;
	padding: 15px 20px;
	border: 2px solid var(--white)
}
.hero-3 .hero-search-wrap a:hover {
	background-color: var(--theme2);
	color: var(--white);
	border-color: var(--theme2)
}
.hero-3 .hero-search-wrap a i {
	margin-right: 1em
}
.error-page-wrap {
	background: var(--smoke-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	border-radius: 16px;
	overflow: hidden
}
.error-content {
	text-align: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding: 20px
}
.error-content .page-title {
	margin-bottom: 14px!important
}
.error-content .page-title:before {
	display: none
}
.error-content .th-btn {
	padding: 19px 25px
}
.error-content, .error-img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.error-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.popup-search-box, .popup-search-box button.searchClose {
	border-radius: 50%;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}
.popup-search-box {
	position: fixed;
	top: 0;
	left: 50%;
	background-color: rgba(19, 24, 43, .9);
	height: 0;
	width: 0;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.popup-search-box button.searchClose {
	width: 60px;
	height: 60px;
	line-height: 58px;
	position: absolute;
	top: 40px;
	right: 40px;
	border-width: 2px;
	border-style: solid;
	border-color: var(--theme2);
	background-color: transparent;
	font-size: 1.375em;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	color: var(--theme2)
}
.popup-search-box button.searchClose:hover {
	color: var(--white);
	border-color: var(--theme);
	background: var(--theme);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.popup-search-box form {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	padding-bottom: 40px;
	cursor: auto;
	width: 100%;
	max-width: 700px;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: -webkit-transform ease .4s;
	-o-transition: transform ease .4s;
	transition: transform ease .4s;
	transition: transform ease .4s, -webkit-transform ease .4s
}
.popup-search-box form input {
	height: 70px;
	width: 100%;
	border: 2px solid var(--theme2);
	background-color: transparent;
	padding-left: 30px;
	color: var(--theme2);
	border-radius: 50px;
	padding-right: 80px
}
.popup-search-box form input::-moz-placeholder {
	color: #fff
}
.popup-search-box form input::-webkit-input-placeholder {
	color: #fff
}
.popup-search-box form input:-ms-input-placeholder {
	color: #fff
}
.popup-search-box form input::-ms-input-placeholder {
	color: #fff
}
.popup-search-box form input::placeholder {
	color: #fff
}
.popup-search-box form button, .popup-search-box.show {
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}
.popup-search-box form button {
	position: absolute;
	top: 0;
	background-color: transparent;
	border: 0;
	color: var(--white);
	font-size: 1.5em;
	right: 12px;
	color: var(--theme2);
	cursor: pointer;
	width: 70px;
	height: 70px;
	-webkit-transform: scale(1.001);
	-ms-transform: scale(1.001);
	transform: scale(1.001)
}
.popup-search-box.show {
	opacity: 1;
	visibility: visible;
	width: 100.1%;
	height: 100%;
	border-radius: 0
}
.popup-search-box.show form {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}
.woocommerce-info, .woocommerce-message {
	position: relative;
	padding: 11px 20px 11px 50px;
	font-size: .9em;
	margin-bottom: 15px;
	border-radius: 0
}
.woocommerce-info a, .woocommerce-message a {
	color: var(--white);
	text-decoration: underline
}
.woocommerce-form-login-toggle .woocommerce-info a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover {
	color: var(--theme2)
}
.woocommerce-info:before, .woocommerce-message:before {
	font-family: var(--icon-font);
	margin-right: 10px;
	position: absolute;
	left: 20px;
	top: 11px
}
.login-tab button.nav-link.active, .woocommerce-form-login-toggle .woocommerce-info, .woocommerce-info, .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-message {
	background-color: var(--theme);
	color: var(--white)
}
.woocommerce-notices-wrapper .woocommerce-message:before {
	font-weight: 300
}
.th-product .product-title a, .woocommerce-form-login-toggle .woocommerce-info a {
	color: inherit
}
.woocommerce-form-coupon, .woocommerce-form-login, .woocommerce-form-register {
	padding: 35px 40px;
	background-color: var(--white);
	-webkit-box-shadow: 0 6px 30px rgba(1, 15, 28, .1);
	box-shadow: 0 6px 30px rgba(1, 15, 28, .1);
	margin-bottom: 0;
	border-radius: 0
}
.woocommerce-form-coupon .form-group, .woocommerce-form-login .form-group, .woocommerce-form-register .form-group {
	margin-bottom: 20px
}
.product_meta > span:last-child, .woocommerce-form-coupon .form-group:last-child, .woocommerce-form-login .form-group:last-child, .woocommerce-form-register .form-group:last-child, .woocommerce-product-attributes td p:last-child, .woocommerce-product-attributes th p:last-child {
	margin-bottom: 0
}
.woocommerce-error {
	background-color: var(--error-color);
	color: var(--white);
	list-style: none;
	padding: 10px 26px;
	margin: 0 0 30px;
	border-radius: 0;
	font-size: .9em
}
nav.woocommerce-MyAccount-navigation li {
	border: 1px solid #ddd;
	margin: 0;
	border-top: none
}
nav.woocommerce-MyAccount-navigation li:first-child {
	border-top: 1px solid #ddd
}
nav.woocommerce-MyAccount-navigation li a {
	color: var(--title);
	font-weight: 700;
	padding: 7px 17px;
	display: block
}
.woocommerce-MyAccount-content .btn {
	background-color: var(--theme);
	color: var(--white);
	font-size: .9em;
	padding: 10px 25px;
	font-weight: 700
}
.woocommerce-MyAccount-content .btn:hover {
	background-color: var(--title);
	color: var(--white)
}
.woocommerce-grouped-product-list-item, table.variations {
	border-collapse: separate;
	border-spacing: 0 15px;
	margin-bottom: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0
}
table.variations td {
	border: 0;
	vertical-align: middle
}
.woocommerce-grouped-product-list-item td {
	border: 0;
	vertical-align: middle;
	padding: 0 5px
}
.woocommerce-grouped-product-list-item td:first-child, table.variations td:first-child {
	padding: 0
}
.woocommerce-grouped-product-list-item label, table.variations label {
	margin: 0;
	font-size: .9em;
	text-transform: capitalize
}
.woocommerce-grouped-product-list-item label a, .woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount, table.variations label a {
	color: var(--title)
}
.woocommerce-grouped-product-list-item .label, table.variations .label {
	border: 0
}
.cart_table thead th, .woocommerce-grouped-product-list-item__label, .woocommerce-grouped-product-list-item__price, table.variations__label, table.variations__price {
	border: 0!important
}
.woocommerce-grouped-product-list-item__price .amount, .woocommerce-grouped-product-list-item__price .price, table.variations__price .amount, table.variations__price .price {
	font-size: 1.125em!important
}
.woocommerce-grouped-product-list-item del, table.variations del {
	margin-left: 12px
}
.woocommerce-product-attributes td, .woocommerce-product-attributes th {
	border: 1px solid var(--th-border-color)
}
.woocommerce-grouped-product-list.group_table {
	border-collapse: collapse;
	margin-bottom: 15px
}
.woocommerce-grouped-product-list.group_table label {
	margin: 0 0 0 10px;
	font-size: 1.125em
}
.woocommerce-grouped-product-list.group_table .qty-input {
	border-color: #e3e6e9
}
.woocommerce-grouped-product-list.group_table tr {
	border-bottom: 1px solid #e3e6e9
}
.woocommerce-grouped-product-list.group_table td {
	padding: 30px 5px
}
table.variations {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: relative
}
table.variations td {
	padding: 0
}
table.variations select, table.variations td.label {
	padding-right: 10px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}
table.variations select {
	line-height: 1.5;
	vertical-align: middle;
	margin: 0;
	padding-right: 54px;
	padding-left: 20px;
	height: 50px
}
table.variations .reset_variations {
	margin-left: 16px;
	display: inline-block;
	position: absolute;
	left: 100%;
	bottom: 25px
}
.woosq-product .product .woocommerce-grouped-product-list-item__label, .woosq-product .product .woocommerce-grouped-product-list-item__price, .woosq-product .product .woocommerce-grouped-product-list-item__quantity {
	width: auto!important
}
.woocommerce-grouped-product-list-item__label:after, .woocommerce-grouped-product-list-item__price:after {
	display: none
}
.login-tab, .woocommerce-variation.single_variation, table.woocommerce-product-attributes {
	margin-bottom: 30px
}
.woocommerce-variation.single_variation .price {
	color: var(--title);
	font-weight: 700
}
.wooscp-table-items td.woocommerce-product-attributes-item__value {
	padding-left: 15px!important
}
.wooscp-table-items a.added_to_cart.wc-forward {
	margin-left: 15px;
	text-decoration: underline
}
.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
	z-index: 1111
}
#woosq-popup .product_meta {
	margin-top: 20px
}
#woosq-popup .product_title {
	font-size: 1.5em;
	margin-bottom: 5px
}
#woosq-popup .single-product .product .actions {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px
}
#woosq-popup .single-product .product .actions > div {
	height: auto;
	overflow: visible
}
#woosq-popup .single-product .product .actions > div, #woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}
.login-tab {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.login-tab button.nav-link {
	background-color: var(--smoke-color);
	color: var(--title);
	padding: 11px 39px;
	border-radius: 15px 15px 0
}
.star-rating {
	overflow: hidden;
	position: relative;
	width: 100px;
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	font-family: var(--icon-font);
	font-weight: 700;
	font-size: .9em
}
.star-rating span:before, .star-rating:before {
	top: 0;
	position: absolute;
	left: 0;
	letter-spacing: 3px
}
.star-rating:before {
	color: #e1e1e1;
	float: left
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}
.star-rating span:before {
	color: var(--theme)
}
.rating-select label {
	margin: 0 10px 0 0
}
.rating-select p.stars {
	margin-bottom: 0;
	line-height: 1
}
.rating-select p.stars a {
	position: relative;
	height: 14px;
	width: 18px;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none
}
.rating-select p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 14px;
	line-height: 1;
	font-family: var(--icon-font);
	text-indent: 0;
	color: var(--yellow-color)
}
.th-product, .th-product .product-img img {
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}
.th-product {
	text-align: center;
	background-color: var(--white);
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .05);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .05);
	padding: 18px
}
.th-product .product-title {
	font-size: 1.5em;
	margin: 4px 0 6px
}
.th-product .product-category:hover, .th-product .product-title a:hover {
	color: var(--theme)
}
.th-product .product-category {
	margin-bottom: 0;
	display: block
}
.th-product .category, .th-product .product-tag {
	font-size: .9em;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: var(--theme);
	color: var(--white);
	padding: 0 12px;
	min-width: 60px;
	z-index: 3;
	line-height: 24px
}
.th-product .woocommerce-product-rating {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	margin-top: 8px;
	margin-bottom: 5px
}
.th-product .star-rating {
	margin: 0 auto;
	width: 93px
}
.th-product .price {
	display: block;
	margin-bottom: -.4em
}
.th-product .price del {
	margin-left: 10px;
	color: #a9a9a9
}
.th-product .product-img {
	--space: 0px;
	background-color: var(--smoke-color2);
	overflow: hidden;
	position: relative;
	margin: 0 0 23px;
	text-align: center;
	z-index: 2
}
.th-product .actions, .th-product .product-img:before {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.th-product .product-img:before {
	--space: 0px;
	content: "";
	height: calc(100% - var(--space)*2);
	width: calc(100% - var(--space)*2);
	border-radius: inherit;
	top: var(--space);
	left: var(--space);
	background-color: var(--title);
	z-index: 1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0)
}
.th-product .product-img img {
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.th-product .actions {
	height: 100%;
	top: 5px;
	right: 10px;
	text-align: center;
	z-index: 3;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	width: 40px
}
.th-product .actions .icon-btn, .th-product .actions .woosw-btn {
	--btn-size: 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: .9em;
	border-color: var(--theme);
	color: var(--white);
	margin-bottom: 10px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
	background: var(--theme)
}
.th-product .actions .icon-btn:hover, .th-product .actions .woosw-btn:hover {
	color: var(--white);
	background: var(--title);
	border-color: var(--title)
}
.counter-card3 h3, .th-product .actions > *, .th-product .actions > * > a, .woocommerce-checkout-payment .payment_box p {
	margin: 0
}
.th-product .woosw-btn .icon-btn {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .th-product .tinv-wishlist a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block
}
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before, .summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before, .th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
	position: relative;
	top: 0;
	left: 0;
	line-height: inherit;
	margin: 0;
	font-size: 24px
}
.th-product .tinv-wishlist a {
	background-color: var(--white);
	color: var(--title);
	border-radius: 50%
}
.th-product .add_to_cart_button.added, .woosq-popup .product_meta > span > a:after, .woosq-popup .product_meta > span > span:after, .woosq-product .thumbnails .slick-dots li button:before {
	display: none
}
.th-product .added_to_cart {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	background-color: var(--title);
	color: var(--white);
	font-size: 0;
	text-align: center;
	border-radius: 99px;
	border: 0;
	margin-bottom: 10px
}
.th-product .added_to_cart:after {
	position: relative;
	font-family: var(--icon-font);
	font-weight: 700
}
.th-product .added_to_cart:hover, .th-product .tinv-wishlist a:hover {
	background-color: var(--theme);
	color: var(--white)
}
.th-product .action-btn {
	background-color: var(--white);
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 13px 25px
}
.th-product:hover .product-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.th-product:hover .product-img:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	visibility: visible;
	opacity: .5
}
.th-product:hover .actions {
	margin-top: 0;
	opacity: 1;
	visibility: visible
}
.th-product:hover .icon-btn, .th-product:hover .woosw-btn {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.th-product.list-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	height: 100%;
	padding: 10px
}
.th-product.list-view .product-img {
	--space: 0px;
	width: 87px;
	margin: 0;
	border-radius: 10px
}
.th-product.list-view .product-img:before {
	--space: 0px
}
.th-product.list-view .product-category {
	font-size: 13px;
	line-height: 23px;
	margin-top: -3px
}
.th-product.list-view .star-rating {
	margin: 5px 0 0;
	width: 93px;
	font-size: 12px
}
.th-product.list-view .product-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 4px 0 13px
}
.th-product.list-view .actions {
	--icon-gap-x: 2px;
	width: 100%;
	right: 0;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.th-product.list-view .actions .icon-btn {
	--btn-size: 36px;
	--btn-font-size: 0.9em;
	background-color: var(--theme2);
	color: var(--white);
	border: 0
}
.th-product.list-view .actions .icon-btn:hover {
	background-color: var(--title)
}
.th-product.list-view .added_to_cart, .th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .th-product.list-view .tinv-wishlist a {
	width: 35px;
	height: 35px;
	line-height: 35px
}
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
	font-size: 1.25em
}
.th-product.list-view .tag {
	top: 8px;
	right: 8px;
	padding: 0 15px
}
.th-product.list-view .product-title {
	font-size: .9em;
	margin: 0
}
.th-product.list-view .price {
	font-size: 13px;
	line-height: 23px;
	color: var(--theme)
}
.product-list-area {
	margin-bottom: -24px
}
#productCarousel .slick-arrow {
	top: 37.5%
}
.mfp-content {
	margin: 1.5rem auto
}
.mfp-content .product-details-img {
	padding-top: 15px
}
.mfp-content .product-about {
	padding-top: 20px;
	padding-bottom: 20px
}
.mfp-content .container {
	position: relative
}
.mfp-content .product-big-img {
	margin-top: 12px;
	margin-bottom: 12px
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content, .woosq-product .thumbnails .slick-dots li.slick-active button {
	opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}
.woosq-popup {
	border-radius: 10px
}
.woosq-product > .product .summary {
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center
}
.woosq-product .thumbnails .slick-list {
	display: block
}
.woosq-product .thumbnails .slick-dots li button {
	width: 12px;
	height: 12px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background-color: var(--theme);
	opacity: .4
}
.woosq-product .tinv-wraper {
	display: none
}
.th-sort-bar {
	padding: 10px;
	margin: 0 0 24px;
	background-color: var(--smoke-color2);
	border-radius: 8px
}
.th-sort-bar .row {
	--bs-gutter-x: 0;
	--bs-gutter-y: 15px
}
.th-sort-bar .nav a, .th-sort-bar select {
	height: 50px;
	border: 1px solid var(--th-border-color);
	background-color: var(--white)
}
.th-sort-bar select {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 250px;
	margin: 0;
	color: var(--body)
}
.th-sort-bar .woocommerce-result-count {
	padding-left: 15px;
	margin-bottom: 0;
	color: var(--body)
}
.th-sort-bar .nav a {
	display: inline-block;
	width: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	text-transform: capitalize;
	margin: 0 0 0 10px;
	border-radius: 5px
}
.product_meta > span a:hover, .share-title i, .th-sort-bar .nav a.active, .th-sort-bar .nav a:hover {
	color: var(--theme)
}
.product-thumb-area {
	position: relative;
	margin-right: 10px
}
.product-thumb-area .product-thumb-tab {
	position: absolute;
	top: 0;
	left: 0
}
.product-thumb-tab {
	--thumb: 120px;
	--gap: 10px;
	max-width: var(--thumb);
	margin-left: calc(0px - var(--thumb)/2);
	position: relative;
	z-index: 3;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 100%
}
.product-thumb-tab .tab-btn {
	background-color: var(--white);
	cursor: pointer;
	height: var(--thumb);
	width: var(--thumb);
	padding: var(--gap)
}
.product-thumb-tab .tab-btn img {
	max-width: 100%
}
.product-thumb-tab .tab-btn:not(:last-of-type) {
	margin-bottom: 20px
}
.product-big-img .img img, .product-thumb-tab .indicator {
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.product-thumb-tab .indicator {
	position: absolute;
	top: calc(var(--pos-y)+ var(--gap));
	left: calc(var(--pos-x)+ var(--gap));
	width: calc(var(--width-set) - var(--gap)*2);
	height: calc(var(--height-set) - var(--gap)*2);
	border: 2px solid var(--theme);
	pointer-events: none
}
.product-big-img {
	background-color: var(--smoke-color2);
	text-align: center;
	overflow: hidden
}
.product-big-img .img {
	width: 100%
}
.product-big-img .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.product-big-img .slider-pagination {
	position: absolute;
	bottom: 40px;
	left: 0
}
.product-big-img .slick-dots {
	margin: -11px 0 0!important;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	--border-color: #c0c0c0
}
.img-magnifier-container {
	position: relative
}
.img-magnifier-glass, .magnify .magnifier {
	position: absolute;
	-webkit-box-shadow: inset 0 10px 18px rgba(0, 0, 0, .2);
	box-shadow: inset 0 10px 18px rgba(0, 0, 0, .2);
	border-radius: 50%
}
.img-magnifier-glass {
	cursor: none;
	width: 200px;
	height: 200px
}
.magnify {
	position: relative;
	cursor: none
}
.magnify .magnifier {
	height: 180px;
	width: 180px;
	z-index: 20;
	background-size: 700%;
	background-repeat: no-repeat;
	margin-left: -90px!important;
	margin-top: -90px!important;
	pointer-events: none;
	display: none
}
.magnify .magnified {
	display: block;
	z-index: 10;
	margin: auto
}
.circular-progress svg, .magnify .magnified, .magnify img {
	width: 100%;
	height: 100%
}
.quantity {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}
.quantity > .screen-reader-text {
	display: inline-block;
	color: var(--title);
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin: 0 10px 0 0
}
.quantity .qty-btn, .quantity .qty-input {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 0;
	border-right: none;
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	text-align: center
}
.quantity .qty-btn:last-child, .quantity .qty-input:last-child {
	border-right: none
}
.product_meta {
	font-weight: 700;
	margin: 35px 0 0
}
.product_meta > span {
	display: block;
	margin-bottom: 5px;
	color: var(--title);
	font-weight: 700
}
.product_meta > span a {
	color: inherit
}
.product_meta > span > a, .product_meta > span > span {
	position: relative
}
.product_meta > span > a:after, .product_meta > span > span:after {
	content: ",";
	margin-right: 5px
}
.product_meta > span > a:last-child:after, .product_meta > span > span:last-child:after {
	display: none
}
.product_meta > span > a:first-child, .product_meta > span > span:first-child {
	margin-left: 7px
}
.product-tab-style1 {
	border-bottom: 1px solid var(--smoke-color2);
	margin: 95px auto 40px;
	padding-bottom: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px
}
.product-tab-style1 .th-btn.active {
	background: var(--title);
	color: var(--white)
}
#productTabContent {
	margin-bottom: -10px
}
#additional_information {
	margin-bottom: 40px
}
.product-inner-list > ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.product-inner-list li {
	position: relative;
	padding-left: 15px
}
.product-inner-list li:before {
	position: absolute;
	left: 0
}
.share-title {
	color: var(--title);
	margin-bottom: 8px
}
.product-about .product-title, .summary-content .product-title {
	margin: 0 0 14px
}
.product-about .product_title, .summary-content .product_title {
	margin-bottom: 20px!important
}
.product-about > .price, .summary-content > .price {
	font-size: 1.5em;
	font-weight: 800;
	color: var(--title);
	display: block;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin-bottom: 19px;
	margin-top: -.2em
}
.product-about > .price del, .summary-content > .price del {
	margin-left: 15px
}
.product-about .product-rating, .product-about .woocommerce-product-rating, .summary-content .product-rating, .summary-content .woocommerce-product-rating {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: 2px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 22px
}
.product-about .product-rating .star-rating, .product-about .woocommerce-product-rating .star-rating, .summary-content .product-rating .star-rating, .summary-content .woocommerce-product-rating .star-rating {
	width: 80px;
	font-size: .75;
	margin-right: 8px
}
.product-about .woocommerce-review-link, .summary-content .woocommerce-review-link {
	color: var(--body)
}
.product-about .checklist, .summary-content .checklist {
	margin: 29px 0
}
.product-about .actions, .summary-content .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
	margin: 35px 0 27px
}
.product-about .actions .th-btn .btn-icon, .summary-content .actions .th-btn .btn-icon {
	padding: 10.5px 15px
}
.product-about .actions .icon-btn, .product-about .actions .woosw-btn, .summary-content .actions .icon-btn, .summary-content .actions .woosw-btn {
	border-color: var(--title);
	background-color: var(--title);
	color: var(--white);
	--btn-size: 64px;
	width: 64px;
	height: 64px;
	line-height: 64px;
	display: inline-block;
	text-align: center
}
.product-about .actions .icon-btn:hover, .product-about .actions .woosw-btn:hover, .summary-content .actions .icon-btn:hover, .summary-content .actions .woosw-btn:hover {
	background-color: var(--theme);
	border-color: var(--theme)
}
.product-about .share, .summary-content .share {
	margin-top: 25px
}
.product-about .th-social a, .summary-content .th-social a {
	--icon-size: 40px;
	line-height: 38px;
	font-size: .9em;
	border: 1px solid var(--th-border-color);
	border-radius: 0
}
.product-about .th-social a:hover, .summary-content .th-social a:hover {
	border-color: var(--theme)
}
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	width: 56px;
	height: 56px;
	line-height: 54px;
	display: inline-block;
	border-radius: 99px;
	background-color: var(--theme);
	color: var(--white);
	border: 0
}
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover, .product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover, .summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover, .summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
	background-color: var(--title)
}
.product-about .tinv-wishlist a, .summary-content .tinv-wishlist a {
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border-radius: 0
}
.product-about .tinv-wishlist a:hover, .summary-content .tinv-wishlist a:hover {
	background-color: var(--theme);
	color: var(--white)
}
.product-about .quantity, .summary-content .quantity {
	position: relative
}
.product-about .quantity:after, .summary-content .quantity:after {
	content: "";
	height: 100%;
	width: 1px;
	background-color: var(--th-border-color);
	position: absolute;
	top: 0;
	left: 65px
}
.product-about .quantity .qty-input, .summary-content .quantity .qty-input {
	width: 132px;
	height: 64px;
	border: 1px solid var(--th-border-color);
	background-color: transparent;
	color: var(--title);
	padding: 0 30px;
	text-align: left
}
.product-about .quantity .qty-btn, .summary-content .quantity .qty-btn {
	color: var(--title);
	background-color: transparent;
	position: absolute;
	right: 30px;
	height: auto;
	width: auto;
	border: 0;
	line-height: 16px
}
.product-about .quantity .quantity-minus, .summary-content .quantity .quantity-minus {
	bottom: 12px
}
.product-about .quantity .quantity-plus, .summary-content .quantity .quantity-plus {
	top: 12px
}
.woocommerce-Reviews .th-post-comment .text {
	margin-bottom: -.5em
}
.woocommerce-Reviews .th-comments-wrap {
	padding: 0;
	margin-right: 0!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0
}
.woocommerce-Reviews .th-comment-form {
	padding: 60px;
	background-color: var(--smoke-color2);
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-right: 0!important;
	margin-top: 28px;
	margin-bottom: 40px
}
.woocommerce-Reviews .th-comment-form .form-control, .woocommerce-Reviews .th-comment-form input {
	background-color: var(--white);
	border: 1px solid #b7c2cc
}
.woocommerce-Reviews .th-comment-form .blog-inner-title {
	margin-bottom: 10px
}
.woocommerce-Reviews .comment-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 24px;
	margin: -12px -12px 28px!important
}
.woocommerce-Reviews .comment-list li {
	width: 50%
}
.woocommerce-Reviews .th-post-comment {
	border: 0!important;
	padding: 40px!important;
	margin: 12px;
	background: var(--smoke-color2);
	-webkit-box-shadow: none;
	box-shadow: none
}
.woocommerce-Reviews .th-post-comment .name {
	margin-bottom: 3px
}
.woocommerce-Reviews .th-post-comment .commented-on {
	margin-bottom: 12px
}
.woocommerce-Reviews .th-post-comment .description {
	word-break: break-word
}
#description, .th-checkout-wrapper form.woocommerce-form {
	margin-bottom: 30px
}
.product-details .th-comments-wrap {
	margin-top: 0
}
.product-details .border-title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px
}
.product-details .border-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 80px;
	background-color: var(--theme)
}
.product-inner-title {
	font-size: 2em;
	border-bottom: 1px solid var(--th-border-color);
	padding: 0 0 7px;
	margin: 0 0 30px
}
.related-product-wrapper {
	padding-top: 115px
}
button.tinvwl_button_close.th-btn .ftinvwl.ftinvwl-times, button.tinvwl_button_view.th-btn .ftinvwl.ftinvwl-heart-o {
	top: -3px
}
.woosw-btn {
	display: inline-block;
	width: var(--btn-size, 56px);
	height: var(--btn-size, 56px);
	line-height: var(--btn-size, 56px);
	font-size: var(--btn-font-size, 18px);
	background-color: var(--icon-bg, transparent);
	color: var(--title);
	text-align: center;
	border-radius: 10px;
	border: 1px solid #4b5261;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.cart_table td, .productSlide {
	position: relative
}
.productSlide img {
	border-radius: 25px
}
.productSlide .product-tag {
	font-size: .9em;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: var(--theme);
	color: var(--white);
	padding: 7px 12px 4px;
	min-width: 60px;
	border-radius: 100px;
	text-align: center;
	z-index: 3;
	line-height: 14px
}
.product-thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	cursor: pointer
}
.product-thumb .tab-btn {
	border: 1px solid var(--title);
	width: 60px;
	height: 60px;
	border-radius: 10px
}
.product-thumb .tab-btn.active {
	border: 1px solid var(--theme)
}
.product-thumb-wrap {
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 2
}
.woocommerce-cart-form {
	text-align: center
}
.cart_table {
	border: 1px solid #eaf0f2;
	margin-bottom: 45px
}
.cart_table thead {
	background-color: #ecf0f1
}
.cart_table td:before {
	color: var(--title);
	border: 0;
	content: attr(data-title);
	position: absolute;
	left: 15px;
	top: 50%;
	vertical-align: top;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none
}
.cart_table th {
	border: 0;
	padding: 27px 15px
}
.cart_table td {
	border: 0;
	border-bottom: 1px solid #f3f3f3;
	color: #8b8b8b;
	padding: 20px 10px;
	vertical-align: middle
}
.cart_table .product-quantity, .cart_table th, .tinv-wishlist table th {
	color: var(--title)
}
.cart_table .product-quantity input {
	position: relative;
	top: -2px
}
.cart_table .cart-productname, .tinv-wishlist td.product-name a {
	color: var(--body)
}
.cart_table .cart-productimage {
	display: inline-block;
	border: 2px solid var(--smoke-color)
}
.cart_table .remove {
	color: var(--theme);
	font-size: 1.125em
}
.cart_table .quantity {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.cart_table td.product-quantity {
	min-width: 155px
}
.cart_table .qty-btn, .cart_table .qty-input {
	height: 30px;
	font-size: .9em;
	border-radius: 4px;
	padding: 0
}
.cart_table .qty-btn {
	border: 2px solid var(--smoke-color)!important;
	background-color: transparent;
	color: #b8c6d0;
	width: 30px;
	line-height: 28px
}
.cart_table .qty-btn:hover {
	background-color: var(--theme);
	color: var(--white)
}
.cart_table .qty-input {
	vertical-align: middle;
	border: 2px solid var(--smoke-color);
	width: 60px;
	text-align: center;
	color: var(--title);
	font-weight: 700;
	margin: 0 3px
}
.cart_table .qty-input::-moz-placeholder {
	color: var(--title)
}
.cart_table .qty-input::-webkit-input-placeholder {
	color: var(--title)
}
.cart_table .qty-input:-ms-input-placeholder {
	color: var(--title)
}
.cart_table .qty-input::-ms-input-placeholder {
	color: var(--title)
}
.cart_table .qty-input::placeholder {
	color: var(--title)
}
.cart_table .qty-input::-webkit-inner-spin-button, .cart_table .qty-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}
.cart_table .qty-input[type=number] {
	-moz-appearance: textfield
}
.cart_table .actions {
	text-align: right;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px
}
.cart_table .actions > .th-btn {
	padding: 20px 28px;
	margin-right: 15px
}
.cart_table .actions > .th-btn:last-child {
	margin-right: 0
}
.cart_table .th-cart-coupon {
	float: left;
	margin: 0;
	width: 455px;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.cart_table .th-cart-coupon input {
	width: calc(100% - 200px);
	margin-right: 10px
}
.cart_table .th-cart-coupon .th-btn {
	padding: 20px 25px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}
.cart_totals {
	border: 1px solid #ecf0f1
}
.cart_totals td, .cart_totals th {
	vertical-align: top;
	padding: 20px;
	border: 0;
	border-bottom: 1px solid #ecf0f1;
	font-size: .9em;
	color: var(--title);
	width: 55%
}
.cart_totals td:first-child, .cart_totals th:first-child {
	width: 45%;
	background-color: #f9fbfb;
	font-weight: 700;
	font-size: .9em;
	color: #333
}
.cart_totals .shipping-calculator-button {
	display: inline-block;
	border-bottom: 1px solid;
	color: var(--title);
	font-weight: 700
}
.cart_totals .order-total .amount, .cart_totals .shipping-calculator-button:hover {
	color: var(--theme)
}
.cart_totals .woocommerce-shipping-destination {
	margin-bottom: 10px
}
.cart_totals .woocommerce-shipping-methods {
	margin-bottom: 0
}
.cart_totals .shipping-calculator-form {
	display: none
}
.cart_totals .shipping-calculator-form p:first-child {
	margin-top: 20px
}
.cart_totals .shipping-calculator-form p:last-child {
	margin-bottom: 0
}
.cart_totals .amount {
	font-weight: 700
}
.empty-notice {
	margin: 40px auto
}
.woocommerce-checkout .form-control, .woocommerce-checkout .form-group, .woocommerce-checkout .form-row, .woocommerce-checkout .form-select, .woocommerce-checkout .select2-container {
	margin-bottom: 0
}
.woocommerce-checkout .select2-container--open .select2-dropdown--below {
	margin-top: 0
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
	position: relative;
	bottom: 0
}
.woocommerce-checkout .select2-dropdown {
	border: 0;
	border-top: none
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
	border-radius: 27px
}
.woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus, .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--body)
}
.woocommerce-checkout .shipping_address {
	margin-top: -3px
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid transparent;
	padding: 0
}
.woocommerce-checkout .form-control, .woocommerce-checkout .form-select, .woocommerce-checkout .select2, .woocommerce-checkout .select2-container, .woocommerce-checkout select, .woocommerce-form-coupon .form-control, .woocommerce-form-coupon .form-select, .woocommerce-form-coupon .select2, .woocommerce-form-coupon .select2-container, .woocommerce-form-coupon select, .woocommerce-form-login .form-control, .woocommerce-form-login .form-select, .woocommerce-form-login .select2, .woocommerce-form-login .select2-container, .woocommerce-form-login select {
	margin-bottom: var(--bs-gutter-x)
}
#ship-to-different-address {
	margin-top: 15px
}
.select2-container--default .select2-selection--single {
	height: 56px;
	border: 1px solid transparent;
	background-color: var(--smoke-color2);
	border-radius: 27px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 56px;
	padding-left: 25px;
	padding-right: 25px
}
.woocommerce-billing-fields .form-row {
	margin-bottom: 0
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin: 0;
	border: 0;
	top: 0
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 56px;
	line-height: 56px;
	margin-right: 30px
}
span.select2-selection.select2-selection--single:focus {
	outline: 0
}
.checkout-ordertable td, .checkout-ordertable th {
	border: 1px solid #ededed;
	padding: 5px 20px;
	vertical-align: top;
	font-size: .9em;
	color: #2c3e50;
	text-align: left
}
.checkout-ordertable td {
	text-align: right
}
.woocommerce-checkout-payment {
	text-align: left
}
.checkout-ordertable ul {
	margin: 0;
	padding: 0
}
.checkout-ordertable .order-total .amount, .checkout-ordertable input[type=hidden] ~ label, .contact-info .box-text a:hover, .tinv-wishlist td.product-name a:hover {
	color: var(--theme)
}
.woocommerce-checkout .form-group input:not(:last-child) {
	margin-bottom: var(--bs-gutter-x)
}
.woocommerce-checkout-payment ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.woocommerce-checkout-payment ul li {
	padding-top: 12px;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 0
}
.woocommerce-checkout-payment ul input[type=radio] ~ label {
	margin-bottom: 17px;
	color: var(--body)
}
.woocommerce-checkout-payment ul input[type=radio] ~ label img {
	margin-bottom: -2px;
	margin-left: 10px
}
.woocommerce-checkout-payment .place-order {
	padding-top: 30px
}
.woocommerce-checkout-payment .payment_box {
	color: #a1b1bc;
	background-color: #ecf0f1;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	font-size: .9em;
	padding: 10px 20px;
	border-radius: 4px;
	display: none
}
.tinv-wishlist input[type=checkbox] {
	display: inline-block;
	opacity: 1;
	visibility: visible;
	vertical-align: middle;
	width: auto;
	height: auto
}
.tinv-wishlist .tinv-header {
	margin-top: -.8rem;
	text-transform: capitalize
}
.tinv-wishlist .cart-empty {
	font-weight: 700;
	font-size: .9em;
	padding: 14px 25px 14px 45px;
	border-radius: 8px
}
.tinv-wishlist p.return-to-shop .button {
	display: inline-block;
	background-color: var(--theme);
	color: var(--white);
	font-size: .9em;
	padding: 10px 25px;
	margin-top: 10px;
	font-weight: 700
}
.tinv-wishlist .social-buttons li a.social:hover, .tinv-wishlist p.return-to-shop .button:hover {
	background-color: var(--title);
	color: var(--white)
}
.tinv-wishlist table {
	border: 0
}
.tinv-wishlist table td, .tinv-wishlist table th {
	padding: 15.3px 10px;
	border-bottom: 1px solid var(--th-border-color);
	text-align: center
}
.tinv-wishlist .product-cb, .tinv-wishlist .product-remove {
	width: 40px;
	text-align: center
}
.tinv-wishlist .product-thumbnail {
	width: 110px
}
.tinv-wishlist .stock.in-stock {
	margin-bottom: 0
}
.tinv-wishlist .product-remove button {
	border: 0;
	height: 22px;
	width: 22px;
	text-align: center;
	font-size: .75;
	line-height: 22px;
	border-radius: 0;
	padding-top: 0
}
.tinv-wishlist .product-remove button i {
	line-height: 22px
}
.contact-info.style2 .box-icon:after, .tinv-wishlist .tinvwl-mobile {
	display: none
}
.tinv-wishlist .social-buttons, .tinv-wishlist .social-buttons ul {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.tinv-wishlist .social-buttons {
	max-width: 300px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.tinv-wishlist .social-buttons ul {
	padding-left: 0;
	margin-bottom: 0;
	gap: 6px
}
.tinv-wishlist .product-stock .stock {
	display: block
}
.tinv-wishlist .product-stock span {
	display: inline
}
.tinv-wishlist .product-stock i {
	margin-right: 5px
}
.tinv-wishlist .tinv-modal .icon_big_times {
	margin-bottom: 5px;
	color: var(--theme)
}
.tinv-wishlist button.button {
	border: 0;
	height: 38px;
	line-height: 38px;
	font-size: .9em;
	background-color: var(--theme);
	color: var(--white);
	padding: 1px 15px;
	min-width: 140px
}
.tinv-wishlist button.button i {
	font-size: 1.125em!important;
	margin-right: 3px!important
}
.tinv-wishlist button.button:hover {
	background-color: var(--title);
	color: #fff
}
.tinv-wishlist .tinvwl-buttons-group button i {
	font-size: .9em
}
.tinv-wishlist td.product-name, .tinv-wishlist th {
	font-weight: 700;
	font-family: var(--title-font)
}
.tinv-wishlist td.product-price del {
	margin-left: 8px;
	font-size: .9em
}
.tinv-wishlist .social-buttons > span {
	font-weight: 700;
	margin-right: 10px;
	color: var(--title)
}
.tinv-wishlist .social-buttons li {
	display: inline-block;
	margin-right: 0
}
.tinv-wishlist .social-buttons li a.social {
	background-color: var(--theme);
	color: var(--white);
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: .9em;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	margin-left: 3px
}
.tinv-wishlist .social-buttons li a.social i {
	line-height: inherit
}
.contact-thumb1-1 {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 45%
}
.contact-image img, .contact-img img, .contact-thumb1-1 img {
	width: 100%;
	
	-o-object-fit: cover;
	
}
.contact-form.style-border {
	border: 1px solid var(--th-border-color);
	border-radius: 50px;
	padding: 60px
}
.contact-title-wrap {
	max-width: 713px
}
.contact-form-v2 {
	padding: 56px
}
.contact-form-v2 .title-area .sub-title {
	padding-bottom: 0;
	margin-bottom: 15px
}
.contact-form-v2 .title-area .title {
	font-size: 2.5em
}
.contact-form-v2, .contact-info {
	background: var(--title)
}
.contact-feature, .contact-info .box-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.contact-info .box-icon {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	border: 1px solid rgba(87, 88, 95, .5);
	-webkit-align-self: self-start;
	-ms-flex-item-align: self-start;
	-ms-grid-row-align: self-start;
	align-self: self-start;
	position: relative;
	height: 80px;
	width: 80px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1
}
.contact-info .box-icon:after {
	content: "";
	position: absolute;
	inset: 7px;
	background: var(--black-color2);
	z-index: -1
}
.contact-info .box-title {
	color: var(--white);
	font-size: 1.5em;
	margin-bottom: 0
}
.contact-info .box-text {
	margin-top: 10px;
	line-height: 1.4
}
.contact-info .box-text, .contact-info .box-text a {
	color: var(--light-color)
}
.contact-feature {
	padding: 15px;
	border: 1px solid #d3dbe2;
	gap: 24px
}
.contact-feature:not(:last-child) {
	margin-bottom: 24px
}
.contact-feature .box-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #fff6f8;
	color: var(--theme);
	font-size: 1.5em
}
.contact-feature .box-icon, .contact-feature .box-icon i {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.contact-feature .box-icon:hover {
	background: var(--theme)
}
.contact-feature .box-icon:hover i {
	color: var(--white)
}
.contact-feature .box-text {
	color: var(--body)
}
.contact-feature .box-text a {
	color: var(--body)
}
.contact-image {
	overflow: hidden;
	height: 768px
}
.contact-info-wrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: var(--title);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 30px;
	padding: 40px;
	margin: -160px -40px 0;
	position: relative;
	z-index: 1
}
.contact-info-wrap2 .contact-info {
	width: calc(25% - 30px);
	padding: 0
}
.contact-form-v3 {
	background: var(--title);
	padding: 48px;
	border: 1px solid var(--body);
	border-radius: 8px
}
.contact-form-v3 .title-area .sub-title {
	padding-bottom: 0;
	margin-bottom: 15px
}
.contact-form-v3 .title-area .title {
	font-size: 2.5em
}
.contact-info.style2 {
	background: 0 0;
	padding: 0;
	gap: 24px
}
.contact-info.style2 .box-icon {
	border: 1px solid var(--white);
	border-radius: 8px
}
.contact-form-v4 {
	padding: 56px
}
.contact-page-contact-form-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--smoke-color);
	border-radius: 16px;
	overflow: hidden
}
.contact-page-contact-form-wrap .contact-form-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding: 56px
}
.contact-page-contact-form-wrap .contact-page-thumb1-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.contact-page-contact-form-wrap .contact-page-thumb1-1 img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.contact-map {
	position: relative;
	line-height: 0;
}
.contact-map iframe {
	width: 100%;
	height: 474px;
}

.contact-img {
	height: 100%
}
.global-img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.global-img:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1
}
.global-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 1.3s all ease;
	-o-transition: 1.3s all ease;
	transition: 1.3s all ease
}
.global-img:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}
.global-img:hover:after {
	height: 250%;
	-webkit-transition: all 600ms linear;
	-o-transition: all 600ms linear;
	transition: all 600ms linear;
	background-color: transparent
}
.about-wrap1 {
	z-index: 2
}
.about-wrap1 .box-text {
	margin-top: -6px
}
.about-wrap1 .btn-wrap {
	margin-top: 55px
}
.about-wrap1 .about-feature-grid {
	margin-left: 20px
}
.about-profile, .img-box1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.about-profile .avater {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}
.about-profile .avater img {
	border-radius: 50%;
	overflow: hidden
}
.about-profile .about-profile-name {
	margin-bottom: 0;
	color: var(--theme);
	margin-top: -.2em
}
.about-profile .desig {
	color: var(--title);
	margin-bottom: -.4em
}
.img-box1 {
	position: relative;
	gap: 24px;
	z-index: 2
}
.img-box1 .img1 img, .img-box1 .img2 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.img-box1 .about-wrapp {
	position: absolute;
	left: -120px;
	top: 100px
}
.contact-map .contact-icon i, .img-box1 .about-wrapp .logo {
	background-color: var(--theme)
}
.img-box1 .counter-card3 {
	position: absolute;
	left: 10%;
	bottom: 10%
}
.img-box4 {
	position: relative;
	margin-left: 100px
}
.img-box4 .img1 {
	position: relative;
	z-index: 2
}
.img-box4 .img2 {
	position: absolute;
	right: 0;
	bottom: -21%;
	z-index: 1
}
.img-box4 .counter-card3 {
	position: absolute;
	left: 10%;
	bottom: -10%;
	z-index: 9
}
.img-box5 {
	position: relative;
	margin-bottom: 110px
}
.img-box5 .img1 {
	position: relative;
	z-index: 2
}
.img-box5 .img2 {
	position: absolute;
	right: -10px;
	bottom: -100px;
	z-index: 2;
	width: 200px;
	border: 10px solid var(--white);
	
}
.img-box5 .counter-card3 {
	position: absolute;
	left: 27%;
	bottom: -13%;
	z-index: 9;
	
}
.counter-card3 {
	background-color: var(--theme2);
	border: 10px solid var(--white);
	padding: 13px;
	text-align: center
}
.about-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px
}
.about-feature-wrapp {
	max-width: 480px
}
.about-feature:not(:last-child) {
	margin-bottom: 45px
}
.about-feature .box-icon {
	position: relative;
	min-width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: 1px solid var(--th-border-color);
	overflow: hidden
}
.about-feature .box-icon:before {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	border-radius: 0;
	background-color: var(--theme);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
	-o-transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
	transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
	z-index: -1
}
.about-feature .box-icon img {
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.about-feature .box-title {
	font-family: --title-font;
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: 6px
}
.about-feature:hover .box-icon {
	border-color: var(--theme)
}
.about-feature:hover .box-icon:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}
.about-feature:hover .box-icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
.img-box2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 0 76px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.img-box2 img:nth-child(1) {
	width: 290px
}
.img-box2 img:nth-child(2) {
	width: 200px
}
.img-box2 img:nth-child(3) {
	width: 200px;
	margin-top: -100px
}
.counter-wrap3 {
	position: absolute;
	background-color: var(--title);
	border: 5px solid var(--white);
	color: var(--white);
	left: 25%;
	top: 370px;
	padding: 90px 35px
}
.counter-card2 {
	max-width: 185px
}
.counter-card2 .media-body {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center
}
.counter-card2 .media-body .box-number {
	line-height: 48px;
	letter-spacing: .8px;
	font-size: 2.5em
}
.counter-card2 .media-body .box-text {
	margin-top: -.78em
}
.team-area {
	background: var(--gray-color)
}
.th-team {
	position: relative
}
.th-team .team-img {
	position: relative;
	overflow: hidden
}
.th-team .team-img img {
	width: 100%
}
.th-team .team-desig {
	font-size: .9em;
	display: block;
	margin-bottom: -.45em;
	color: var(--theme)
}
.th-team .team-desig, .th-team .team-img img, .th-team .th-social {
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.th-team .th-social a {
	--icon-size: 40px;
	background-color: var(--white);
	color: var(--theme)
}
.th-team .th-social a:hover {
	background-color: var(--theme);
	color: var(--white)
}
.th-team .box-title {
	margin-bottom: 0
}
.team-slider1 {
	margin-right: -315px
}
.team-card {
	position: relative;
	overflow: hidden
}
.team-card:after {
	content: "";
	position: absolute
}
.team-card .team-img img {
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.team-card .team-card-content {
	position: absolute;
	background: var(--black-color2);
	padding: 0;
	bottom: 24px;
	left: 0;
	right: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0)
}
.team-card .team-card-content .media-body {
	padding: 56px 60px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}
.team-card .team-card-content:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 3px;
	background: var(--theme);
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0)
}
.team-card .box-title, .team-card .team-desig {
	font-size: 1.5em;
	margin-bottom: 0;
	position: relative;
	z-index: 1
}
.team-card .box-title a {
	color: var(--white)
}
.team-card .box-title a:hover {
	color: var(--theme)
}
.team-card .team-desig {
	font-size: .9em;
	margin-bottom: -.5em;
	display: block;
	color: var(--light-color)
}
.team-card .th-social {
	width: 60px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 2;
	background: var(--theme);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between
}
.team-card .th-social .line {
	display: block;
	width: 100%;
	height: 1px;
	background: var(--white)
}
.team-card .th-social a {
	display: block;
	text-align: center;
	height: 52px;
	width: 60px;
	padding: 0;
	line-height: 52px;
	color: var(--white);
	margin: 0;
	background: var(--theme);
	border: 0;
	border-radius: 0
}
.team-card .th-social a:hover {
	color: var(--theme);
	background: var(--white)
}
.team-card:hover .team-img img {
	-webkit-transform: scale(1.05) translate(0, 0);
	-ms-transform: scale(1.05) translate(0, 0);
	transform: scale(1.05) translate(0, 0)
}
.team-card:hover .team-card-content {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.team-card:hover .team-card-content:after {
	display: none
}
.team-card.style2 .team-card-content, .team-card.style2 .th-social .line, .team-card.style3 .th-social .line {
	background: var(--title)
}
.checklist.style7 ul li span, .team-card.style2 .th-social a, .team-card.style3 .th-social a {
	color: var(--title)
}
.team-card.style3 .team-img {
	position: relative
}
.team-card.style3 .team-img:after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--title);
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.team-card.style3 .team-card-content {
	background: var(--title);
	bottom: 0;
	right: 0;
	border-bottom: 2px solid var(--theme)
}
.blog-card .blog-meta a:after, .blog-card .blog-meta span:after, .checklist.style7 ul li:before, .team-card.style3 .team-card-content:after {
	display: none
}
.team-card.style3:hover .team-img:after {
	opacity: .2
}
.team-card.style4 {
	border-radius: 16px
}
.team-img-box {
	display: inline-block
}
.team-img-box .team-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px
}
.team-img-box .team-content-wrap .img1, .team-img-box .team-content-wrap .team-card-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.team-img-box .team-content-wrap .team-card-content .team-social-wrap {
	background: var(--theme);
	padding: 73px 40px;
	position: relative;
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.team-img-box .team-content-wrap .team-card-content .team-social-wrap .box-title {
	color: var(--white);
	margin-bottom: 14px;
	margin-top: -.3em;
	width: 100%
}
.team-img-box .team-content-wrap .team-card-content .team-card-title {
	background: var(--title);
	margin-bottom: 0;
	padding: 38px 40px;
	color: var(--white);
	font-size: 2.5em;
	line-height: 1.2em;
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.team-img-box .team-content-wrap .img1 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.team-img-box .img2 {
	margin-top: 24px
}
.team-img-box .img2 img {
	width: 100%
}
.team-info-card {
	border: 1px solid var(--light-color);
	padding: 32px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: var(--white)
}
.team-info-card:not(:last-child) {
	margin-bottom: 40px
}
.team-info-card .card-title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px
}
.team-info-card .card-title-wrap .box-icon {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}
.team-info-card .box-text, .team-info-card .box-title, .team-info-card .card-title-wrap .box-icon .color-masking {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.team-info-card .box-title {
	font-size: 28px;
	margin-bottom: -.3em
}
.team-info-card .box-text {
	color: var(--title);
	margin-top: 15px
}
.team-info-card:hover {
	background: var(--title);
	border-color: var(--title)
}
.team-info-card:hover .box-icon .color-masking {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.team-info-card:hover .box-title {
	color: var(--white)
}
.team-info-card:hover .box-text {
	color: var(--light-color)
}
.feature-wrap1 {
	position: absolute;
	height: 200px;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1
}
.feature-wrap1 p {
	margin-bottom: 0;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: auto;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}
.feature-wrap1 .feature-item {
	display: inline-block;
	border-radius: 48px;
	padding: 13.5px 32px;
	line-height: 1;
	color: var(--title);
	background: var(--theme2)
}
.team-bg-img-5 {
	position: absolute;
	inset: 0 0 35%;
	z-index: -1;
	overflow: hidden
}
.about-card-img img, .team-bg-img-5 img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.team-slider5 .slider-pagination {
	height: 35px
}
.team-details-wrap {
	background: var(--smoke-color2);
	border-radius: 50px;
	padding: 60px
}
.about-card-img {
	position: relative;
	border-radius: 30px;
	height: 100%
}
.about-card-img img {
	border-radius: 30px
}
.about-card-img .th-social {
	text-align: center;
	margin-top: -20px
}
.about-card-img .th-social a {
	--icon-size: 40px;
	border-radius: 50%;
	background: var(--white);
	-webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .08);
	box-shadow: 0 10px 50px rgba(0, 0, 0, .08)
}
.about-card-img .th-social a:hover {
	background: var(--theme)
}
.about-card_title {
	margin-bottom: 8px
}
.about-card_desig {
	color: var(--theme);
	margin-bottom: 25px;
	margin-top: -.5em
}
.about-card_text {
	margin-bottom: 30px
}
.about-card-title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.team-details-about-info {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	border-top: 1px solid var(--th-border-color);
	border-bottom: 1px solid var(--th-border-color);
	margin-bottom: 40px
}
.team-details-about-info .about-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	--space-x: 60px;
	--space-y: 30px
}
.team-details-about-info .about-contact:not(:nth-child(3n)) {
	border-right: unset
}
.team-details-about-info .about-contact:not(:nth-last-child(-n + 2)) {
	padding-bottom: var(--space-y);
	padding-top: var(--space-y)
}
.team-details-about-info .about-contact:not(:nth-child(-n + 2)) {
	padding-top: var(--space-y);
	padding-bottom: var(--space-y);
	border-top: 2px solid var(--th-border-color)
}
.team-details-about-info .about-contact:nth-child(odd) {
	padding-right: var(--space-x)
}
.team-details-about-info .about-contact:nth-child(even) {
	padding-left: var(--space-x);
	border-left: 2px solid var(--th-border-color)
}
.team-details-about-info .about-contact:not(:nth-last-child(-n + 4)) {
	border-top: 0
}
.team-details-about-info .about-contact .icon {
	width: 50px;
	height: 50px;
	-webkit-box-shadow: 0 10px 50px 10px #e8e8e8;
	box-shadow: 0 10px 50px 10px #e8e8e8;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--theme);
	background: var(--white)
}
.team-details-about-info .about-contact .about-contact-title {
	min-width: 112px;
	margin-bottom: 0;
	color: var(--body)
}
.team-details-about-info .about-contact .about-contact-text {
	color: var(--title);
	margin-bottom: -.25em
}
.circle-progressbar {
	text-align: center
}
.circular-progress {
	position: relative;
	width: 190px;
	height: 190px;
	text-align: center;
	display: inline-block
}
.circular-progress .circle-bg {
	fill: none;
	stroke: var(--smoke-color2);
	stroke-width: 3
}
.circular-progress .circle {
	fill: none;
	stroke-width: 3;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	-webkit-transition: stroke-dashoffset 1s ease;
	-o-transition: stroke-dashoffset 1s ease;
	transition: stroke-dashoffset 1s ease;
	stroke-linecap: round;
	stroke: var(--theme)
}
.circular-progress .circle-progressbar-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2.25em;
	font-weight: 700;
	color: var(--title);
	width: 100%
}
.circular-progress .box-title {
	margin-bottom: -.3em;
	margin-top: 13px
}
.add-team-form {
	border: 1px solid var(--th-border-color);
	border-radius: 50px;
	padding: 60px
}
.team-author {
	border-radius: 16px
}
.team-author .box-img {
	background-color: transparent;
	border-radius: 16px 16px 0 0
}
.team-author .box-img img {
	width: 100%;
	border-radius: 16px 16px 0 0
}
.team-author .box-content {
	background: #d3224d;
	border-radius: 3px;
	padding: 25px 48px
}
.team-author .box-content .box-title {
	color: var(--white);
	font-size: 28px
}
.team-author .box-content .box-title a {
	color: inherit
}
.team-author .box-content .box-desig {
	color: var(--white)
}
.team-author .th-social a {
	--icon-size: 32px;
	border: 1px solid rgba(183, 194, 204, .5);
	border-radius: 50%;
	color: var(--th-border-color5)
}
.team-author .th-social a:hover {
	border-color: var(--theme)
}
.team-info-list {
	border: 1px solid #b7c2cc;
	padding: 48px
}
.team-info-list .info-box {
	display: block
}
.team-info-list .info-box:not(:last-child) {
	border-bottom: 1px solid #c6c9d4;
	padding-bottom: 24px;
	margin-bottom: 24px
}
.team-info-list .info-box .box-title {
	position: relative;
	margin-bottom: 10px;
	z-index: 2;
	padding-left: 10px
}
.team-info-list .info-box .box-title:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 2px;
	height: 13px;
	background-color: var(--theme)
}
.team-info-list .info-box .box-link {
	color: var(--th-border-color5)
}
.contact-info-area {
	position: relative;
	z-index: 3
}
.contact-info, .contact-info-wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.contact-info {
	background-color: #24272e;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 72px;
	gap: 72px;
	width: 100%
}
.contact-info-wrapp {
	background-color: var(--black-color2);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.about-card .checklist ul li {
	font-size: 1.5em;
	color: var(--title)
}
.team-counter {
	text-align: center;
	border: 1px solid #c6c9d4;
	border-radius: 8px;
	padding: 53px 10px
}
.team-counter-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin-top: 40px
}
.team-counter .box-title {
	font-size: 57px;
	margin-bottom: 0
}
.team-counter .box-text {
	font-size: 1.5em;
	color: var(--title)
}
.testi-area3 .slider-arrow {
	background: var(--white);
	border-color: var(--white);
	color: var(--title)
}
.testi-area3 .slider-arrow:hover {
	background: var(--theme);
	color: var(--white);
	border-color: var(--theme)
}
.testi-area3 .slider-arrow.slider-prev {
	left: var(--pos-x, 0px)
}
.testi-area33 .swiper-slide {
	display: flex
}
.testi-thumb1-1 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: calc(50% - 128px)
}
.testi-thumb1-1 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.testi-thumb1-1 .testi-grid-thumb1 {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	height: 450px
}
.testi-thumb1-1 .testi-grid-thumb1 .swiper-slide {
	text-align: center
}
.testi-thumb1-1 .testi-grid-thumb1 .swiper-slide.swiper-slide-thumb-active {
	position: relative;
	z-index: 1
}
.testi-thumb1-1 .testi-grid-thumb1 .swiper-slide.swiper-slide-thumb-active .box-img:after {
	opacity: 1;
	inset: -7px
}
.testi-thumb1-1 .testi-grid-thumb1 .box-img {
	border: 7px solid var(--white);
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-filter: blur(1.5px);
	filter: blur(1.5px)
}
.testi-thumb1-1 .testi-grid-thumb1 .box-img:after {
	content: "";
	position: absolute;
	inset: 0;
	border: 2px solid var(--theme);
	border-radius: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0
}
.testi-thumb1-1 .testi-grid-thumb1 .box-img img {
	width: 96px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.testi-slider1 {
	margin-right: -12%
}
.testi-card {
	position: relative;
	background-color: var(--white);
	padding: 25px;
	
}
.testi-card .box-wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.testi-card .quote-icon {
	width: 65px;
	height: 56px;
	background: url(../img/quote.svg) center center no-repeat
}
.testi-card .box-text {
	font-style: italic;
	color: var(--th-border-color5);
	line-height: 1.555em;
	margin: -.4em 0 15px
}
.testi-card-thumb {
	max-width: 78px
}
.testi-card-thumb, .testi-card-thumb img {
	border-radius: 15px
}
.testi-card .testi-card_review, .testi-card_profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.testi-card .testi-card_review {
	color: var(--theme2);
	gap: 8px
}
.testi-card .rating {
	color: #00274c;
	font-size: 1.125em
}
.testi-card_profile {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.testi-card .box-title {
	margin-bottom: -.3em;
	color: var(--title)
}
.testi-card .box-desig {
	margin-bottom: -.5em;
	display: block;
	margin-top: 7px
}
.testi-card2 {
	background-color: #081933;
	padding: 30px;
	
}
.testi-card2-img {
	float: left;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 300px;
	margin-right: 2em
}
.testi-card2-img img {
	width: 100%;
	height: 100%;
	min-height: 530px;
	-o-object-fit: cover;
	object-fit: cover;
	
}
.testi-card2 .box-quote {
	margin-bottom: 17px
}
.testi-card2 .box-quote img {
	width: 50px;
	opacity: .5
}
.testi-card2 .box-text {
	line-height: 1.3;
	color: #b7c2cc;
	margin-bottom: 10px
}
.testi-card2 .box-review {
	margin-bottom: 10px
}
.testi-card2 .box-review i, .testi-grid .box-review i {
	color: #ff9f43;
	margin-right: 8px
}
.testi-card2 .box-title {
	font-size: 1.4em;
	color: var(--theme2);
	margin-bottom: 0
}
.testi-card2 .box-desig {
	color: var(--white);
	display: block;
	margin-bottom: -.3rem
}
.testi-thumb {
	position: relative;
	overflow: hidden
}
.testi-thumb-slider {
	position: relative;
	margin-right: -280px;
	margin-left: -410px;
	z-index: 2
}
.testi-thumb-slider .swiper-slide-active .testi-card2-img, .testi-thumb1-1 .testi-grid-thumb1 .swiper-slide.swiper-slide-thumb-active .box-img {
	-webkit-filter: none;
	filter: none
}
.testi-grid {
	max-width: 807px;
	display: block;
	margin: auto;
	text-align: center
}
.testi-grid .quote {
	background-color: var(--white);
	color: var(--white);
	width: 55px;
	height: 33px;
	display: block;
	margin: auto auto 30px
}
.testi-grid .box-thumb {
	margin: 62px 0
}
.testi-grid .box-thumb img {
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8)
}
.testi-grid .box-text {
	font-size: 1.5em;
	color: #b7c2cc;
	margin-bottom: 45px
}
.testi-grid .box-review {
	margin-bottom: 10px
}
.testi-grid .box-title {
	font-size: 28px;
	color: var(--white);
	margin-bottom: 0
}
.testi-grid .box-desig {
	color: var(--white);
	display: block;
	margin-bottom: -.3rem
}
.testi-grid-dots .tab-btn {
	position: absolute;
	width: 80px;
	height: 80px;
	z-index: 2
}
.testi-grid-dots .tab-btn:nth-child(1) {
	position: absolute;
	bottom: 0;
	left: 0
}
.testi-grid-dots .tab-btn:nth-child(2) {
	position: absolute;
	bottom: 26%;
	left: 10%
}
.testi-grid-dots .tab-btn:nth-child(3) {
	position: absolute;
	bottom: 5%;
	right: 0
}
.testi-grid-dots .tab-btn:nth-child(4) {
	position: absolute;
	bottom: 35%;
	right: 15%
}
.testi-grid-dots .tab-btn img {
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.testi-bg-shape4-1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 664px;
	background-color: var(--title)
}
.testi-bg-shape4-2 {
	z-index: 1
}
.testi-slider4 {
	margin-left: 105px;
	margin-right: -130px
}
.testi-slider4 .swiper-slide {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.service-tabs .nav-item .nav-link.active .box-icon .color-masking, .testi-slider4 .swiper-slide.swiper-slide-active {
	-webkit-filter: none;
	filter: none
}
.testi-card3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	background: var(--gray-color2)
}
.testi-card3 .box-img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.testi-card3 .box-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.testi-card3 .box-content {
	padding: 60px;
	-webkit-box-flex: 1.2;
	-ms-flex: 1.2;
	flex: 1.2;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}
.testi-card3 .quote-icon {
	width: 65px;
	height: 56px;
	background: var(--title);
	margin-bottom: 42px;
	display: inline-block
}
.testi-card3 .box-text {
	font-size: 28px;
	color: var(--title);
	line-height: 1.5em;
	margin-bottom: 47px
}
.testi-card3 .testi-card_review {
	color: var(--title);
	margin-bottom: 20px;
	display: block;
	font-size: 1.5em;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 10px
}
.testi-card3 .testi-card_review i {
	color: var(--yellow-color)
}
.testi-card3 .box-title {
	font-size: 28px;
	margin-bottom: 0;
	color: var(--title)
}
.testi-card3 .box-desig {
	margin-bottom: -.5em;
	color: var(--body)
}
.counter-area1 {
	background: var(--title);
	padding: 80px 0
}
.counter-card, .counter-wrap1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.counter-card {
	gap: 32px
}
.counter-card .box-number {
	color: var(--white);
	font-weight: 700;
	font-size: 57px;
	line-height: 1.2;
	margin-top: -.22em;
	margin-bottom: 0
}
.counter-card .box-text {
	color: var(--white);
	max-width: 210px;
	font-size: 1.5em;
	display: inline-block
}
.counter-wrap1 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.counter-wrap1 .divider {
	width: 1px;
	height: 115px;
	background: var(--body)
}
.counter-wrap1 .divider:last-of-type {
	display: none
}
.counter-wrap1 .media-body {
	gap: 32px
}
.blog-card {
	overflow: hidden;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: var(--white);
	
}
.blog-card.style2 {
	background-color: #eef1f4;
	border: 0
}
.blog-card.style2 .blog-date {
	background-color: var(--theme);
	border: 1px solid var(--white)
}
.blog-card.style2 .th-btn {
	padding: 9px 18px
}
.blog-card .blog-date {
	position: absolute;
	top: 32px;
	left: 32px;
	background: var(--theme)
}
.blog-card .blog-date-title {
	font-size: 2em;
	line-height: 1.5;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 0;
	color: var(--white)
}
.blog-card .blog-date-text {
	font-size: .75;
	color: var(--title);
	background-color: var(--white);
	margin-bottom: 0
}
.blog-card .blog-content {
	padding: 15px;
}
.blog-card .blog-meta {
	gap: 5px 0;
	margin-bottom: 16px
}
.blog-card .blog-meta .author-icon, .blog-card .blog-meta .comment-icon {
	width: 24px;
	height: 24px;
	text-align: center;
	background: #eef1f4;
	border-radius: 48px
}
.blog-card .blog-meta .author-icon i, .blog-card .blog-meta .comment-icon i {
	font-size: .75;
	margin: 0
}
.blog-card .blog-meta a, .blog-card .blog-meta span {
	margin-right: 24px
}
.blog-card .blog-meta a:last-child, .blog-card .blog-meta span:last-child {
	margin-right: 8px
}
.blog-card .blog-meta a:hover, .blog-card .blog-meta span:hover, .blog-grid .blog-meta i {
	color: var(--theme)
}
.blog-card .box-text {
	margin-bottom: 0;
	display: none
}
.blog-card .btn-wrap {
	margin-top: 15px;
	display: none
}
.blog-card .th-btn:before {
	background-color: var(--theme)
}
.blog-card:hover .blog-img a .blog-img-box img:nth-child(1) {
	-webkit-transform: translatex(0) scalex(1);
	-ms-transform: translatex(0) scalex(1);
	transform: translatex(0) scalex(1);
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0)
}
.blog-card:hover .blog-img a .blog-img-box img:nth-child(2) {
	-webkit-transform: translatex(-50%) scalex(2);
	-ms-transform: translatex(-50%) scalex(2);
	transform: translatex(-50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}
.blog-card:hover .blog-img .icon-btn {
	opacity: 1
}
.blog-card:hover .blog-img:after {
	opacity: .8
}
.blog-card:hover .th-btn {
	border-color: var(--theme)
}
.blog-img {
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.blog-img a .blog-img-box {
	width: 100%;
	height: 270px
}
.blog-img a .blog-img-box img {
	width: 100%;
	height: auto;
	background-size: cover;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 0;
	left: 0
}
.blog-img a .blog-img-box img:nth-child(1) {
	-webkit-transform: translatex(50%) scalex(2);
	-ms-transform: translatex(50%) scalex(2);
	transform: translatex(50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}
.blog-img2 .blog-img-box2 {
	overflow: hidden
}
.blog-img2 .blog-img-box2 img {
	-webkit-transition: .9s;
	-o-transition: .9s;
	transition: .9s
}
.blog-card2:hover .blog-img2 .blog-img-box2 img {
	-webkit-transform: scale(1.2) rotate(-2deg);
	-ms-transform: scale(1.2) rotate(-2deg);
	transform: scale(1.2) rotate(-2deg)
}
.blog-card2 .blog-date {
	padding: 10px;
	bottom: 0;
	left: 0;
	background-color: var(--theme2);
	top: unset;
	display: flex;
	align-items: center;
	border-radius: 10px 0 10px 0
}
.blog-card2 .blog-date .blog-date-title {
	background-color: unset;
	line-height: 28px;
	margin-right: 10px
}
.blog-card2 .blog-date .blog-date-text {
	background-color: unset;
	color: var(--white);
	font-size: .9em
}
.blog-card2 .blog-meta a {
	line-height: 28px
}
.blog-card2 .blog-meta a:last-child {
	top: 1px
}
.blog-card2 .blog-meta a:last-child span {
	margin-right: 6px!important;
	background: 0 0
}
.blog-card2 .blog-meta a .author-icon {
	top: 7px;
	margin-right: 6px!important;
	background: 0 0
}
.blog-card2 .blog-meta a .author-icon img {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.blog-card2 .blog-meta a span {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid var(--th-border-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-right: 6px!important
}
.blog-card2 .blog-meta a span i {
	margin-right: 0;
	font-size: 11.5px
}
.blog-grid {
	position: relative;
	background-color: #eef1f4;
	z-index: 2
}
.blog-grid.style2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0
}
.blog-grid.style2 .blog-img {
	min-width: 312px;
	height: 100%;
	margin-bottom: 0
}
.blog-grid.style2 .blog-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.blog-grid.style2 .box-content {
	padding: 37px 26px 37px 37px
}
.blog-card .box-title {
	color: var(--theme);
	margin: 0
}
.blog-grid.style2 .box-text {
	margin-bottom: 27px
}
.blog-grid.style2 .blog-date {
	left: -24px;
	bottom: 24px
}
.blog-grid .blog-date {
	position: absolute;
	bottom: -24px;
	left: 24px;
	background: var(--theme);
	padding: 15px 7px;
	text-align: center;
	border: 2px solid var(--white)
}
.blog-grid .blog-date .blog-date-text {
	color: var(--white);
	background-color: unset;
	font-size: .9em;
	margin-bottom: 0
}
.blog-grid .blog-date .blog-date-title {
	font-size: 1.5em;
	line-height: 24px;
	color: var(--white);
	display: block;
	margin-top: -.5rem;
	margin-bottom: 0
}
.blog-grid .blog-img {
	position: relative;
	overflow: visible
}
.blog-grid .blog-img img {
	width: 100%
}
.blog-grid .blog-meta {
	margin-bottom: 15px
}
.blog-grid .blog-meta img {
	margin-right: 8px
}
.blog-grid .box-title {
	margin-bottom: 42px
}
.blog-grid .th-btn {
	padding: 9px 25px
}
.blog-grid .box-content {
	padding: 56px 26px 51px 32px
}
.brand-wrap1 .brand-wrap-title {
	font-size: 1.5em;
	margin-top: -.25em;
	margin-bottom: 40px
}
.brand-wrap1 .brand-wrap-title span {
	font-size: 30px
}
.blog-card2 .blog-meta a span, .brand-box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.brand-box {
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	min-height: 32px
}
.brand-box img {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.brand-box:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.brand-wrap3 {
	position: relative;
	z-index: 1;
	padding: 23px 0
}
.brand-wrap3:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: var(--theme2);
	width: calc(50% - 150px);
	z-index: -1;
	-webkit-clip-path: polygon(0 0, 100%0, 100% 100%, 50px 100%);
	clip-path: polygon(0 0, 100%0, 100% 100%, 50px 100%)
}
.brand-wrap3 .counter-wrap3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	padding-left: 140px
}
.brand-wrap3 .counter-wrap3 .counter-number {
	color: var(--white);
	font-size: 56px;
	font-weight: 700;
	margin-bottom: 0
}
.brand-wrap3 .counter-wrap3 .counter-rating {
	color: var(--yellow-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px
}
.brand-wrap3 .counter-wrap3 .counter-text {
	color: var(--white);
	margin-bottom: -.3em;
	margin-top: 10px
}
.checklist ul {
	padding-left: 0;
	list-style: none;
	text-align: left;
	margin-bottom: 2em;
}
.checklist li {
	padding-left: 30px;
	gap: 10px;
	line-height: normal;
	position: relative
}
.checklist li:before {
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_651_4102)'%3E%3Cpath d='M23.3137 3.2813C22.9607 2.92762 22.3878 2.92701 22.0348 3.2798L11.1835 14.1024L7.26844 9.85022C6.93014 9.483 6.35817 9.45919 5.99034 9.79744C5.6228 10.1357 5.59927 10.708 5.93756 11.0755L10.4903 16.02C10.6571 16.2012 10.8904 16.3064 11.1365 16.3115C11.1431 16.3118 11.1495 16.3118 11.1558 16.3118C11.3949 16.3118 11.6249 16.2168 11.7944 16.048L23.312 4.56056C23.6659 4.20783 23.6665 3.63497 23.3137 3.2813Z' fill='%23D3224D'/%3E%3Cpath d='M23.0955 11.0955C22.5959 11.0955 22.191 11.5004 22.191 12C22.191 17.6195 17.6195 22.191 12 22.191C6.38081 22.191 1.80905 17.6195 1.80905 12C1.80905 6.38081 6.38081 1.80905 12 1.80905C12.4996 1.80905 12.9045 1.40414 12.9045 0.904547C12.9045 0.404906 12.4996 0 12 0C5.38312 0 0 5.38312 0 12C0 18.6166 5.38312 24 12 24C18.6166 24 24 18.6166 24 12C24 11.5004 23.5951 11.0955 23.0955 11.0955Z' fill='%23D3224D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_651_4102'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	position: absolute;
	left: 0;
	top: 2px;
	width: 24px;
	height: 24px
}
.checklist li > i {
	color: var(--theme);
	position: relative;
	top: 2px
}
.checklist li:not(:last-child) {
	margin-bottom: 14px
}
.checklist.style2 li {
	font-size: 1.5em;
	color: var(--title);
	padding-left: 37px
}
.checklist.style2 li:before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_799_6989)'%3E%3Cpath d='M23.3145 3.2813C22.9614 2.92762 22.3886 2.92701 22.0355 3.2798L11.1843 14.1024L7.26917 9.85022C6.93087 9.483 6.3589 9.45919 5.99107 9.79744C5.62353 10.1357 5.6 10.708 5.93829 11.0755L10.4911 16.02C10.6578 16.2012 10.8912 16.3064 11.1372 16.3115C11.1438 16.3118 11.1502 16.3118 11.1565 16.3118C11.3956 16.3118 11.6256 16.2168 11.7951 16.048L23.3127 4.56056C23.6667 4.20783 23.6673 3.63497 23.3145 3.2813Z' fill='%23070E20'/%3E%3Cpath d='M23.0955 11.0955C22.5959 11.0955 22.191 11.5004 22.191 12C22.191 17.6195 17.6195 22.191 12 22.191C6.38081 22.191 1.80905 17.6195 1.80905 12C1.80905 6.38081 6.38081 1.80905 12 1.80905C12.4996 1.80905 12.9045 1.40414 12.9045 0.904547C12.9045 0.404906 12.4996 0 12 0C5.38312 0 0 5.38312 0 12C0 18.6166 5.38312 24 12 24C18.6166 24 24 18.6166 24 12C24 11.5004 23.5951 11.0955 23.0955 11.0955Z' fill='%23070E20'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_799_6989'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	width: 24px
}
.checklist.style2 li:not(:last-child), .checklist.style3 li:not(:last-child) {
	margin-bottom: 18px
}
.checklist.style3 li {
	color: var(--title);
	padding-left: 37px
}
.checklist.style3 li:before {
	-webkit-clip-path: path("M8.55186 18.5479C11.0008 14.7831 20.008 5.09279 27.4776 0.0585812C27.7949 -0.155222 28.1531 0.264464 27.8901 0.542246C20.7938 8.03629 13.2087 16.513 8.85249 23.8428C8.73114 24.047 8.43819 24.0541 8.31139 23.8533C6.11928 20.381 4.2392 15.3898 0.209389 13.8603C-0.089979 13.7467 -0.0612074 13.3235 0.250089 13.2485C4.1119 12.318 5.92146 15.6208 8.55186 18.5475V18.5479Z");
	clip-path: path("M8.55186 18.5479C11.0008 14.7831 20.008 5.09279 27.4776 0.0585812C27.7949 -0.155222 28.1531 0.264464 27.8901 0.542246C20.7938 8.03629 13.2087 16.513 8.85249 23.8428C8.73114 24.047 8.43819 24.0541 8.31139 23.8533C6.11928 20.381 4.2392 15.3898 0.209389 13.8603C-0.089979 13.7467 -0.0612074 13.3235 0.250089 13.2485C4.1119 12.318 5.92146 15.6208 8.55186 18.5475V18.5479Z");
	width: 27px;
	background: var(--title)
}
.checklist.style4 li {
	padding-left: 20px;
	line-height: inherit
}
.checklist.style4 li:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--body);
	-webkit-clip-path: none;
	clip-path: none;
	top: 12px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.accordion-card.style3 .accordion-body .list li:not(:last-child), .checklist.style4 li:not(:last-child), .program-item .box-subject ul li:not(:last-child) {
	margin-bottom: 10px
}
.checklist.style6 li {
	color: var(--body)
}
.checklist.style6 li:before {
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_795_6981)'%3E%3Cpath d='M19.4284 2.73506C19.1342 2.44034 18.6568 2.43983 18.3626 2.73381L9.31989 11.7526L6.05731 8.20917C5.7754 7.90315 5.29876 7.88331 4.99224 8.16518C4.68595 8.44709 4.66634 8.92397 4.94825 9.23026L8.74224 13.3506C8.88118 13.5016 9.07563 13.5893 9.28067 13.5936C9.28618 13.5938 9.29149 13.5938 9.29677 13.5938C9.49603 13.5938 9.68771 13.5147 9.82892 13.374L19.4269 3.80112C19.7219 3.50717 19.7224 3.02979 19.4284 2.73506Z' fill='%23506172'/%3E%3Cpath d='M19.2462 9.24621C18.8299 9.24621 18.4925 9.58363 18.4925 10C18.4925 14.6829 14.6829 18.4925 10 18.4925C5.31734 18.4925 1.50754 14.6829 1.50754 10C1.50754 5.31734 5.31734 1.50754 10 1.50754C10.4163 1.50754 10.7538 1.17012 10.7538 0.753789C10.7538 0.337422 10.4163 0 10 0C4.48594 0 0 4.48594 0 10C0 15.5138 4.48594 20 10 20C15.5138 20 20 15.5138 20 10C20 9.58367 19.6626 9.24621 19.2462 9.24621Z' fill='%23506172'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_795_6981'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
}
.checklist.style7 ul li {
	padding: 0;
	color: var(--body)
}
.checklist.style-line li {
	position: relative;
	gap: 15px
}
.checklist.style-line li::before {
	content: "";
	position: relative;
	height: 1px;
	width: 30px;
	background: var(--theme)
}
.checklist.style-white li {
	color: var(--white)
}
.checklist.list-two-column ul {
	display: inline-grid;
	gap: 16px 40px;
	grid-template-columns: repeat(3, 1fr)
}
.checklist.list-two-column ul li {
	margin-bottom: 0!important
}
.mega-hover {
	position: relative;
	overflow: hidden;
	z-index: 2
}
.mega-hover:after, .mega-hover:before {
	content: "";
	position: absolute;
	pointer-events: none;
	opacity: 1;
	z-index: -1
}
.mega-hover:before {
	top: 0;
	right: 51%;
	bottom: 0;
	left: 50%;
	background: rgba(255, 255, 255, .2)
}
.mega-hover:after {
	top: 50%;
	right: 0;
	bottom: 50%;
	left: 0;
	background: rgba(255, 255, 255, .3)
}
.mega-hover:hover:after, .mega-hover:hover:before {
	opacity: 0;
	-webkit-transition: all 900ms linear;
	-o-transition: all 900ms linear;
	transition: all 900ms linear
}
.mega-hover:hover:before {
	left: 0;
	right: 0
}
.mega-hover:hover:after {
	top: 0;
	bottom: 0
}
.bg-img {
	position: absolute;
	inset: 0
}
.bg-img, .bg-img img {
	width: 100%;
	height: 100%
}
.th-video {
	position: relative
}
.th-video img {
	border-radius: inherit
}
.th-video .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.rounded-10, .th-video {
	border-radius: 10px
}
.rounded-20 {
	border-radius: 20px
}
.btn-wrap, .why-wrap3 .checklist ul li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.btn-wrap, .filter-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 30px
}
.btn-wrap.style2 {
	gap: 20px 40px
}
.filter-menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
	text-align: center;
	margin-bottom: 60px
}
.filter-menu .th-btn {
	border-radius: 5px;
	padding: 15px 30px;
	background-color: transparent;
	border: 1px solid var(--th-border-color);
	min-width: auto
}
.filter-menu .th-btn:before, .popup-login-register ul li .nav-menu.active:before {
	background-color: var(--theme)
}
.filter-menu .th-btn.active, .filter-menu .th-btn:hover {
	border-color: var(--theme);
	color: var(--white)
}
.filter-menu .th-btn.active:before, .filter-menu .th-btn:hover:before {
	border-radius: 3px
}
.discount-wrapp {
	position: relative;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	z-index: 2
}
.discount-wrapp .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.discount-wrapp .logo {
	top: 50%;
	left: 50%;
	width: 94px;
	height: 94px;
	line-height: 94px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: var(--title);
	border-radius: 50%;
	text-align: center
}
.discount-wrapp .logo:hover > i, .video-box1 .video-wrapp .play-btn > i, .video-box2 .video-wrapp .play-btn > i {
	background-color: var(--theme);
	color: var(--white)
}
.discount-wrapp .discount, .discount-wrapp .logo, .video-box1 .video-wrapp, .video-box2 .video-wrapp {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.discount-tag, .discount-wrapp .discount {
	z-index: 1;
	text-align: center;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}
.discount-wrapp .discount {
	left: 20%;
	top: 35%;
	font-size: 2.25em;
	line-height: 46px;
	color: var(--theme);
	margin-top: -5px;
	margin-bottom: 0
}
.discount-tag {
	display: inline-block;
	min-height: 160px;
	min-width: 160px;
	border-radius: 50%;
	color: var(--title);
	font-size: .9em;
	animation: spin 10s infinite alternate-reverse
}
.discount-tag span {
	--rotate-letter: 9deg;
	min-height: 80px;
	position: absolute;
	min-width: 64px;
	left: 24px;
	top: -2px;
	text-transform: uppercase;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: rotate(var(--rotate-letter));
	-ms-transform: rotate(var(--rotate-letter));
	transform: rotate(var(--rotate-letter))
}
.discount-tag span.char2 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*2));
	-ms-transform: rotate(calc(var(--rotate-letter)*2));
	transform: rotate(calc(var(--rotate-letter)*2))
}
.discount-tag span.char3 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*3));
	-ms-transform: rotate(calc(var(--rotate-letter)*3));
	transform: rotate(calc(var(--rotate-letter)*3))
}
.discount-tag span.char4 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*4));
	-ms-transform: rotate(calc(var(--rotate-letter)*4));
	transform: rotate(calc(var(--rotate-letter)*4))
}
.discount-tag span.char5 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*5));
	-ms-transform: rotate(calc(var(--rotate-letter)*5));
	transform: rotate(calc(var(--rotate-letter)*5))
}
.discount-tag span.char6 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*6));
	-ms-transform: rotate(calc(var(--rotate-letter)*6));
	transform: rotate(calc(var(--rotate-letter)*6))
}
.discount-tag span.char7 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*7));
	-ms-transform: rotate(calc(var(--rotate-letter)*7));
	transform: rotate(calc(var(--rotate-letter)*7))
}
.discount-tag span.char8 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*8));
	-ms-transform: rotate(calc(var(--rotate-letter)*8));
	transform: rotate(calc(var(--rotate-letter)*8))
}
.discount-tag span.char9 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*9));
	-ms-transform: rotate(calc(var(--rotate-letter)*9));
	transform: rotate(calc(var(--rotate-letter)*9))
}
.discount-tag span.char10 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*10));
	-ms-transform: rotate(calc(var(--rotate-letter)*10));
	transform: rotate(calc(var(--rotate-letter)*10))
}
.discount-tag span.char11 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*11));
	-ms-transform: rotate(calc(var(--rotate-letter)*11));
	transform: rotate(calc(var(--rotate-letter)*11))
}
.discount-tag span.char12 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*12));
	-ms-transform: rotate(calc(var(--rotate-letter)*12));
	transform: rotate(calc(var(--rotate-letter)*12))
}
.discount-tag span.char13 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*13));
	-ms-transform: rotate(calc(var(--rotate-letter)*13));
	transform: rotate(calc(var(--rotate-letter)*13))
}
.discount-tag span.char14 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*14));
	-ms-transform: rotate(calc(var(--rotate-letter)*14));
	transform: rotate(calc(var(--rotate-letter)*14))
}
.discount-tag span.char15 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*15));
	-ms-transform: rotate(calc(var(--rotate-letter)*15));
	transform: rotate(calc(var(--rotate-letter)*15))
}
.discount-tag span.char16 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*16));
	-ms-transform: rotate(calc(var(--rotate-letter)*16));
	transform: rotate(calc(var(--rotate-letter)*16))
}
.discount-tag span.char17 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*17));
	-ms-transform: rotate(calc(var(--rotate-letter)*17));
	transform: rotate(calc(var(--rotate-letter)*17))
}
.discount-tag span.char18 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*18));
	-ms-transform: rotate(calc(var(--rotate-letter)*18));
	transform: rotate(calc(var(--rotate-letter)*18))
}
.discount-tag span.char19 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*19));
	-ms-transform: rotate(calc(var(--rotate-letter)*19));
	transform: rotate(calc(var(--rotate-letter)*19))
}
.discount-tag span.char20 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*20));
	-ms-transform: rotate(calc(var(--rotate-letter)*20));
	transform: rotate(calc(var(--rotate-letter)*20))
}
.discount-tag span.char21 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*21));
	-ms-transform: rotate(calc(var(--rotate-letter)*21));
	transform: rotate(calc(var(--rotate-letter)*21))
}
.discount-tag span.char22 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*22));
	-ms-transform: rotate(calc(var(--rotate-letter)*22));
	transform: rotate(calc(var(--rotate-letter)*22))
}
.discount-tag span.char23 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*23));
	-ms-transform: rotate(calc(var(--rotate-letter)*23));
	transform: rotate(calc(var(--rotate-letter)*23))
}
.discount-tag span.char24 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*24));
	-ms-transform: rotate(calc(var(--rotate-letter)*24));
	transform: rotate(calc(var(--rotate-letter)*24))
}
.discount-tag span.char25 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*25));
	-ms-transform: rotate(calc(var(--rotate-letter)*25));
	transform: rotate(calc(var(--rotate-letter)*25))
}
.discount-tag span.char26 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*26));
	-ms-transform: rotate(calc(var(--rotate-letter)*26));
	transform: rotate(calc(var(--rotate-letter)*26))
}
.discount-tag span.char27 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*27));
	-ms-transform: rotate(calc(var(--rotate-letter)*27));
	transform: rotate(calc(var(--rotate-letter)*27))
}
.discount-tag span.char28 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*28));
	-ms-transform: rotate(calc(var(--rotate-letter)*28));
	transform: rotate(calc(var(--rotate-letter)*28))
}
.discount-tag span.char29 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*29));
	-ms-transform: rotate(calc(var(--rotate-letter)*29));
	transform: rotate(calc(var(--rotate-letter)*29))
}
.discount-tag span.char30 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*30));
	-ms-transform: rotate(calc(var(--rotate-letter)*30));
	transform: rotate(calc(var(--rotate-letter)*30))
}
.discount-tag span.char31 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*31));
	-ms-transform: rotate(calc(var(--rotate-letter)*31));
	transform: rotate(calc(var(--rotate-letter)*31))
}
.discount-tag span.char32 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*32));
	-ms-transform: rotate(calc(var(--rotate-letter)*32));
	transform: rotate(calc(var(--rotate-letter)*32))
}
.discount-tag span.char33 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*33));
	-ms-transform: rotate(calc(var(--rotate-letter)*33));
	transform: rotate(calc(var(--rotate-letter)*33))
}
.discount-tag span.char34 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*34));
	-ms-transform: rotate(calc(var(--rotate-letter)*34));
	transform: rotate(calc(var(--rotate-letter)*34))
}
.discount-tag span.char35 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*35));
	-ms-transform: rotate(calc(var(--rotate-letter)*35));
	transform: rotate(calc(var(--rotate-letter)*35))
}
.discount-tag span.char36 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*36));
	-ms-transform: rotate(calc(var(--rotate-letter)*36));
	transform: rotate(calc(var(--rotate-letter)*36))
}
.discount-tag span.char37 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*37));
	-ms-transform: rotate(calc(var(--rotate-letter)*37));
	transform: rotate(calc(var(--rotate-letter)*37))
}
.discount-tag span.char38 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*38));
	-ms-transform: rotate(calc(var(--rotate-letter)*38));
	transform: rotate(calc(var(--rotate-letter)*38))
}
.discount-tag span.char39 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*39));
	-ms-transform: rotate(calc(var(--rotate-letter)*39));
	transform: rotate(calc(var(--rotate-letter)*39))
}
.discount-tag span.char40 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*40));
	-ms-transform: rotate(calc(var(--rotate-letter)*40));
	transform: rotate(calc(var(--rotate-letter)*40))
}
.discount-tag span.char41 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*41));
	-ms-transform: rotate(calc(var(--rotate-letter)*41));
	transform: rotate(calc(var(--rotate-letter)*41))
}
.discount-tag span.char42 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*42));
	-ms-transform: rotate(calc(var(--rotate-letter)*42));
	transform: rotate(calc(var(--rotate-letter)*42))
}
.discount-tag span.char43 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*43));
	-ms-transform: rotate(calc(var(--rotate-letter)*43));
	transform: rotate(calc(var(--rotate-letter)*43))
}
.discount-tag span.char44 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*44));
	-ms-transform: rotate(calc(var(--rotate-letter)*44));
	transform: rotate(calc(var(--rotate-letter)*44))
}
.discount-tag span.char45 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*45));
	-ms-transform: rotate(calc(var(--rotate-letter)*45));
	transform: rotate(calc(var(--rotate-letter)*45))
}
.discount-tag span.char46 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*46));
	-ms-transform: rotate(calc(var(--rotate-letter)*46));
	transform: rotate(calc(var(--rotate-letter)*46))
}
.discount-tag span.char47 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*47));
	-ms-transform: rotate(calc(var(--rotate-letter)*47));
	transform: rotate(calc(var(--rotate-letter)*47))
}
.discount-tag span.char48 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*48));
	-ms-transform: rotate(calc(var(--rotate-letter)*48));
	transform: rotate(calc(var(--rotate-letter)*48))
}
.discount-tag span.char49 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*49));
	-ms-transform: rotate(calc(var(--rotate-letter)*49));
	transform: rotate(calc(var(--rotate-letter)*49))
}
.discount-tag span.char50 {
	-webkit-transform: rotate(calc(var(--rotate-letter)*50));
	-ms-transform: rotate(calc(var(--rotate-letter)*50));
	transform: rotate(calc(var(--rotate-letter)*50))
}
.video-box1, .video-box2 {
	position: relative;
	z-index: 3
}
.video-box1 {
	min-height: 721px;
	background-attachment: fixed
}
.video-box1:before, .video-box2:before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 6, 14, .2)), to(rgba(3, 6, 14, .2)));
	background: -o-linear-gradient(bottom, rgba(3, 6, 14, .2), rgba(3, 6, 14, .2));
	background: linear-gradient(0deg, rgba(3, 6, 14, .2), rgba(3, 6, 14, .2));
	z-index: -1
}
.video-box1 .video-wrapp, .video-box2 .video-wrapp {
	top: 50%;
	left: 50%
}
.video-box1 .video-wrapp .play-btn:after, .video-box1 .video-wrapp .play-btn:before, .video-box2 .video-wrapp .play-btn:after, .video-box2 .video-wrapp .play-btn:before, .why-wrap3 .checklist ul li::before {
	display: none
}
.video-box1 .video-wrapp .discount-tag {
	color: var(--white)
}
.video-box2 {
	min-height: 605px
}
.video-box2 .video-wrapp {
	top: -10px
}
.video-box2 .video-wrapp .discount-tag, .why-title a {
	color: var(--title)
}
.why-card .th-btn {
	padding: 10px 20px
}
.why-bg {
	background-color: #fff6f8
}
.why-video {
	position: absolute;
	max-width: 724px;
	height: 100%;
	top: 0;
	right: 0
}
.why-number {
	font-size: 57px;
	line-height: 72px;
	color: var(--theme);
	top: -12px
}
.why-title {
	font-size: 1.5em;
	line-height: 1.5;
	color: var(--title)
}
.why-content .box-text-wrap {
	max-width: 377px
}
.why-content .box-text {
	letter-spacing: 0;
	margin-top: -.1em;
	margin-bottom: -.5em
}
.why-content .box-title {
	margin-bottom: 10px
}
.why-area-3 {
	background-color: var(--gray-color)
}
.why-area-3 .why-shape-1 {
	z-index: 1;
	top: 20%;
	left: 41%
}
.why-area-3 .sec-text {
	max-width: 608px
}
.why-video3 {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0
}
.why-wrap3 .title-wrap {
	max-width: 382px;
	margin-bottom: -.1em
}
.why-wrap3 .checklist {
	width: 100%;
	margin-top: -5px
}
.why-wrap3 .checklist ul li {
	color: var(--black-color8);
	letter-spacing: .36px;
	line-height: 32px;
	padding-left: 0;
	gap: 16px
}
.why-wrap3 .checklist ul li img {
	width: 20px;
	height: 20px
}
.resources-sec {
	background-color: #eef1f4
}
.faculty-card, .faculty-search-wrap {
	position: relative
}
.faculty-search-wrap input {
	background-color: transparent;
	border: 1px solid #b7c2cc;
	border-radius: 0;
	color: var(--th-border-color5);
	height: 66px
}
.faculty-search-wrap button {
	position: absolute;
	right: 0;
	height: 64px;
	border: 0;
	width: 64px;
	background-color: transparent;
	-webkit-transform: .4s;
	-ms-transform: .4s;
	transform: .4s
}
.faculty-card .box-content, .faculty-card .box-img {
	position: relative;
	z-index: 2
}
.faculty-card .box-img:before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(11, 11, 12, .3)), to(rgba(11, 11, 12, .3)));
	background: -o-linear-gradient(bottom, rgba(11, 11, 12, .3), rgba(11, 11, 12, .3));
	background: linear-gradient(0deg, rgba(11, 11, 12, .3), rgba(11, 11, 12, .3));
	z-index: 1
}
.faculty-card .box-content {
	background-color: var(--white);
	-webkit-box-shadow: 0 10px 50px rgba(135, 143, 151, .2);
	box-shadow: 0 10px 50px rgba(135, 143, 151, .2);
	width: calc(100% - 80px);
	margin: -75px auto 0;
	padding: 48px 60px;
	text-align: center
}
.faculty-card .box-title {
	position: relative;
	font-size: 1.5em;
	color: #070e20;
	line-height: 1.4;
	display: block;
	padding-bottom: 18px;
	margin-bottom: 32px
}
.faculty-card .box-title:after {
	position: absolute;
	width: 58px;
	height: 2px;
	bottom: 0;
	left: 50%;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--theme);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.faculty-card .th-btn:before {
	background: var(--theme)
}
.faculty-card .th-btn:hover {
	border-color: var(--theme)
}
.faculty-item:not(:last-child) {
	border-bottom: 1px solid #d3dbe2;
	margin-bottom: 40px;
	padding-bottom: 40px
}
.faculty-item .faculty-wrapp {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.faculty-item .faculty-wrapp, .faculty-item .faculty-wrapp .box-wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px
}
.faculty-item .faculty-wrapp .box-img {
	min-width: 260px
}
.faculty-item .faculty-wrapp .box-title {
	margin-bottom: 8px
}
.faculty-item .faculty-wrapp .box-text {
	max-width: 650px
}
.faculty-item .faculty-wrapp .box-meta {
	min-width: 394px;
	text-align: left
}
.faculty-item .faculty-wrapp .box-meta a {
	display: block
}
.faculty-card .faculty-image, .faculty-list {
	margin-bottom: 30px
}
.faculty-card .box-text {
	margin-bottom: 0
}
.faculty-card .h5 {
	font-size: 24px
}
.faculty-card .th-btn {
	padding: 11px 25px
}
.faculty-list .box-title {
	margin-bottom: 5px
}
.faculty-area {
	background-color: #fff6f8
}
.research-card {
	background-color: #eef1f4
}
.research-card .box-content {
	padding: 48px 30px 48px 48px
}
.research-card .box-text {
	margin-bottom: 35px
}
.mfp-wrap {
	-webkit-transform: translateY(-65px);
	-ms-transform: translateY(-65px);
	transform: translateY(-65px);
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out
}
.mfp-wrap.mfp-ready {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.popup-login-register {
	position: relative;
	max-width: 606px;
	display: block;
	margin: auto;
	background: var(--white);
	border-radius: 16px;
	padding: 40px
}
.popup-login-register ul {
	gap: 30px;
	border-bottom: 3px solid var(--th-border-color);
	margin-bottom: 28px
}
.popup-login-register ul li .nav-menu {
	position: relative;
	background: 0 0;
	border: 0;
	padding: 0 0 20px
}
.popup-login-register ul li .nav-menu:before {
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0
}
.popup-login-register ul li .nav-menu.active {
	color: var(--black-color2)
}
.popup-login-register .box-title {
	font-size: 28px;
	font-weight: 700
}
.faq-area-1 {
	background-color: var(--smoke-color)
}
.faq-area-1 .ripple-1, .faq-area-1 .ripple-2, .faq-area-1 .ripple-3, .faq-area-1 .ripple-4, .faq-area-1 .ripple-5 {
	width: 526px;
	height: 526px;
	position: absolute;
	left: -150px;
	text-align: center;
	bottom: -50px;
	margin: auto;
	background-color: transparent;
	border: 1px solid rgba(87, 88, 95, .5);
	border-radius: 50%;
	-webkit-animation: ripple2 10s linear infinite;
	animation: ripple2 10s linear infinite;
	opacity: 0
}
.faq-area-1 .ripple-1 {
	-webkit-animation-delay: 0;
	animation-delay: 0
}
.faq-area-1 .ripple-2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
.faq-area-1 .ripple-3 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}
.faq-area-1 .ripple-4 {
	-webkit-animation-delay: 6s;
	animation-delay: 6s
}
.faq-area-1 .ripple-5 {
	-webkit-animation-delay: 8s;
	animation-delay: 8s
}
.accordion-card {
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	border-radius: 0;
	overflow: hidden;
	background-color: var(--title);
	border: 1px solid var(--th-border-color);
	text-align: left;
	position: relative;
	z-index: 3;
	
}
.accordion-card:not(:last-child) {
	margin-bottom: 16px;
}
.accordion-card:has(.accordion-button.collapsed) {
	background-color: transparent;
	border: 1px solid var(--th-border-color)
}
.accordion-card .accordion-button {
	font-weight: 700;
	border: 0;
	color: var(--title);
	background-color: transparent;
	border-radius: 0;
	padding: 10px 20px;
	gap: 0;
	margin-bottom: 0;
	text-align: left;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative
}
.accordion-card .accordion-button:after {
	height: 100%;
	width: auto;
	line-height: 1;
	background-color: transparent;
	background-image: none;
	font-family: var(--icon-font);
	color: var(--title);
	font-size: 1.5em;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: -2px;
	right: 30px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.accordion-card .accordion-button:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.accordion-card .accordion-button:not(.collapsed) {
	color: var(--white)
}
.accordion-card .accordion-button:not(.collapsed):after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: var(--white)
}
.accordion-card .accordion-collapse {
	border: 0
}
.accordion-card .accordion-body {
	border: 0;
	padding: 0 20px 20px 0;
	margin: 0 20px;
}
.accordion-card .faq-text {
	margin-bottom: -.48em;
	color: var(--white);
	letter-spacing: 0
}
.faq-wrap {
	max-width: 500px
}
.faq-content {
	margin-left: 37px
}
.faq .box-text {
	max-width: 480px
}
.faq-imgbox {
	position: relative;
	left: -50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px
}
.faq-imgbox img {
	max-width: inherit
}
.faq-imgbox .img1 > img {
	margin-bottom: 16px
}
.faq-area-2 {
	background-color: var(--smoke-color)
}
.faq-area-2 .faq-wrap2:last-child {
	margin-top: 16px
}
.accordion-card.style2 {
	background-color: transparent
}
.accordion-card.style2 .accordion-button:not(.collapsed) {
	color: var(--title)
}
.accordion-card.style2 .accordion-button:not(.collapsed)::after {
	color: var(--theme)
}
.accordion-card.style2 .faq-text {
	color: var(--body)
}
.accordion-card.style3 {
	background-color: transparent;
	padding-bottom: 0
}
.accordion-card.style3 .accordion-button {
	padding: 24px 33px;
	font-size: 28px
}
.accordion-card.style3 .accordion-button:after {
	border: 1px solid #b7c2cc;
	width: 40px;
	height: 40px;
	background-color: transparent;
	border-radius: 48px;
	top: 20px
}
.accordion-card.style3 .accordion-button:not(.collapsed) {
	background-color: var(--theme);
	color: var(--white)
}
.accordion-card.style3 .accordion-button:not(.collapsed)::after {
	background-color: #fff6f8;
	color: var(--theme);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	border-color: var(--theme)
}
.accordion-card.style3 .faq-text {
	color: var(--body)
}
.accordion-card.style3 .accordion-body {
	position: relative;
	margin: 0;
	z-index: 2;
	padding: 35px 32px
}
.accordion-card.style3 .accordion-body:before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 14, 32, .7)), to(rgba(7, 14, 32, .7)));
	background: -o-linear-gradient(bottom, rgba(7, 14, 32, .7), rgba(7, 14, 32, .7));
	background: linear-gradient(0deg, rgba(7, 14, 32, .7), rgba(7, 14, 32, .7));
	z-index: -1
}
.accordion-card.style3 .accordion-body .list {
	padding: 0
}
.accordion-card.style3 .accordion-body .list li {
	list-style: none;
	font-size: 1.5em;
	color: var(--white)
}
.service-card, .top-rated {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.top-rated {
	background-color: #fff6f8;
	padding: 30px 78px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.top-rated .author {
	margin-bottom: 10px
}
.top-rated .h4 {
	margin-bottom: 0
}
.top-rated .title {
	font-size: 1.5em;
	line-height: 20px;
	color: var(--title);
	margin-bottom: 0
}
.top-rated .text {
	font-size: .9em;
	color: var(--title);
	margin-bottom: 0
}
.service-card {
	padding: 40px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.service-card .box-title {
	font-weight: 700;
	font-size: 28px;
	color: var(--white);
	max-width: 174px;
	margin-bottom: 5px
}
.service-card .box-title a {
	color: inherit
}
.service-card .box-text {
	color: var(--white);
	margin-bottom: 30px;
	max-width: 294px
}
.service-card .icon-btn {
	width: 48px;
	height: 48px;
	background-color: var(--theme);
	border-radius: 48px;
	border: 0
}
.service-card .box-wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.service-card .box-number {
	font-size: 72px;
	line-height: 72px;
	leading-trim: both;
	text-edge: cap;
	text-transform: capitalize;
	color: rgba(255, 255, 255, .2);
	margin-bottom: 0
}
.service-card:hover {
	background-color: var(--theme)
}
.service-card, .service-card:hover .icon-btn {
	background-color: var(--title)
}
.service-card2 {
	position: relative;
	background: var(--title);
	overflow: hidden;
	z-index: 1;
	padding: 40px
}
.service-card2 .box-icon, .service-card2 .box-img {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.service-card2 .box-img {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0
}
.service-card2 .box-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.service-card2 .box-img:after {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-25.28%, rgba(32, 40, 68, .16)), color-stop(50.11%, rgba(32, 40, 68, .8)));
	background: -o-linear-gradient(top, rgba(32, 40, 68, .16) -25.28%, rgba(32, 40, 68, .8) 50.11%);
	background: linear-gradient(180deg, rgba(32, 40, 68, .16) -25.28%, rgba(32, 40, 68, .8) 50.11%)
}
.service-card2 .box-icon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	background: var(--black-color2);
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 1
}
.service-card2 .box-icon:after {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	border-radius: 50%;
	background-color: var(--theme);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
	-o-transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
	transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
	z-index: -1
}
.service-card2 .box-icon img {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-filter: brightness(99);
	filter: brightness(99)
}
.service-card2 .box-title {
	margin-top: -.35em;
	margin-bottom: 15px;
	font-size: 28px
}
.service-card2 .box-title a, .service-card3 .box-title a {
	color: var(--white)
}
.service-card2 .box-title:hover a, .service-card2.style2 .box-title a:hover, .service-card2.style2:hover .box-title a:hover, .service-card3 .box-title a:hover, .service-card4:hover .box-title a:hover {
	color: var(--theme)
}
.service-card2 .box-text {
	margin-bottom: -.5em;
	color: var(--light-color)
}
.service-card2 .th-btn {
	margin-top: 40px
}
.service-card2 .th-btn:after {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.service-card2:hover .box-img {
	opacity: 1
}
.service-card2:hover .box-icon:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}
.service-card2:hover .box-icon img, .service-card4:hover .box-icon img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}
.service-card2:hover .th-btn {
	color: var(--title)
}
.service-card2:hover .th-btn:after {
	width: 100%
}
.service-card2:hover .th-btn:hover:after, .service-card3:hover .th-btn:hover:after {
	background: var(--white)
}
.service-slider3 {
	margin-right: -140px
}
.service-slider3 .slider-scrollbar {
	max-width: calc(100% - 140px)
}
.service-card3 {
	background: var(--black-color2);
	padding: 48px 32px
}
.service-card3 .box-icon {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	display: inline-block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid var(--light-color);
	margin-bottom: 48px;
	position: relative;
	z-index: 1
}
.service-card3 .box-icon:after {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	border-radius: 50%;
	background-color: var(--theme);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
	-o-transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
	transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
	z-index: -1
}
.service-card3 .box-icon, .service-card3 .box-icon .color-masking {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.service-card3 .box-title {
	font-size: 28px
}
.service-card3 .box-text {
	color: var(--light-color);
	margin-bottom: 40px;
	font-size: 1.125em
}
.service-card3:hover .box-icon {
	border-color: var(--theme)
}
.service-card3:hover .box-icon:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}
.service-card3:hover .box-icon .color-masking {
	-webkit-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
	-webkit-filter: brightness(99);
	filter: brightness(99)
}
.service-card3:hover .th-btn {
	color: var(--title)
}
.page-img img, .price-card .btn-wrap a, .service-card3:hover .th-btn:after {
	width: 100%
}
.service-area-4 {
	background-repeat: no-repeat;
	background-size: 100% 50%;
	background-position: top
}
.service-slider4 {
	margin-right: -140px
}
.service-card4 {
	background: var(--smoke-color);
	padding: 56px;
	position: relative;
	z-index: 1
}
.service-card4 .box-icon, .service-card4 .box-img {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.service-card4 .box-img {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0
}
.service-card4 .box-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.service-card4 .box-img:after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--title);
	opacity: .6
}
.service-card4 .box-icon {
	width: 80px;
	height: 80px;
	line-height: 78px;
	border-radius: 50%;
	background: 0 0;
	border: 1px solid var(--light-color);
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 1
}
.service-card4 .box-icon:after {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	border-radius: 50%;
	background-color: var(--theme);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
	-o-transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
	transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
	z-index: -1
}
.process-card_img img, .service-card4 .box-icon img {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.service-card4 .box-number {
	font-size: 72px;
	font-weight: 800;
	position: absolute;
	top: 70px;
	right: 56px;
	line-height: .75em;
	color: transparent;
	-webkit-text-stroke: 1px var(--light-color)
}
.service-card4 .box-title {
	font-size: 28px;
	margin-bottom: 7px
}
.service-card4 .box-text {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.service-card4 .th-btn {
	margin-top: 32px
}
.service-card4:hover .box-img {
	opacity: 1
}
.service-card4:hover .box-icon {
	border-color: var(--theme)
}
.service-card4:hover .box-icon:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}
.service-card2.style2:hover .box-title a, .service-card4:hover .box-title a {
	color: var(--white)
}
.service-card4:hover .box-text {
	color: var(--light-color)
}
.service-card4:hover .th-btn {
	border-color: var(--theme)
}
.service-card4:hover .th-btn:after {
	width: 100%;
	background: var(--theme)
}
.service-card4:hover .th-btn:hover {
	border-color: var(--theme2)
}
.service-card4:hover .th-btn:hover:after {
	background: var(--theme2)
}
.service-bg-shape5-1 {
	width: 158px
}
.service-tabs {
	border: 0;
	gap: 1px;
	padding-bottom: 53px
}
.service-tabs .nav-item {
	width: 33.26%
}
.service-tabs .nav-item .nav-link {
	margin-bottom: 0;
	width: 100%;
	padding: 48px 20px;
	border-radius: 0;
	border: 0;
	background: var(--title);
	font-size: 28px;
	color: var(--white);
	position: relative;
	height: 100%
}
.service-tabs .nav-item .nav-link:after {
	content: "";
	position: absolute;
	bottom: 40px;
	background: 0 0;
	height: 40px;
	width: 60px;
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	border-top: solid 40px var(--theme);
	border-left: solid 30px transparent;
	border-right: solid 30px transparent;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
	z-index: -1
}
.service-tabs .nav-item .nav-link .box-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--white);
	margin: auto auto 28px
}
.service-tabs .nav-item .nav-link .box-icon .color-masking {
	-webkit-filter: brightness(.2);
	filter: brightness(.2);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.service-tabs .nav-item .nav-link .box-icon .masking-src {
	background: var(--title);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.service-tabs .nav-item .nav-link.active, .service-tabs .nav-item .nav-link.active .box-icon .masking-src {
	background: var(--theme)
}
.service-tabs .nav-item .nav-link.active:after {
	bottom: 0;
	opacity: 1
}
.service-tab-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--title)
}
.service-tab-content .service-tab-list-wrap {
	padding: 80px 48px;
	width: 33.333%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}
.service-tab-content .service-tab-list-wrap .service-tab-list {
	position: relative;
	padding-left: 80px;
	z-index: 1
}
.service-tab-content .service-tab-list-wrap .service-tab-list:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 25px;
	height: 24px;
	background: var(--theme);
	-webkit-clip-path: path("M8.55186 18.5479C11.0008 14.7831 20.008 5.09279 27.4776 0.0585812C27.7949 -0.155222 28.1531 0.264464 27.8901 0.542246C20.7938 8.03629 13.2087 16.513 8.85249 23.8428C8.73114 24.047 8.43819 24.0541 8.31139 23.8533C6.11928 20.381 4.2392 15.3898 0.209389 13.8603C-0.089979 13.7467 -0.0612074 13.3235 0.250089 13.2485C4.1119 12.318 5.92146 15.6208 8.55186 18.5475V18.5479Z");
	clip-path: path("M8.55186 18.5479C11.0008 14.7831 20.008 5.09279 27.4776 0.0585812C27.7949 -0.155222 28.1531 0.264464 27.8901 0.542246C20.7938 8.03629 13.2087 16.513 8.85249 23.8428C8.73114 24.047 8.43819 24.0541 8.31139 23.8533C6.11928 20.381 4.2392 15.3898 0.209389 13.8603C-0.089979 13.7467 -0.0612074 13.3235 0.250089 13.2485C4.1119 12.318 5.92146 15.6208 8.55186 18.5475V18.5479Z");
	width: 27px
}
.service-tab-content .service-tab-list-wrap .service-tab-list:after {
	content: "";
	position: absolute;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	background: var(--black-color2);
	left: 0;
	top: 9px;
	z-index: -1
}
.service-tab-content .service-tab-list-wrap .service-tab-list:not(:last-child) {
	border-bottom: 1px solid var(--body);
	padding-bottom: 64px;
	margin-bottom: 64px
}
.service-tab-content .service-tab-list-wrap .service-tab-list .box-title {
	font-size: 28px;
	color: var(--white)
}
.service-tab-content .service-tab-list-wrap .service-tab-list .box-text {
	color: var(--light-color)
}
.service-tab-content .service-tab-thumb img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.service-card2.style2 {
	background: var(--smoke-color2)
}
.service-card2.style2 .box-icon {
	background: var(--white);
	border: 1px solid var(--light-color)
}
.project-slider2 .swiper-slide.swiper-slide-active .project-card2.style2 .box-thumb, .service-card2.style2 .box-icon img {
	-webkit-filter: none;
	filter: none
}
.mega-menu-box .mega-menu-title span:after, .service-card2.style2 .box-icon:after {
	display: none
}
.service-card2.style2 .box-title a {
	color: var(--title)
}
.service-card2.style2 .box-text {
	-webkit-transition: .4sth;
	-o-transition: .4sth;
	transition: .4sth
}
.service-card2.style2:hover .box-icon {
	border: 1px solid var(--white)
}
.service-card2.style2:hover .box-text {
	color: var(--light-color)
}
.service-card2.style2:hover .th-btn {
	color: var(--white)
}
.service-card2.style2:hover .th-btn:hover {
	color: var(--theme)
}
.sidebar-area.style2 {
	margin-left: 50px
}
.page-img {
	margin-bottom: 40px;
	overflow: hidden;
	position: relative
}
.page-img .tag {
	position: absolute;
	padding: 10px;
	bottom: 0;
	right: 0;
	color: var(--theme);
	display: block;
	background-color: var(--white);
	margin-bottom: 0;
	z-index: 3;
	width: 70%;
	text-align: right;
}
.page-img .tag .tag-number {
	display: block;
	font-size: 1.5em;
	line-height: 1;
	font-weight: 700;
}
.page-single {
	margin-bottom: 30px
}
.service-page-list-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px
}
.service-page-list-wrap .single-service-list {
	max-width: 550px
}
.service-page-list-wrap .single-service-list .box-title {
	margin-bottom: 10px
}
.service-page-list-wrap .single-service-list .box-text {
	font-size: 1.125em
}
.page-img-grid, .service-process-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.service-process-wrap {
	position: relative;
	gap: 30px 15px
}
.service-process-wrap .service-process-line {
	position: absolute;
	top: 4px;
	left: 40px;
	z-index: -1
}
.service-process-wrap .service-process-card .box-icon {
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--smoke-color2);
	margin-bottom: 24px
}
.service-process-wrap .service-process-card .box-title {
	margin-bottom: 12px
}
.service-process-wrap .service-process-card .box-text {
	font-size: .9em;
	font-family: var(--title-font)
}
.page-img-grid {
	gap: 24px
}
.page-img-grid .page-img, .page-img-grid .page-img img {
	height: 100%
}
.process-area {
	background-color: #fff6f8
}
.process-card {
	position: relative;
	padding: 60px 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	z-index: 2;
	margin-top: 30px
}
.process-card:before {
	content: "";
	position: absolute;
	inset: 0;
	bottom: 75px;
	background-color: var(--white);
	z-index: -1
}
.process-card:nth-child(even) {
	padding-bottom: 60px
}
.process-card:nth-child(even):before {
	top: 75px;
	bottom: 0
}
.process-card:nth-child(even) .process-card_icon {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.process-card:nth-child(even) .process-card_content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.process-card:nth-child(even) .process-card_img {
	margin-top: -75px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.process-card_wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px
}
.process-card_wrapp .process-card_icon {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.process-card_wrapp .process-card_content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.process-card_wrapp .process-card_img {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.process-card_icon .number, .process-card_img {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.process-card_img {
	position: relative;
	width: 174px;
	height: 174px;
	line-height: 174px;
	background: var(--theme);
	border-radius: 0 0 87px 87px;
	margin-top: 42px
}
.process-card_icon .number {
	font-weight: 700;
	font-size: 57px;
	color: var(--title);
	display: block;
	margin: auto
}
.process-card_icon .step {
	font-style: normal;
	font-size: 1.5em;
	display: block;
	margin-top: 16px
}
.process-card_icon:last-child .number {
	border: 0;
	line-height: 45px;
	border-top: 5px solid var(--theme);
	border-radius: 0 0 30px 30px
}
.process-card .box-title {
	font-size: 28px;
	margin: 20px 0 12px
}
.process-card .th-btn {
	padding: 11px 25px
}
.process-card .th-btn:before {
	background-color: var(--theme)
}
.process-card .th-btn:hover {
	border-color: var(--theme)
}
.process-card_text {
	margin-bottom: 30px
}
.feature-card:hover .box-icon img, .process-card:hover .process-card_img img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.price-card {
	position: relative;
	padding: 48px 40px 40px;
	background: var(--white);
	border: 1px solid var(--gray-color);
	z-index: 1
}
.price-card .card-icon {
	margin-bottom: 15px
}
.price-card .price-card_price {
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: .56px
}
.price-card .box-subtitle {
	color: var(--theme);
	margin-top: 30px
}
.price-card .box-text {
	margin-top: 8px;
	margin-bottom: 29px
}
.price-card .checklist {
	display: inline-block;
	margin-top: 40px
}
.price-card .checklist li {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start
}
.price-card .checklist li:not(:last-child) {
	margin-bottom: 20px
}
.price-card .checklist li.unavailable i {
	color: var(--light-color);
	opacity: .5
}
.price-card .btn-wrap {
	margin-top: 62px
}
.price-card.active {
	background: var(--title)
}
.price-card.active .card-sill-wrap {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 113px solid var(--theme);
	border-left: 134px solid transparent;
	top: 0;
	right: 0
}
.price-card.active .card-sill-wrap .card-sill {
	position: relative;
	top: -110px;
	left: -85px;
	rotate: 40deg
}
.price-card.active .card-sill-wrap span {
	color: var(--white);
	line-height: 19.2px
}
.price-card.active .box-title {
	color: var(--white)
}
.price-card.active .box-subtitle, .project-card .box-title a:hover, .project-card2.style2 .box-title a:hover {
	color: var(--theme)
}
.price-card.active .box-text, .price-card.active .price-card_price, .project-card .box-title a {
	color: var(--white)
}
.price-card.active .checklist li {
	color: var(--th-border-color7)
}
.price-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0
}
.price-item:not(:last-child) {
	margin-bottom: 60px
}
.price-item:nth-child(even) .box-img {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.price-item:nth-child(even) .price-content {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.price-item .box-img {
	min-height: 586px
}
.price-item .box-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.price-item .price-content, .price-item .price-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.price-item .price-content {
	background-color: #eef1f4;
	gap: 28px;
	padding: 60px 40px 48px
}
.price-item .price-left {
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 80px
}
.price-item .price-left .box-title {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 0;
	max-width: 150px
}
.price-item .text {
	font-weight: 700;
	font-size: 1.5em;
	color: #b30738;
	display: block;
	margin-bottom: 30px
}
.price-item .price-descrition {
	max-width: 369px;
	margin-bottom: 90px
}
.price-item .pricce-list {
	max-width: 310px
}
.price-item .pricce-list:not(:last-child) {
	border-bottom: 1px solid #b7c2cc;
	padding-bottom: 24px;
	margin-bottom: 24px
}
.price-item .pricce-list .box-title {
	font-weight: 700;
	font-size: 1.5em
}
.price-item .divided {
	background-color: #b7c2cc;
	width: 1px;
	height: 466px
}
.price-item .btn-wrap {
	gap: 16px
}
.feature-sec-1 {
	z-index: 2;
	margin-top: -70px
}
.feature-sec-1__shep1 {
	top: 92px;
	left: 0;
	z-index: -1
}
.feature-card {
	padding: 48px 40px;
	background-color: #fff6f8
}
.feature-card_wrapp:nth-child(2) .feature-card {
	background-color: #eef1f4
}
.feature-card_wrapp:nth-child(3) .feature-card {
	background-color: #f3f0f8
}
.feature-card_wrapp:nth-child(4) .feature-card {
	background-color: #f0fff6
}
.feature-card .th-btn {
	padding: 11px 25px
}
.feature-card .box-icon {
	margin-bottom: 28px
}
.feature-card .box-icon img {
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
.feature-card .box-title {
	font-size: 28px;
	margin-bottom: 13px
}
.feature-card .box-text {
	margin-bottom: 42px
}
.project-card, .project-card .box-img {
	overflow: hidden;
	position: relative;
	border-radius: 24px
}
.project-card .box-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-filter: blur(5px);
	filter: blur(5px)
}
.project-card .box-img:after {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17.42%, rgba(19, 24, 43, 0)), color-stop(75.87%, rgba(19, 24, 43, .8)));
	background: -o-linear-gradient(top, rgba(19, 24, 43, 0) 17.42%, rgba(19, 24, 43, .8) 75.87%);
	background: linear-gradient(180deg, rgba(19, 24, 43, 0) 17.42%, rgba(19, 24, 43, .8) 75.87%);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0
}
.project-card .box-content {
	padding: 40px 36px;
	background-color: transparent;
	border-radius: 0;
	position: absolute;
	z-index: 3;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden
}
.project-card .box-number {
	font-size: 2.5em;
	color: var(--white);
	line-height: .7em;
	margin-bottom: 22px
}
.project-card .box-title {
	font-size: 28px;
	margin-top: -.2em;
	margin-bottom: 5px
}
.project-card .box-text, .project-card2.style2 .box-title a {
	color: var(--white)
}
.project-card:hover .project-img img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}
.project-card:hover .project-content {
	opacity: 1;
	visibility: visible;
	left: 0
}
.project-card:hover .project-card-bg-shape {
	width: 100%
}
.sticky-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 80px
}
.single-sticky-wrap {
	position: sticky;
	top: 140px;
	width: 100%
}
.single-sticky-wrap.position-sticky .project-card2 {
	-webkit-transform: scale3d(.98, .98, 1);
	transform: scale3d(.98, .98, 1)
}
.project-card2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.38, .005, .215, 1);
	-o-transition: transform .6s cubic-bezier(.38, .005, .215, 1);
	transition: transform .6s cubic-bezier(.38, .005, .215, 1);
	transition: transform .6s cubic-bezier(.38, .005, .215, 1), -webkit-transform .6s cubic-bezier(.38, .005, .215, 1)
}
.project-card2 .box-img {
	border-radius: 24px;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.project-card2 .box-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.project-card2 .box-content {
	max-width: 550px;
	background: var(--white);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.project-card2 .box-number {
	font-size: 56px;
	font-weight: 700;
	line-height: .8em;
	color: var(--white);
	-webkit-text-stroke: 1px var(--title);
	display: block;
	margin-bottom: 32px
}
.project-card2 .box-subtitle {
	color: var(--theme);
	background: var(--smoke-color2);
	padding: 6px 12px;
	display: inline-block;
	margin-bottom: 32px
}
.project-card2 .box-title {
	font-size: 2.5em;
	line-height: 1.2em;
	margin-bottom: 14px
}
.project-card2 .box-text {
	max-width: 495px
}
.project-card2 .th-btn {
	margin-top: 64px
}
.project-slider2 {
	margin-right: -315px
}
.project-slider2 .swiper-wrapper:has(.swiper-slide.swiper-slide-prev) {
	margin-left: 428px
}
.project-slider2 .swiper-slide {
	display: inline-block;
	width: auto
}
.project-slider2 .swiper-slide.swiper-slide-active .project-card2.style2 .box-thumb img {
	width: 828px
}
.project-slider2 .swiper-slide.swiper-slide-active .project-card2.style2 .box-content {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.project-slider2 .swiper-slide.swiper-slide-active .project-card2.style2 .box-content:after {
	left: 0;
	right: auto;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.project-slider2 .slider-pagination {
	padding-right: 315px;
	--swiper-pagination-bottom: 0
}
.project-card2.style2, .project-slider3 .swiper-slide {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.project-card2.style2 {
	display: block;
	position: relative;
	padding: 0;
	overflow: hidden
}
.project-card2.style2 .box-thumb, .project-card2.style2 .box-thumb img {
	border-radius: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.project-card2.style2 .box-thumb {
	position: relative;
	-webkit-filter: blur(7.5px);
	filter: blur(7.5px)
}
.project-card2.style2 .box-thumb img {
	width: 402px;
	height: 650px;
	-o-object-fit: cover;
	object-fit: cover
}
.project-card2.style2 .box-thumb:after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--title);
	opacity: .2
}
.project-card2.style2 .box-content {
	position: absolute;
	background: var(--black-color2);
	padding: 40px 100px 40px 36px;
	bottom: 24px;
	left: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	display: inline-block
}
.project-card2.style2 .box-content:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 3px;
	background: var(--theme);
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0)
}
.project-card2.style2 .box-text {
	font-size: .9em;
	color: var(--theme);
	margin-top: -.4em;
	margin-bottom: 12px
}
.project-card2.style2 .box-title {
	font-size: 1.5em;
	margin-bottom: -.3em;
	position: relative;
	z-index: 1
}
.project-card2.style2 .icon-btn {
	position: absolute;
	right: 8px;
	top: 8px;
	border-radius: 0;
	color: var(--title);
	--btn-size: 48px;
	--btn-font-size: 2.25em
}
.project-card2.style2 .icon-btn:hover {
	color: var(--theme)
}
.project-slider3 .swiper-slide {
	-webkit-filter: blur(2.5px);
	filter: blur(2.5px)
}
.project-slider3 .swiper-slide.swiper-slide-active {
	-webkit-filter: none;
	filter: none
}
.project-slider3 .swiper-slide.swiper-slide-active .project-card3 .project-content {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}
.project-slider3 .slider-scrollbar {
	margin-left: 30px;
	margin-right: 30px;
	width: -webkit-fill-available
}
.project-card3 {
	position: relative
}
.project-card3 .project-content, .project-card3 .project-img {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative
}
.project-card3 .project-img:after {
	content: "";
	position: absolute;
	inset: 0;
	border: 24px solid var(--white)
}
.project-card3 .project-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.project-card3 .project-content {
	position: absolute;
	bottom: 24px;
	left: 24px;
	right: 24px;
	background: rgba(19, 24, 43, .9);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	padding: 40px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom
}
.project-card3 .icon-btn {
	position: absolute;
	right: 8px;
	top: 8px;
	border-radius: 0;
	--btn-font-size: 2.25em;
	--btn-size: 48px
}
.project-card3 .project-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px
}
.project-card3 .project-meta a {
	border-radius: 30px;
	text-transform: capitalize;
	margin-bottom: 0
}
.project-card3 .project-meta a:hover, .project-card5 .box-img .icon-btn:hover {
	background: var(--theme)
}
.project-card3 .box-title {
	font-size: 28px;
	margin-bottom: -.32em;
	margin-top: 15px;
	max-width: 520px
}
.project-card3 .box-title a {
	color: var(--white)
}
.project-card3 .box-title a:hover {
	color: var(--theme)
}
.project-card4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.project-card4 .box-content, .project-card4 .box-img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.project-card4 .box-img img, .video-thumb1-1 img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.project-card4 .box-content {
	background: var(--smoke-color);
	padding: 84px
}
.project-card4 .box-title {
	font-size: 2.5em;
	margin-bottom: 9px
}
.project-card4 .box-title a:hover {
	color: var(--theme2)
}
.project-card4 .box-text {
	margin-bottom: 30px
}
.project-card4 .checklist {
	margin-bottom: 44px
}
.project-title-wrap5 {
	max-width: 485px
}
.project-card5 .box-img {
	position: relative;
	display: inline-block
}
.project-card5 .box-img.small-img-width {
	max-width: 544px
}
.project-card5 .box-img img {
	width: 100%;
	-webkit-filter: brightness(.8);
	filter: brightness(.8)
}
.project-card5 .box-img .icon-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	background: rgba(255, 255, 255, .3);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	color: var(--white);
	--btn-size: 80px;
	--btn-font-size: 30px;
	opacity: 0
}
.project-card5 .box-content {
	margin-top: -30px;
	position: relative;
	z-index: 1
}
.project-card5 .box-number {
	font-size: 56px;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 1px var(--title);
	display: block;
	line-height: .75em;
	margin-bottom: 32px
}
.project-card5 .box-subtitle {
	color: var(--theme);
	background: var(--smoke-color2);
	padding: 6px 12px;
	display: inline-block;
	margin-bottom: 32px
}
.project-card5 .box-title {
	font-size: 2.5em;
	margin-bottom: 12px
}
.project-card5 .th-btn {
	margin-top: 48px
}
.project-card5:hover .box-img {
	opacity: 1
}
.project-card5:hover .box-img .icon-btn {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1
}
.cat-card {
	background-color: var(--gray-color)
}
.cat-card .box-title {
	margin-bottom: -.1em;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	color: var(--theme)
}
.cat-card .box-title a:hover, .marquee-card a {
	color: var(--title)
}
.cat-card .box-text {
	margin-top: 2px;
	letter-spacing: .36px;
	color: var(--black-color8);
	display: none
}
.cat-card:hover .box-title {
	color: var(--theme)
}
.cat-card:hover .box-icon img, .cta-card.style2 .cta-card-bg-shape {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.cat-wrap1 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 24px 1fr 24px 1fr;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 24px;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px
}
.cta-card {
	border-radius: 30px;
	padding: 55px 40px;
	position: relative;
	overflow: hidden;
	text-align: center
}
.cta-card .cta-card-bg-shape {
	mix-blend-mode: overlay;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.cta-card .cta-card-bg-shape:after, .cta-card:before {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	content: "";
	position: absolute;
	inset: 0
}
.cta-card .cta-card-bg-shape:after {
	background: var(--theme2)
}
.cta-card:before {
	z-index: -1;
	background: var(--title);
	opacity: .8
}
.cta-card .box-title {
	color: var(--white);
	font-size: 2.25em;
	font-weight: 700;
	margin-bottom: 10px
}
.cta-card .box-text {
	color: var(--white);
	margin-bottom: 20px
}
.cta-card:hover:before {
	background: var(--theme)
}
.cta-card:hover .cta-card-bg-shape:after {
	background: #122f2a
}
.cta-wrap3 {
	border-radius: 0 0 50px 50px;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1720px
}
.cta-wrap3 .cta-content-wrap {
	padding: 80px 80px 56px
}
.cta-wrap3 .contact-map {
	width: 100%;
	height: 434px
}
.cta-wrap3 .contact-map iframe {
	height: 100%;
	border-radius: 0;
	-webkit-filter: invert(0) grayscale(1) contrast(.6);
	filter: invert(0) grayscale(1) contrast(.6)
}
.cta-wrap3.style2 {
	border-radius: 0;
	max-width: none
}
.color-scheme-wrap {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 99;
	background: var(--black-color2);
	padding: 20px;
	border-radius: 10px 0 0 10px;
	display: inline-block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.color-scheme-wrap .switchIcon {
	position: absolute;
	left: 0;
	top: 10px;
	border: 0;
	background: var(--theme2);
	color: var(--white);
	height: 45px;
	width: 45px;
	border-radius: 5px 0 0 5px;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0)
}
.color-scheme-wrap .color-scheme-wrap-title {
	font-size: 1em;
	border-bottom: 1px dashed var(--th-border-color);
	padding-bottom: 6px;
	color: var(--white);
	margin-bottom: 20px
}
.color-scheme-wrap .color-scheme-wrap-subtitle i, .color-scheme-wrap .color-scheme-wrap-title i {
	margin-right: 3px
}
.color-scheme-wrap .color-scheme-wrap-subtitle {
	color: var(--white);
	margin-bottom: 20px
}
.color-scheme-wrap .color-switch-btns, .color-scheme-wrap .secondary-color-switch-btns {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 18px
}
.color-scheme-wrap .color-switch-btns button, .color-scheme-wrap .secondary-color-switch-btns button {
	padding: 0;
	border: 0;
	background: 0 0;
	font-size: 1.5em;
	text-align: left
}
.color-scheme-wrap .color-switch-btns button {
	color: var(--theme)
}
.color-scheme-wrap .secondary-color-switch-btns button {
	color: var(--theme2)
}
.color-scheme-wrap.active {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0)
}
.appointment-page-form {
	border-radius: 30px;
	padding: 60px
}
.video-box-center {
	position: relative
}
.video-box-center .play-btn {
	position: absolute;
	left: 50%;
	top: 50%
}
.video-area-1 {
	overflow: hidden;
	background-attachment: fixed;
	background-size: cover;
	background-position: 100% 100%;
	padding: 310px 0
}
.video-thumb1-1 img {
	width: 100%
}
.video-thumb1-1 .video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2
}
.class-card .box-title a:hover, .class-card2 .box-title a:hover, .marquee-card a:hover, .video-thumb1-1 .video-play-btn i {
	color: var(--theme)
}
.video-area-1, .video-thumb2-1, .video-thumb3-1 {
	position: relative
}
.video-thumb2-1 .play-btn {
	--icon-size: 80px;
	--icon-font-size: 24px
}
.theme-yellow .scroll-top svg, .theme-yellow2 .scroll-top svg, .video-thumb2-1 .play-btn:hover:after, .video-thumb2-1 .play-btn:hover:before {
	background: var(--black-color2)
}
.video-thumb2-1 .play-btn:hover i {
	background: var(--black-color2);
	color: var(--theme)
}
.video-thumb3-1 {
	text-align: center
}
.video-thumb3-1 .video-trigger-thumb {
	position: relative;
	border-radius: 50%;
	width: 1153px;
	height: 1153px;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	display: inline-block
}
.video-thumb4-1 {
	margin-right: -140px
}
.client-area-1 {
	padding-bottom: 538px
}
.client-slider1 {
	border-bottom: 1px solid #b7b7b7
}
.client-slider1 .swiper-slide {
	border-right: 1px solid #b7b7b7
}
.client-card {
	text-align: center;
	padding: 70px 0;
	display: block
}
.tab-menu1 {
	gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.tab-menu1 .tab-btn {
	font-size: .9em;
	padding: 4px 12px;
	background-color: var(--smoke-color2);
	border: 1px solid var(--th-border-color);
	border-radius: 6px
}
.tab-menu1 .tab-btn.active {
	background-color: var(--theme);
	border-color: var(--theme);
	color: var(--white)
}
.marquee-slider1 {
	margin: 0-50px -3px
}
.marquee-slider1 .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear
}
.marquee-slider1 .swiper-slide {
	width: auto
}
.marquee-card {
	margin-bottom: 0;
	padding: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.marquee-card a {
	font-size: 56px;
	font-weight: 700;
	display: inline-block;
	line-height: .75em;
	margin-left: 40px
}
.class-card {
	border-radius: 30px;
	background: var(--black-color2);
	padding: 30px 30px 0;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 28px
}
.class-card:before {
	content: "";
	position: absolute;
	border-radius: 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--th-border-color5)));
	background: -o-linear-gradient(transparent, var(--th-border-color5));
	background: linear-gradient(transparent, var(--th-border-color5))
}
.class-card:after, .class-card:before, .class-card_img img {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.class-card:after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--th-border-color5)));
	background: -o-linear-gradient(transparent, var(--th-border-color5));
	background: linear-gradient(transparent, var(--th-border-color5));
	z-index: -2
}
.class-card .icon-btn:after, .class-card:before {
	background: var(--black-color2);
	inset: 1px;
	z-index: -1
}
.class-card_img {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 30px
}
.class-card_img img {
	width: 100%
}
.class-card .box-title {
	margin-bottom: 15px
}
.class-card .box-title a, .class-card2 .box-title a {
	color: var(--white)
}
.class-card .class-card_text {
	color: var(--light-color)
}
.class-card .btn-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
	margin-top: -24px
}
.class-card .icon-btn {
	border-radius: 50%;
	background: var(--th-border-color5);
	border-color: var(--th-border-color5);
	color: var(--white);
	position: relative
}
.class-card .icon-btn:after {
	content: "";
	position: absolute;
	inset: -10px -10px 50%;
	border-radius: 50% 50%0 0/100% 100%0 0;
	border: 1px solid var(--th-border-color5);
	border-bottom: 0
}
.class-card .icon-btn:hover {
	background: var(--theme);
	border-color: var(--theme)
}
.class-card:hover:after {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--theme)));
	background: -o-linear-gradient(transparent, var(--theme));
	background: linear-gradient(transparent, var(--theme))
}
.class-card:hover .class-card_img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.class-card:hover .icon-btn:after {
	border-color: var(--theme)
}
.class-area-2 {
	padding-bottom: 30px
}
.class-bg-shape {
	position: absolute;
	inset: 0
}
.class-slider2 {
	padding: 0 130px
}
.class-card2 {
	position: relative
}
.class-card2 .class-card_img {
	border-radius: 30px;
	margin-bottom: 0
}
.class-card2 .box-title {
	margin-bottom: 13px
}
.class-card2 .class-card_text {
	color: var(--light-color);
	margin-bottom: 22px
}
.class-card2 .class-card_content, .class-card2 .class-card_hover-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 30px;
	background: rgba(29, 34, 41, .7);
	border: 1px solid var(--th-border-color5);
	-webkit-backdrop-filter: blur(5.1px);
	backdrop-filter: blur(5.1px);
	margin: 0 10px;
	text-align: center;
	padding: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.class-card2 .class-card_content .btn-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.class-card2 .class-card_content .class-card_text {
	margin-bottom: -.4em
}
.class-card2 .class-card_hover-content {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}
.class-card2 .class-card_hover-content .btn-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.class-card2:hover .class-card_content {
	opacity: 0;
	visibility: hidden
}
.class-card2:hover .class-card_hover-content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}
.cat-card .box-icon {
	width: 100px
}
.cat-card, .main-menu ul.mega-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.cat-card {
	gap: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 15px;
	
}
.main-menu ul.mega-menu {
	position: absolute;
	top: 100%;
	left: 0!important;
	right: 0!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 1200px;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	max-height: 500px;
	overflow: overlay;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0) translateZ(100px);
	transform: scaleY(0) translateZ(100px);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	-o-transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
	z-index: 99;
	background-color: var(--white);
	padding: 20px 10px
}
.main-menu ul.mega-menu li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	position: relative
}
.main-menu ul.mega-menu a {
	line-height: 30px
}
.main-menu ul.mega-menu::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 0
}
.main-menu ul.mega-menu::-webkit-scrollbar-track {
	background: var(--white);
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, .3);
	border-radius: 0
}
.main-menu ul.mega-menu::-webkit-scrollbar-thumb {
	background-color: var(--theme);
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent);
	border-radius: 0
}
.main-menu ul.mega-menu li li {
	padding: 2px 0
}
.main-menu ul.mega-menu li a {
	display: inline-block;
	text-transform: capitalize
}
.main-menu ul.mega-menu > li > a {
	display: block;
	padding: 0 0 15px;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 700;
	color: var(--title);
	border-color: var(--theme)
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 15px;
	height: 1px;
	background-color: var(--theme)
}
.main-menu ul.mega-menu > li > a::before {
	left: 0
}
.main-menu ul.mega-menu > li > a::after {
	width: calc(100% - 20px);
	left: 20px
}
.main-menu ul.mega-menu .th-mobile-menu ul li a:before {
	font-family: var(--icon-font);
	position: absolute;
	left: 0;
	top: 12px;
	margin-right: 10px;
	display: none
}
.mega-menu-box {
	-webkit-box-shadow: 0 0 34px rgba(0, 0, 0, .08);
	box-shadow: 0 0 34px rgba(0, 0, 0, .08);
	border-radius: 5px
}
.mega-menu-box .mega-menu-img {
	position: relative;
	border-radius: 5px 5px 0 0;
	overflow: hidden
}
.mega-menu-box .mega-menu-img:after {
	content: "";
	position: absolute;
	inset: 0;
	background: 0 0
}
.mega-menu-box .mega-menu-img img {
	-webkit-transition: -webkit-filter 500ms ease;
	-o-transition: filter 500ms ease;
	transition: filter 500ms ease;
	transition: filter 500ms ease, -webkit-filter 500ms ease;
	-webkit-filter: blur(0);
	filter: blur(0)
}
.mega-menu-box .mega-menu-img .btn-wrap {
	z-index: 1;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: opacity 600ms linear, -webkit-transform 500ms ease;
	-o-transition: transform 500ms ease, opacity 600ms linear;
	transition: transform 500ms ease, opacity 600ms linear;
	transition: transform 500ms ease, opacity 600ms linear, -webkit-transform 500ms ease;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	opacity: 0
}
.mega-menu-box .mega-menu-img .btn-wrap .th-btn {
	padding: 6px 18px;
	font-size: .9em;
	color: var(--white);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}
.mega-menu-box .mega-menu-img .btn-wrap .th-btn:before {
	background-color: var(--title)
}
.mega-menu-box:hover .btn-wrap {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center
}
.mega-menu-box:hover .mega-menu-img img {
	-webkit-filter: blur(2px);
	filter: blur(2px)
}
.mega-menu-box .mega-menu-title {
	margin-bottom: 0;
	text-align: center;
	line-height: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 14px 0
}
.mega-menu-box .mega-menu-title span {
	color: var(--theme);
	text-transform: capitalize;
	margin-right: 5px
}
.mega-menu-box .mega-menu-title a {
	color: var(--black-color2);
	line-height: normal
}
.campus-card.style2 .box-title-wrap .box-title::after, .mega-menu-box .mega-menu-title a:after {
	display: none
}
.mega-menu-box .mega-menu-title a:hover {
	color: var(--title)
}
.award-title-wrap1 {
	max-width: 437px
}
.award-list-card, .mega-menu-box .mega-menu-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.award-list-card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 100px;
	position: relative;
	padding-bottom: 56px
}
.award-list-card:not(:last-child) {
	margin-bottom: 56px
}
.award-list-card:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -31.8%;
	right: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}
.award-list-card .box-number {
	margin-right: 40px;
	font-size: 56px;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 1px var(--light-color);
	line-height: .75em;
	width: 85px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.award-list-card .box-img, .award-list-card .box-number {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}
.award-list-card .box-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 38px
}
.award-list-card .box-title {
	font-size: 28px;
	margin-bottom: 12px
}
.award-list-card .box-title a, .award-list-card:hover .box-number {
	color: var(--white)
}
.award-list-card .box-title a:hover, .award-list-card.style2 .box-title a:hover, .award-list-card.style2:hover .box-number {
	color: var(--theme)
}
.award-list-card .box-text {
	color: var(--light-color)
}
.award-list-card .th-btn {
	margin-top: 40px
}
.award-list-card.style2 .box-number {
	-webkit-text-stroke: 1px var(--theme)
}
.award-list-card.style2 .box-title a {
	color: var(--title)
}
.admission-forum-wrap .admission-forum-inner .addmisson-forum select option, .award-list-card.style2 .box-text {
	color: var(--body)
}
.award-list-card.style2:after {
	background: var(--body);
	opacity: .2;
	left: 0
}
.experience-card-wrap {
	--card-space: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-bottom: var(--card-space);
	margin-bottom: var(--card-space)
}
.experience-card-wrap:last-child, .experience-card-wrap:nth-last-child(2) {
	margin-bottom: 0
}
.experience-card-wrap:first-child, .experience-card-wrap:nth-child(2) {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding-top: var(--card-space)
}
.experience-card {
	max-width: 685px;
	margin-right: 30px
}
.experience-card .experience-meta {
	margin-top: -.3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 42px
}
.experience-card .experience-meta a, .experience-card .experience-meta span {
	color: var(--light-color);
	position: relative;
	margin-right: 16px
}
.experience-card .experience-meta a:after, .experience-card .experience-meta span:after {
	content: "";
	display: inline-block;
	height: 13px;
	width: 3px;
	background-color: var(--theme);
	margin-left: 16px;
	position: relative;
	top: 0
}
.experience-card .experience-meta a:last-child, .experience-card .experience-meta span:last-child {
	margin-right: 0
}
.experience-card .experience-meta a:last-child:after, .experience-card .experience-meta span:last-child:after, .work-grid-content .work-grid-card:last-child:after {
	display: none
}
.experience-card .experience-meta a:hover {
	color: var(--theme)
}
.experience-card .box-title {
	color: var(--white);
	font-size: 28px
}
.experience-card .box-text {
	color: var(--light-color)
}
.work-slider1 {
	margin-right: -140px
}
.work-card {
	background: var(--title);
	padding: 40px;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.work-card .card-bg-shape {
	position: absolute;
	inset: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
	-webkit-transform: scale(.6);
	-ms-transform: scale(.6);
	transform: scale(.6);
	z-index: -1
}
.work-card .box-icon {
	display: inline-block;
	margin-bottom: 56px;
	position: relative
}
.work-card .box-icon:after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 8px;
	border: 1px solid transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, transparent), to(var(--theme))) border-box;
	background: -o-linear-gradient(0, transparent 0%, var(--theme) 100%) border-box;
	background: linear-gradient(0, transparent 0%, var(--theme) 100%) border-box;
	-webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude
}
.work-card .box-icon img {
	border-radius: 8px
}
.work-card .box-title {
	color: var(--white);
	font-size: 2.5em;
	margin-top: -.5em;
	margin-bottom: 10px
}
.work-card .box-text {
	color: var(--light-color)
}
.work-card .th-btn {
	margin-top: 56px
}
.work-card:hover .card-bg-shape {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.work-thumb2-1 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 32%
}
.work-thumb2-1 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.work-card-wrap {
	--space-x: 45px;
	--space-y: 50px;
	--th-border-color: rgba(206, 208, 211, 0.5)
}
.work-card-wrap:not(:nth-child(3n)) {
	border-right: unset
}
.work-card-wrap:not(:nth-last-child(-n + 2)) {
	padding-bottom: var(--space-y)
}
.work-card-wrap:not(:nth-child(-n + 2)) {
	padding-top: var(--space-y);
	border-top: 1px solid var(--th-border-color)
}
.work-card-wrap:nth-child(odd) {
	padding-right: var(--space-x)
}
.work-card-wrap:nth-child(even) {
	padding-left: var(--space-x);
	border-left: 1px solid var(--th-border-color)
}
.work-card-wrap:not(:nth-last-child(-n + 4)) {
	border-top: 0
}
.work-card2 .box-content, .work-card2 .box-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.work-card2 .box-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px
}
.work-card2 .box-icon {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	background: var(--title);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin: 9px 0 0 9px;
	position: relative
}
.work-card2 .box-icon:after {
	content: "";
	position: absolute;
	inset: -9px 9px 9px -9px;
	border: 1px dashed var(--title);
	border-radius: 8px
}
.work-card2 .box-title {
	margin-bottom: -.3em;
	font-size: 1.5em
}
.work-card2 .box-text {
	margin-top: 16px
}
.work-card-wrap3 {
	position: relative
}
.work-card-wrap3 .center-line {
	position: absolute;
	height: 100%;
	width: 1px;
	background: rgba(255, 255, 255, .2);
	top: 0;
	left: 50%;
	opacity: 0;
	-webkit-animation: heightanim 1.3s forwards 1;
	animation: heightanim 1.3s forwards 1
}
.work-card3 {
	max-width: 495px;
	margin: 0 auto
}
.work-card3 .box-title {
	color: var(--white);
	font-size: 2.5em
}
.work-card3 .box-text {
	color: var(--light-color);
	margin-top: 16px
}
.work-card3 .work-tools-wrap {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 40px;
	margin-top: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.work-grid-content-wrap {
	position: relative
}
.work-grid-content-wrap .top-line {
	position: absolute;
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, .2);
	top: 0;
	left: 50%;
	opacity: 0;
	-webkit-animation: widthanim 1.3s forwards 1;
	animation: widthanim 1.3s forwards 1
}
.work-grid-content, .work-grid-content .work-grid-card .box-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.work-grid-content {
	gap: 160px
}
.work-grid-content .work-grid-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 28px;
	padding: 33px 0;
	position: relative
}
.work-grid-content .work-grid-card:after {
	content: "";
	position: absolute;
	height: 130px;
	width: 1px;
	background: rgba(255, 255, 255, .2);
	right: -80px
}
.work-grid-content .work-grid-card .box-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid var(--light-color);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}
.work-grid-content .work-grid-card .box-title {
	color: var(--white);
	margin-bottom: -.32em;
	font-size: 1.5em
}
.event-card, .event-card.style2, .work-grid-content .work-grid-card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.event-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px 48px
}
.event-card.style2 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.event-card.style2 .box-title {
	font-size: 2.5em;
	line-height: 48px;
	max-width: 600px
}
.event-card.style2 .box-text {
	max-width: 716px
}
.event-card:not(:last-child) {
	border-bottom: 1px solid var(--light-color);
	padding-bottom: 48px;
	margin-bottom: 48px
}
.event-card:nth-child(2n + 2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.event-card .box-title {
	font-size: 28px;
	letter-spacing: .56px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 16px
}
.event-card .box-text {
	margin-bottom: 22px
}
.event-card .event-wrapp {
	margin-bottom: 36px
}
.event-card .blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 10px
}
.event-card-img {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	z-index: 2
}
.event-card-img img, .story-thumb img {
	width: 100%
}
.event-card-img::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(11, 11, 12, .3);
	z-index: 1
}
.event-card .box-text {
	line-height: 1.7
}
.event-card-tag {
	position: absolute;
	padding: 4px 14px;
	top: 16px;
	right: 16px;
	color: var(--white);
	display: block;
	background-color: var(--theme);
	text-transform: uppercase;
	margin-bottom: 0;
	z-index: 3
}
.event-card-tag .tag-number {
	display: block;
	font-size: 1.5em;
	line-height: 1;
	text-align: center
}
.story-area-1 {
	padding-top: 1px
}
.story-card, .story-card::after, .story-card::before, .story-card:hover .story-content {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.story-card {
	position: relative
}
.story-card::after, .story-card::before, .story-card:hover .story-content {
	opacity: 0;
	visibility: hidden
}
.story-card::after, .story-card::before {
	position: absolute;
	width: 50%;
	height: 0;
	top: 0;
	left: 0;
	content: "";
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 6, 14, .7)), to(rgba(3, 6, 14, .7)));
	background: -o-linear-gradient(bottom, rgba(3, 6, 14, .7), rgba(3, 6, 14, .7));
	background: linear-gradient(0deg, rgba(3, 6, 14, .7), rgba(3, 6, 14, .7))
}
.story-card:hover::after, .story-card:hover::before {
	height: 100%;
	opacity: 1;
	visibility: visible
}
.story-card:hover::before {
	top: auto;
	left: auto;
	right: 0;
	bottom: 0
}
.story-card:hover .story-content {
	bottom: -60px
}
.story-card:hover .story-content.hover-style {
	opacity: 1;
	visibility: visible;
	bottom: 50px
}
.story-content {
	position: absolute;
	bottom: 50px;
	left: 20px;
	right: 20px;
	z-index: 2;
	text-align: center;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.story-content .quote-icon {
	display: inline-block;
	margin-bottom: 18px
}
.story-content .box-text {
	color: var(--white);
	margin-bottom: 45px;
	letter-spacing: 0
}
.story-content .box-title {
	color: var(--white);
	font-weight: 700;
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 0
}
.story-content.hover-style {
	opacity: 0;
	visibility: hidden;
	bottom: -60px
}
.story-slider1 {
	margin: 0-30px
}
.story-list-wrap .single-story-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 68px
}
.story-list-wrap .single-story-list:not(:last-child) {
	margin-bottom: 100px
}
.story-list-wrap .single-story-list .story-date {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	color: var(--title);
	margin-top: -.3em;
	position: relative;
	padding-right: 64px;
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start
}
.story-list-wrap .single-story-list .story-date:after, .story-list-wrap .single-story-list .story-date:before {
	content: "";
	position: absolute;
	background: var(--light-color);
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.story-list-wrap .single-story-list .story-date:after {
	width: 48px;
	height: 2px
}
.story-list-wrap .single-story-list .story-date:before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--theme);
	z-index: 1
}
.story-list-wrap .single-story-list .box-title {
	font-size: 28px;
	margin-bottom: 15px
}
.academic-card {
	padding: 24px;
	border: 1px solid var(--th-border-color)
}
.academic-card.style2 {
	background-color: var(--white);
	border-color: var(--white)
}
.academic-card .box-text {
	letter-spacing: 0;
	margin-top: -.5em
}
.academic-card:hover .academic-img a img {
	-webkit-transform: scale(1.3) rotate(-2deg);
	-ms-transform: scale(1.3) rotate(-2deg);
	transform: scale(1.3) rotate(-2deg)
}
.academic-card .th-btn {
	padding: 7px 18px
}
.academic-card .th-btn:before {
	background-color: var(--theme)
}
.academic-card .th-btn:hover {
	border-color: var(--theme)
}
.academic-img {
	position: relative;
	margin-bottom: 32px;
	overflow: hidden
}
.academic-img a img {
	width: 100%;
	-webkit-transition: .9s;
	-o-transition: .9s;
	transition: .9s
}
.academic-content {
	border-bottom: 1px solid var(--th-border-color);
	padding-bottom: 32px;
	margin-bottom: 24px
}
.academic-content .box-title {
	margin-bottom: 0;
	margin-top: -.4em
}
.academic-meta-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.academic-meta, .academic-meta-wrap, .academic-review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px
}
.academic-meta .duration, .academic-meta .subject {
	color: var(--title);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.academic-meta .duration:hover, .academic-meta .subject:hover, .campus-card.style2 .campus-content a:hover {
	color: var(--theme)
}
.academic-meta .duration {
	margin-bottom: 0
}
.academic-meta .duration i, .academic-meta .subject i {
	color: var(--theme);
	margin-right: 5px
}
.academic-review {
	font-size: .75;
	gap: 8px;
	color: #ed6d0c;
	margin-bottom: 14px
}
.academic-review .review-text {
	color: var(--black-color);
	margin-bottom: 0
}
.academic-tag {
	font-size: .9em;
	color: var(--white);
	padding: 0 13px;
	top: 8px;
	right: 8px;
	background-color: var(--theme)
}
.academic-tag i {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-right: 7px
}
.campus .title-wrap {
	margin-bottom: 22px
}
.campus-card.style2 {
	position: relative
}
.campus-card.style2 .box-thumb img {
	width: 100%;
	height: 100%
}
.academic-tag, .campus-card.style2 .campus-content {
	position: absolute
}
.campus-card.style2 .box-title-wrap {
	position: absolute;
	display: block;
	text-align: center
}
.campus-card .th-btn {
	border-color: var(--th-border-color);
	margin-top: 34px;
	padding: 11px 25px
}
.campus-img {
	margin-bottom: 35px
}
.campus-content .box-title {
	position: relative;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.4;
	display: inline-block;
	padding-bottom: 18px;
	margin-bottom: 23.5px
}
.campus-content .box-title::after {
	position: absolute;
	width: 36px;
	height: 2px;
	bottom: 0;
	left: 0;
	content: "";
	background-color: var(--theme);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.campus-content .box-title:hover::after {
	width: 100%
}
.campus-content .box-text {
	letter-spacing: 0
}
.campus-item {
	position: relative;
	z-index: 2
}
.campus-item_wrapp:not(:first-child) .box-title {
	margin-bottom: 0
}
.campus-item .box-img {
	position: relative;
	z-index: 2;
	height: 100%
}
.campus-item .box-img:before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14.48%, rgba(7, 14, 32, 0)), to(rgba(7, 14, 32, .7)));
	background: -o-linear-gradient(top, rgba(7, 14, 32, 0) 14.48%, rgba(7, 14, 32, .7) 100%);
	background: linear-gradient(180deg, rgba(7, 14, 32, 0) 14.48%, rgba(7, 14, 32, .7) 100%);
	z-index: 1
}
.campus-item .box-img img {
	width: 100%;
	height: 100%;
	min-height: 397px;
	-o-object-fit: cover;
	object-fit: cover
}
.campus-item .box-content {
	position: absolute;
	left: 48px;
	right: 48px;
	bottom: 48px;
	z-index: 3
}
.campus-item .box-text, .campus-item .box-title {
	color: var(--white)
}
.campus-area-2 {
	background-color: var(--smoke-color)
}
.campus-card.style2::after, .campus-card.style2::before {
	position: absolute;
	width: 0;
	height: 50%;
	top: 0;
	left: 0;
	content: "";
	background: rgba(0, 39, 76, .6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.campus-card.style2:hover {
	cursor: pointer
}
.campus-card.style2:hover::after, .campus-card.style2:hover::before {
	width: 100%;
	opacity: 1;
	visibility: visible
}
.campus-card.style2:hover::before {
	top: auto;
	left: auto;
	right: 0;
	bottom: 0
}
.campus-card.style2:hover .campus-content {
	scale: 1
}
.campus-card.style2:hover .box-title-wrap {
	bottom: 25px
}
.campus-card.style2 .box-title-wrap, .campus-card.style2 .campus-content {
	z-index: 1;
	-webkit-transition: .4s ease-in;
	-o-transition: .4s ease-in;
	transition: .4s ease-in
}
.campus-card.style2 .campus-content {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	scale: 0
}
.campus-card.style2 .campus-content a {
	font-size: 45px;
	color: var(--white)
}
.campus-card.style2 .box-title-wrap {
	width: 100%;
	bottom: -50px
}
.campus-card.style2 .box-title-wrap .box-title {
	color: var(--white)
}
.campusSlider1 {
	margin-left: 120px!important;
	margin-right: -24%!important
}
.campusSlider1 .swiper-slide {
	width: calc(397px)!important;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.campusSlider1 .swiper-slide.swiper-slide-active {
	width: calc(810px)!important
}
.campusSlider1 .swiper-slide.swiper-slide-active .box-text {
	opacity: 1;
	visibility: visible;
	height: 100%
}
.campusSlider1 .swiper-slide.swiper-slide-active .box-content2 {
	opacity: 0;
	overflow: hidden;
	-webkit-transform: translateX(150px);
	-ms-transform: translateX(150px);
	transform: translateX(150px)
}
.campusSlider1 .swiper-slide.swiper-slide-active .box-content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.campusSlider1 .slider-controller {
	width: 80%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 120px
}
.campus-card2 {
	position: relative;
	z-index: 2;
	height: 397px
}
.campus-card2:before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25.82%, rgba(7, 14, 32, 0)), to(rgba(7, 14, 32, .7)));
	background: -o-linear-gradient(top, rgba(7, 14, 32, 0) 25.82%, rgba(7, 14, 32, .7) 100%);
	background: linear-gradient(180deg, rgba(7, 14, 32, 0) 25.82%, rgba(7, 14, 32, .7) 100%);
	z-index: 1
}
.campus-card2 .box-content, .campus-card2 .box-content2 {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
	z-index: 2;
	max-width: 100%;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.campus-card2 .box-content {
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
	opacity: 0;
	visibility: hidden
}
.campus-card2 .box-content2 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.campus-card2 .box-content2 .box-title {
	margin-bottom: 0
}
.apply-stadum-box .checklist ul li, .campus-card2 .box-title {
	color: var(--white)
}
.campus-card2 .box-text {
	color: var(--white);
	margin-bottom: 0;
	opacity: 0;
	height: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.apply-stadum-titlebox .sec-title-wrap {
	max-width: 375px
}
.apply-stadum-titlebox .box-text-wrap {
	max-width: 552px
}
.apply-stadum-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 56px;
	margin-top: 53px
}
.apply-stadum-wrapp .box-text {
	max-width: 520px
}
.apply-stadum-thumb {
	position: relative;
	z-index: 3;
	min-width: 696px;
	margin-left: 50px;
	margin-right: -10%
}
.apply-stadum-action.th-btn-wrap {
	margin-top: 50px
}
.apply-stadum-action .th-btn {
	color: var(--white);
	border: 0;
	background-color: var(--theme)
}
.apply-stadum-shape, .apply-stadum-shape::before {
	position: absolute;
	width: 40%;
	height: 100%;
	right: 0;
	top: 0
}
.apply-stadum-shape::before {
	width: 100%;
	content: "";
	background-color: var(--theme);
	-webkit-clip-path: polygon(52%0, 100%0, 100% 100%, 0 100%);
	clip-path: polygon(52%0, 100%0, 100% 100%, 0 100%)
}
.chancellor-thumb {
	position: relative;
	width: 593px;
	height: 535px;
	background-color: #eef1f4;
	overflow: hidden
}
.chancellor-thumb img {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	bottom: 0;
	z-index: 2
}
.chancellor-thumb .ripple-1, .chancellor-thumb .ripple-2, .chancellor-thumb .ripple-3, .chancellor-thumb .ripple-4, .chancellor-thumb .ripple-5 {
	width: 456px;
	height: 456px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -285px;
	margin: auto;
	background-color: transparent;
	border: 1px solid rgba(87, 88, 95, .5);
	border-radius: 50%;
	-webkit-animation: ripple2 10s linear infinite;
	animation: ripple2 10s linear infinite;
	opacity: 0
}
.chancellor-thumb .ripple-1 {
	-webkit-animation-delay: 0;
	animation-delay: 0
}
.chancellor-thumb .ripple-2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
.chancellor-thumb .ripple-3 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}
.chancellor-thumb .ripple-4 {
	-webkit-animation-delay: 6s;
	animation-delay: 6s
}
.chancellor-thumb .ripple-5 {
	-webkit-animation-delay: 8s;
	animation-delay: 8s
}
.chancellor-titlebox .box-text {
	max-width: 520px
}
.chancellor-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 69px;
	margin-top: 52px
}
.chancellor-signature {
	margin-top: -20px
}
.chancellor-signature-box .box-text {
	color: var(--title);
	position: relative;
	top: 16px
}
.chancellor-content {
	position: relative;
	top: -3px
}
.skill-feature {
	text-align: left
}
.skill-feature:not(:last-child) {
	margin-bottom: 27px
}
.skill-feature .progress-value, .skill-feature-title {
	margin-bottom: 8px;
	margin-top: -.5em;
	font-family: var(--subtitle-cont);
	color: var(--title)
}
.skill-feature .progress {
	position: relative;
	overflow: visible;
	background: var(--smoke-color);
	height: 8px;
	border-radius: 24px
}
.skill-feature .progress-bar {
	background-color: var(--theme);
	height: 8px;
	border-radius: inherit;
	overflow: visible;
	position: relative
}
.skill-feature .progress-value {
	position: absolute;
	top: -30px;
	right: -8px
}
.community-area, .program-card:hover .program-img {
	position: relative
}
.community {
	height: 800px
}
.community-wrap {
	position: relative;
	left: -63px;
	padding: 118px 76px;
	background-color: var(--white)
}
.community-wrap .box-text {
	margin-top: -.4em
}
.community-area-2::before {
	position: absolute;
	width: 45.5%;
	height: 100%;
	top: 0;
	right: 0;
	content: "";
	background-color: var(--theme);
	-webkit-clip-path: polygon(52%0, 100%0, 100% 100%, 0 100%);
	clip-path: polygon(52%0, 100%0, 100% 100%, 0 100%);
	z-index: -1
}
.community-area-2 .title-wrap {
	max-width: 412px
}
.community-area-2 .sec-text {
	max-width: 464px
}
.community-banner {
	margin-left: 70px;
	margin-right: -19%
}
.community-banner img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	
}
.community-wrap2 {
	display: -ms-grid;
	display: grid;
	gap: 24px;
	-ms-grid-columns: 1fr 24px 1fr;
	grid-template-columns: repeat(2, 1fr)
}
.community-card2, .community-card2 .community-icon span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.community-card2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	padding: 20px;
	background-color: var(--gray-color);
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	position: relative;
	overflow: hidden;
	
}
.community-card2:after {
	position: absolute;
	right: -40px;
	bottom: 0;
	z-index: 1;
	content: "";
	background: url(../img/sun.png);
	width: 100px;
	height: 200px;
	background-size: 100%;
	animation: 10s linear 0s infinite normal none running bounce-y
}
.community-card2 .community-icon {
	min-width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: var(--white);
	border-radius: 50%
}
.community-card2 .community-icon img {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 45px
}
.community-card2:hover .community-icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.community-card2 .community-icon span {
	width: 80px;
	height: 80px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--theme);
	border-radius: 50%;
	-webkit-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease
}
.community-card2 .box-title {
	margin-bottom: 0;
	color: var(--white)
}
.program-card {
	border: 1px solid var(--th-border-color);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.program-card:hover {
	border: 1px solid transparent;
	background-color: var(--white);
	-webkit-box-shadow: 0 10px 15px 0 rgba(135, 143, 151, .2);
	box-shadow: 0 10px 15px 0 rgba(135, 143, 151, .2)
}
.program-card:hover .program-img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}
.program-card .program-content {
	padding: 32px
}
.program-card .program-content .box-text {
	margin-bottom: 25px;
	font-size: .9em;
	line-height: 28px;
	margin-top: -.3em
}
.program-card .program-content .box-title {
	margin-bottom: 13px
}
.program-card .program-img {
	overflow: hidden
}
.program-card .program-img img {
	width: 100%;
	-webkit-transition: 1.4s;
	-o-transition: 1.4s;
	transition: 1.4s
}
.program-card .btn-wrap a, .program-card .btn-wrap a img {
	-webkit-transition: linear .3s ease;
	-o-transition: linear .3s ease;
	transition: linear .3s ease
}
.program-card .btn-wrap a {
	line-height: 28px;
	color: var(--black-color8)
}
.program-card .btn-wrap a img {
	-webkit-filter: brightness(0) contrast(1);
	filter: brightness(0) contrast(1);
	position: relative;
	top: -1px;
	left: -5px
}
.program-card .btn-wrap a:hover {
	color: var(--theme)
}
.program-card .btn-wrap a:hover img {
	-webkit-filter: invert(79%) sepia(40%) saturate(7323%) hue-rotate(333deg) brightness(85%) contrast(93%);
	filter: invert(79%) sepia(40%) saturate(7323%) hue-rotate(333deg) brightness(85%) contrast(93%)
}
.professor-card .professor-content .professor-details a, .program-btn {
	display: block
}
.program-btn .th-btn {
	display: inline-block;
	font-size: 1.5em;
	padding: 16px 24px;
	color: var(--theme);
	border-color: #b7c2cc
}
.program-btn .th-btn:before {
	background-color: var(--theme)
}
.program-btn .th-btn:hover {
	border-color: var(--theme)
}
.program-btn .th-btn:not(:last-child) {
	margin-bottom: 16px
}
.program-item {
	position: relative;
	z-index: 2;
	overflow: hidden;
	min-height: 474px
}
.program-item .box-img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 372px
}
.admission-forum-wrap .admission-forum-inner .addmission-forum-thumb img, .professor-card .professor-img img, .program-item .box-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.program-item .box-content {
	position: absolute;
	inset: 0;
	background-color: #eef1f4;
	z-index: 2;
	-webkit-transform: translateY(79%);
	-ms-transform: translateY(79%);
	transform: translateY(79%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.program-item .box-title {
	background-color: var(--title);
	padding: 38px 32px;
	color: var(--white);
	font-size: 28px;
	line-height: 28px;
	display: block;
	margin-top: -.4rem;
	margin-bottom: 0
}
.program-item .box-subject {
	padding: 40px 33px 30px
}
.program-item .box-subject ul {
	padding: 0;
	margin: 0
}
.program-item .box-subject ul li {
	list-style: none;
	font-size: 1.5em;
	color: var(--title)
}
.program-item:hover .box-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.program-details .program-content {
	border: 1px solid #b7c2cc;
	padding: 36px 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 42px
}
.peogram-area, .program-details .program-grid {
	position: relative
}
.program-details .program-grid .box-title {
	margin-bottom: 0
}
.program-details .program-grid .box-text {
	max-width: 280px
}
.program-details .divided {
	height: 77px;
	width: 1px;
	background-color: #b7c2cc
}
.program-details .program-blockquote {
	position: relative;
	background-color: #eef1f4;
	padding: 56px 56px 21px;
	border: 0!important;
	font-size: 1.5em;
	z-index: 2;
	margin-bottom: 60px
}
.program-details .program-blockquote .review {
	margin-bottom: 12px
}
.program-details .program-blockquote .review i {
	color: #ff9f43;
	margin-right: 5px
}
.program-details .program-blockquote:after, .program-details .program-blockquote:before {
	display: none
}
.program-details .program-blockquote cite {
	position: relative;
	left: 0;
	bottom: 0;
	-webkit-clip-path: none;
	clip-path: none;
	margin: 30px 0 0;
	background-color: transparent;
	padding: 0;
	display: block;
	font-weight: 700;
	font-size: 28px;
	color: #081933;
	font-family: var(--title-font)
}
.program-details .program-blockquote span {
	color: #081933
}
.program-details .program-blockquote .quote {
	position: absolute;
	right: 104px;
	bottom: 26px
}
.peogram-area {
	z-index: 2
}
.peogram-area .program-wrapp {
	position: absolute;
	top: 113px;
	right: 80px
}
.scholar-area {
	background-color: var(--smoke-color3);
	padding-bottom: 37px
}
.scholar-area .btn-wrap {
	margin-top: -2px
}
.scholar-right {
	margin-top: 380px
}
.scholar-imgbox {
	position: absolute;
	bottom: -10px;
	z-index: 2
}
.scholar-imgbox img {
	max-width: inherit
}
.scholar-dot-shape {
	position: absolute;
	top: 0;
	left: 0
}
.scholar-dash-shape {
	position: absolute;
	bottom: 4%;
	left: 0
}
.alumni-imgbox {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 4px 1fr 4px 1fr;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 4px;
	-webkit-column-gap: 4px;
	-moz-column-gap: 4px;
	column-gap: 4px;
	margin-right: -35px
}
.alumni-img img {
	width: 100%
}
.alumni-content {
	position: relative;
	margin-left: 45px
}
.alumni-content .sec-title-wrap {
	max-width: 445px
}
.alumni-content .sec-text-wrap {
	max-width: 530px
}
.alumni .btn-wrap {
	margin-top: -3px
}
.professor-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid var(--th-border-color);
	padding: 20px;
	gap: 40px
}
.professor-card .professor-img {
	background-color: var(--gray-color)
}
.professor-card .professor-content .box-title {
	margin-bottom: 0
}
.professor-card .professor-content .box-text {
	color: var(--th-border-color5);
	margin-bottom: 0
}
.professor-card .professor-content .professor-details {
	margin-top: 15px;
	margin-bottom: 24px
}
.professor-card .professor-content .professor-contact {
	font-size: .9em;
	line-height: 21px
}
.professor-card .professor-content .professor-contact i {
	font-size: .9em
}
.professor-card .professor-content .professor-contact:last-child {
	margin-top: 8px
}
.addmission-area {
	position: relative;
	height: 650px
}
.addmission-area .addmission-bg-thumb {
	inset: 0;
	position: absolute
}
.addmission-area .addmission-bg-thumb img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.admission-forum-wrap {
	margin-top: -350px
}
.admission-forum-wrap .admission-forum-inner {
	background-color: var(--title);
	position: relative
}
.admission-forum-wrap .admission-forum-inner .addmission-forum-thumb {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 43.5%
}
.admission-forum-wrap .admission-forum-inner .addmisson-forum {
	padding: 60px 60px 60px 162px
}
.admission-forum-wrap .admission-forum-inner .addmisson-forum input, .admission-forum-wrap .admission-forum-inner .addmisson-forum textarea {
	color: var(--th-border-color7)
}
.admission-forum-wrap .admission-forum-inner .addmisson-forum input, .admission-forum-wrap .admission-forum-inner .addmisson-forum select, .admission-forum-wrap .admission-forum-inner .addmisson-forum textarea {
	border-radius: 0;
	border: 1px solid var(--body);
	-webkit-transition: .4s ease-in;
	-o-transition: .4s ease-in;
	transition: .4s ease-in;
	background-color: transparent
}
.admission-forum-wrap .admission-forum-inner .addmisson-forum input:focus, .admission-forum-wrap .admission-forum-inner .addmisson-forum select:focus, .admission-forum-wrap .admission-forum-inner .addmisson-forum textarea:focus {
	border: 1px solid var(--theme)
}
.admission-forum-wrap .admission-forum-inner .addmisson-forum input::-webkit-input-placeholder, .admission-forum-wrap .admission-forum-inner .addmisson-forum select::-webkit-input-placeholder, .admission-forum-wrap .admission-forum-inner .addmisson-forum textarea::-webkit-input-placeholder {
	color: var(--th-border-color7)
}
.admission-forum-wrap .admission-forum-inner .addmisson-forum input::-moz-placeholder, .admission-forum-wrap .admission-forum-inner .addmisson-forum select::-moz-placeholder, .admission-forum-wrap .admission-forum-inner .addmisson-forum textarea::-moz-placeholder {
	color: var(--th-border-color7)
}
.admission-forum-wrap .admission-forum-inner .addmisson-forum input:-ms-input-placeholder, .admission-forum-wrap .admission-forum-inner .addmisson-forum select:-ms-input-placeholder, .admission-forum-wrap .admission-forum-inner .addmisson-forum textarea:-ms-input-placeholder {
	color: var(--th-border-color7)
}
.admission-forum-wrap .admission-forum-inner .addmisson-forum input::-ms-input-placeholder, .admission-forum-wrap .admission-forum-inner .addmisson-forum select::-ms-input-placeholder, .admission-forum-wrap .admission-forum-inner .addmisson-forum textarea::-ms-input-placeholder {
	color: var(--th-border-color7)
}
.admission-forum-wrap .admission-forum-inner .addmisson-forum input::placeholder, .admission-forum-wrap .admission-forum-inner .addmisson-forum select::placeholder, .admission-forum-wrap .admission-forum-inner .addmisson-forum textarea::placeholder {
	color: var(--th-border-color7)
}
.admission-forum-wrap .admission-forum-inner .addmisson-forum select {
	color: var(--th-border-color7)
}
.admission-forum-wrap .admission-forum-inner .addmisson-forum input:-webkit-autofill, .admission-forum-wrap .admission-forum-inner .addmisson-forum select:-webkit-autofill, .admission-forum-wrap .admission-forum-inner .addmisson-forum textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px transparent inset!important;
	box-shadow: 0 0 0 1000px transparent inset!important;
	-webkit-text-fill-color: #fff!important;
	-webkit-transition: background-color 9999s ease-in-out 0s!important;
	transition: background-color 9999s ease-in-out 0s!important
}
.course-card .card-content .tag a, .course-card .course-img-thumb img {
	-webkit-transition: .4s ease-in;
	-o-transition: .4s ease-in;
	transition: .4s ease-in
}
.course-card .card-content .tag a {
	font-size: .9em
}
.course-card .card-content .tag:hover a {
	color: var(--title)
}
.course-card .card-content .course-rating .star-rating::before {
	color: var(--yellow-color)
}
.course-card .card-content .course-meta a::after {
	right: -25px
}
.course-card .card-content .course-meta a img {
	position: relative;
	top: -1px;
	margin-right: 8px
}
.course-card .card-content .card-content-bottom .author img {
	width: 32px;
	height: 32px;
	border-radius: 50%
}
.course-card .card-content .card-content-bottom .author p {
	margin-bottom: 0
}
.course-card {
	position: relative;
	border: 1px solid var(--th-border-color);
	padding: 32px
}
.course-card .course-img-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 32px
}
.course-card .course-img-thumb .wishlist-icon {
	position: absolute;
	top: 17px;
	right: 17px;
	color: var(--white);
	font-size: 1.375em;
	-webkit-transition: .4 ease-in;
	-o-transition: .4 ease-in;
	transition: .4 ease-in
}
.course-card .card-content .card-content-bottom .author p a:hover, .course-card .course-img-thumb .wishlist-icon:hover {
	color: var(--theme)
}
.course-card .card-content .tag {
	padding: 0 10px;
	border: 1px solid var(--th-border-color);
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-bottom: 15px
}
.course-card .card-content .course-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 21px;
	margin-bottom: 28px
}
.course-card .card-content .course-rating .rating-text {
	margin-bottom: 0;
	color: var(--black-color8);
	line-height: 28px
}
.course-card .card-content .course-meta {
	border: 1px solid var(--th-border-color);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 24px
}
.course-card .card-content .course-meta a:last-child::after {
	display: none
}
.course-card .card-content .card-content-bottom, .course-card .card-content .card-content-bottom .author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.course-card .card-content .card-content-bottom {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 32px
}
.course-card .card-content .card-content-bottom .author {
	gap: 8px
}
.course-card .card-content .card-content-bottom .author p a {
	line-height: 32px;
	color: var(--black-color8);
	-webkit-transition: .4s ease-in;
	-o-transition: .4s ease-in;
	transition: .4s ease-in
}
.course-card .card-content .card-content-bottom > .btn-wrap {
	margin-top: 0
}
.course-card .card-content .box-title, .course-card .review-text {
	margin-bottom: 0
}
.nav-tabs.course-tabs .nav-link.active {
	background-color: var(--theme);
	color: var(--white);
	border-color: transparent
}
.nav-tabs.course-tabs .nav-link {
	border-radius: 0
}
.nav-tabs.course-tabs {
	gap: 16px;
	border-bottom: unset
}
.title-wrap {
	max-width: 496px
}
.instr-area-1 {
	background-color: var(--gray-color)
}
.instr-area-1 .title-wrap {
	max-width: 340px
}
.instr-card {
	position: relative;
	--space: 20px;
}
.instr-card.style2 .instr-img {
	background-color: #eef1f4
}
.instr-card.style2 .card-icon {
	color: var(--title);
	line-height: 44px
}
.instr-card.style2 .card-icon i {
	font-size: 1.563em
}
.instr-card .instr-img {
	position: relative;
	background-color: var(--white)
}
.instr-card .instr-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.instr-card .box-content {
	padding: 8px;
	position: absolute;
	bottom: var(--space);
	margin: 0 20px;
	max-width: calc(100% - var(--space)*2);
	z-index: 2;
	text-align: center;
	-webkit-filter: drop-shadow(0 10px 50px rgba(135, 143, 151, .2));
	filter: drop-shadow(0 10px 50px rgba(135, 143, 151, .2));
	bottom: 0
}
.instr-card .box-content:before, .short-services-social::before {
	position: absolute;
	z-index: -1;
	background-color: var(--theme);
	content: ""
}
.instr-card .box-content, .instr-card .box-content:after, .instr-card .box-content:before {
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.instr-card .box-content:after, .instr-card .box-content:before {
	top: -40px;
	right: 0;
	height: 130%;
	-webkit-clip-path: polygon(0 60px, 50.76% 11%, 100% 59px, 100% 100%, 0 100%);
	clip-path: polygon(0 60px, 50.76% 11%, 100% 59px, 100% 100%, 0 100%)
}
.instr-card .box-content:after {
	content: "";
	position: absolute;
	background-color: var(--white);
	z-index: -1
}
.instr-card .card-icon {
	width: 36px;
	height: 36px;
	line-height: 37px;
	display: block;
	border: 0 solid #b7c2cc;
	border-radius: 48px;
	margin: auto auto 6px;
	background: var(--white)
}
.instr-card .card-icon img {
	margin: 0
}
.instr-card .box-title {
	margin-bottom: 0;
	color: var(--theme2)
}
.instr-card .instr-desig {
	color: var(--th-border-color5);
	display: block;
	margin-bottom: 0
}
.instr-card .th-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.instr-card .th-social a {
	border-color: transparent
}
.instr-card:hover .box-content:after {
	width: 0
}
.instr-card:hover .card-icon {
	background-color: var(--white)
}
.instr-card:hover .box-title, .instr-card:hover .instr-desig, .theme-yellow .preloader .th-btn:hover, .theme-yellow2 .preloader .th-btn:hover {
	color: var(--white)
}
.instr-card:hover .th-social a {
	background-color: var(--white);
	color: var(--title);
	border: 1px solid transparent
}
.partners-area-1 .sec-text {
	margin-top: -.6em
}
.partners-wrap1 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin: 0 60px;
	border-left: 1px solid #e0e8f0;
	border-bottom: 1px solid #e0e8f0
}
.partners-card {
	position: relative;
	height: 194px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid var(--th-border-color);
	border-right: 1px solid var(--th-border-color)
}
.partners-card a img {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.partners-card:hover a img {
	scale: 1.1
}
.mentorship-area-1 {
	padding-bottom: calc(120px - 75px)!important
}
.mentorship-card .card-content {
	position: relative;
	background-color: var(--gray-color);
	width: calc(100% - 48px);
	margin: -75px auto 0;
	padding: 65px 25px;
	text-align: center;
	z-index: 2
}
.mentorship-card .box-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: .56px
}
.mentorship-card .box-text {
	font-size: 1.5em;
	line-height: 30px;
	margin-top: 17px
}
.mentorship-card .btn-wrap {
	margin-top: 52px
}
.blog-arae-3, .second_section{
	background: var(--gray-color)
}
.banner-wrap1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}
.banner-wrap1 .banner-left-img {
	margin-bottom: -200px;
	width: 24%;
}
.banner-wrap1 .banner-content {
	display: block;
	width: 55%;
}
.banner-wrap1 .banner-content .btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: wrap;
	gap: 0;
	justify-content: space-between;
}
.banner-wrap1 .banner-content a img {
	width: 25px;
	margin-right: 5px
}
.banner-wrap1 .banner-content .box-title {
	font-size: 2.5em;
	line-height: 48px;
	letter-spacing: .8px
}
.short-services-social {
	position: relative
}
.short-services-social::before {
	width: 101%;
	height: 100px;
	top: -34px;
	left: -12px
}
.short-services-social .th-social {
	position: relative;
	padding: 10px 0;
	left: 40px
}
.short-services-social .th-social a:hover {
	color: var(--smoke-color)
}
.short-services-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	position: relative
}
.short-services-item {
	display: flex;
	gap: 15px;
	position: relative;
	flex-wrap: nowrap;
	width: 25%
}
.short-services-item::before {
	width: 1px;
	height: 64px;
	background-color: var(--th-border-color);
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -14px
}
.short-services-item:last-child::before {
	display: none
}
.short-services-item .short-services-text .box-title {
	margin-bottom: 0;
	color: var(--theme2)
}
.short-services-item .short-services-text .box-text {
	color: var(--th-border-color5)
}
.px-5 {
	padding-right: 5px;
	padding-left: 5px
}
.px-10 {
	padding-right: 10px;
	padding-left: 10px
}
.px-15 {
	padding-right: 15px;
	padding-left: 15px
}
.px-20 {
	padding-right: 20px;
	padding-left: 20px
}
.px-25 {
	padding-right: 25px;
	padding-left: 25px
}
.px-30 {
	padding-right: 30px;
	padding-left: 30px
}
.px-35 {
	padding-right: 35px;
	padding-left: 35px
}
.px-40 {
	padding-right: 40px;
	padding-left: 40px
}
.px-45 {
	padding-right: 45px;
	padding-left: 45px
}
.px-50 {
	padding-right: 50px;
	padding-left: 50px
}
.py-5 {
	padding-top: 5px;
	padding-bottom: 5px
}
.py-10 {
	padding-top: 10px;
	padding-bottom: 10px
}
.py-15 {
	padding-top: 15px;
	padding-bottom: 15px
}
.py-20 {
	padding-top: 20px;
	padding-bottom: 20px
}
.py-25 {
	padding-top: 25px;
	padding-bottom: 25px
}
.py-30 {
	padding-top: 30px;
	padding-bottom: 30px
}
.py-35 {
	padding-top: 35px;
	padding-bottom: 35px
}
.py-40 {
	padding-top: 40px;
	padding-bottom: 40px
}
.py-45 {
	padding-top: 45px;
	padding-bottom: 45px
}
.py-50 {
	padding-top: 50px;
	padding-bottom: 50px
}
.pt-5 {
	padding-top: 5px
}
.pt-10 {
	padding-top: 10px
}
.pt-15 {
	padding-top: 15px
}
.pt-20 {
	padding-top: 20px
}
.pt-25 {
	padding-top: 25px
}
.pt-30 {
	padding-top: 30px
}
.pt-35 {
	padding-top: 35px
}
.pt-40 {
	padding-top: 40px
}
.pt-45 {
	padding-top: 45px
}
.pt-50 {
	padding-top: 50px
}
.pb-5 {
	padding-bottom: 5px
}
.pb-10 {
	padding-bottom: 10px
}
.pb-15 {
	padding-bottom: 15px
}
.pb-20 {
	padding-bottom: 20px
}
.pb-25 {
	padding-bottom: 25px
}
.pb-30 {
	padding-bottom: 30px
}
.pb-35 {
	padding-bottom: 35px
}
.pb-40 {
	padding-bottom: 40px
}
.pb-45 {
	padding-bottom: 45px
}
.pb-50 {
	padding-bottom: 50px
}
.pl-5 {
	padding-left: 5px
}
.pl-10 {
	padding-left: 10px
}
.pl-15 {
	padding-left: 15px
}
.pl-20 {
	padding-left: 20px
}
.pl-25 {
	padding-left: 25px
}
.pl-30 {
	padding-left: 30px
}
.pl-35 {
	padding-left: 35px
}
.pl-40 {
	padding-left: 40px
}
.pl-45 {
	padding-left: 45px
}
.pl-50 {
	padding-left: 50px
}
.pr-5 {
	padding-right: 5px
}
.pr-10 {
	padding-right: 10px
}
.pr-15 {
	padding-right: 15px
}
.pr-20 {
	padding-right: 20px
}
.pr-25 {
	padding-right: 25px
}
.pr-30 {
	padding-right: 30px
}
.pr-35 {
	padding-right: 35px
}
.pr-40 {
	padding-right: 40px
}
.pr-45 {
	padding-right: 45px
}
.pr-50 {
	padding-right: 50px
}
.pb-60 {
	padding-bottom: 60px
}
.pt-60 {
	padding-top: 60px
}
.mx-5 {
	margin-right: 5px;
	margin-left: 5px
}
.mx-10 {
	margin-right: 10px;
	margin-left: 10px
}
.mx-15 {
	margin-right: 15px;
	margin-left: 15px
}
.mx-20 {
	margin-right: 20px;
	margin-left: 20px
}
.mx-25 {
	margin-right: 25px;
	margin-left: 25px
}
.mx-30 {
	margin-right: 30px;
	margin-left: 30px
}
.mx-35 {
	margin-right: 35px;
	margin-left: 35px
}
.mx-40 {
	margin-right: 40px;
	margin-left: 40px
}
.mx-45 {
	margin-right: 45px;
	margin-left: 45px
}
.mx-50 {
	margin-right: 50px;
	margin-left: 50px
}
.my-5 {
	margin-top: 5px;
	margin-bottom: 5px
}
.my-10 {
	margin-top: 10px;
	margin-bottom: 10px
}
.my-15 {
	margin-top: 15px;
	margin-bottom: 15px
}
.my-20 {
	margin-top: 20px;
	margin-bottom: 20px
}
.my-25 {
	margin-top: 25px;
	margin-bottom: 25px
}
.my-30 {
	margin-top: 30px;
	margin-bottom: 30px
}
.my-35 {
	margin-top: 35px;
	margin-bottom: 35px
}
.my-40 {
	margin-top: 40px;
	margin-bottom: 40px
}
.my-45 {
	margin-top: 45px;
	margin-bottom: 45px
}
.my-50 {
	margin-top: 50px;
	margin-bottom: 50px
}
.mt-5 {
	margin-top: 5px
}
.mt-10 {
	margin-top: 10px
}
.mt-15 {
	margin-top: 15px
}
.mt-20 {
	margin-top: 20px
}
.mt-25 {
	margin-top: 25px
}
.mt-30 {
	margin-top: 30px
}
.mt-35 {
	margin-top: 35px
}
.mt-40 {
	margin-top: 40px
}
.mt-45 {
	margin-top: 15px
}
.mt-50 {
	margin-top: 50px
}
.mb-5 {
	margin-bottom: 5px
}
.mb-10 {
	margin-bottom: 10px
}
.mb-15 {
	margin-bottom: 15px
}
.mb-20 {
	margin-bottom: 20px
}
.mb-25 {
	margin-bottom: 25px
}
.mb-30 {
	margin-bottom: 30px
}
.mb-35 {
	margin-bottom: 35px
}
.mb-40 {
	margin-bottom: 40px
}
.mb-45 {
	margin-bottom: 45px
}
.mb-50 {
	margin-bottom: 50px
}
.ml-5 {
	margin-left: 5px
}
.ml-10 {
	margin-left: 10px
}
.ml-15 {
	margin-left: 15px
}
.ml-20 {
	margin-left: 20px
}
.ml-25 {
	margin-left: 25px
}
.ml-30 {
	margin-left: 30px
}
.ml-35 {
	margin-left: 35px
}
.ml-40 {
	margin-left: 40px
}
.ml-45 {
	margin-left: 45px
}
.ml-50 {
	margin-left: 50px
}
.mr-5 {
	margin-right: 5px
}
.mr-10 {
	margin-right: 10px
}
.mr-15 {
	margin-right: 15px
}
.mr-20 {
	margin-right: 20px
}
.mr-25 {
	margin-right: 25px
}
.mr-30 {
	margin-right: 30px
}
.mr-35 {
	margin-right: 35px
}
.mr-40 {
	margin-right: 40px
}
.mr-45 {
	margin-right: 45px
}
.mr-50 {
	margin-right: 50px
}
.mt-60 {
	margin-top: 30px
}
.mt-70 {
	margin-top: 70px
}
.mb-28 {
	margin-bottom: 28px
}
.mb-33 {
	margin-bottom: 33px
}
.mb-55 {
	margin-bottom: 55px
}
.mb-60 {
	margin-bottom: 60px
}
.mb-65 {
	margin-bottom: 65px
}
.mb-70 {
	margin-bottom: 70px
}
.mb-80 {
	margin-bottom: 80px
}
.mt-n1 {
	margin-top: -.25rem
}
.mt-n2 {
	margin-top: -.45rem
}
.mt-n3 {
	margin-top: -.8rem
}
.mt-n4 {
	margin-top: -1.5rem
}
.mt-n5 {
	margin-top: -3rem
}
.mb-n1 {
	margin-bottom: -.25rem
}
.mb-n2 {
	margin-bottom: -.45rem
}
.mb-n3 {
	margin-bottom: -.8rem
}
.mb-n4 {
	margin-bottom: -1.5rem
}
.mb-n5 {
	margin-bottom: -3rem
}
section {
	padding: 50px 0;
	position: relative;
}
.space-extra, .space-extra-top {
	padding-top: calc(var(--section-space) - 30px)
}
.space-extra, .space-extra-bottom {
	padding-bottom: calc(var(--section-space) - 30px)
}
.space-extra2, .space-extra2-top {
	padding-top: calc(var(--section-space) - 40px)
}
.space-extra2, .space-extra2-bottom {
	padding-bottom: calc(var(--section-space) - 40px)
}
.theme-yellow {
	--theme: #ffec40;
	--theme2: #ff4f38;
	--th-body-background: #13182b
}
.theme-yellow .color-scheme-wrap .switchIcon {
	color: var(--black-color2)
}
.theme-yellow .preloader .th-btn, .theme-yellow .slider-drag-cursor {
	color: var(--title)
}
.theme-yellow .cursor-follower {
	mix-blend-mode: difference
}
.theme-yellow2 {
	--theme: #ffec40;
	--theme2: #3282fb
}
.theme-yellow2 .color-scheme-wrap .switchIcon {
	color: var(--black-color2)
}
.theme-yellow2 .preloader .th-btn, .theme-yellow2 .slider-drag-cursor {
	color: var(--title)
}
.theme-yellow2 .cursor-follower {
	mix-blend-mode: difference
}
.line1, .line3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.line3 {
	-webkit-line-clamp: 6
}
.instr-card .card-icon, .th-btn.th-icon:after {
	font-family: Font Awesome\ 6 Pro
}
.admission-step {
	background: 0 0;
	position: relative
}
.step-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	border-radius: 15px;
	padding-bottom: 103px
}
.step-connector {
	content: "";
	position: absolute;
	width: 2px;
	height: 66px;
	background-color: var(--theme);
	left: 50%;
	bottom: 54px;
	transform: translateX(-50%);
	z-index: -1
}
.step-box {
	background: var(--white);
	color: #333;
	padding: 20px;
	text-align: center;
	min-height: 239px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	transition: transform .3s;
	
}
.step-dot {
	width: 50px;
	height: 50px;
	border: 2px solid var(--theme);
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}
.admission-step::after, .step-dot::after {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: block;
	position: absolute;
	transform: translate(-50%, -50%);
	border: 4px solid #f5f5f5
}
.step-dot::after {
	background-color: var(--theme);
	top: 50%;
	left: 50%
}
.admission-step::after {
	background-color: var(--smoke-color);
	bottom: 10px;
	right: -12%
}
.step-header {
	padding: 10px;
	background: var(--gray-color);
	
	margin: 0 0 1em;
	color: var(--theme);
	font-weight: 700
}
.step-body p {
	font-weight: 400;
	margin-top: 0;
	line-height: 1.5
}
.step-body .step-btn {
	margin-top: 15px
}
.admission-step .step-content {
	position: relative
}
#admissionsCarousel::after {
	content: "";
	position: absolute;
	bottom: 48px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--smoke-color);
	z-index: -1
}
.step-btn {
	font-size: 12px;
	text-transform: uppercase;
	
	cursor: pointer
}
.big-dot-arc {
	position: absolute;
	bottom: 34px;
	left: 52.517%;
	padding-bottom: 16.548337159%;
	width: 58.986814712%;
	height: 0;
	background-image: url(../img/icon-circle-dot.svg);
	background-repeat: no-repeat;
	background-size: cover
}
#about-sec .shape-mockup, #professor-sec .shape-mockup {
	z-index: 3
}
.short-services-item .icon {
	width: 50px
}
.why-video-bg {
	padding: 20px;
	background: var(--white);
	border-radius: 15px
}
.why-video-bg iframe {
	height: 80vh;
	border-radius: 15px
}
.professor-area-1 {
	background-color: var(--gray-color)
}
.testi-area {
	background: var(--gray-color)
}
.bg1 {
	background: linear-gradient(151.71deg, #29c986 0, #2fc8e5 100%)!important
}
.bg2 {
	background: linear-gradient(151.71deg, #ff652d 0, #ffa426 100%)!important
}
.bg3 {
	background: linear-gradient(151.71deg, #30c4ff 0, #7259ff 100%)!important
}
.bg4 {
	background: linear-gradient(151.71deg, #30bfff 0, #59b4ff 100%)!important
}
#onload_modal .btn-close {
	color: var(--white);
}
.banner-right-img {
	width: 25%;
}
.sticky img {
	width: 90%;
}
.search-result {
	list-style: outside none none;
	padding: 0;
	display: flow-root
}
.search-result li {
	padding: 15px;
	transition: all .2s ease 0s;
	list-style: none;
	width: 100%;
	margin-bottom: 15px;
	box-shadow: 0 2px 33px 2px rgb(121 124 148/18%);
	border-radius: 10px;
	background: #fff
}
.search-result .local {
	color: var(--theme);
	display: block;
	font-size: 1.16em
}
.search-result .local:hover {
	color: var(--theme) !important
}
.search-result span {
	color: var(--bs-dark);
	display: block;
	font-size: .85em
}
.search-result p {
	margin: 5px auto
}
.footer-menu .menu-item-has-children a {
	color: var(--white);
	padding: 0;
	border: 0;
	position: relative;
	
	line-height: 50px;
	margin: 0;
	padding-bottom: 0;
	cursor: none;
	width: 100%;
	display: block;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
}
.footer-menu ul {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 50px;
	align-content: flex-start;
}
.footer-menu .sub-menu {
	display: block;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 0;
	position: relative;
}
.footer-menu .sub-menu li a {
	font-size: 0.9em;
	border: 0;
	line-height: 2em;
	cursor: pointer;
	font-weight: 400;
	
	padding-left: 1em;
	color: var(--th-border-color7);
}
.footer-menu .sub-menu li a:before {
	position: absolute;
	font-family: var(--icon-font);
	left: 0;
	top: 0;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	background-color: transparent;
	border: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.footer-menu .sub-menu li a:hover {
	color: var(--theme2);
}
.footer-menu .sub-menu li a:hover:before {
	left: 2px
}
.footer-menu .menu-item-has-children {
	position: relative;
}
.footer-menu .menu-item-has-children::after {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: -20px;
	content: "";
	background: -o-linear-gradient(45deg, transparent, var(--body), transparent);
	background: linear-gradient(45deg, transparent, var(--body), transparent)
}
.footer-menu ul li:nth-child(n + 5) {
	display: none;
}
.footer-menu .sub-menu li:nth-child(n + 5) {
	display: block;
}
.serial {
	counter-reset: Serial;
}
.serial tr td:first-child::before {
	content: "" counter(Serial, decimal);
	counter-increment: Serial;
}
.serial tr td:first-child {
	text-align: center;
	font-weight: bold;
}
.table > thead > tr > th {
	background-color: var(--theme2);
	color: var(--white);
}
.archive:before {
	content: "\f187";
}
.archive_back:before {
	content: "\f060";
}
.archive:before, .archive_back:before {
	font-family: Font Awesome\ 6 Pro;
	font-weight: 900;
	position: absolute;
	left: 12px
}
.archive {
	display: block;
	padding: 7px 15px;
	width: 110px;
	border: 0;
	background-color: #054da2;
	color: var(--white);
	border-radius: 4px;
	text-align: right;
	position: absolute;
	right: 26%;
	top: 50px;
	z-index: 1
}
.archive:active, .archive:focus, .archive:hover {
	background-color: #ffdf94
}
.archive_back {
	display: block;
	padding: 7px 15px;
	width: 90px;
	border: 0;
	background-color: var(--title);
	color: var(--white);
	border-radius: 4px;
	text-align: right;
	position: absolute;
	right: 26%;
	top: 50px;
	z-index: 1
}
.archive_back:active, .archive_back:focus, .archive_back:hover {
	background-color: var(--body);
	color: var(--theme3)
}
.dataTables_wrapper {
	padding-top: 5px
}
.inner_data h2::before {
	content: "";
	width: 150px;
	height: 2px;
	position: absolute;
	left: 0px;
	bottom: -6px;
	background: var(--theme2);
}
.inner_data.container {
	margin: 0 auto;
	background: var(--white);
	border-radius: 16px;
	box-shadow: 0 10px 25px rgba(18, 56, 132, .2);
	overflow: hidden
}
.inner_data .note {
	background: #eaf0ff;
	border-left: 5px solid var(--theme);
	padding: 12px;
	border-radius: 10px;
	color: var(--theme);
	margin: 1.5em 0;
	font-weight: 500
}

.header-div p {
	margin: 6px 0 0;
	font-size: 1rem;
	color: var(--bs-danger);
}
.inner_data h2{
	color: var(--theme);
	margin-top: 15px;
}
.inner_data h3 {
	color: var(--theme2);
	border-left: 5px solid var(--theme2);
	padding-left: 10px;
	margin-top: 25px
}

    tr:nth-child(even) {
      background-color: #f9f9f9;
    }
    tr:hover {
      background-color: #c7a25233; 
    }

 
    ul.doc-grid {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
      gap: 18px;
      margin-bottom: 2em;
    }

    
    ul.doc-grid li {
      position: relative;
      display: flex;
      align-items: center;
      gap: 15px;
      padding: 25px;
      color: #fff;
      min-height: 130px;
      justify-content: center;
      align-content: center;
      flex-direction: column;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    ul.doc-grid li:hover {
      transform: translateY(-5px);
    }

    
    ul.doc-grid li::before {
      content: "";
      position: absolute;
      top: 0;
      left: -75%;
      width: 50%;
      height: 100%;
      background: rgba(255, 255, 255, 0.4);
      transform: skewX(-25deg);
      transition: all 0.6s ease;
    }

    ul.doc-grid li:hover::before {
      left: 130%;
    }

    .icon-box {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.5rem;
      flex-shrink: 0;
    }

    
    .blue { background: linear-gradient(135deg, #4f8ffb, #1d4ed8); }
    .green { background: linear-gradient(135deg, #34d399, #059669); }
    .orange { background: linear-gradient(135deg, #f59e0b, #d97706); }
    .purple { background: linear-gradient(135deg, #a78bfa, #7c3aed); }
    .red { background: linear-gradient(135deg, #f87171, #b91c1c); }

    .doc-text {
      flex: 1;
      font-size: 1rem;
      line-height: 1.6;
      text-align: center;
      z-index: 1;
    }
.team-data {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 25px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

.values-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 18px;
}

.values-grid li {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  overflow: hidden;
}

.values-grid li:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
}

.values-grid .card-body {
  padding: 0;
}

.values-grid .card-body p {
  margin: 0;
}

.value-icon {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 24px;
  overflow: hidden;
  box-shadow: inset 0 -6px 18px rgba(0, 0, 0, 0.08);
}

.value-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.1) 100%);
  transform: skewX(-20deg);
}

.value-icon:hover::after {
  animation: shine 1s ease forwards;
}

@keyframes shine {
  from {
    left: -100%;
  }
  to {
    left: 150%;
  }
}
.value-icon {
      width:64px;
      height:64px;
      border-radius: 102px;
      display:grid;
      place-items:center;
      flex-shrink:0;
      color:#fff;
      font-size:24px;
      box-shadow:inset 0 -6px 18px rgba(0,0,0,0.08);
      }

.accent-1 {
  background: linear-gradient(135deg, #6EE7B7 0%, #3B82F6 100%);
}

.accent-2 {
  background: linear-gradient(135deg, #FDE68A 0%, #F97316 100%);
}

.accent-3 {
  background: linear-gradient(135deg, #C7B2FF 0%, #7C3AED 100%);
}

.accent-4 {
  background: linear-gradient(135deg, #FBCFE8 0%, #FB7185 100%);
}
.display-6 {
    font-family: "Cookie", cursive;
}
.footer-menu .sub-menu li a:before{position: absolute;
	font-family: var(--icon-font);
								   content: "\f105";
	left: 0;
	top: 0;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	background-color: transparent;
	border: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s}
.hide {
    display: none !important;
}

  
  .sections-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  
 
 
  .sections-list h5 {
    color: #1a73e8;
    font-size: 18px;
    margin-bottom: 12px;
  }

  .sections-list ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .sections-list ul li {
    background: #ffffff;
    margin-bottom: 8px;
    border-radius: 8px;
    line-height: 1.5;
    position: relative;
    border: 1px solid #00000014;
    padding: 15px;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .sections-list ul li:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    border-color: var(--theme2);
  }
  .sections-list ul li::before {
    color: #1a73e8;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-right: 8px;
  }
  .timeline {
      position: relative;
      max-width: 900px;
      margin: auto;
      padding: 0;
    }

    
    .timeline::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 1px;
      background-color: #00000026;
      transform: translateX(-50%);
    }

    .timeline-item {
      position: relative;
      width: 49%;
      padding: 20px;
      border-radius: 10px;
      border: 3px solid currentColor;
      color: inherit;
      margin: 20px 0;
      text-align: center;
      background: #fff;
      
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .timeline-item i {
      font-size: 30px;
      display: block;
      margin-bottom: 10px;
      color: inherit;
    }

    .timeline-item b {
      display: block;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .timeline-item p {
      margin: 0;
      line-height: 1.5;
      color: var(--title);
    }

    
    .timeline-item.left {
      left: -30px;
    }
    .timeline-item.right {
      left: 54%;
    }

    
    .timeline-item::after {
      content: '';
      position: absolute;
      top: 20px;
      width: 0;
      height: 0;
      border: 10px solid transparent;
    }
    .timeline-item.left::after {
      right: -20px;
      border-left-color: currentColor;
    }
    .timeline-item.right::after {
      left: -20px;
      border-right-color: currentColor;
    }

    
    .timeline-item::before {
      content: "";
      position: absolute;
      top: 22px;
      width: 14px;
      height: 14px;
      background: currentColor;
      border-radius: 50%;
      border: 3px solid #fff;
      
    }
    .timeline-item.left::before {
      right: -49px;
    }
    .timeline-item.right::before {
      left: -46px;
    }

    
    .color1 { color: #4e73df; }
    .color2 { color: #1cc88a; }
    .color3 { color: #36b9cc; }
    .color4 { color: #f6c23e; }
    .color5 { color: #e74a3b; }
    .color6 { color: #858796; }
    .color7 { color: #fd7e14; }
    .color8 { color: #20c997; }
    .color9 { color: #6f42c1; }
    .color10 { color: #6610f2; }
    .color11 { color: #d63384; }
    .color12 { color: #0d6efd; }

    .timeline-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

  .calendar-container {
    width: 100%;
    overflow: hidden;
  }
  
  .calendar-header { 
    display:flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom:10px; 
  }

  .calendar-header button {
    padding:5px 15px;
    cursor:pointer;
    border:none;
    background: none;
    color: var(--theme);
    border-radius:5px;
    font-size:16px;
  }

  .calendar-header button:hover {
    background: var(--theme2);
    color: var(--white);
  }

  .month-name {
    font-weight: 500;
    font-size: 35px;
    text-align:center;
    flex:1;
    font-family: "Cookie", cursive;
    line-height: 0;
  }

  .calendar-weekdays, .calendar-days { 
    display:grid; 
    grid-template-columns: repeat(7, 1fr); 
  }
#calendarDays .day:nth-child(7n+1) {
  background: var(--smoke-color);
  color: var(--bs-red);
}

  .weekday, .day {
    border:1px solid var(--th-border-color);
    padding:8px;
    box-sizing:border-box;
    min-height:80px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    background: var(--white);
    transition: transform 0.2s, box-shadow 0.2s;
    font-size: larger;
  }

  .weekday {
    background: var(--theme);
    color:white;
  }

  .day.event {
    background: var(--theme3);
  }

  .day.event span {
    font-size:12px;
    line-height: 12px;
    text-align:center;
    word-wrap: break-word;
  }

  .day.disabled {
    color: var(--theme);
    background: var(--th-border-color);
    border: 1px solid var(--white);
    cursor: not-allowed;
    opacity: 0.7;
  }

.day:hover {
  transform: scale(1.09);
  box-shadow: 0 4px 20px rgb(0 0 0 / 11%);
  z-index: 1;
}
.day.today {
  background: var(--success-color);
  color: var(--white);
  border-color: var(--success-color);
  transform: scale(1.09);
}
  @media(max-width:768px){
    .calendar-weekdays, .calendar-days { 
      grid-template-columns: repeat(7, 1fr); 
    }
    .day { 
      min-height:70px; 
      font-size:12px; 
    }
    .calendar-header { 
      flex-direction: column; 
      gap:10px; 
    }
    .calendar-header button { 
      width:100%; 
    }
  }

    .calendar-notes {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .calendar-notes li {
      position: relative;
      background-color: var(--white);
      border-left: 5px solid var(--success-color);
      padding: 15px 20px;
      
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      border-radius: 5px;
      transition: all 0.3s ease;
      overflow: hidden;
    }

    
    .calendar-notes li::before {
      content: '';
      position: absolute;
      left: -20px; 
      top: 50%;
      transform: translateY(-50%);
      border: 10px solid transparent;
      border-left-color: var(--success-color);
      transition: left 0.3s ease;
    }

    
    .calendar-notes li:hover {
      opacity: 0.7;
    }

    .calendar-notes li:hover::before {
      left: 0px;
    }

    .calendar-notes li strong {
      color: var(--success-color);
      display: block;
    }
.goenka-note{
  width:100%;
  
  background:#ffffff;
  
  box-shadow: 0 8px 30px rgb(13 18 25 / 16%);
  padding: 18px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(0,0,0,0.03);
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.note-label{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  background:linear-gradient(90deg,#ffb703,#fb8500);
  padding: 5px 12px;
  border-radius:999px;
  color:white;
  font-weight:600;
  box-shadow:0 6px 18px rgba(251,133,0,0.18);
}
.note-label i{}

.note-emoji{
  position:absolute;
  right: -60px;
  top: -150px;
  opacity:0.12;
  transform:rotate(18deg);
  font-size:160px;
  animation: floatRotate 6s ease-in-out infinite;
  will-change: transform, opacity;
  transition: opacity 200ms ease;
}

.goenka-note .note-emoji:hover,
.goenka-note .note-emoji:focus{
  animation-play-state:paused;
  opacity:0.22;
}

@keyframes floatRotate{
  0%{ transform: translateY(0px) rotate(18deg) scale(1); }
  25%{ transform: translateY(-10px) rotate(12deg) scale(1.02); }
  50%{ transform: translateY(0px) rotate(18deg) scale(1); }
  75%{ transform: translateY(8px) rotate(24deg) scale(0.99); }
  100%{ transform: translateY(0px) rotate(18deg) scale(1); }
}

.note-text{
  color:#333;
  margin-right: 14px;
  margin-bottom: 0;
  margin-left: 1em;
}

.data-available {
    color: var(--theme2);
}

.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery li {
  vertical-align:middle
}
.gallery li img {
  max-width:100%;
  position:relative;
  border-radius: 10px;
}
.gallery li a {
  display:block;
  position:relative;
  overflow:hidden;
  height:auto;
  margin-bottom:8px
}
.gallery li .overlay {
  position:absolute;
  height:100%;
  width:100%;
  z-index:5;
  top:0;
  right:0;
  left:0;
  text-align:center;
  background-color:rgb(22 42 100 / 80%);
  padding:30px;
  transition:all 450ms ease-out 0s;
  -webkit-transform:rotateY(180deg) scale(.5,.5);
  -moz-transform:rotateY(180deg) scale(.5,.5);
  -ms-transform:rotateY(180deg) scale(.5,.5);
  -o-transform:rotateY(180deg) scale(.5,.5);
  transform:rotateY(180deg) scale(.5,.5);
  opacity:0
}
.gallery li .def-head {
  position:absolute;
  display:block;
  bottom:0;
  padding:1em 11px;
  text-align:center;
  left:0;
  right:0;
  margin:0 auto;
  font-size:15px;
  transition:all 250ms ease-out 0s;
  color:#fff;
  text-shadow:1px 1px 1px #403e3e;
  font-weight:400;
  background-color:rgb(22 42 61 / 85%);
  border-top:0 solid #fff;
  border-bottom:0 solid #fff;
  z-index:5;
  opacity:1;
  font-weight:700;
  box-shadow:0 0 25px rgb(0 0 0 / 10%);
  padding:15px;
  border-radius: 10px;
}
.gallery li a:hover .overlay {
  -webkit-transform:rotateY(0deg) scale(1,1);
  -moz-transform:rotateY(0deg) scale(1,1);
  -ms-transform:rotateY(0deg) scale(1,1);
  -o-transform:rotateY(0deg) scale(1,1);
  transform:rotateY(0deg) scale(1,1);
  opacity:1
}
.gallery li a:hover .def-head {
  bottom:-15%;
  opacity:0
}
.gallery li .heading,
.gallery li .data-content {
  display:block;
  text-align:center;
  margin-bottom:10px
}
.gallery li .heading {
  font-size:23px;
  font-family:"Merriweather",serif;
  color:#fff;
  font-weight:700;
  margin-top:48%
}
.gallery li .data-content {
  color:#fff;
  padding-top:29px;
  font-size:1em;
  font-weight:400;
  padding-bottom:16px
}
.gallery li .view-page {
  color:#fff;
  display:inline-block;
  text-align:center;
  border:1px solid #fff;
  margin:auto;
  padding:5px 10px;
  z-index:9;
  position:relative;
  width:auto
}

.newgallery {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.newgallery li {
  position: relative;
  overflow: hidden;
}

.newgallery img {
  width: 100%;
  height: 250px; 
  object-fit: cover; 
  display: block;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.feedback .th-btn, .admission_enquiry .th-btn {
    padding: 20px 50px;
    border-radius: 0;
}

.newgallery img:hover{filter: grayscale(1);}
.contact-form2 {
    background-color: #EEF1F4;
    padding: 45px;
}
.feedback h2 {
    margin: 0;
}
.admission_enquiry .form-group {
   float: left;
   width: 31.93%;
   margin: 0 1em 0.6em 0;
}
.admission_enquiry .form-group:last-of-type {
   
width: 100%;
}
.feedback .form-group {
   float: left;
   width: 47.13%;
   margin: 0 1em 0.6em 0;
}
.feedback .form-group:last-of-type {
   
width: 97%;
   
margin: 0 1em 0em 0;
}

.admission_enquiry .form-group .form-check-inline {
    padding-left: 0;
}
.admission_enquiry .form-group br {
    display: none;
}

.sitemap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 20px;
  padding: 0;
  list-style: none;
}

.sitemap > li {
  padding-left: 25px;
  position: relative;
}

.sitemap > li:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 7px;
  bottom: 0;
  width: 2px;
  background: var(--smoke-color);
}

.sitemap > li > a:first-child {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  text-decoration: none;
  color: var(--theme);
}

.sitemap > li > a:first-child:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: var(--theme2);
  border-radius: 50%;
}

.sitemap li ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}

.sitemap li ul li {
  position: relative;
  margin: 4px 0;
  padding-left: 0;
}

.sitemap li ul li:before {
  content: "";
  position: absolute;
  left: -31px;
  top: 50%;
  width: 26px;
  height: 1px;
  background: var(--smoke-color);
}

.sitemap li ul li a {
  display: inline-block;
  padding: 7px 10px;
  
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.sitemap li ul li a:hover {
  background: var(--theme2);
  color: var(--white-color);
  padding-left: 14px;
}
.sitemap h3{display: none;}

@media (max-width: 992px) {
  .sitemap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
   .sitemap {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-layout3 .col-md-8 {
    display: none;
}
  ul.doc-grid { grid-template-columns: 1fr; }
     .about-shape,
  .banner-right-img,
  .banner-wrap1 .banner-left-img,
  .community-area-2::before {
    display: none;
  }
  .header-layout2 .header-right {
    position: absolute;
    right: 0;
    top: 0;
  }
.footer-menu ul {
    display: flex;
    gap: 0;
}
.footer-info a:not(:last-child){
    margin-bottom: 0;
}
  .sticky-wrapper.sticky   .header-logo{ width: 100%;}
  .header-logo {
    width: 80%;
  }
  .header-layout2 .header-search,
  .th-menu-toggle {
    width: 35px;
    line-height: 57px;
  }
  .hero-style3 {
    padding: 50px 0 50px 60px;
  }
  .short-services-social::before {
    width: 104%;
  }
  .short-services-item {
    width: 47%;
    float: left;
  }
  .img-box5 .counter-card3 {
    left: 0;
  }
  .short-services-items {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
  }

.breadcumb-wrapper{background-image:none;padding: 30px 0;}
  .breadcumb-title {
    font-size: 1.5em;
    
}
  section {
    padding: 20px 0;
  } 
  .cat-wrap1,
  .checklist.list-two-column ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .title-area {
    margin-bottom: 20px;
  }
  .why-video-bg {
    margin: 1em 0;
  }
  .community-banner {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
  }
  .community-card2 {
    gap: 0;
    padding: 10px;
  }
  .banner-wrap1 .banner-content .btn-wrap {
    flex-direction: column;
  }
  .banner-wrap1 .banner-content .box-title {
    font-size: 2em;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .widget_nav_menu {
    margin-left: 0;
  }
  .footer-widget .widget_title {
    max-width: 100%;
    margin: 20px 0 20px 0;
}
	.admission_enquiry .form-group {
    float: none;
    width: 100%;
    margin: 0 0em 0.6em 0;
}
  .admission_enquiry .shape-mockup {
    width: 100px;
}
}