@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

:root {
	--theme-primary: #01466c;
	--theme-secondary: #487428;
	scroll-behavior: auto !important;
	--fancy-font: "Great Vibes", cursive;
	/* --fancy-font: "Parisienne", cursive; */
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #555555;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
	clear: both;
	line-height: 1.3;
	font-family: "Poppins", sans-serif;
	color: #1E1E1E;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

h1 {
	font-size: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
	h1 {
		font-size: 3.75rem;
	}
}

h2 {
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	h2 {
		font-size: 2.5rem;
	}
}

h3 {
	font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
	h3 {
		font-size: 2.25rem;
	}
}

h4 {
	font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	h4 {
		font-size: 1.875rem;
	}
}

h5 {
	font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
	h5 {
		font-size: 1.5rem;
	}
}

h6 {
	font-size: 1.25rem;
}

span,
p {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 1rem;
	line-height: 24px;
	color: #000;
	font-family: "Poppins", sans-serif;
}

a {
	color: #0066B3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:visited {
	outline: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: thin dotted;
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

img {
	height: auto;
	max-width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

select {
	border: 1px solid #D9D9D9;
}

ul li a.facebook {
	background: #3b5998 !important;
	color: #fff !important;
}

ul li a.instagram {
	background: #e4405f !important;
	color: #fff !important;
}

ul li a.linkedin {
	background: #007bb5 !important;
	color: #fff !important;
}

ul li a.twitter {
	background: #55acee !important;
	color: #fff !important;
}

input,
textarea,
select {
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1400px !important;
	}
}

.section__header--header2 p {
	max-width: 585px;
}

.padding-block {
	padding-block: calc(1.875rem + 7.5vw);
}

@media (min-width: 1200px) {
	.padding-block {
		padding-block: 80px;
	}
	.padding-block.less {
		padding: 60px 0 50px;
	}
}

.preloader {
	position: fixed;
	z-index: 9999999;
	background-color: #ffffff;
	background-position: center center;
	background-image: url("..//..//img/logo/preloader.gif");
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: calc(1.2625rem + 0.15vw);
	padding: 1.125rem calc(1.26875rem + 0.225vw);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

@media (min-width: 1200px) {

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 1.375rem;
	}
}

@media (min-width: 1200px) {

	.swiper-button-next:after,
	.swiper-button-prev:after {
		padding: 1.125rem 1.4375rem;
	}
}

.fourzero {
	padding: calc(1.9375rem + 8.25vw) 0 calc(2.375rem + 13.5vw) 0;
}

@media (min-width: 1200px) {
	.fourzero {
		padding: 8.125rem 0 12.5rem 0;
	}
}

@media (min-width: 576px) {
	.fourzero {
		padding: calc(1.9375rem + 8.25vw) 0 0 0;
	}
}

@media (min-width: 576px) and (min-width: 1200px) {
	.fourzero {
		padding: 8.125rem 0 0 0;
	}
}

.fourzero__content {
	margin-top: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	.fourzero__content {
		margin-top: 2.5rem;
	}
}

.fourzero__content p {
	max-width: 688px;
}

.fourzero__content form {
	margin: calc(1.28125rem + 0.375vw) auto;
	max-width: 380px;
}

@media (min-width: 1200px) {
	.fourzero__content form {
		margin: 1.5625rem auto;
	}
}

.fourzero__content form input {
	padding: 0.75rem;
}

.fourzero__content form i {
	right: 20px;
	transform: translateY(-50%);
}

.scrollToTop {
	position: fixed;
	bottom: -30%;
	right: 5%;
	background: linear-gradient(99deg, var(--theme-secondary) 25.27%, var(--theme-secondary) 96.39%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 24px;
	animation: lab_top_up 5s linear infinite;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99;
}

.scrollToTop i {
	color: #fff;
	z-index: 1;
}

@keyframes lab_top_up {
	0% {
		transform: translateY(-15px);
	}

	50% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(-15px);
	}
}

.pluse_1,
.pluse_2 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(115, 182, 17, 0.1);
}

.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before {
	background: var(--theme-secondary);
	border-radius: 50%;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 0;
}

.pluse_1::after,
.pluse_2::after {
	margin-left: -15px;
	margin-top: -15px;
}

.pluse_1:before,
.pluse_2:before {
	width: 40px;
	height: 40px;
}

.pluse_1 {
	-webkit-animation: pluse_animate 3s infinite linear;
	animation: pluse_animate 3s infinite linear;
}

.pluse_2::before {
	-webkit-animation: pluse_animate 3s infinite linear;
	animation: pluse_animate 3s infinite linear;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	margin-left: 0;
	margin-top: 0;
}

@keyframes pluse_animate {
	0% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(0.3);
		transform: translate(-50%, -50%) scale(0.3);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@media (min-width: 1200px) {
	.fadeInDown {
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
	}

	.animated {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	@keyframes fadeInDown {
		0% {
			opacity: 0;
			-webkit-transform: translateY(-20px);
			-ms-transform: translateY(-20px);
			transform: translateY(-20px);
		}

		100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}
	}
}

.go-up {
	z-index: 999;
}

.overly::after {
	background: rgba(0, 0, 0, 0.8);
	z-index: 1;
}

.plybtn a {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	z-index: 10;
}

.plybtn a:before {
	z-index: -10;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.15;
	animation: inner-ripple 2000ms linear infinite;
}

@media (min-width: 1200px) {
	.plybtn a:before {
		background: #fff;
	}
}

@keyframes inner-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: 0.5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	30% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: 0.5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	100% {
		transform: scale(1.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
	}
}

.plybtn a i {
	font-size: 30px;
}

.plybtn a:after {
	z-index: -10;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.15;
	animation: outer-ripple 2000ms linear infinite;
}

@media (min-width: 1200px) {
	.plybtn a:after {
		background: #fff;
	}
}

@keyframes outer-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: 0.5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-filter: alpha(opacity=50);
	}

	80% {
		transform: scale(1.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
	}

	100% {
		transform: scale(2.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
	}
}

.plybtn--playbtn a:before {
	background: #fff;
}

.plybtn--playbtn a:after {
	background: #fff;
}

.partner {
	padding-block: calc(1.75rem + 6vw);
}

@media (min-width: 1200px) {
	.partner {
		padding-block: 6.25rem;
	}
}

.partner__item {
	width: 120px;
}

@media (min-width: 768px) {
	.partner__item {
		width: 150px;
	}
}

@media (max-width: 767px) {
	.partner__inner img {
		width: 100px;
	}
}

.partner--paddingaboutpage {
	padding: calc(1.75rem + 6vw) 0 calc(2.375rem + 13.5vw) 0;
}

@media (min-width: 1200px) {
	.partner--paddingaboutpage {
		padding: 6.25rem 0 12.5rem 0;
	}
}

@media (min-width: 576px) {
	.partner--paddingaboutpage {
		padding: calc(1.75rem + 6vw) 0 0 0;
	}
}

@media (min-width: 576px) and (min-width: 1200px) {
	.partner--paddingaboutpage {
		padding: 6.25rem 0 0 0;
	}
}

.newslatter {
	padding: 130px 0;
}

@media (min-width: 450px) {
	.newslatter {
		padding: 150px 0;
	}
}

@media (min-width: 576px) {
	.newslatter {
		padding: 180px 0;
	}
}

@media (max-width: 575px) {
	.newslatter__form {
		padding: 0 calc(1.375rem + 1.5vw);
	}
}

@media (max-width: 575px) and (min-width: 1200px) {
	.newslatter__form {
		padding: 0 2.5rem;
	}
}

.newslatter__form form {
	max-width: 714px;
}

@media (max-width: 575px) {
	.newslatter__form form {
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.newslatter__form form {
		width: 714px;
	}
}

.newslatter__form form input {
	padding: 0.90625rem 0.625rem;
}

@media (min-width: 576px) {
	.newslatter__form form input {
		width: calc(100% - 200px);
		-webkit-border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
		border-radius: 4px 0 0 4px;
		padding: 0.90625rem 1.25rem;
	}
}

.newslatter__form form button {
	padding: 1rem 1.25rem;
}

@media (min-width: 576px) {
	.newslatter__form form button {
		-webkit-border-radius: 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0;
		border-radius: 0 4px 4px 0;
		width: 200px;
	}
}

@media (max-width: 575px) {
	.newslatter__form form button {
		margin-top: 15px;
	}
}

@media (max-width: 575px) {
	.newslatter .text h3 {
		font-size: calc(1.3125rem + 0.75vw);
	}
}

@media (max-width: 575px) and (min-width: 1200px) {
	.newslatter .text h3 {
		font-size: 1.875rem;
	}
}

.newslatter__bg {
	background-image: url("..//..//img/home-1/newslatter/bg.jpg");
	padding: calc(1.625rem + 4.5vw) 1.25rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transform: translateX(-50%);
	width: 100%;
	bottom: -20%;
}

@media (min-width: 1200px) {
	.newslatter__bg {
		padding: 5rem 1.25rem;
	}
}

@media (min-width: 576px) {
	.newslatter__bg {
		padding: calc(1.625rem + 4.5vw) 0;
	}
}

@media (min-width: 576px) and (min-width: 1200px) {
	.newslatter__bg {
		padding: 5rem 0;
	}
}

@media (min-width: 1366px) {
	.newslatter__bg {
		width: 1320px;
	}
}

.newslatter--aboutpage {
	padding: calc(2.6875rem + 17.25vw) 0;
}

@media (min-width: 1200px) {
	.newslatter--aboutpage {
		padding: 15.625rem 0;
	}
}

@media (min-width: 400px) {
	.newslatter--aboutpage {
		padding: calc(2.375rem + 13.5vw) 0;
	}
}

@media (min-width: 400px) and (min-width: 1200px) {
	.newslatter--aboutpage {
		padding: 12.5rem 0;
	}
}

@media (min-width: 768px) {
	.newslatter--aboutpage {
		padding: calc(2.25rem + 12vw) 0;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	.newslatter--aboutpage {
		padding: 11.25rem 0;
	}
}

@media (min-width: 992px) {
	.newslatter--aboutpage {
		padding: calc(2.15625rem + 10.875vw) 0;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.newslatter--aboutpage {
		padding: 10.3125rem 0;
	}
}

.pageheader {
	background-image: url("../img/page-banner.jpg");
	padding: 200px 0 5rem 0;
}

@media (min-width: 1200px) {
	.pageheader {
		padding: 300px 0 5rem 0;
	}
}


.pageheader__content h2 {
	font-style: normal;
	font-size: 32px;
}

@media (min-width: 1200px) {
	.pageheader__content h2 {
		font-size: 40px;
	}
}

.pageheader__content ul {
	gap: 10px;
}

.pageheader__content ul li {
	font-size: 1rem;
}

.pageheader__content ul li a {
	padding: 0 1.25rem;
	text-decoration: underline;
}

.pageheader__content ul li a:after {
	width: 2px;
	height: 20px;
	right: 4px;
	top: 2px;
	transform: rotate(25deg);
}

.pageheader__content ul li:nth-child(2) a {
	padding-left: 0.3125rem;
}

.pageheader__content ul li.active {
	color: #fff;
}

.mission__inner {
	padding: 0.625rem;
	border: 1px solid #F8F5F0;
}

.mission__inner .text {
	padding: calc(1.3125rem + 0.75vw) 0.625rem;
}

@media (min-width: 1200px) {
	.mission__inner .text {
		padding: 1.875rem 0.625rem;
	}
}

.nav-pills {
	gap: 15px;
}

@media (min-width: 992px) {
	.nav-pills {
		gap: 30px;
	}
}

.nav-pills .nav-link {
	font-size: 0.9375rem;
	padding: 10px 8px;
	border: 1px solid #F8F5F0;
}

@media (min-width: 992px) {
	.nav-pills .nav-link {
		font-size: 1.125rem;
		padding: 10px 20px;
		font-size: 1.125rem;
		padding: 15px 30px;
	}
}

.faqcontent__wrapper {
	margin-top: calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
	.faqcontent__wrapper {
		margin-top: 3.125rem;
	}
}

.faqcontent__content {
	border: 1px solid #F8F5F0;
	padding: calc(1.40625rem + 1.875vw) calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.faqcontent__content {
		padding: 2.8125rem 1.875rem;
	}
}

@media (min-width: 1366px) {
	.faqcontent__content {
		padding: calc(1.3625rem + 1.35vw) calc(1.3125rem + 0.75vw) calc(1.3625rem + 1.35vw) calc(1.40625rem + 1.875vw);
	}
}

@media (min-width: 1366px) and (min-width: 1200px) {
	.faqcontent__content {
		padding: 2.375rem 1.875rem 2.375rem 2.8125rem;
	}
}

.faqcontent__content ul li {
	line-height: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.faqcontent__content ul li {
		line-height: 1.875rem;
	}
}

.faqcontent__btn {
	margin-top: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	.faqcontent__btn {
		margin-top: 2.5rem;
	}
}

.faqcontent__btn a {
	padding: 0 calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	.faqcontent__btn a {
		padding: 0 2.5rem;
	}
}

.faqcontent__header {
	margin-bottom: calc(1.4375rem + 2.25vw);
}

.faqcontent__header p {
	max-width: 500px;
}

@media (min-width: 1200px) {
	.faqcontent__header {
		margin-bottom: 3.125rem;
	}
}

.sideallheading {
	border-bottom: 1px solid #dbe2e7;
}

.pagi {
	margin-top: calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
	.pagi {
		margin-top: 3.125rem;
	}
}

.pagi .pagi-inner ul {
	gap: 10px;
}

.pagi .pagi-inner ul li a {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.imghover {
	z-index: 2;
}

.imghover::before {
	right: 51%;
	background: rgba(255, 255, 255, 0.2);
	pointer-events: none;
}

.imghover::after {
	background: rgba(255, 255, 255, 0.3);
	pointer-events: none;
}

.imghover:hover::before {
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear;
}

.imghover:hover::after {
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear;
}

.left-right {
	left: 1%;
	top: 5%;
	animation-name: left-right;
}

@keyframes left-right {
	0% {
		left: 1%;
	}

	50% {
		left: 2%;
	}

	100% {
		left: 1%;
	}
}

.right-left {
	right: 1%;
	bottom: 0%;
	animation-name: bottomshapeteam;
}

@keyframes bottomshapeteam {
	0% {
		right: 0%;
	}

	50% {
		right: 2%;
	}

	100% {
		right: 0%;
	}
}

.top-bottom {
	left: 0%;
	top: 5%;
	animation-name: top-bottom;
}

@keyframes top-bottom {
	0% {
		top: 0%;
	}

	50% {
		top: 6%;
	}

	100% {
		top: 0%;
	}
}

.bottom-top {
	right: 0%;
	bottom: 0%;
	animation-name: bottom-top;
}

@keyframes bottom-top {
	0% {
		bottom: 0%;
	}

	50% {
		bottom: 6%;
	}

	100% {
		bottom: 0%;
	}
}

.right-top {
	right: 0%;
	top: 0%;
	animation-name: right-top;
}

@keyframes right-top {
	0% {
		right: 0%;
	}

	50% {
		right: 3%;
	}

	100% {
		right: 0%;
	}
}

.bottom-left {
	left: 0%;
	bottom: 0%;
	animation-name: bottom-left;
}

@keyframes bottom-left {
	0% {
		bottom: 0%;
	}

	50% {
		bottom: 2%;
	}

	100% {
		bottom: 0%;
	}
}

@media (min-width: 1600px) {
	.dnone {
		display: inherit !important;
	}
}

@media (max-width: 575px) {
	.go-top {
		position: relative;
		z-index: 999;
	}
}

.header {
	max-width: 1400px;
}

@media (min-width: 1600px) {
	.header {
		margin-top: calc(1.4375rem + 2.25vw);
	}
}

@media (min-width: 1600px) and (min-width: 1200px) {
	.header {
		margin-top: 3.125rem;
	}
}

@media (min-width: 1200px) {
	.header--headerpage2 {
		position: absolute;
		left: 50%;
		z-index: 999;
		transform: translateX(-50%);
		width: 1400px;
		top: 0px;
	}
}

.header--headerpage2.propertynone {
	position: inherit;
	left: 0;
	width: 100% !important;
	transform: inherit;
}

.header--headerpage3 {
	max-width: 100% !important;
}

.header__top {
	border-bottom: 1px solid #EFEFEF;
}

@media (max-width: 1199px) {
	.header__top {
		display: none;
	}
}

@media (min-width: 992px) {
	.header__topcontent {
		justify-content: space-between;
	}
}

@media (max-width: 991px) {
	.header__topcontent {
		padding: 1.25rem 0 0.625rem 0;
	}
}

@media (max-width: 991px) {
	.header__topcontent .left ul {
		gap: 15px 20px;
	}
}

@media (max-width: 767px) {
	.header__topcontent .left ul {
		justify-content: center;
	}
}

@media (min-width: 992px) {
	.header__topcontent .left ul li:nth-child(2) {
		border-right: 1px solid #EFEFEF;
		border-left: 1px solid #EFEFEF;
		padding: 0.9375rem calc(1.28125rem + 0.375vw);
		margin: 0 calc(1.28125rem + 0.375vw);
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.header__topcontent .left ul li:nth-child(2) {
		padding: 0.9375rem 1.5625rem;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.header__topcontent .left ul li:nth-child(2) {
		margin: 0 1.5625rem;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header__topcontent .right {
		margin-left: 1.25rem;
	}
}

@media (max-width: 991px) {
	.header__topcontent .right ul {
		justify-content: center;
	}
}

.header__topcontent .right ul li {
	padding: 0.875rem 0.625rem;
}

@media (min-width: 992px) {
	.header__topcontent .right ul li {
		padding: 0.875rem;
		border-right: 1px solid #EFEFEF;
	}
}

@media (min-width: 992px) {
	.header__topcontent .right ul li:first-child {
		border-left: 1px solid #EFEFEF;
	}
}

.header__topcontent .right ul li a {
	background: #1E1E1E;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.header__topcontent .right ul li a i {
	font-size: 0.75rem;
}

.header__topcontent--topcontentpage2 .left .text p {
	font-size: 14px;
}

.header__topcontent--topcontentpage2 .left .text p span {
	color: #89d94f;
	font-size: 14px;
	font-weight: 500;
}

.header__topcontent--topcontentpage2 .left .text a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

@media (min-width: 992px) {
	.header__topcontent--topcontentpage2 {
		padding: 0;
	}
}

@media (max-width: 991px) {
	.header__topcontent--topcontentpage2 .left ul {
		display: flex;
		align-items: center;
		gap: 10px 25px;
	}
}

@media (min-width: 992px) {
	.header__topcontent--topcontentpage2 .left ul li:nth-child(2) {
		padding: 8px 15px;
	}
}

@media (min-width: 992px) {
	.header__topcontent--topcontentpage2 .left ul li:nth-child(2) {
		padding: 0.9375rem calc(1.28125rem + 0.375vw);
		border-right: 0;
		border-left: 1px solid rgba(239, 239, 239, 0.3215686275);
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.header__topcontent--topcontentpage2 .left ul li:nth-child(2) {
		padding: 8px 15px;
	}
}

.header__topcontent--topcontentpage2 .right ul li {
	padding: 0.625rem;
}

@media (min-width: 992px) {
	.header__topcontent--topcontentpage2 .right ul li {
		padding: 8px 15px;
		border-right: 1px solid rgba(239, 239, 239, 0.3215686275);
	}
}

@media (max-width: 991px) {
	.header__topcontent--topcontentpage2 .right ul li:first-child {
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.header__topcontent--topcontentpage2 .right ul li:first-child {
		border-left: 1px solid rgba(239, 239, 239, 0.3215686275);
	}
}

.header__topcontent--topcontentpage2 .right ul li a i {
	font-size: 14px;
	color: var(--theme-primary);
}

.header__topcontent--topcontentpage2 .right ul li:nth-child(2) a {
	background-color: transparent !important;
}

.header__bottom {
	max-width: 1400px;
	padding: 8px 10px;
}

.header__bottom--bottompage3 {
	max-width: 100%;
}

.header__logo img {
	max-width: 280px;
}

@media (min-width: 1200px) {
	.header__bottom.header-fixed {
		top: 0;
		width: 100% !important;
		position: fixed;
		max-width: inherit;
		z-index: 99;
		box-shadow: 1px 1px 11px 3px rgba(215, 215, 215, 0.4);
	}
}

@media (min-width: 1200px) {
	.header__bottom {
		background: #F8F5F0;
	}
}

.header__bottom .right {
	justify-content: flex-end;
	gap: 20px;
}

@media (min-width: 1200px) {
	.header__bottom .right {
		gap: 30px;
	}
}

.header__bottom .right .bar {
	width: 30px;
}

.header__bottom .right .bar i {
	font-size: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
	.header__bottom .right .bar i {
		font-size: 1.5625rem;
	}
}

.header__bottom .right .ellepsis i {
	font-size: 1.25rem;
}

.header__cart {
	z-index: 9999;
}

.header__cart .carticon {
	z-index: 1;
}

.header__cart .carticon a i {
	font-size: 1.25rem;
}

.header__cart .carticon:after {
	top: -15px;
	left: 0;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	content: "3";
	background: #1E1E1E;
	font-size: 14px;
}

.header__cart .cart-details {
	padding: 1.25rem 0.9375rem;
	box-shadow: 0px 0px 10px rgba(212, 212, 212, 0.58);
	top: calc(100% + 10px);
	right: 30px;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
}

@media (max-width: 449px) {
	.header__cart .cart-details.cartopen {
		visibility: visible;
		opacity: 1;
		right: -70px;
	}
}

.header__cart .cart-details .close {
	margin-left: auto;
}

.header__cart .cart-details .close i {
	line-height: 25px;
}

.header__cart .cart-details .item {
	width: 270px;
	gap: 18px;
	border-bottom: 1px solid rgba(112, 112, 112, 0.1882352941);
}

.header__cart .cart-details .item .thumb {
	width: 70px;
}

.header__cart .cart-details .item .right {
	width: calc(100% - 88px);
}

.header__cart .cart-details .item .right .text h6 a {
	font-size: 0.9375rem;
}

.header__cart .cart-details .item .right .text span {
	font-size: 0.6875rem;
}

.header__cart .cart-details .total {
	width: 270px;
}

.header__cart .cart-details .total .checkout a {
	padding: 0.3125rem 0.9375rem;
}

@media (min-width: 450px) {
	.header__cart:hover .cart-details {
		right: -50px;
		right: 0;
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 1199px) {
	.header__nav .mobilelogo {
		padding: 0.9375rem 1.25rem;
		border-bottom: 2px solid var(--theme-primary);
	}

	.header__nav .mobilelogo img {
		width: 200px;
	}
}

@media (max-width: 1199px) {
	.header__nav.target {
		position: absolute;
		top: 0%;
		left: -100%;
		width: 70%;
		z-index: 99999;
		background: #fff;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
		box-shadow: 1px 1px 11px 3px rgba(215, 215, 215, 0.4);
	}
}

.header__nav.open {
	left: 0%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

@media (max-width: 1199px) {
	.header__nav .mainactive.activescroll {
		width: 100%;
	}
}

.header__nav .mainactive .scrooling_logo {
	width: 200px;
}

@media (max-width: 1199px) {
	.header__nav .mainactive>ul {
		flex-direction: column;
		align-items: flex-start;
	}
}

.header__nav .mainactive>ul li {
	overflow: hidden;
}

@media (max-width: 1199px) {
	.header__nav .mainactive>ul li {
		width: 100%;
		border-bottom: 1px solid rgba(242, 246, 249, 0.53);
	}
}

.header__nav .mainactive>ul li a {
	padding: 0.9375rem calc(1.3125rem + 0.75vw);
	font-size: 17px;
	text-transform: capitalize;
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li a {
		padding: 25px 15px;
	}
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li a {
		display: inline-block;
	}
}

@media (max-width: 1199px) {
	.header__nav .mainactive>ul li a {
		width: 100%;
		border-bottom: 0.5px solid rgba(242, 246, 249, 0.12);
	}
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li a:hover {
		color: #fff;
	}
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li:hover {
		overflow: visible;
	}

	.header__nav .mainactive>ul li:hover a {
		color: var(--theme-secondary);
	}
}

.header__nav .mainactive>ul li>ul {
	left: 3%;
	top: calc(100% + 50px);
	z-index: 9999;
	width: 100%;
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li>ul {
		background: var(--theme-secondary);
	}
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li>ul {
		left: 0;
		position: absolute;
		opacity: 0 !important;
		visibility: hidden;
		transition: all 0.5s ease;
		/* width: 290px; */
		width: auto;
	}
}

@media (max-width: 1199px) {
	.header__nav .mainactive>ul li>ul {
		display: none;
	}
}

.header__nav .mainactive>ul li>ul li {
	border-bottom: 1px solid rgba(242, 246, 249, 0.53);
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li>ul li::after {
		content: "\f06c";
		position: absolute;
		transform: translateY(-50%);
		left: 10px;
		font-family: "Font Awesome 6 Pro";
		font-weight: 900;
		border-radius: 50%;
		font-size: 1em;
		line-height: 1;
		opacity: 0;
		visibility: visible;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
}

.header__nav .mainactive>ul li>ul li a {
	color: #1E1E1E;
	padding: 0.75rem calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li>ul li a {
		padding: 0.75rem 2.5rem;
	}
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li>ul li a {
		padding: 0.75rem 1.25rem;
		color: #fff !important;
		font-size: 15px;
		font-weight: 500;
		white-space: nowrap;
	}
}

.header__nav .mainactive>ul li>ul li a.active {
	color: #fff;
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li>ul li a.active {
		background: #1E1E1E;
	}
}

.header__nav .mainactive>ul li>ul li.menu-item-has-children>a::after {
	background: #fff;
}

.header__nav .mainactive>ul li>ul li.menu-item-has-children>a::before {
	background: #fff;
}

.header__nav .mainactive>ul li>ul li:hover>a {
	padding-left: calc(1.34375rem + 1.125vw);
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li>ul li:hover>a {
		padding-left: 2.1875rem;
	}
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li>ul li:hover>a {
		background: #699f54;
	}
}

.header__nav .mainactive>ul li>ul li:hover::after {
	visibility: visible;
}

@media (max-width: 1199px) {
	.header__nav .mainactive>ul li>ul li ul {
		display: none;
	}
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li>ul li ul {
		position: absolute;
		left: 100%;
		top: calc(100% + 100px);
	}
}

@media (max-width: 1199px) {
	.header__nav .mainactive>ul li>ul li ul li a {
		padding: 0.9375rem 1.25rem 0.9375rem calc(1.375rem + 1.5vw);
	}
}

@media (max-width: 1199px) and (min-width: 1200px) {
	.header__nav .mainactive>ul li>ul li ul li a {
		padding: 0.9375rem 1.25rem 0.9375rem 2.5rem;
	}
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li>ul li:hover ul {
		top: 0;
	}

	.header__nav .mainactive>ul li>ul li:hover ul li a {
		padding-right: calc(1.53125rem + 3.375vw);
	}
}

@media (min-width: 1200px) and (min-width: 1200px) {
	.header__nav .mainactive>ul li>ul li:hover ul li a {
		padding-right: 4.0625rem;
	}
}

@media (min-width: 1200px) {
	.header__nav .mainactive>ul li:hover>ul {
		top: calc(100% + 0px);
		opacity: 1 !important;
		visibility: visible;
	}
}

.header__bottombtn a {
	padding: 12px 20px;
}

@media (min-width: 1200px) {
	.header .menu-item-has-children:hover>a:before {
		transform: translate(-50%, -50%) rotate(90deg);
		opacity: 0;
	}
}

.header .menu-item-has-children:hover>a::after {
	background: var(--theme-secondary);
}

@media (max-width: 1199px) {
	.header .menu-item-has-children.open>a:before {
		transform: translate(-50%, -50%) rotate(90deg);
		opacity: 0;
	}
}

.header__sidebarinnerheadeing .btn-close.btn-close-white {
	filter: none !important;
}

.header__sidebarinnerheadeing .btn-close:focus {
	box-shadow: none;
}

.banner__content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 9;
}

@media (min-width: 1200px) {
	.banner__content {}
}

.banner__content h3 {
	line-height: 1.1 !important;
	margin-bottom: 0.9375rem;
	-webkit-transform: translateY(-900px);
	-ms-transform: translateY(-900px);
	transform: translateY(-900px);
	-webkit-transition: 2.5s;
	-moz-transition: 2.5s;
	transition: 2.5s;
	font-size: calc(1.4375rem + 2.25vw);
	text-shadow: 2px 2px 4px #000000;
}

@media (min-width: 1200px) {
	.banner__content h3 {
		font-size: 48px;
	}
}

.banner__content p {
	-webkit-transform: translateY(-900px);
	-ms-transform: translateY(-900px);
	transform: translateY(-900px);
	-webkit-transition: 2.5s;
	-moz-transition: 2.5s;
	transition: 2.5s;
}

.banner__content .bannerbtn {
	margin-top: calc(1.375rem + 1.5vw);
	-webkit-transition: 2.5s;
	-moz-transition: 2.5s;
	transition: 2.5s;
	-webkit-transform: translateY(-900px);
	-ms-transform: translateY(-900px);
	transform: translateY(-900px);
	gap: 15px;
}

.banner__content .bannerbtn a.custom-btn {
	background-color: var(--theme-secondary);
	color: var(--theme-primary);
	border: 1px solid #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 15px 25px;
	color: #fff;
}

.banner__content .bannerbtn a.custom-btn:hover {
	color: #fff;
}

@media (min-width: 1200px) {
	.banner__content .bannerbtn {
		margin-top: 2.5rem;
	}
}

@media (min-width: 576px) {
	.banner__content .bannerbtn {
		gap: 30px;
	}
}

.banner__content--contentpage2 {
	padding: calc(2.0625rem + 9.75vw) 0;
}

@media (min-width: 1200px) {
	.banner__content--contentpage2 {
		padding: 9.375rem 0;
	}
}

@media (min-width: 1200px) {
	.banner__content--contentpage2 {
		padding: calc(3.5rem + 27vw) 0 calc(2.375rem + 13.5vw) 0;
	}
}

@media (min-width: 1200px) and (min-width: 1200px) {
	.banner__content--contentpage2 {
		padding: 23.75rem 0 12.5rem 0;
	}
}

.banner__content--contentpage2 h3 {
	max-width: 871px;
	-webkit-transform: translateY(900px);
	-ms-transform: translateY(900px);
	transform: translateY(900px);
}

.banner__content--contentpage2 p {
	padding-bottom: 0.9375rem;
	max-width: 600px;
	-webkit-transform: translateY(900px);
	-ms-transform: translateY(900px);
	transform: translateY(900px);
}

.banner__content--contentpage2 .bannerbtn {
	-webkit-transform: translateY(900px);
	-ms-transform: translateY(900px);
	transform: translateY(900px);
}

.banner .position_bshape.topleftimg {
	left: -1%;
}

@media (min-width: 1600px) {
	.banner .position_bshape.topleftimg {
		left: 4%;
	}
}

@media (min-width: 1440px) {
	.banner .position_bshape.topleftimg {
		bottom: 85%;
	}
}

@media (min-width: 1440px) {
	.banner .position_bshape.topleftimg img {
		display: inherit;
	}
}

@media (min-width: 768px) {
	.banner .position_bshape.contentrightimg {
		left: 60%;
		display: inherit;
		transform: translateY(-50%);
	}
}

.banner .position_bshape.topright {
	animation-name: shaperight;
	animation-duration: 4s;
	animation-iteration-count: 1;
}

@media (min-width: 1600px) {
	.banner .position_bshape.topright {
		right: 5%;
		bottom: 88%;
	}
}

@media (min-width: 1600px) {
	.banner .position_bshape.topright img {
		width: 90%;
		display: inherit;
	}
}

.banner .position_bshape.bottomleft {
	left: 2%;
	bottom: 0%;
	position: absolute;
	animation-name: bottomleft;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-delay: 3s;
}

.banner .position_bshape.bottommiddle {
	left: 50%;
	bottom: 0%;
	position: absolute;
	transform: translateX(-50%);
}

.banner .position_bshape.bottomright {
	right: 0%;
	bottom: 0%;
	position: absolute;
}

.banner .position_bshape.middleshape {
	left: 50%;
	bottom: 65%;
	position: absolute;
	animation-name: middelshape;
	animation-duration: 4s;
	animation-iteration-count: 1;
}

@keyframes shaperight {
	0% {
		bottom: 50%;
		opacity: 0;
	}

	100% {
		bottom: 88%;
		opacity: 1;
	}
}

@keyframes bottomleft {
	0% {
		left: 0%;
	}

	50% {
		left: 5%;
	}

	100% {
		left: 0%;
	}
}

@keyframes middelshape {
	0% {
		bottom: 10%;
		opacity: 0;
	}

	100% {
		bottom: 65%;
		opacity: 1;
	}
}

.banner .swiper-slide-active .banner__content h3 {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.banner .swiper-slide-active .banner__content p {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.banner .swiper-slide-active .banner__content .bannerbtn {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.swiper-pagination-bullet-active {
	border: transparent;
}

.custom-btn {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 12px 20px;
	line-height: 26px;
	z-index: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: var(--theme-secondary);
	font-weight: 500;
	letter-spacing: 1.4px;
}

.custom-btn i {
	font-weight: 900;
	font-size: 20px;
	position: relative;
	top: 2px;
	padding-right: 6px;
}

.custom-btn:before,
.custom-btn:after {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: -1;
}

.custom-btn:before {
	right: calc(-60px - 5px);
	border-right: calc(60px + 5px) solid transparent;
	border-bottom: calc(60px + 5px) solid var(--theme-primary);
	transform: translateX(-100%);
}

.custom-btn:after {
	left: calc(-60px - 5px);
	border-left: calc(60px + 5px) solid transparent;
	border-top: calc(60px + 5px) solid var(--theme-primary);
	transform: translateX(100%);
}

.custom-btn:hover {
	color: #fff;
	border-color: var(--theme-primary);
}

.custom-btn:hover:before {
	transform: translateX(-49%);
}

.custom-btn:hover:after {
	transform: translateX(49%);
}

.footer {
	background-color: var(--theme-primary);
}

.footer__top {
	padding: 60px 0 30px;
}

@media (min-width: 1200px) {
	.footer__top {
		padding: 60px 0 30px;
	}
}

.footer__about h6 {
	margin-bottom: calc(1.34375rem + 1.125vw);
}

.footer__about img.footer-logo {
	width: 240px;
	background: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.footer__about h6 {
		margin-bottom: 2.1875rem;
	}
}

.footer__about .text p {
	font-size: 14px;
	line-height: 24px;
}

.footer__about .text .allsocialicon {
	margin-top: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.footer__about .text .allsocialicon {
		margin-top: 1.875rem;
	}
}

.footer__about .text .allsocialicon ul {
	gap: 10px;
}

.footer__about .text .allsocialicon ul li a {
	background: #1E1E1E;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.footer__about .text .allsocialicon ul li:first-child a {
	background-color: #fff;
}

.footer__about .text .allsocialicon ul li a i {
	font-size: 0.8125rem;
	color: #2b2b2b !important;
}

@media (min-width: 1200px) {
	.footer__link {
		margin: auto;
		max-width: 200px;
	}
}

.footer__link h6 {
	margin-bottom: calc(1.34375rem + 1.125vw);
}

@media (min-width: 1200px) {
	.footer__link h6 {
		margin-bottom: 2.1875rem;
	}
}

.footer__link ul {
	flex-direction: column;
	gap: 14px;
}

.footer__link ul li i {
	font-size: 0.9375rem;
}

.footer__news h6 {
	margin-bottom: calc(1.34375rem + 1.125vw);
}

@media (min-width: 1200px) {
	.footer__news h6 {
		margin-bottom: 2.1875rem;
	}
}

.footer__news ul li {
	gap: 18px;
}

.footer__news ul li .thumb {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.footer__news ul li .text {
	width: calc(100% - 118px);
}

.footer__news ul li .text h6 {
	line-height: 1.25rem;
}

.footer__news ul li .text h6 a {
	font-size: 1rem;
}

.footer__news ul li .text p {
	margin-top: 0.375rem;
}

.footer__news ul li:first-child {
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
}

.footer__news ul li:first-child::after {
	height: 1px;
	background: #E4E4E4;
	bottom: -3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.footer__news ul li:first-child::after {
		width: 200px;
	}
}

.footer__photo h6 {
	margin-bottom: calc(1.34375rem + 1.125vw);
}

@media (min-width: 1200px) {
	.footer__photo h6 {
		margin-bottom: 2.1875rem;
	}
}

.footer__photo .allphoto {
	gap: 10px;
}

.footer__photo .allphoto .item a img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.footer__photo .allphoto .item .inneritem {
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.footer__photo .allphoto .item .inneritem .upitem {
	-webkit-transform: translate(51px);
	-ms-transform: translate(51px);
	transform: translate(51px);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.footer__photo .allphoto .item .inneritem .upitem a {
	line-height: 34px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.footer__photo .allphoto .item .inneritem .upitem a i {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.footer__photo .allphoto .item:hover .inneritem .upitem:nth-child(1) {
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.footer__bottom {
	padding: 10px 0;
	background-color: #222;
}

@media (min-width: 1200px) {
	.footer__bottom {
		padding: 10px 0;
	}
}

.footer__bottom p {
	margin: 0;
	font-size: 14px;
}

@media (max-width: 991px) {
	.footer .row .col-lg-3 {
		margin-bottom: calc(1.3125rem + 0.75vw);
	}
}

@media (max-width: 991px) and (min-width: 1200px) {
	.footer .row .col-lg-3 {
		margin-bottom: 1.875rem;
	}
}

.feature__inner .icon {
	margin-bottom: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	.feature__inner .icon {
		margin-bottom: 2.5rem;
	}
}

.feature__inner .icon::after {
	border: 1.7px solid var(--theme-secondary);
	border-style: dashed;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.feature__inner .text p {
	font-weight: 300;
}

.feature__inner:hover .icon::after {
	border: 1.9px solid var(--theme-secondary);
	border-style: dashed;
}

.feature__inner:hover .icon img {
	transform: rotateY(180deg);
}

.feature__inner--innerpage3 {
	padding: calc(1.375rem + 1.5vw) calc(1.28125rem + 0.375vw);
	border: 1px solid #F8F5F0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

@media (min-width: 1200px) {
	.feature__inner--innerpage3 {
		padding: 2.5rem 1.5625rem;
	}
}

.feature__inner--innerpage3:hover {
	box-shadow: 0px 0px 15px 0px rgba(179, 181, 191, 0.6);
}

.natureplant {
	background-image: url("..//..//..//img/home-1/welcome/bg.png");
	padding: calc(1.6875rem + 5.25vw) 0rem calc(1.625rem + 4.5vw) 0rem;
}

@media (min-width: 1200px) {
	.natureplant {
		padding: 80px 0 50px;
	}
}

.natureplant__content {
	margin-top: 1.25rem;
}

.natureplant__content ul {
	gap: 15px 0;
	margin-top: 20px !important;
}

@media (max-width: 767px) {
	.natureplant__content ul {
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.natureplant__content ul {
		align-items: center;
	}
}

@media (min-width: 768px) {
	.natureplant__content ul li {
		width: 45%;
	}
}

.natureplant__content a {
	margin-top: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	.natureplant__content a {
		margin-top: 2.5rem;
	}
}

.natureplant__content--contentpage2 ul {
	flex-direction: column;
}

.natureplant__gardingmake {
	margin-top: calc(1.375rem + 1.5vw);
	gap: 30px;
}

@media (min-width: 1200px) {
	.natureplant__gardingmake {
		margin-top: 2.5rem;
	}
}

@media (min-width: 768px) {
	.natureplant__gardingmake {
		align-items: center;
	}
}

@media (max-width: 767px) {
	.natureplant__gardingmake {
		flex-direction: column;
	}
}

.natureplant__gardingmake .item {
	gap: 20px;
}

.natureplant__gardingmake .item .thumb::after {
	border: 1.7px solid var(--theme-secondary);
	border-style: dashed;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.natureplant__gardingmake .item .text span {
	font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
	.natureplant__gardingmake .item .text span {
		font-size: 1.5rem;
	}
}

.natureplant__gardingmake .item .text h6 {
	margin-top: 0.125rem;
}

.natureplant__innerimg .counteritem {
	padding: 0 1.25rem;
}

@media (min-width: 576px) {
	.natureplant__innerimg .counteritem {
		top: 30px;
		left: 50%;
		opacity: 1;
		gap: 20px;
		width: 260px;
		height: 85px;
		transform: translateX(50%);
		z-index: 1;
		box-shadow: 0px 0px 10px 0px rgba(179, 181, 191, 0.5);
	}
}

.natureplant__innerimg .counteritem.counteritem2 {
	top: 50% !important;
	left: 15% !important;
	transform: translateX(15%);
}

@media (min-width: 576px) {
	.natureplant__innerimg .counteritem.counteritem2 {
		top: 80% !important;
		left: 50% !important;
	}
}

@media (min-width: 992px) {
	.natureplant__innerimg .counteritem.counteritem2 {
		left: 55% !important;
	}
}

@media (min-width: 1366px) {
	.natureplant__innerimg .counteritem.counteritem2 {
		left: 60% !important;
	}
}

.natureplant__innerimg .counteritem .thumb::after {
	border: 1.7px solid var(--theme-secondary);
	border-style: dashed;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.natureplant__innerimg .counteritem .text h5 span {
	font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
	.natureplant__innerimg .counteritem .text h5 span {
		font-size: 1.5rem;
	}
}

@media (min-width: 576px) {
	.natureplant__innerimg .counteritem {
		animation: mymove 9s infinite;
	}
}

@keyframes mymove {
	0% {
		left: 0px;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0px;
	}
}

.natureplant__innerimg--inneraboutpage .counteritem.counteritem3 {
	top: 70%;
	left: -10% !important;
}

@media (min-width: 576px) {
	.natureplant__innerimg--inneraboutpage .counteritem.counteritem3 {
		left: 30% !important;
	}
}

@media (min-width: 1366px) {
	.natureplant__innerimg--inneraboutpage .counteritem.counteritem3 {
		left: 38% !important;
	}
}

@media (max-width: 1199px) {
	.natureplant--natureplantpage3 .row {
		flex-direction: column-reverse;
	}
}

.natureplant--aboutpage {
	background: #F8F5F0;
	padding: calc(1.875rem + 7.5vw) 0;
}

@media (min-width: 1200px) {
	.natureplant--aboutpage {
		padding: 7.5rem 0;
	}
}

@media (min-width: 1366px) {
	.natureplant__aboutinner {
		margin-left: calc(1.4375rem + 2.25vw);
	}
}

@media (min-width: 1366px) and (min-width: 1200px) {
	.natureplant__aboutinner {
		margin-left: 3.125rem;
	}
}

@media (max-width: 1199px) {
	.natureplant__aboutinner {
		margin-bottom: calc(1.4375rem + 2.25vw);
	}
}

@media (max-width: 1199px) and (min-width: 1200px) {
	.natureplant__aboutinner {
		margin-bottom: 3.125rem;
	}
}

.natureplant .position.leftimg img {
	width: 60%;
}

@media (min-width: 1440px) {
	.natureplant .position.leftimg img {
		width: 80%;
	}
}

@media (min-width: 1600px) {
	.natureplant .position.leftimg img {
		width: 90%;
	}
}

.natureplant .position.topshape {
	top: 5%;
	right: 2%;
}

.natureplant .position.middleshape {
	top: 8%;
	left: 37%;
}

.counter {
	background: url("..//..//..//img/home-1/counter/bg.png");
}

.counter__inner .thumb {
	margin-bottom: 1.25rem;
}

.counter__inner .thumb::after {
	border: 1.7px solid var(--theme-secondary);
	border-style: dashed;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.counter__inner:hover .thumb img {
	transform: rotateY(180deg);
}

.counter__content .maincounter span {
	font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.counter__content .maincounter span {
		font-size: 1.875rem;
	}
}

.counter__content h6 {
	margin-top: 0.625rem;
	font-size: 1rem;
}

.service {
	background-position: 93% 50%;
}

@media (min-width: 1200px) {
	.service {
		background-image: url("..//..//..//img/home-1/service/pata.png");
	}
}

.service__wrapper p {
	margin-top: 0.9375rem;
}

.service__item {
	margin-top: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	.service__item {
		margin-top: 20px;
	}
}

.service__inner {
	margin-top: 1.25rem;
}

.service__inner .thumb::after {
	border: 1.7px solid var(--theme-secondary);
	border-style: dashed;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

@media (min-width: 768px) {
	.service__inner .text {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.service__inner .text p {
		max-width: 300px;
	}
}

.service__inner .text a i {
	font-size: 0.75rem;
}

.service__inner:hover .thumb img {
	transform: rotateY(180deg);
}

@media (min-width: 768px) {
	.service__inner--innerservicepage .text p {
		max-width: 380px;
	}
}

@media (min-width: 1200px) {
	.service--servicepage3::after {
		width: 30%;
		background-image: url("/wp-content/uploads/2025/10/bg-1.jpg");
		background-position: bottom;
	}
}

@media (min-width: 1400px) {
	.service--servicepage3::after {
		width: 46%;
	}
}

.service--servicepage3::before {
	width: 60%;
	background-image: url("/wp-content/uploads/2025/10/bgright.jpg");
	z-index: -1;
}

@media (min-width: 1200px) {
	.service__rightimg img {
		display: inherit;
	}
}

.service--historypage {
	background-position: 98% 100%, 92% 200%, -10% 10%;
	background-image: none;
}

.service--historypage .section__wrapper {
	margin-top: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
	.service--historypage .section__wrapper {
		margin-top: 3.75rem;
	}
}

@media (min-width: 1440px) {
	.service .positonshape.topshape {
		top: 100px;
		left: 3%;
		animation-name: servicetopshape;
		animation-duration: 5s;
		animation-iteration-count: infinite;
	}
}

@keyframes servicetopshape {
	0% {
		top: 100px;
	}

	50% {
		top: 150px;
		transform: skew(5deg);
	}

	100% {
		top: 100px;
	}
}

.service2__header p {
	margin-top: 0.625rem;
}

.service2__item .thumb .icon {
	margin-top: -30px;
	z-index: 1;
	border: 1.2px solid white;
	border-style: dashed;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background-color: var(--theme-primary) !important;
}

.service2__item .thumb .icon img {
	width: 70%;
	text-align: center;
}

.service2__item .text {
	padding: calc(1.3125rem + 0.75vw) 1.25rem calc(1.375rem + 1.5vw) 1.25rem;
}

.service2__item .text .custom-btn {
	font-size: 15px;
	font-weight: 400;
	padding: 9px 20px;
	line-height: 26px;
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.service2__item .text {
		padding: 15px 20px 20px;
	}
}

.service2__item--itemservicepage {
	border: 1px solid #F8F5F0;
}

.service2__wrapper {
	margin-top: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	.service2__wrapper {
		margin-top: 2.5rem;
	}
}

.servicesingle {
	padding: calc(1.875rem + 7.5vw) 0 calc(2.25rem + 12vw) 0;
}

@media (min-width: 1200px) {
	.servicesingle {
		padding: 7.5rem 0 11.25rem 0;
	}
}

@media (min-width: 576px) {
	.servicesingle {
		padding: calc(1.875rem + 7.5vw) 0 0 0;
	}
}

@media (min-width: 576px) and (min-width: 1200px) {
	.servicesingle {
		padding: 7.5rem 0 0 0;
	}
}

.servicesingle__sidebar .allheading {
	border: 1px solid #F8F5F0;
	padding: 20px;
}

.servicesingle__sidebar .allheading ul li {
	font-size: 1.25rem;
	padding: 0.9375rem calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
	.servicesingle__sidebar .allheading ul li {
		padding: 0.9375rem 1.5625rem;
	}
}

.servicesingle__sidebar .brouchore {
	border: 1px solid #F8F5F0;
	padding: 1.25rem;
	margin-top: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.servicesingle__sidebar .brouchore {
		margin-top: 1.875rem;
	}
}

.servicesingle__sidebar .brouchore .pdf-icon {
	padding: calc(1.4375rem + 2.25vw) calc(2rem + 9vw);
}

@media (min-width: 1200px) {
	.servicesingle__sidebar .brouchore .pdf-icon {
		padding: 3.125rem 8.75rem;
	}
}

.servicesingle__sidebar .brouchore .text {
	margin-top: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.servicesingle__sidebar .brouchore .text {
		margin-top: 1.875rem;
	}
}

.servicesingle__sidebar .brouchore .text a {
	margin-top: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.servicesingle__sidebar .brouchore .text a {
		margin-top: 1.875rem;
	}
}

.servicesingle__sidebar .brouchore.brouchoreneedhelp {
	padding-bottom: 0.9375rem;
}

.servicesingle__sidebar .brouchore.brouchoreneedhelp .text ul li {
	display: flex;
	gap: 20px;
	border-bottom: 1px solid #F8F5F0;
}

.servicesingle__sidebar .brouchore.brouchoreneedhelp .text ul li .icon i {
	font-size: 1.125rem;
}

.servicesingle__sidebar .brouchore.brouchoreneedhelp .text ul li .textinner span {
	font-size: 1rem;
	color: #555;
}

.servicesingle__sidebar .brouchore.brouchoreneedhelp .text ul li .textinner h6 {
	font-size: 1.125rem;
}

.servicesingle__top .text h4 {
	font-size: calc(1.3rem + 0.6vw);
	margin: calc(1.3125rem + 0.75vw) 0 0.625rem 0;
}

@media (min-width: 1200px) {
	.servicesingle__top .text h4 {
		font-size: 1.75rem;
	}
}

@media (min-width: 1200px) {
	.servicesingle__top .text h4 {
		margin: 1.875rem 0 0.625rem 0;
	}
}

.servicesingle__middle {
	margin-top: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
	.servicesingle__middle {
		margin-top: 3.75rem;
	}
}

.servicesingle__middle .text h4 {
	font-size: calc(1.3rem + 0.6vw);
	margin: calc(1.3125rem + 0.75vw) 0 0.625rem 0;
}

@media (min-width: 1200px) {
	.servicesingle__middle .text h4 {
		font-size: 1.75rem;
	}
}

@media (min-width: 1200px) {
	.servicesingle__middle .text h4 {
		margin: 1.875rem 0 0.625rem 0;
	}
}

.project {
	background: url("..//..//..//img/home-1/project/bg.jpg");
	background-position: center;
}

.project__item:after {
	background: rgba(0, 0, 0, 0.6);
	transform: scale(0);
}

.project__item .content {
	transform: translate(-50%, -50%) scale(0);
}

.project__item .content .content-inner p {
	margin-bottom: 2px;
}

.project__item:hover:after {
	transform: scale(1.1);
}

.project__item:hover .content {
	transform: translate(-50%, -50%) scale(1.1);
}

.project__wrapper {
	margin-top: calc(1.53125rem + 3.375vw);
}

@media (min-width: 1200px) {
	.project__wrapper {
		margin-top: 4.0625rem;
	}
}

.project__btn {
	margin-top: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
	.project__btn {
		margin-top: 3.75rem;
	}
}

.project__btn a {
	padding-inline: 2.5rem;
}

.project--projectdetails {
	background: #F8F5F0;
	padding: calc(1.875rem + 7.5vw) 0 calc(2.375rem + 13.5vw) 0;
}

@media (min-width: 1200px) {
	.project--projectdetails {
		padding: 7.5rem 0 12.5rem 0;
	}
}

@media (min-width: 576px) {
	.project--projectdetails {
		padding: calc(1.875rem + 7.5vw) 0;
	}
}

@media (min-width: 576px) and (min-width: 1200px) {
	.project--projectdetails {
		padding: 7.5rem 0;
	}
}

.projectfilter__header {
	margin-bottom: calc(1.5625rem + 3.75vw);
}

@media (min-width: 1200px) {
	.projectfilter__header {
		margin-bottom: 4.375rem;
	}
}

.projectfilter__header ul {
	gap: 20px;
}

.projectfilter__header ul li {
	border: 1px solid rgba(105, 105, 105, 0.1490196078);
	padding: 0.6875rem calc(1.3125rem + 0.75vw);
	font-size: 1rem;
}

@media (min-width: 1200px) {
	.projectfilter__header ul li {
		padding: 0.6875rem 1.875rem;
	}
}

.projectfilter__header ul li.active {
	border: 1px solid var(--theme-secondary);
}

.projectfilter__item .inneritem {
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media (min-width: 576px) {
	.projectfilter__item .inneritem .upitem {
		display: inherit;
	}
}

.projectfilter__item .inneritem .upitem:nth-child(1) {
	margin-right: 10px;
	-webkit-transform: translate(51px);
	-ms-transform: translate(51px);
	transform: translate(51px);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.projectfilter__item .inneritem .upitem:nth-child(2) {
	-webkit-transform: translate(-51px);
	-ms-transform: translate(-51px);
	transform: translate(-51px);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.projectfilter__item .inneritem .upitem a {
	line-height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.projectfilter__item .inneritem .upitem a i {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.projectfilter__item .inneritem .upitem a:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.projectfilter__item .inneritem .upitem a:hover i {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.projectfilter__item::after {
	background: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media (min-width: 576px) {
	.projectfilter__item::after {
		background: rgba(0, 0, 0, 0.8);
	}
}

.projectfilter__item:hover::after {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.projectfilter__item:hover .inneritem .upitem:nth-child(1) {
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.projectfilter__item:hover .inneritem .upitem:nth-child(2) {
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.projectfilter__btn {
	margin-top: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
	.projectfilter__btn {
		margin-top: 5rem;
	}
}

.projectfilter__btn a {
	padding: 0rem 3.5rem;
}

.projectfilter--bgsimilarproduct {
	background: #fafafa;
}

.projectfilter .section__header {
	margin-bottom: calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
	.projectfilter .section__header {
		margin-bottom: 30px;
	}
}

.projectfilter--bgnone {
	background: #fff !important;
	padding: calc(1.875rem + 7.5vw) 0 calc(2.375rem + 13.5vw) 0;
}

@media (min-width: 1200px) {
	.projectfilter--bgnone {
		padding: 7.5rem 0 12.5rem 0;
	}
}

@media (min-width: 576px) {
	.projectfilter--bgnone {
		padding: calc(1.875rem + 7.5vw) 0 0 0;
	}
}

@media (min-width: 576px) and (min-width: 1200px) {
	.projectfilter--bgnone {
		padding: 7.5rem 0 0 0;
	}
}

@media (min-width: 1400px) {
	.projectfilter .leftshape {
		display: inherit !important;
	}
}

.portfoliosingle__left .item:last-child {
	margin-top: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	.portfoliosingle__left .item:last-child {
		margin-top: 2.5rem;
	}
}

.portfoliosingle__right {
	border: 1px solid #F2F6F9;
}

.portfoliosingle__right h4 {
	padding: 1.25rem calc(1.375rem + 1.5vw) 1.25rem calc(1.375rem + 1.5vw);
	border-bottom: 1px solid #F2F6F9;
}

@media (min-width: 1200px) {
	.portfoliosingle__right h4 {
		padding: 1.25rem 2.5rem 1.25rem 2.5rem;
	}
}

@media (min-width: 576px) {
	.portfoliosingle__right ul {
		justify-content: space-between;
	}
}

.portfoliosingle__right ul li {
	border-bottom: 1px solid #F2F6F9;
	padding-inline: 1.25rem;
}

@media (min-width: 450px) {
	.portfoliosingle__right ul li {
		width: 50%;
		margin-bottom: 1.25rem;
		padding-bottom: 1.25rem;
	}
}

.portfoliosingle__right ul li span {
	line-height: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.portfoliosingle__right ul li span {
		line-height: 1.875rem;
	}
}

.portfoliosingle__right ul li:nth-child(even) {
	padding-left: 1.25rem;
}

@media (min-width: 450px) {
	.portfoliosingle__right ul li:nth-child(5) {
		border-bottom: none !important;
	}
}

.portfoliosingle__right ul li:nth-child(6) {
	border-bottom: none !important;
}

.team__wrapper {
	margin-top: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
	.team__wrapper {
		margin-top: 5rem;
	}
}

.team__inner {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.team__inner .thumb .allicon {
	right: 20px;
	top: 30px;
}

.team__inner .thumb .allicon .fixedicon i {
	background: #1E1E1E;
}

.team__inner .thumb .allicon ul {
	visibility: hidden;
	transform: translateX(65px);
	opacity: 0;
}

.team__inner .thumb .allicon ul li {
	margin-bottom: 10px;
}

.team__inner .thumb .allicon ul li a i {
	font-size: 1.125rem;
}

.team__inner .thumb .allicon ul li:nth-child(1) a {
	background: #ea4c89;
}

.team__inner .thumb .allicon ul li:nth-child(2) a {
	background: #e4405f;
}

.team__inner .thumb .allicon ul li:nth-child(3) a {
	background: #007bb5;
}

.team__inner .thumb .allicon ul li:nth-child(4) a {
	background: #3b5998;
}

.team__inner .thumb .allicon:hover>ul {
	margin-bottom: 10px;
	visibility: visible;
	transform: translateX(0);
	opacity: 1;
}

@media (min-width: 576px) {
	.team__inner .thumb::after {
		background-image: linear-gradient(to top, rgb(115, 182, 17), rgba(0, 0, 0, 0));
		transform: scaleY(0);
		transform-origin: bottom;
	}
}

.team__inner .text {
	padding: 1.25rem calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.team__inner .text {
		padding: 1.25rem 1.875rem;
	}
}

.team__inner .text p {
	margin-top: 2px;
}

.team__inner:hover {
	box-shadow: 0px 0px 15px 0px rgba(179, 181, 191, 0.6);
}

@media (min-width: 576px) {
	.team__inner:hover .thumb::after {
		transform: scaleX(1);
	}
}

.team__inner--innerpage2 .text {
	transform: scale(0);
}

.team__inner--innerpage2:hover .text {
	transform: scale(1);
}

.team .section__wrapper {
	margin-top: calc(1.5625rem + 3.75vw);
}

@media (min-width: 1200px) {
	.team .section__wrapper {
		margin-top: 4.375rem;
	}
}

.teamsingle {
	padding: calc(1.875rem + 7.5vw) 0 calc(2.25rem + 12vw) 0;
}

@media (min-width: 1200px) {
	.teamsingle {
		padding: 7.5rem 0 11.25rem 0;
	}
}

@media (min-width: 576px) {
	.teamsingle {
		padding: calc(1.875rem + 7.5vw) 0 0 0;
	}
}

@media (min-width: 576px) and (min-width: 1200px) {
	.teamsingle {
		padding: 7.5rem 0 0 0;
	}
}

.teamprofile {
	padding: calc(1.875rem + 7.5vw) 0 calc(2.25rem + 12vw) 0;
}

@media (min-width: 1200px) {
	.teamprofile {
		padding: 7.5rem 0 11.25rem 0;
	}
}

@media (min-width: 576px) {
	.teamprofile {
		padding: calc(1.875rem + 7.5vw) 0 0 0;
	}
}

@media (min-width: 576px) and (min-width: 1200px) {
	.teamprofile {
		padding: 7.5rem 0 0 0;
	}
}

.teamprofile__allcontent {
	border: 1px solid #F8F5F0;
	padding: 1.25rem;
}

@media (min-width: 1200px) {
	.teamprofile__allcontent {
		padding: calc(1.3125rem + 0.75vw) calc(1.3125rem + 0.75vw) calc(1.375rem + 1.5vw) calc(1.3125rem + 0.75vw);
	}
}

@media (min-width: 1200px) and (min-width: 1200px) {
	.teamprofile__allcontent {
		padding: 1.875rem 1.875rem 2.5rem 1.875rem;
	}
}

@media (min-width: 1200px) {
	.teamprofile__personalcontent {
		margin-left: calc(1.375rem + 1.5vw);
	}
}

@media (min-width: 1200px) and (min-width: 1200px) {
	.teamprofile__personalcontent {
		margin-left: 2.5rem;
	}
}

.teamprofile__personalcontent h4 {
	font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
	.teamprofile__personalcontent h4 {
		font-size: 1.75rem;
	}
}

.teamprofile__personalcontent .data {
	margin-top: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.teamprofile__personalcontent .data {
		margin-top: 1.875rem;
	}
}

.teamprofile__personalcontent .data>ul {
	flex-direction: column;
	gap: 18px;
}

@media (max-width: 575px) {
	.teamprofile__personalcontent .data>ul li {
		flex-direction: column;
		align-items: start;
	}
}

.teamprofile__personalcontent .data>ul li span {
	width: 150px;
}

@media (max-width: 575px) {
	.teamprofile__personalcontent .data>ul li .allicon {
		margin-top: 0.625rem;
	}
}

.teamprofile__personalcontent .data>ul li .allicon ul {
	gap: 10px;
}

.teamprofile__personalcontent .data>ul li .allicon ul li a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.teamprofile__experience {
	margin-top: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.teamprofile__experience {
		margin-top: 1.875rem;
	}
}

.teamprofile__skillyeaer {
	padding-block: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.teamprofile__skillyeaer {
		padding-block: 1.875rem;
	}
}

@media (min-width: 1200px) {
	.feedback::after {
		background-image: url("..//..//..//img/home-1/feedback/bg.jpg");
		background-position: center;
		width: 48%;
	}
}

@media (min-width: 1366px) {
	.feedback::after {
		width: 50%;
	}
}

.feedback__header {
	margin-bottom: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
	.feedback__header {
		margin-bottom: 3.75rem;
	}
}

.feedback__item {
	flex-direction: column;
	gap: 20px;
}

.feedback__inner {
	padding: calc(1.3875rem + 1.65vw);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media (min-width: 1200px) {
	.feedback__inner {
		padding: 2.625rem;
	}
}

.feedback__inner .top {
	gap: 30px;
}

.feedback__inner .top .thumb {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.feedback__inner .top .profile {
	width: calc(100% - 110px);
	margin-top: 1.25rem;
}

.feedback__inner .top .profile .star ul {
	gap: 2px;
}

.feedback__inner .top .profile .star ul li i {
	font-size: 0.8125rem;
}

.feedback__inner .bottom p {
	margin-top: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.feedback__inner .bottom p {
		margin-top: 1.875rem;
	}
}

@media (min-width: 1200px) {
	.feedback .row {
		margin-left: calc(1.5625rem + 3.75vw);
	}
}

@media (min-width: 1200px) and (min-width: 1200px) {
	.feedback .row {
		margin-left: 4.375rem;
	}
}

@media (max-width: 1199px) {
	.feedback .row {
		flex-direction: column-reverse;
	}
}

@media (min-width: 1600px) {
	.feedback .positionfeedback.righttop {
		right: 0%;
		top: 2%;
		display: inherit;
	}
}

.feedback2__inner {
	border: 1px solid #F8F5F0;
	background-color: #fff;
	padding: 20px 30px 30px;
	margin: calc(1.625rem + 4.5vw) 0 calc(1.375rem + 1.5vw) 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (min-width: 1200px) {
	.feedback2__inner {
		margin: 5rem 0 2.5rem 0;
	}
}

@media (min-width: 768px) {
	.feedback2__inner {
		margin: calc(1.4375rem + 2.25vw) 0;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	.feedback2__inner {
		margin: 30px 0;
	}
}

.feedback2__inner .icon {
	z-index: 1;
	margin-top: -50px;
	background-color: transparent;
}

.feedback2__inner .icon img {
	width: 40px;
}

/* .feedback2__inner .icon::after {
border: 1px solid var(--theme-primary);
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
border-style: dashed;
} */
.feedback2__inner .text {
	margin-top: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	.feedback2.padding-block {
		padding: 80px 0 50px;
	}

	.feedback2__inner .text {
		margin-top: 5px;
	}
}

.feedback2__inner .text .profile {
	gap: 20px;
	margin-top: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
	.feedback2__inner .text .profile {
		margin-top: 1.5625rem;
	}
}

.feedback2__inner .text .profile .thumb {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.feedback2__inner .text .profile .name ul {
	gap: 2px;
}

.feedback2__inner .text .profile .name ul li i {
	font-size: 14px;
	color: #ffb300;
}

.feedback2__inner .text .profile .name h6 {
	margin-bottom: 0;
}

.feedback2__inner:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.feedback2 .section__wraaper {
	margin-top: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
	.feedback2 .section__wraaper {
		margin-top: 10px;
	}
}


.blog__item {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 15px;
	height: 100%;
}

.blog__item .blog__inner.blog__inner--innerblogpage .thumb img {
	height: 300px;
    object-fit: cover;
    width: 100%;
}

.blog__item a.custom-btn {
	font-size: 15px;
	margin-top: 15px;
	padding: 8px 15px;
}

.blog__inner .thumb {
	z-index: 2;
}

.blog__inner .thumb::before {
	right: 51%;
	background: rgba(255, 255, 255, 0.2);
	pointer-events: none;
}

.blog__inner .thumb::after {
	background: rgba(255, 255, 255, 0.3);
	pointer-events: none;
}

.blog__inner .content {
	padding: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
	.blog__inner .content {
		padding: 1.5625rem;
	}
}

.blog__inner .content .text ul {
	gap: 20px;
}

@media (min-width: 992px) {
	.blog__inner .content .text ul {
		gap: 40px;
	}
}

.blog__inner .content .text ul li i {
	font-size: 0.9375rem;
}

.blog__inner .content .blogbtn {
	margin-top: 1.25rem;
}

.blog__inner .content .blogbtn a {
	padding: 0rem 3rem;
}

.blog__inner:hover .thumb::before {
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear;
}

.blog__inner:hover .thumb::after {
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear;
}

.blog__inner--innerpage3 .content {
	padding: calc(1.28125rem + 0.375vw) 1.25rem calc(1.34375rem + 1.125vw) 1.25rem;
}

@media (min-width: 1200px) {
	.blog__inner--innerpage3 .content {
		padding: 1.5625rem 1.25rem 2.1875rem 1.25rem;
	}
}

.blog__inner--innerblogpage {
	border: 1px solid #F8F5F0;
}

.blog__inner--innerblogpage .content .blogbtn {
	margin-top: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
	.blog__inner--innerblogpage .content .blogbtn {
		margin-top: 1.5625rem;
	}
}

.blog__inner--innerblogpage .content .blogbtn a {
	padding: 8px 15px;
}

@media (min-width: 1200px) {
	.blog__inner--innerblogpage .content .blogbtn a {
		padding: 8px 15px;
	}
}

.blog__header {
	margin-bottom: calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
	.blog__header {
		margin-bottom: 3.125rem;
	}
}

.blog__header p {
	max-width: 500px;
}

.blog__headerpage3 {
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.blog__headerpage3 {
		margin-bottom: 30px;
	}
}

.blog .positionblog.topshape {
	top: 100px;
	left: 4%;
	animation-name: servicetopshape;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

.blogsingle {
	padding: padding: 80px 0;
}

@media (min-width: 1200px) {
	.blogsingle {
		padding: 80px 0;
	}
}

@media (min-width: 576px) {
	.blogsingle {
		padding: 80px 0;
	}
}

@media (min-width: 576px) and (min-width: 1200px) {
	.blogsingle {
		padding: 80px 0;
	}
}

.blogsingle__sidebar {
	flex-direction: column;
	gap: 30px;
}

.blogsingle__search {
	border: 1px solid #F2F6F9;
	padding: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.blogsingle__search {
		padding: 1.875rem;
	}
}

.blogsingle__search .search-area ::placeholder {
	color: #555;
}

.blogsingle__search .search-area .icon {
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blogsingle__popularpost {
	border: 1px solid #dbe2e7;
	padding: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.blogsingle__popularpost {
		padding: 1.875rem;
	}
}

.blogsingle__popularpost .postitem>ul>li {
	border-bottom: 1px solid #eceaea;
	gap: 20px;
}

.blogsingle__popularpost .postitem>ul>li:last-child {
	border-bottom: none;
}

.blogsingle__popularpost .postitem>ul>li .content {
	width: calc(100% - 105px);
}

.blogsingle__popularpost .postitem>ul>li .content h6 a {
	font-size: 1rem;
	line-height: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
	.blogsingle__popularpost .postitem>ul>li .content h6 a {
		line-height: 1.5625rem;
	}
}

.blogsingle__popularpost .postitem>ul>li .content span {
	font-size: 12px;
    margin: 0;
    color: var(--theme-secondary);
    font-weight: 600;
}

.blogsingle__popularpost .postitem>ul>li .content h6 {
	margin-bottom: 0;
}

.blogsingle__popularpost--relatedPost {
	background: #F9F9F9;
}

.blogsingle__popularpost--relatedPost .postitem {
	padding: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.blogsingle__popularpost--relatedPost .postitem {
		padding: 1.875rem;
	}
}

.blogsingle__popularpost--relatedPost .postitem ul {
	gap: 30px;
}

.blogsingle__popularpost--relatedPost .postitem ul li {
	max-width: 378px;
}

.blogsingle__popularpost--relatedPost .postitem ul li .thum {
	width: 120px;
}

.blogsingle__popularpost--relatedPost .postitem ul li .content {
	width: calc(100% - 140px);
}

.blogsingle__popularpost--relatedPost .postitem ul li .content span {
	color: #555555;
	font-size: 1rem;
}

.blogsingle__popularpost--popularpostshoppage .postitem ul li .content .allstar i {
	font-size: 0.75rem;
}

.blogsingle__catagory {
	border: 1px solid #F2F6F9;
	padding: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.blogsingle__catagory {
		padding: 1.875rem;
	}
}

.blogsingle__catagory .content ul li {
	border-bottom: 1px solid rgba(162, 162, 162, 0.3098039216);
}

.blogsingle__catagory .content ul li h6 a {
	font-size: 1rem;
	text-decoration: none;
	color: #70717B;
}

.blogsingle__catagory .content ul li:last-child {
	border-bottom: none;
}

.blogsingle__alltag {
	padding: calc(1.3125rem + 0.75vw);
	border: 1px solid #F2F6F9;
	padding: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.blogsingle__alltag {
		padding: 1.875rem;
	}
}

@media (min-width: 1200px) {
	.blogsingle__alltag {
		padding: 1.875rem;
	}
}

.blogsingle__alltag .alltaginner a {
	padding: 0.625rem 0.9375rem;
	margin: 0.3125rem;
	color: #555;
	transition: all 0.3s ease;
}

.blogsingle__content {
	border: 1px solid #dbe2e7;
	padding: 10px 30px 1px;
	border-radius: 10px;
}

.blogsingle__content .heading {
	padding: calc(1.28125rem + 0.375vw) 0 0.9375rem 0;
}

@media (min-width: 1200px) {
	.blogsingle__content .heading {
		padding: 1.5625rem 0 0.9375rem 0;
	}
}

.blogsingle__content .heading h4 {
	font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
	.blogsingle__content .heading h4 {
		font-size: 1.75rem;
	}
}

.blogsingle__content .heading ul {
	margin-top: 0.625rem;
	gap: 10px 20px;
}

@media (min-width: 768px) {
	.blogsingle__content .heading ul {
		gap: 60px;
	}
}

.blogsingle__content p {
	margin: 0.5rem 0 calc(1.28125rem + 0.375vw) 0;
}

@media (min-width: 1200px) {
	.blogsingle__content p {
		margin: 0.5rem 0 1.5625rem 0;
	}
}

.blogsingle__content .quode {
	gap: 20px;
	margin: calc(1.34375rem + 1.125vw) 0;
	background: var(--theme-secondary);
	padding: calc(1.3125rem + 0.75vw) 1.25rem;
}

@media (min-width: 1200px) {
	.blogsingle__content .quode {
		margin: 2.1875rem 0;
	}
}

@media (min-width: 1200px) {
	.blogsingle__content .quode {
		padding: 1.875rem 1.25rem;
	}
}

@media (min-width: 768px) {
	.blogsingle__content .quode {
		padding: calc(1.375rem + 1.5vw);
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	.blogsingle__content .quode {
		padding: 2.5rem;
	}
}

.blogsingle__content .quode .icon {
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
}

@media (max-width: 767px) {
	.blogsingle__content .quode .icon {
		margin: auto;
	}
}

@media (min-width: 992px) {
	.blogsingle__content .quode .text {
		width: calc(100% - 110px);
	}
}

.blogsingle__content .quode .text h6 {
	font-style: italic;
	line-height: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.blogsingle__content .quode .text h6 {
		line-height: 1.875rem;
	}
}

.blogsingle__content .tagbutton-icon {
	margin-top: 1.25rem;
}

.blogsingle__content .tagbutton-icon .tagbutton ul {
	gap: 20px;
}

@media (min-width: 400px) {
	.blogsingle__content .tagbutton-icon .tagbutton ul {
		gap: 5px;
	}
}

.blogsingle__content .tagbutton-icon .tagbutton ul li a {
	border: 1px solid #F1F1F1;
	padding: 0.3125rem 0.625rem;
	color: #555;
	transition: all 0.3s ease;
}

.blogsingle__content .tagbutton-icon .tagbutton ul li a:hover {
	border-color: var(--theme-secondary);
}

.blogsingle__content .tagbutton-icon .tagicon ul {
	gap: 10px;
}

.blogsingle__content .tagbutton-icon .tagicon ul li a {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.blogsingle__content .tagbutton-icon .tagicon ul li a i {
	font-size: 0.9375rem;
}

.blogsingle__content .tagbutton-icon .tagicon ul li:nth-child(2) a {
	background: #3b5998;
}

.blogsingle__content .tagbutton-icon .tagicon ul li:nth-child(3) a {
	background: #ea4c89;
}

.blogsingle__content .tagbutton-icon .tagicon ul li:nth-child(4) a {
	background: #e4405f;
}

.blogsingle__content .tagbutton-icon .tagicon ul li:nth-child(5) a {
	background: #007bb5;
}

.blogsingle__author {
	padding: calc(1.3125rem + 0.75vw) calc(1.3125rem + 0.75vw) calc(1.375rem + 1.5vw) calc(1.3125rem + 0.75vw);
	border: 1px solid #F2F6F9;
}

@media (min-width: 1200px) {
	.blogsingle__author {
		padding: 1.875rem 1.875rem 2.5rem 1.875rem;
	}
}

.blogsingle__author .author-content {
	gap: 15px 20px;
}

@media (min-width: 768px) {
	.blogsingle__author .author-content {
		gap: 30px;
	}
}

.blogsingle__author .author-content .thum {
	width: 120px;
	height: 120px;
}

@media (min-width: 768px) {
	.blogsingle__author .author-content .text {
		width: calc(100% - 150px);
	}
}

.blogsingle__author .author-content .text span {
	margin-top: 0.125rem;
}

.blogsingle__author .author-content .text p {
	max-width: 600px;
}

.blogsingle__author .author-content .text ul {
	margin-top: 1.25rem;
	gap: 20px;
}

.blogsingle__author .author-content .text ul li a i {
	font-size: 1.125rem;
}

.blogsingle__comments {
	padding: calc(1.3125rem + 0.75vw);
	border: 1px solid #F2F6F9;
}

@media (min-width: 1200px) {
	.blogsingle__comments {
		padding: 1.875rem;
	}
}

.blogsingle__comments .content ul {
	gap: 40px;
	flex-direction: column;
}

@media (min-width: 768px) {
	.blogsingle__comments .content ul {
		gap: 50px;
	}
}

.blogsingle__comments .content ul li {
	gap: 20px;
}

.blogsingle__comments .content ul li .img {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

@media (min-width: 768px) {
	.blogsingle__comments .content ul li .commentsarea {
		width: calc(100% - 100px);
	}
}

.blogsingle__comments .content ul li .commentsarea .name-replaybtn .name span {
	font-size: 1rem;
	margin-top: 0.125rem;
}

.blogsingle__comments .content ul li .commentsarea .name-replaybtn .replaybtn a {
	background: var(--theme-secondary);
	padding: 0.3125rem 1.25rem;
	margin-block: 10px 0;
	display: inline-block;
}

.blogsingle__comments .content ul li .commentsarea p {
	max-width: 600px;
}

.blogsingle__comments .content ul li:nth-child(even) {
	margin-left: 0.75rem;
}

@media (min-width: 576px) {
	.blogsingle__comments .content ul li:nth-child(even) {
		margin-left: calc(1.5rem + 3vw);
	}
}

@media (min-width: 576px) and (min-width: 1200px) {
	.blogsingle__comments .content ul li:nth-child(even) {
		margin-left: 3.75rem;
	}
}

.blogsingle__leavecoments {
	padding: calc(1.3125rem + 0.75vw);
	border: 1px solid #F2F6F9;
}

@media (min-width: 1200px) {
	.blogsingle__leavecoments {
		padding: 1.875rem;
	}
}

.blogsingle__leavecoments .formarea form .alliput {
	gap: 20px;
}

.blogsingle__leavecoments .formarea form .alliput input {
	width: 100%;
}

@media (min-width: 992px) {
	.blogsingle__leavecoments .formarea form .alliput input {
		width: 48.6%;
	}
}

.blogsingle__leavecoments .formarea form textarea {
	margin-top: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
	.blogsingle__leavecoments .formarea form textarea {
		margin-top: 1.5625rem;
	}
}

.blogsingle__leavecoments .formarea form button {
	margin-top: calc(1.3125rem + 0.75vw);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

@media (min-width: 1200px) {
	.blogsingle__leavecoments .formarea form button {
		margin-top: 1.875rem;
	}
}

.blogsingle__leavecoments--addreview {
	margin-top: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	.blogsingle__leavecoments--addreview {
		margin-top: 2.5rem;
	}
}

.blogsingle__leavecoments--addreview .formarea form .alliput {
	gap: 0px 30px;
}

.blogsingle__leavecoments--addreview .formarea form .alliput input {
	border: 1px solid #F2F6F9;
}

.blogsingle__leavecoments--addreview .formarea form .alliput textarea {
	border: 1px solid #F2F6F9;
}

.blogsingle__leavecoments--addreview .formarea form .reviewbtn {
	gap: 30px;
}

.blogsingle__leavecoments--addreview .formarea form .reviewbtn .allreview {
	border: 0.5px solid rgba(162, 162, 162, 0.3098039216);
	padding: 0.75rem calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	.blogsingle__leavecoments--addreview .formarea form .reviewbtn .allreview {
		padding: 0.75rem 2.5rem;
	}
}

.blogsingle__leavecoments--addreview .formarea form .reviewbtn .allreview ul {
	gap: 5px;
}

.blogsingle__leavecoments--addreview .formarea form .reviewbtn .allreview ul li i {
	color: #555;
	font-size: 0.8125rem;
}

.blogsingle__leavecoments--addreview .formarea form .reviewbtn button.allbtn {
	padding: 0.625rem calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.blogsingle__leavecoments--addreview .formarea form .reviewbtn button.allbtn {
		padding: 0.625rem 1.875rem;
	}
}

.process__header {
	margin-bottom: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
	.process__header {
		margin-bottom: 3.75rem;
	}
}

.process__inner {
	width: 240px;
	height: 240px;
	line-height: 90px;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.process__inner::after {
	width: 225px;
	height: 225px;
	border: 1.5px solid var(--theme-secondary);
	border-style: dashed;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.process__inner:hover img {
	transform: rotateY(180deg);
}

.process__item {
	width: 240px;
	height: 240px;
}

@media (min-width: 768px) {
	.process__item {
		width: 300px;
		height: 245px;
	}
}

@media (min-width: 1366px) {
	.process__item .base {
		top: 40%;
		right: -35px;
		height: 50px;
		width: 100px;
		transform: translateX(-40%) rotate(90deg);
	}
}

@media (min-width: 1366px) {
	.process__item .base::before {
		border-bottom: 35px solid #F8F5F0;
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
		height: 0;
		top: -35px;
		width: 0;
	}
}

@media (max-width: 991px) {

	.process .section__wrapper .row .col-sm-6:nth-child(1) .process__item,
	.process .section__wrapper .row .col-sm-6:nth-child(1) .process__inner {
		margin-left: auto !important;
	}
}

@media (max-width: 991px) {

	.process .section__wrapper .row .col-sm-6:nth-child(3) .process__item,
	.process .section__wrapper .row .col-sm-6:nth-child(3) .process__inner {
		margin-left: auto !important;
	}
}

.accordion-item {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.accordion-item .accordion-button {
	font-size: 16px;
	font-weight: 400;
}

@media (min-width: 576px) {
	.accordion-item .accordion-button {
		font-size: 16px;
		font-weight: 400;
	}
}

.accordion-item .accordion-button .plus-icon {
	margin-left: auto;
}

.accordion-item .accordion-button .plus-icon:after {
	width: 14px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.accordion-item .accordion-button .plus-icon:before {
	width: 2px;
	height: 14px;
	transform: translate(-50%, -50%);
}

.accordion-item .accordion-button:focus {
	border-color: none;
	box-shadow: none;
}

.accordion-item .accordion-body p {
	max-width: 432px;
	color: #555;
}

.accordion-item .accordion-button:not(.collapsed) {
	box-shadow: none;
	border-radius: inherit !important;
}

.accordion-item .accordion-button:not(.collapsed) .plus-icon:before {
	width: 14px;
	height: 2px;
}

@media (min-width: 1200px) {
	.accordion-item--itme2Serpage {
		max-width: 98%;
	}
}

.accordion-item--itme2Serpage .accordion-button {
	padding: 10px 20px;
}

.accordion-item--itme2Serpage .accordion-body {
	padding: calc(1.28125rem + 0.375vw) calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.accordion-item--itme2Serpage .accordion-body {
		padding: 15px 20px 1px;
	}
}

.accordion-item--itme2Serpage .accordion-body p {
	max-width: 100%;
	font-size: 15px;
	line-height: 24px;
}

.accordion-item--item2 .accordion-button {
	border: 1px solid #F8F5F0;
}

.accordion-item--item2 .accordion-body:not(.collapsed) {
	border: 1px solid #F8F5F0;
}

.question {
	position: relative;
	background-image: url(../img/question-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: bottom center;
	background-attachment: fixed;
}

.question::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000085;
	content: "";
	z-index: 0;
}

.question .section__wrapper,
.question .section__header {
	position: relative;
	z-index: 9;
}

@media (max-width: 1199px) {
	.question .section__wrapper {
		margin-top: calc(1.4375rem + 2.25vw);
	}
}

@media (max-width: 1199px) and (min-width: 1200px) {
	.question .section__wrapper {
		margin-top: 3.125rem;
	}
}

.question__rightimg .plybtn {
	z-index: 1;
	transform: translate(-50%, -50%);
}

.question--paddingservice {
	padding: calc(1.875rem + 7.5vw) 0 calc(2.25rem + 12vw) 0;
}

@media (min-width: 1200px) {
	.question--paddingservice {
		padding: 7.5rem 0 11.25rem 0;
	}
}

@media (min-width: 576px) {
	.question--paddingservice {
		padding: calc(1.875rem + 7.5vw) 0 0 0;
	}
}

@media (min-width: 576px) and (min-width: 1200px) {
	.question--paddingservice {
		padding: 7.5rem 0 0 0;
	}
}

.request {
	padding: calc(1.75rem + 6vw) 0;
}

@media (min-width: 1200px) {
	.request {
		padding: 6.25rem 0;
	}
}

@media (min-width: 992px) {
	.request::after {
		background-image: url("..//..//..//img/home-3/request/img.jpg");
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		height: 100%;
		background-position: center;
		width: 40%;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

.request__form {
	margin-top: calc(1.375rem + 1.5vw);
	position: relative;
	z-index: 1;
}

@media (min-width: 1200px) {
	.request__form {
		margin-top: 30px;
	}
}

.request__form form {
	position: relative;
	z-index: 99;
}

.request__form form .allinput {
	gap: 20px;
}

@media (min-width: 1366px) {
	.request__form form .allinput {
		gap: 25px;
	}
}

.request__form form .allinput input {
	padding: 0.9375rem calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.request__form form .allinput input {
		padding: 0.9375rem 1.875rem;
	}
}

.request__form form .allinput input:nth-child(1) {
	width: 100%;
}

@media (min-width: 1200px) {
	.question .request__form form .allinput input:nth-child(1) {
		width: 47%;
	}

	.request__form form .allinput input:nth-child(1) {
		width: 48.3%;
	}
}

.request__form form .allinput input:nth-child(2) {
	width: 100%;
}

@media (min-width: 1200px) {
	.request__form form .allinput input:nth-child(2) {
		width: 48.3%;
	}

	.question .request__form form .allinput input:nth-child(2) {
		width: 47%;
	}
}

.request__form form textarea {
	margin-top: 0;
	padding: 0.9375rem calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.request__form form textarea {
		padding: 0.9375rem 1.875rem;
	}
}

.request__form form button {
	margin-top: calc(1.4375rem + 2.25vw);
	/* padding: 0rem calc(1.29375rem + 0.525vw); */
}

@media (min-width: 1200px) {
	.request__form form button {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.request__form form button {
		/* padding: 0rem 1.6875rem; */
	}
}

.request__form p.error {
	color: red;
}

.request__form p.success {
	color: green;
}

.request__form--contactpage form button {
	padding: 0rem calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
	.request__form--contactpage form button {
		padding: 0rem 3.125rem;
	}
}

@media (min-width: 768px) {
	.request--historypage::after {
		left: 60%;
	}
}

.skill__item {
	margin-bottom: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.skill__item {
		margin-bottom: 1.875rem;
	}
}

@media (min-width: 992px) {
	.skill__item {
		max-width: 500px;
	}
}

.skill__item .skill-title .left {
	font-size: 1.25rem;
}

.skill__item .skill-title .right span {
	font-size: 1rem;
	display: inline-block;
}

.skill__item .skillbar-container {
	height: 6px;
}

.skill__item .skillbar-container .skills {
	height: 6px;
	width: 0;
	border: 0.5px solid #F8F5F0;
	border-radius: 4px;
}

@media (max-width: 991px) {
	.skill__rightimg {
		margin-top: calc(1.625rem + 4.5vw);
	}
}

@media (max-width: 991px) and (min-width: 1200px) {
	.skill__rightimg {
		margin-top: 5rem;
	}
}

.skill .section-wrapper {
	margin-top: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	.skill .section-wrapper {
		margin-top: 2.5rem;
	}
}

.testmonial__header {
	margin-bottom: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
	.testmonial__header {
		margin-bottom: 3.75rem;
	}
}

.testmonial__header p {
	max-width: 500px;
}

.testmonial__item {
	gap: 35px;
	flex-direction: column;
	padding: calc(1.3125rem + 0.75vw) 0.9375rem;
}

@media (min-width: 1200px) {
	.testmonial__item {
		padding: 1.875rem 0.9375rem;
	}
}

@media (min-width: 576px) {
	.testmonial__item {
		flex-direction: row;
		padding: calc(1.3125rem + 0.75vw);
	}
}

@media (min-width: 576px) and (min-width: 1200px) {
	.testmonial__item {
		padding: 1.875rem;
	}
}

.testmonial .thum {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

@media (max-width: 575px) {
	.testmonial .thum {
		margin: auto;
	}
}

.testmonial .thum .quode {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 80%;
	line-height: calc(1.375rem + 1.5vw);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	outline: 4px solid #fff;
}

@media (min-width: 1200px) {
	.testmonial .thum .quode {
		line-height: 2.5rem;
	}
}

.testmonial .thum .quode i {
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.testmonial__content {
		width: calc(100% - 100px - 35px);
	}
}

.testmonial__content .profile {
	margin-top: 1.25rem;
}

.testmonial__content .profile .star ul {
	gap: 2px;
}

.testmonial__content .profile .star ul li i {
	font-size: 0.9375rem;
}

.shoppage__item {
	padding: 0.9375rem;
	border: 1px solid #F8F5F0;
}

.shoppage__item:hover .thum img {
	transform: scale(1.1);
}

.shoppage__item .thum {
	z-index: 10;
}

.shoppage__item .thum .shoppagelink {
	gap: 10px;
	transform: translate(-50%, -50%) scale(0);
}

.shoppage__item .thum .shoppagelink a {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.shoppage__item .thum .shoppagelink a i {
	font-size: 0.9375rem;
}

.shoppage__item .thum:after {
	opacity: 0.7;
	transform: scale(0);
}

.shoppage__item .thum:hover .shoppagelink {
	transform: translate(-50%, -50%) scale(1.1);
}

.shoppage__item .thum:hover:after {
	transform: scale(1.1);
}

.shoppage__item .content {
	padding: 1.25rem 0;
}

.shoppage__item .content .allstar {
	gap: 3px;
}

.shoppage__item .content .allstar i {
	font-size: 0.75rem;
}

@media (min-width: 768px) {
	.shoppage__item--itemshoppage .thum {
		max-width: 240px;
	}
}

.shoppage__item--itemshoppage .content {
	padding-left: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.shoppage__item--itemshoppage .content {
		padding-left: 1.875rem;
	}
}

@media (min-width: 768px) {
	.shoppage__item--itemshoppage .content {
		width: calc(100% - 220px);
	}
}

.shoppage__item--itemshoppage .content .allstar {
	justify-content: flex-start;
	margin-bottom: 0.625rem;
}

.shoppagenav {
	padding: 0.9375rem 1.25rem;
	margin-bottom: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
	.shoppagenav {
		margin-bottom: 1.5625rem;
	}
}

.shoppagenav .nav-tab {
	border: none !important;
	width: 130px;
	gap: 10px;
}

@media (min-width: 450px) {
	.shoppagenav .nav-tab {
		margin-left: auto;
	}
}

.shoppagenav .nav-tab .nav-link {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: calc(1.28125rem + 0.375vw);
	padding: 0.125rem 0.9375rem;
	border: 1px solid #fff;
}

@media (min-width: 1200px) {
	.shoppagenav .nav-tab .nav-link {
		font-size: 1.5625rem;
	}
}

@media (max-width: 449px) {
	.shoppagenav .nav-tab .nav-link {
		margin-top: 0.625rem;
	}
}

.shoppagenav .nav-tab .nav-link.active {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.shopdetails {
	padding: calc(1.875rem + 7.5vw) 0 calc(1.4375rem + 2.25vw) 0;
}

@media (min-width: 1200px) {
	.shopdetails {
		padding: 7.5rem 0 3.125rem 0;
	}
}

.shopdetails__leftinner .productsdetails1 {
	margin-top: 1.25rem;
}

.shopdetails__leftinner .swiper-slide-thumb-active {
	opacity: 0.9 !important;
}

.shopdetails__smallthumb img {
	cursor: pointer;
}

.shopdetails__content {
	max-width: 600px;
	margin-left: auto;
}

.shopdetails__content h6 {
	font-size: 1rem;
	margin-top: 0.1875rem;
}

.shopdetails__content .rating span i {
	font-size: 0.75rem;
	margin-right: 2px;
}

.shopdetails__content .rating a {
	color: #707070;
}

.shopdetails__content p {
	margin: 1.25rem 0;
}

.shopdetails__content .countadd {
	margin-top: calc(1.375rem + 1.5vw);
	gap: 20px;
}

@media (min-width: 1200px) {
	.shopdetails__content .countadd {
		margin-top: 2.5rem;
	}
}

.shopdetails__content .countadd .cart-plus-minus {
	gap: 10px;
	padding: 7px;
	border: 1px solid #F2F6F9;
}

.shopdetails__content .countadd .cart-plus-minus input {
	border: 1px solid #F2F6F9;
	padding: 0;
}

.shopdetails__content .countadd .cart-plus-minus .qtybutton {
	border: 1px solid #F2F6F9;
}

.shopdetails__content .countadd form {
	width: 200px;
}

.shopdetails__content .countadd form input {
	background: #fafafa;
	border: 1px solid rgba(162, 162, 162, 0.3098039216);
	padding: 0.8125rem;
}

@media (min-width: 1200px) {
	.shopdetails__content .countadd a {
		padding: 0rem calc(2.0125rem + 9.15vw);
		display: inline-block;
	}
}

@media (min-width: 1200px) and (min-width: 1200px) {
	.shopdetails__content .countadd a {
		padding: 0rem 8.875rem;
	}
}

.shopdetails__wrapper {
	border: 1px solid #F1F1F1;
	padding: 1.25rem;
}

@media (max-width: 575px) {
	.cartdesk {
		padding-bottom: calc(2.375rem + 13.5vw);
	}
}

@media (max-width: 575px) and (min-width: 1200px) {
	.cartdesk {
		padding-bottom: 12.5rem;
	}
}

.cartdesk__innerborder {
	border: 1px solid #F1F1F1;
}

.cartdesk__item {
	border-bottom: 1px solid #F1F1F1;
}

.cartdesk__img {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

@media (max-width: 399px) {
	.cartdesk__text .nametext .allstar {
		margin-top: 0.3125rem;
	}
}

.cartdesk__text .nametext .allstar .star i {
	font-size: 0.8125rem;
}

.cartdesk__text .destext p {
	max-width: 649px;
}

.cartdesk__header nav .nav .nav-link {
	padding: 0.9375rem calc(1.4375rem + 2.25vw);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media (min-width: 1200px) {
	.cartdesk__header nav .nav .nav-link {
		padding: 0.9375rem 3.125rem;
	}
}

.cartdesk__content ul li {
	margin-bottom: 0.3125rem;
}

.cartdesk__itemheading {
	padding-bottom: 1.25rem;
}

.cartdesk__itemheading:after {
	width: 500px;
	height: 1px;
	background: #F1F1F1;
	transform: translateX(-50%);
}

.cartpage {
	padding: calc(1.875rem + 7.5vw) 0 calc(2.25rem + 12vw) 0;
}

@media (min-width: 1200px) {
	.cartpage {
		padding: 7.5rem 0 11.25rem 0;
	}
}

@media (min-width: 576px) {
	.cartpage {
		padding: calc(1.875rem + 7.5vw) 0 0 0;
	}
}

@media (min-width: 576px) and (min-width: 1200px) {
	.cartpage {
		padding: 7.5rem 0 0 0;
	}
}

@media (max-width: 991px) {
	.cartpage__inner {
		overflow-x: auto;
		scrollbar-width: thin;
	}
}

.cartpage__item {
	width: 760px;
	border: 1px solid #F2F6F9;
}

@media (min-width: 1200px) {
	.cartpage__item {
		margin-left: auto;
	}
}

.cartpage__header ul li {
	padding: 1.25rem;
	border-right: 1px solid #F2F6F9;
}

.cartpage__header ul li:nth-child(1) {
	width: 288px;
}

.cartpage__header ul li:nth-child(2) {
	width: 100px;
}

.cartpage__header ul li:nth-child(3) {
	width: 160px;
}

.cartpage__header ul li:nth-child(4) {
	width: 110px;
}

.cartpage__header ul li:nth-child(5) {
	width: 100px;
	border-right: none;
}

.cartpage__body ul li .product {
	width: 288px;
	gap: 20px;
	padding-left: 1.25rem;
}

.cartpage__body ul li .product .text h6 {
	font-size: 1rem;
}

.cartpage__body ul li .product .text h6 a {
	font-size: 1rem;
}

.cartpage__body ul li .price {
	width: 100px;
}

.cartpage__body ul li .price span {
	color: #0B2239;
}

.cartpage__body ul li .countadd {
	border-right: 1px solid #F2F6F9;
	border-top: 1px solid #F2F6F9;
	padding: calc(1.2625rem + 0.15vw) 0;
	width: 160px;
}

@media (min-width: 1200px) {
	.cartpage__body ul li .countadd {
		padding: 1.375rem 0;
	}
}

.cartpage__body ul li .countadd .cart-plus-minus {
	gap: 5px;
	padding: 7px;
}

.cartpage__body ul li .countadd .cart-plus-minus input {
	border: 1px solid #F2F6F9;
	padding: 0;
	color: #0B2239;
}

.cartpage__body ul li .countadd .cart-plus-minus .qtybutton {
	border: 1px solid #F2F6F9;
	color: #0B2239;
}

.cartpage__body ul li .countadd a {
	padding: 0.9375rem calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
	.cartpage__body ul li .countadd a {
		padding: 0.9375rem 3.125rem;
	}
}

.cartpage__body ul li .total {
	width: 110px;
}

.cartpage__body ul li .total span {
	color: #0B2239;
}

.cartpage__body ul li .remove {
	width: 100px;
	border-right: none;
}

.cartpage__body ul li .remove span {
	color: #0B2239;
}

.cartpage__discountcode {
	max-width: 470px;
	padding: 1.25rem;
}

.cartpage__discountcode input {
	width: calc(100% - 180px);
	border: 1px solid #F2F6F9;
	color: #555;
}

.cartpage__discountcode button {
	width: 180px;
	height: 58px;
}

.cartpage__paymentitem {
	border: 1px solid #F2F6F9;
}

@media (max-width: 1399px) {
	.cartpage__paymentitem {
		max-width: 770px;
		margin: auto;
	}
}

.cartpage__paymentitem .header {
	padding: 1.25rem calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.cartpage__paymentitem .header {
		padding: 1.25rem 1.875rem;
	}
}

.cartpage__paymentitem .header ul li {
	color: #272727;
	font-size: 1rem;
}

.cartpage__paymentitem .content {
	padding: 1.25rem calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
	.cartpage__paymentitem .content {
		padding: 1.25rem 1.875rem;
	}
}

.cartpage__paymentitem .content p {
	color: #272727;
}

.cartpage__paymentitem .content form {
	margin-top: 0.625rem;
}

.cartpage__paymentitem .content form .item label {
	width: calc(100% - 35px);
}

.cartpage__paymentitem .content form .item label span {
	color: #272727;
}

.cartpage__paymentitem .content form .country {
	margin-top: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
	.cartpage__paymentitem .content form .country {
		margin-top: 1.5625rem;
	}
}

.cartpage__paymentitem .content form .country p {
	margin-bottom: 0.625rem;
}

.cartpage__paymentitem .content form .country select {
	border: 1px solid #F2F6F9;
}

.cartpage__paymentitem .content form .country select option {
	padding: 0.9375rem 1.25rem;
}

.cartpage__paymentitem .content form .zipcode input {
	border: 1px solid #F2F6F9;
	color: #272727;
}

.cartpage__paymentitem .content form .zipcode ::placeholder {
	color: #272727;
}

.cartpage__paymentitem .content form .update button {
	background: #F2F6F9;
	padding: 0.9375rem 1.25rem;
}

.contactus__inner {
	padding: calc(1.375rem + 1.5vw) 1.25rem;
	border: 1px solid var(--theme-primary);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (min-width: 1200px) {
	.contactus__inner {
		padding: 2.5rem 1.25rem;
	}
}

.contactus__inner .thumb::after {
	border-style: dashed;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

.contactus__inner .thumb i {
	font-size: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
	.contactus__inner .thumb i {
		font-size: 1.5625rem;
	}
}

.contactus__inner .text h6 {
	margin-bottom: 0.625rem;
}

.map iframe {
	min-height: 450px;
}

.header__top--toppage2 {
	background-color: var(--theme-primary) !important;
}

.header__bottom .container-xl,
.header__top .container-xl {
	max-width: 1600px !important;
}

.header__nav .mainactive>ul li.menu-item-has-children a i {
	font-size: 13px;
	font-weight: 400px;
	top: 0;
}

.header__nav .mainactive>ul li>ul li:hover::after {
	color: #fff;
}

/* .swiper-backface-hidden .swiper-slide {
position: relative;
height: 800px;
}

.swiper-backface-hidden .swiper-slide::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to right, #00000069, #00000040, #00000015, #00000009, #00000000);
content: "";
z-index: 0;
} */

.ls-fullscreen-wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden;
	height: auto;
	max-width: none;
	width: 100%;
}

.ls-fullscreen-wrapper video {
	width: 100%;
	height: 85vh;
	object-fit: cover;
	position: relative;
	z-index: 0;
	object-position: bottom;
}

.ls-fullscreen-wrapper .banner-content {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	max-width: fit-content;
	z-index: 9;
}

.banner-content .bannerbtn a.custom-btn {
	background-color: var(--theme-primary);
	color: var(--theme-primary);
	border: 1px solid #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 15px 25px;
	color: #fff;
	margin-top: 20px;
}

.banner-content h3 {
	line-height: 1.1 !important;
	margin-bottom: 0.9375rem;
	text-shadow: 2px 2px 4px #000000;
	color: #fff;
}

@media (min-width: 1200px) {
	.banner-content h3 {
		font-size: 48px;
	}
}

.section__header span img {
	width: 30px;
	position: relative;
	top: -6px;
	margin-left: 0;
	margin-right: 5px;
}

@media screen and (min-width:1200px) {

	.natureplant .section__header,
	.natureplant .natureplant__content {
		padding-left: 25px;
	}
}

.natureplant .imghover img {
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.natureplant .imghover {
	position: relative;
}

.natureplant .imghover .natureplant__gardingmake {
	position: absolute;
	bottom: -35px;
	right: -35px;
}

.natureplant .imghover .natureplant__gardingmake .item .thumb {
	width: 150px;
	height: 150px;
	z-index: 99;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.natureplant__gardingmake .item .thumb img {
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 5px;
}

.natureplant__gardingmake .item .thumb p {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.natureplant__gardingmake .item .thumb::after {
	border-radius: 50%;
	background-color: #fff;
	z-index: -1;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background-image: url(../img/logo-watermark.png);
	background-repeat: no-repeat;
	background-position: center center;
	/* background-size: contain; */
}

.philosophy-section {
	background-image: url(../img/cta-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 0;
}

.philosophy-section::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 0;
	background-color: #0000002e;
}

.philosophy-section .container {
	position: relative;
	z-index: 9;
}

.philosophy-section .wrap-text {
	background-color: #0000006b;
	backdrop-filter: blur(4px);
	border-radius: 20px;
	padding: 30px 20px 30px;
	border: 1px solid #acacac;
}

.philosophy-section h2 {
	font-weight: 400;
	font-size: 62px;
	line-height: 72px;
	margin-bottom: 10px;
	font-family: var(--fancy-font);
}

.philosophy-section p {
	font-size: 18px;
	line-height: 30px;
}

.philosophy-section p::first-letter {
	font-family: var(--fancy-font);
	font-size: 60px;
}

.philosophy-section .custom-btn {
	border: 1px solid #cccccc;
}

.text-light * {
	color: #fff !important;
}


.projectfilter__item::after {
	display: none;
}

.service2 .service2__item {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-bottom: 10px;
	height: 100% !important;
}

.projectfilter__item {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.projectfilter__item:hover img {
	transform: scale(1.05);
}

.service__inner .thumb img {
	width: 50px;
}

.question .accordion {
	margin-top: 20px;
}

.home-form {
	position: relative;
	background-color: #ffffffb0;
	z-index: 9;
	border-radius: 10px;
	padding: 30px 30px;
	border: 1px solid #fff;
}

.question .request__form .form-group {
	margin-bottom: 15px;
}

.question .request__form input {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	height: 45px;
}

.accordion-item .accordion-button .plus-icon {
	width: 30px;
	height: 30px;
	margin: 0 0;
}

.header__topcontent .left ul li .text p {
	margin-bottom: 0;
}

.header__nav .mainactive>ul li>ul li small {
	display: block;
}

#lightcase-case {
	width: 80% !important;
	height: auto;
	text-align: center;
}

.lightcase-contentInner{
	max-width: 100% !important;
	max-height: 100% !important;
	height: auto !important;
	width: 100% !important;
}

@media screen and (min-width:1400px) {
	.service.service--servicepage3 .container>.row {
		right: -100px;
		position: relative;
	}

	.service.service--servicepage3.padding-block {
		padding: 100px 0;
	}
}

.skill .skill__header h3 {
	margin-bottom: 20px;
}

.skill__rightimg img {
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.location-footer {
	padding: 40px 0 20px;
	border-top: 1px solid #ddd3c1;
	font-size: 17px;
	font-weight: 500;
}

.location-footer li {
	position: relative;
	margin-bottom: 15px;
}

.location-footer li i {
	color: var(--theme-primary);
	margin-right: 10px;
	font-size: 20px;
}

.location-footer .section__header a.line-btn {
	background-color: transparent;
	color: var(--theme-primary);
	padding: 0;
	font-style: italic;
	text-decoration: underline;
	letter-spacing: 0;
	margin-top: 10px;
	display: inline-block;
}

.location-footer .section__header .line-btn i {
	font-size: 14px;
}

.footer__contact h6 {
	margin-bottom: calc(1.34375rem + 1.125vw);
}

@media (min-width: 1200px) {
	.footer__contact h6 {
		margin-bottom: 2.1875rem;
	}
}

.footer__contact .footer-info {
	position: relative;
	margin: 0 0 24px 0;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 500;
	gap: 10px;
}

.footer__contact .footer-info i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: var(--theme-secondary);
	color: #fff;
	/* position: absolute;
	left: 0;
	top: 0; */
	border-radius: 50%;
}

.footer__contact .footer-info a {
	text-decoration: none;
}

.about-inner {
	background-image: url(../img/about-bg.jpg);
}

.skill__aboutskill img {
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.trust h4 {
	font-size: 27px;
	margin-bottom: 15px;
}

.trust hr {
	margin: 35px 0;
	width: 98%;
}

.two-column {
	padding: 100px 0;
	position: relative;
	background-image: url(../img/2-col-bg.jpg);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

.two-column::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0000006e;
	content: "";
	z-index: 0;
}

.two-column .column-bg {
	position: relative;
	z-index: 9;
	background-color: #ffffffb0;
	border-radius: 10px;
	padding: 40px 40px 30px;
	border: 1px solid #fff; 
	height: 100%;
}

.two-column .column-bg h4 {
	font-size: 28px;
	margin-bottom: 20px;
}

.two-column .column-bg p {
	font-size: 15px;
	color: #000;
}

.contact-page-form {
	background-image: url(../img/contact-page-form-bg.jpg);
	background-attachment: scroll;
	background-size: cover;
}

.contact-page-form .request__form {
	margin-top: 0;
}

.two-column.contact-page {
	background-image: none;
}

.two-column.contact-page::after {
	display: none;
}

.two-column.contact-page .column-bg {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #f8f5f0;
}

.award-section img {
/* 	margin: 0 20px; */
	margin: 0 8px;
}

.award-section hr {
	color: var(--theme-primary);
	opacity: 1;
	margin: 20px 0 40px;
}

.about-main {
	padding-bottom: 90px;
}

.houzz-review {
	padding: 50px 0;
}


@media screen and (max-width: 576px) {
	.natureplant .imghover .natureplant__gardingmake {
		bottom: 0;
		right: 0;
	}
	.ls-fullscreen-wrapper video {
		height: auto;
	}
	.ls-fullscreen-wrapper .banner-content {
		left: 5%;
	}
	.banner-content h3 {
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 5px;
	}
	.banner-content .bannerbtn a.custom-btn {
		font-size: 14px;
		padding: 4px 10px;
		letter-spacing: 0;
		margin-top: 10px;
	}
	.award-section hr {
		display: none;
	}
	.award-section img {
		margin: 0 5px;
		width: 55px;
	}
	.philosophy-section h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.philosophy-section p {
		font-size: 15px;
		line-height: 25px;
	}
	.philosophy-section p::first-letter {
		font-family: "Poppins", sans-serif;
		font-size: 16px;
	}
	.header__logo img {
		max-width: 200px;
	}
	.header__topcontent--topcontentpage2 .left ul li {
		justify-content: center;
		text-align: center;
	}
	span.submenu-toggle {
		float: right;
	}
	.header__nav .mainactive>ul li>ul li a {
		font-size: 13px;
	}
}
