:root {
	--theme-color: #0da487;
	--theme-color-rgb: 13, 164, 135;
	--theme-color1: #0e947a;
	--theme-color1-rgb: 14, 148, 122;
	--theme-color2: linear-gradient(
		90.56deg,
		var(--theme-color1) 8.46%,
		var(--theme-color) 62.97%
	);
}
.theme-color {
	color: var(--theme-color) !important;
}
.theme-bg-color {
	background: var(--theme-color) !important;
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(34, 34, 34, 0.08);
}
@-webkit-keyframes mover {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@keyframes mover {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@-webkit-keyframes floating {
	0% {
		background-position-x: 0;
	}
	100% {
		background-position-x: 1920px;
	}
}
@keyframes floating {
	0% {
		background-position-x: 0;
	}
	100% {
		background-position-x: 1920px;
	}
}
.ratio_46 .bg-size:before {
	content: "";
	padding-top: 46%;
	display: block;
}
.slick-slider .slick-list {
	margin: 0 -10px;
}
@media (max-width: 575px) {
	.slick-slider .slick-list {
		margin: 0 -6px;
	}
}
.slick-slider .slick-list .slick-slide > div {
	margin: 0 10px;
}
[dir="rtl"] .slick-slider .slick-list .slick-slide > div {
	direction: rtl;
}
@media (max-width: 575px) {
	.slick-slider .slick-list .slick-slide > div {
		margin: 0 6px;
	}
}
.slick-slider.slick-dotted {
	margin-bottom: 0;
}
.landing-wrapper .slick-arrow.slick-prev,
.landing-wrapper .slick-arrow.slick-next {
	width: auto;
	height: auto;
	bottom: -5px;
	top: unset;
	-webkit-transform: unset;
	transform: unset;
	z-index: 1;
}
.landing-wrapper .slick-arrow.slick-prev::before,
.landing-wrapper .slick-arrow.slick-next::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "";
	color: #222;
	opacity: 1;
}
.landing-wrapper .slick-arrow.slick-prev {
	left: 44%;
}
.landing-wrapper .slick-arrow.slick-prev::before {
	content: "\f060";
}
.landing-wrapper .slick-arrow.slick-next {
	right: 44%;
}
.landing-wrapper .slick-arrow.slick-next::before {
	content: "\f061";
}
.landing-wrapper .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	bottom: 0;
	margin-top: calc(10px + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.landing-wrapper .slick-dots li {
	width: auto;
	height: auto;
}
.landing-wrapper .slick-dots li button {
	width: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)));
	height: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)));
	border: 1px solid transparent;
	border-radius: 100%;
	padding: 0;
	margin: 0;
	background-color: var(--theme-color);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.landing-wrapper .slick-dots li button::before {
	display: none;
}
.landing-wrapper .slick-dots li.slick-active button {
	width: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)));
	height: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)));
	margin: 0;
	background-color: #fff;
	border: 1px solid var(--theme-color);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 100%;
}
.landing-wrapper .timer {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	text-align: center;
}
.layout-section .layout-page-box {
	padding: 0;
	background-color: #fff;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 575px) {
	.layout-section .layout-page-box {
		margin-bottom: 0;
	}
}
.layout-section .layout-page-box:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.layout-section .layout-page-box:hover .layout-image a .link-button {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.layout-section .layout-page-box:hover .layout-name {
	color: var(--theme-color);
}
.layout-section .layout-page-box:hover .layout-name:before {
	opacity: 1;
}
.layout-section .layout-page-box .layout-image {
	position: relative;
}
.layout-section .layout-page-box .layout-image a {
	display: block;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	position: relative;
}
.layout-section .layout-page-box .layout-image a .link-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: 0;
}
.layout-section .layout-page-box .layout-image a .link-button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--theme-color);
	opacity: 0.3;
	z-index: -1;
}
.layout-section .layout-page-box .layout-image a img {
	height: 300px;
	padding: 0;
	background-color: #fff;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top left;
	object-position: top left;
	-webkit-box-shadow: 0 15px 70px rgba(34, 34, 34, 0.07);
	box-shadow: 0 15px 70px rgba(34, 34, 34, 0.07);
}
@media (max-width: 1367px) {
	.layout-section .layout-page-box .layout-image a img {
		height: 250px;
	}
}
@media (max-width: 768px) {
	.layout-section .layout-page-box .layout-image a img {
		height: 220px;
	}
}
@media (max-width: 576px) {
	.layout-section .layout-page-box .layout-image a img {
		height: 310px;
	}
}
@media (max-width: 380px) {
	.layout-section .layout-page-box .layout-image a img {
		height: 190px;
	}
}
.layout-section .layout-page-box .layout-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
	color: #222;
}
.layout-section .layout-page-box .layout-name h4 {
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
}
.layout-section .custome-nav-tabs {
	gap: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: none;
	margin-bottom: 27px;
}
.layout-section .custome-nav-tabs .nav-item.show .nav-link {
	color: #fff;
	background-color: var(--theme-color);
}
.layout-section .custome-nav-tabs .nav-item .nav-link {
	margin: 0;
	background-color: #f8f8f8;
	border: none;
	border-radius: 4px;
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
	color: #4a5568;
	padding: 10px 20px;
}
.layout-section .custome-nav-tabs .nav-item .nav-link.active {
	color: #fff;
	background-color: var(--theme-color);
}
.feature-section {
	background-image: url(../images/landing-image/feature-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
@media (max-width: 991px) {
	.feature-section .feature-icon {
		display: none;
	}
}
.feature-section .feature-icon img {
	position: absolute;
	-webkit-animation: mover 2s infinite alternate;
	animation: mover 2s infinite alternate;
}
.feature-section .feature-icon img.img-1 {
	bottom: 73px;
	right: 31px;
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}
.feature-section .feature-icon img.img-2 {
	top: 272px;
	left: 73px;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
.feature-section .feature-icon img.img-3 {
	bottom: 516px;
	left: 82px;
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
}
.feature-section .feature-grid > div:first-child {
	padding-top: 100px;
}
@media (max-width: 1199px) {
	.feature-section .feature-grid > div:first-child {
		padding-top: 0;
	}
}
.feature-section .feature-grid > div:last-child {
	padding-top: 150px;
}
@media (max-width: 1199px) {
	.feature-section .feature-grid > div:last-child {
		padding-top: 0;
	}
}
.feature-section .feature-bg {
	position: relative;
	z-index: 0;
}
.feature-section .feature-bg + .feature-bg {
	margin-top: 50px;
}
.feature-section .feature-bg::before {
	content: "";
	position: absolute;
	bottom: -4%;
	left: -4%;
	width: 70%;
	height: 70%;
	border: 1px dashed rgba(34, 34, 34, 0.4);
	z-index: -1;
}
.feature-section .feature-bg-2::before {
	width: 70%;
	height: 70%;
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -4%;
	border: 1px dashed rgba(34, 34, 34, 0.4);
	z-index: -1;
}
.feature-section .feature-bg-3::before {
	content: "";
	position: absolute;
	bottom: -4%;
	right: -4%;
	left: unset;
	width: 70%;
	height: 70%;
	border: 1px dashed rgba(34, 34, 34, 0.4);
	z-index: -1;
}
.feature-section .feature-bg .feature-box {
	padding: calc(17px + (28 - 17) * ((100vw - 320px) / (1920 - 320)))
	calc(17px + (25 - 17) * ((100vw - 320px) / (1920 - 320)));
	background: #fff;
	position: relative;
	z-index: 0;
	-webkit-box-shadow: -4.31566px 6.47349px 21.5783px rgba(14, 109, 91, 0.06);
	box-shadow: -4.31566px 6.47349px 21.5783px rgba(14, 109, 91, 0.06);
}
.feature-section .feature-bg .feature-box .feature-image {
	position: relative;
}
.feature-section .feature-bg .feature-box .feature-image .main-img {
	width: 100%;
	height: calc(180px + (263 - 180) * ((100vw - 320px) / (1920 - 320)));
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 767px) {
	.feature-section .feature-bg .feature-box .feature-image .header-footer {
		display: none;
	}
}
.feature-section .feature-bg .feature-box .feature-image .header-footer img {
	position: absolute;
	-webkit-animation: mover 2s infinite alternate;
	animation: mover 2s infinite alternate;
}
.feature-section
.feature-bg
.feature-box
.feature-image
.header-footer
img.img-header {
	top: 12px;
	left: -96px;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}
.feature-section
.feature-bg
.feature-box
.feature-image
.header-footer
img.img-footer {
	bottom: -13px;
	right: -70px;
	-webkit-animation-delay: 9s;
	animation-delay: 9s;
}
.feature-section .feature-bg .feature-box .feature-contain {
	margin-top: 15px;
}
.feature-section .feature-bg .feature-box .feature-contain h6 {
	font-weight: 500;
	margin-bottom: 10px;
}
.feature-section .feature-bg .feature-box .feature-contain h3 {
	font-size: calc(19px + (22 - 19) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
	margin-bottom: 6px;
}
.feature-section .feature-bg .feature-box .feature-contain p {
	line-height: 1.4;
	margin: 0;
}
.spacing-bottom .shop-product-section {
	background-image: url(../images/landing-image/shop-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: calc(37px + (100 - 37) * ((100vw - 320px) / (1920 - 320)));
}
.spacing-bottom .shop-product-section .shop-nav-tabs {
	border: none;
	margin-bottom: calc(17px + (40 - 17) * ((100vw - 320px) / (1920 - 320)));
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.spacing-bottom .shop-product-section .shop-nav-tabs .nav-item .nav-link {
	font-size: calc(17px + (22 - 17) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	color: #fff;
	background-color: transparent;
	border: none;
	white-space: nowrap;
	border-bottom: 4px solid transparent;
	padding-bottom: calc(8px + (13 - 8) * ((100vw - 320px) / (1920 - 320)));
}
.spacing-bottom
.shop-product-section
.shop-nav-tabs
.nav-item
.nav-link.active {
	border-bottom: 4px solid #fff;
	border-top: transparent;
	position: relative;
	background: transparent;
}
.spacing-bottom .nav-tabs-section {
	margin-top: calc(-55px + (-115 - -55) * ((100vw - 320px) / (1920 - 320)));
}
.spacing-bottom .nav-tabs-section .slider-image {
	padding-bottom: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-top: 15px;
}
.spacing-bottom .nav-tabs-section .slider-image:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}
.tab-content .slider-image {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.tab-content .slider-image img {
	transition: transform 0.4s ease;
}

.tab-content .slider-image:hover img {
	transform: scale(1.05);
}
.tab-content .slider-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.3);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.tab-content .slider-image:hover::after {
	opacity: 1;
}
.tab-content .slider-image:hover .visit-button {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.spacing-bottom .nav-tabs-section .slider-image > div {
	position: relative;
}
.spacing-bottom .nav-tabs-section .slider-image > div a {
	display: block;
}
.spacing-bottom .nav-tabs-section .slider-image > div a img {
	-webkit-box-shadow: -4.31566px 6.47349px 21.5783px rgba(34, 34, 34, 0.06);
	box-shadow: -4.31566px 6.47349px 21.5783px rgba(34, 34, 34, 0.06);
}
.tab-content .slider-image .visit-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(34, 34, 34, 0.161);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.inner-page-section .inner-page-image {
	background-image: url(../images/landing-image/pages/inner-page/inner-page.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: floating 110s linear infinite reverse;
	background-repeat: repeat-x !important;
	height: calc(57vh + (100 - 57) * ((100vw - 320px) / (1920 - 320)));
}
.blog-section .swiper {
	width: 100%;
}
.blog-section .swiper .swiper-slide {
	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;
	width: 100%;
	border-radius: 8px;
	cursor: col-resize;
}
.core-feature-section .core-grid > .row > div:first-child,
.core-feature-section .core-grid > .row > div:nth-child(3) {
	padding-top: calc(0px + (80 - 0) * ((100vw - 320px) / (1920 - 320)));
}
.core-feature-section .core-grid > .row > div:nth-child(4) {
	padding-top: calc(0px + (148 - 0) * ((100vw - 320px) / (1920 - 320)));
}
.core-feature-section .core-grid > .row > div:nth-child(5) {
	padding-top: calc(0px + (70 - 0) * ((100vw - 320px) / (1920 - 320)));
}
.core-feature-section .core-grid > .row > div:last-child {
	padding-top: calc(0px + (12 - 0) * ((100vw - 320px) / (1920 - 320)));
}
.core-feature-section .core-grid > .row > div:first-child .core-feature-image,
.core-feature-section .core-grid > .row > div:last-child .core-feature-image {
	width: calc(78px + (148 - 118) * ((100vw - 320px) / (1920 - 320)));
	height: calc(78px + (148 - 118) * ((100vw - 320px) / (1920 - 320)));
}
.core-feature-section .core-grid > .row > div:nth-child(2) .core-feature-image,
.core-feature-section .core-grid > .row > div:nth-child(4) .core-feature-image {
	width: calc(78px + (148 - 118) * ((100vw - 320px) / (1920 - 320)));
	height: calc(78px + (148 - 118) * ((100vw - 320px) / (1920 - 320)));
}
.core-feature-section .core-grid > .row > div:nth-child(3) .core-feature-image,
.core-feature-section .core-grid > .row > div:nth-child(5) .core-feature-image {
	width: calc(78px + (148 - 118) * ((100vw - 320px) / (1920 - 320)));
	height: calc(78px + (148 - 118) * ((100vw - 320px) / (1920 - 320)));
}
.core-feature-section .core-feature-box + .core-feature-box {
	margin-top: calc(16px + (65 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.core-feature-section .core-feature-box:hover .core-feature-image {
	-webkit-box-shadow: 0px 7px 30px rgba(34, 34, 34, 0.08);
	box-shadow: 0px 7px 30px rgba(34, 34, 34, 0.08);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.core-feature-section .core-feature-box .core-feature-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0px 39px 30px rgba(34, 34, 34, 0.05);
	box-shadow: 0px 39px 30px rgba(34, 34, 34, 0.05);
	background-color: #fff;
	border-radius: 100%;
	margin: 0 auto;
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}
.core-feature-section .core-feature-box .core-feature-image img {
	width: calc(50px + (85 - 50) * ((100vw - 320px) / (1920 - 320)));
	height: calc(50px + (85 - 50) * ((100vw - 320px) / (1920 - 320)));
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
	-o-object-fit: contain;
	object-fit: contain;
}
.core-feature-section .core-feature-box .core-feature-name {
	margin-top: calc(11px + (22 - 11) * ((100vw - 320px) / (1920 - 320)));
	text-align: center;
}
.core-feature-section .core-feature-box .core-feature-name h4 {
	text-transform: capitalize;
	font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.mySwiper .swiper-pagination {
	bottom: -29px;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--theme-color);
}



.btn-md-animation {
	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;
	overflow: hidden;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	background: #ff6b6b;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#ff6b6b),
		to(#ff4f4f)
	);
	background: linear-gradient(90deg, #ff6b6b 0%, #ff4f4f 100%);
	border: none;
	z-index: 0;
}
.btn-md-animation i {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.btn-md-animation::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	background: #ff4f4f;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#ff4f4f),
		to(#ff6b6b)
	);
	background: linear-gradient(90deg, #ff4f4f 0%, #ff6b6b 100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-md-animation:hover {
	color: #fff;
}
.btn-md-animation:hover::after {
	top: 0;
	height: 100%;
}
/*# sourceMappingURL=landing-page.css.map */
