.about-hero-area-inner {
	padding-top: 218px;
	padding-bottom: 133px
}

@media only screen and (max-width: 1919px) {
	.about-hero-area-inner {
		padding-top: 178px;
		padding-bottom: 83px
	}
}

@media only screen and (max-width: 1399px) {
	.about-hero-area-inner {
		padding-top: 158px;
		padding-bottom: 63px
	}
}

@media only screen and (max-width: 1199px) {
	.about-hero-area-inner {
		padding-top: 128px;
		padding-bottom: 53px
	}
}

.about-hero-area .section-title {
	text-align: center
}

@media only screen and (max-width: 767px) {
	.about-hero-area .section-title {
		text-align: start
	}
}

.about-hero-area .section-content .text {
	max-width: 440px
}

.about-hero-area .section-content .section-subtitle {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
	color: var(--primary)
}

.about-hero-area .section-content .section-subtitle.has-right-line {
	padding-inline-end: 100px
}

.about-hero-area .section-content .section-subtitle.has-right-line:after {
	width: 80px
}

.about-hero-area .section-content .content-last {
	display: grid;
	gap: 20px 40px;
	grid-template-columns: auto auto;
	justify-content: center;
	margin-top: 44px
}

@media only screen and (max-width: 1399px) {
	.about-hero-area .section-content .content-last {
		margin-top: 34px
	}
}

@media only screen and (max-width: 1199px) {
	.about-hero-area .section-content .content-last {
		margin-top: 24px
	}
}

@media only screen and (max-width: 991px) {
	.about-hero-area .section-content .content-last {
		grid-template-columns: auto
	}
}

@media only screen and (max-width: 767px) {
	.about-hero-area .section-content .content-last {
		justify-content: start
	}
}

.about-hero-area .section-content .subtitle-wrapper {
	margin-top: 4px
}


.counter-area-inner {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 870px
}

@media only screen and (max-width: 1919px) {
	.counter-area-inner {
		grid-template-columns: 1fr 670px
	}
}

@media only screen and (max-width: 1199px) {
	.counter-area-inner {
		grid-template-columns: 1fr
	}
}

.counter-area .thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.counter-area .counter-wrapper {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr
}

@media(max-width: 575px) {
	.counter-area .counter-wrapper {
		grid-template-columns: 1fr
	}
}

.counter-area .counter-box {
	padding: 46px 50px 32px;
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fbf9f9;
	position: relative;
	z-index: 1
}

@media only screen and (max-width: 1919px) {
	.counter-area .counter-box {
		padding: 36px 40px 22px
	}
}

.dark .counter-area .counter-box {
	background-color: #1b1b1b
}

.counter-area .counter-box:before {
	content: url(../imgs/shape/img-s-46.webp);
	position: absolute;
	top: 0;
	inset-inline-start: 0;
	z-index: -1
}

.dir-rtl .counter-area .counter-box:before {
	transform: rotateY(180deg)
}

.dark .counter-area .counter-box:before {
	content: url(../imgs/shape/img-s-46-light.webp)
}

.counter-area .counter-box .text {
	font-size: 24px;
	line-height: 1.26
}

@media only screen and (max-width: 1919px) {
	.counter-area .counter-box .text {
		font-size: 20px
	}
}

.counter-area .counter-box .number {
	font-size: 100px;
	line-height: 1;
	margin-top: 60px
}

@media only screen and (max-width: 1919px) {
	.counter-area .counter-box .number {
		font-size: 70px
	}
}

.counter-area .counter-box.dark {
	background-color: var(--black)
}

.dark .counter-area .counter-box.dark {
	background-color: #1b1b1b
}

.counter-area .counter-box.dark:before {
	content: url(../imgs/shape/img-s-46-light.webp)
}

.contact-area-inner {
	padding-inline: 30px;
	background-color: var(--black);
	background-image:url(../imgs/gallery/ctaBG.jpg);
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.dark .contact-area-inner {
	background-color: #1b1b1b
}

.contact-area-inner .shape-1 {
	position: absolute;
	inset-inline-end: -6%;
	top: -15%;
	z-index: -1;
	width: 440px
}

@media only screen and (max-width: 1399px) {
	.contact-area-inner .shape-1 {
		top: -45%
	}
}

@media only screen and (max-width: 1199px) {
	.contact-area-inner .shape-1 {
		width: 340px
	}
}

@media only screen and (max-width: 991px) {
	.contact-area-inner .shape-1 {
		width: 270px;
		top: -35%
	}
}

@media only screen and (max-width: 767px) {
	.contact-area-inner .shape-1 {
		display: none
	}
}

.dir-rtl .contact-area-inner .shape-1 img {
	transform: rotateY(180deg)
}

.contact-area .section-title {
	max-width: 830px;
	margin-inline: auto;
	color: var(--white)
}

@media only screen and (max-width: 1919px) {
	.contact-area .section-title {
		max-width: 730px
	}
}

@media only screen and (max-width: 1199px) {
	.contact-area .section-title {
		max-width: 580px
	}
}

@media only screen and (max-width: 991px) {
	.contact-area .section-title {
		max-width: 480px
	}
}

.contact-area .section-content1 {
	text-align: center
}


.contact-area .section-content1 .btn-wrapper {
	margin-top: 42px
}

@media only screen and (max-width: 991px) {
	.contact-area .section-content1 .btn-wrapper {
		margin-top: 22px
	}
}

.contact-area .section-content1 .wc-btn-underline {
	color: var(--white);
	text-transform: uppercase
}