.product-image a, .product-image img {
	height: 100% !important
}

.btn-default.btn-highlighted:hover::before, .readmore-btn:hover::before {
	filter: brightness(0) invert(0)
}

#loading-icon, .image-anime:after {
	position: absolute;
	left: 50%;
	top: 50%
}

.hero-video-btn a:hover img, .mission-vision-item:hover .mission-vision-header .icon-box img, .page-testimonials .testimonial-item:hover .testimonial-quotes-img img, .service-item.active .service-readmore-btn a::before, .service-item:hover .service-readmore-btn a::before {
	filter: brightness(0) invert(1)
}

a, a:focus, a:hover {
	text-decoration: none
}

.author-content h3, .btn-default, .footer-menu ul li, .footer-privacy-policy ul li, .main-menu ul li a, .mission-vision-title h3, .page-category-list ul li a, .page-header-box ol li.breadcrumb-item, .post-tags .tag-links a, .product-step-nav ul li .nav-link, .readmore-btn, .section-footer-text span, .slicknav_nav .slicknav_row, .slicknav_nav li a, .tag-links, .team-contact-content h3, .team-content h3, .team-content p, .video-play-button.border-btn p, .why-choose-item-content h3 {
	text-transform: capitalize
}

:root {
	--primary-color: #121820;
	--secondary-color: #8B5E3C0D;
	--text-color: #575757;
	--accent-color: #8B5E3C;
	--bg-color: #F3EFEB;
	--white-color: #FFFFFF;
	--divider-color: #1218201A;
	--dark-divider-color: #FFFFFF1A;
	--error-color: rgb(230, 87, 87);
	--default-font: "Plus Jakarta Sans",sans-serif;
	--accent-font: "Lora",serif
}

.carousel-control-next, .carousel-control-prev {
	background: 0 0 !important;
	border: none !important
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	background-color: #000;
	padding: 30px
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	background: rgba(0,0,0,.4) !important;
	color: #fff !important;
	border: none !important;
	width: 45px !important;
	height: 45px !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: .3s
}

.btn-default, .image-anime, .readmore-btn, .reveal, .urunlink {
	position: relative
}

.slick-arrow:hover {
	background: rgba(0,0,0,.8) !important
}

.slick-prev {
	left: 15px
}

.slick-next {
	right: 15px
}

	.about-us-item:last-child:before, .about-us-item:nth-child(3n+3):before, .contact-info-item:nth-child(2n+2):after, .excellence-counter-item:last-child:before, .excellence-counter-item:nth-child(4n+4):before, .location-info-list .contact-info-item::after, .main-menu ul li.highlighted-menu, .navbar-toggle, .product-cart-btn .btn-default::before, .responsive-menu, .review-form .btn-default::before, .sidebar-cta-contact .btn-default::before, .slick-next:before, .slick-prev:before, .working-hours-btn .btn-default::before {
		display: none
	}

.slick-dots {
	bottom: 15px;
	visibility: hidden
}

.navbar-brand > img {
	max-width: 180%;
	width: 180%
}

.urunlink {
	display: block;
	width: 100%;
	height: max-content;
	z-index: 999999
}

body, html {
	width: 100%;
	overflow-x: clip
}

body {
	font-family: var(--default-font);
	width: calc(100% - 30px);
	margin: 0 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	color: var(--text-color);
	background: var(--bg-color)
}

.btn-default.btn-highlighted:hover, .readmore-btn:hover, .section-footer-text p a:hover, h1, h2, h3, h4, h5, h6 {
	color: var(--primary-color)
}

::-webkit-scrollbar-track {
	background-color: var(--primary-color);
	border-left: 1px solid var(--primary-color)
}

::-webkit-scrollbar {
	width: 7px;
	background-color: var(--primary-color)
}

::-webkit-scrollbar-thumb {
	background: var(--accent-color)
}

.our-product-box {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 25px !important;
	justify-content: center !important;
	padding: 20px 0 !important;
	width: 100% !important
}

.product-item {
	background: #fff !important;
	border-radius: 12px !important;
	box-shadow: 0 5px 15px rgba(0,0,0,.08) !important;
	width: 280px !important;
	overflow: hidden !important;
	transition: .3s ease-in-out !important;
	border: 1px solid #eee !important;
	display: block !important;
	margin-bottom: 20px !important
}

.product-image, .product-image a, .product-image img {
	width: 100% !important;
	display: block !important
}

.product-item:hover {
	transform: translateY(-8px) !important;
	box-shadow: 0 12px 25px rgba(0,0,0,.15) !important
}

.product-image {
	height: 200px !important;
	overflow: hidden !important;
	background-color: #f9f9f9 !important
}

	.product-image img {
		object-fit: cover !important
	}

.product-item-body {
	padding: 15px !important;
	text-align: center !important;
	background: #fff !important
}

.product-item-content h2 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
	line-height: 1.4 !important
}

	.product-item-content h2 a {
		color: #333 !important;
		text-decoration: none !important;
		font-weight: 600 !important;
		display: block !important
	}

.page-header-box h1 span, .section-title h1 span, .section-title h2 span, .section-title h3, .service-entry h2 span {
	font-weight: 400;
	font-style: italic;
	font-family: var(--accent-font)
}

::selection {
	color: var(--primary-color);
	background-color: var(--accent-color);
	filter: invert(1)
}

.btn-default, .dark-section .section-footer-text p, .dark-section .section-footer-text p a:hover, .dark-section .section-title h1, .dark-section .section-title h2, .dark-section .section-title h3, .dark-section .section-title p, .dark-section .section-title-content p, .service-item.active .service-item-content h2, .service-item.active .service-item-content h3, .service-item.active .service-item-content p, .service-item.active .service-readmore-btn a, .service-item:hover .service-item-content h2, .service-item:hover .service-item-content h3, .service-item:hover .service-item-content p, .service-item:hover .service-readmore-btn a {
	color: var(--white-color)
}

p {
	line-height: 1.6em;
	margin-bottom: 1.5em
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 600;
	line-height: 1.1em
}

.contact-info-body p, .faq-accordion .accordion-item .accordion-body p, .page-category-list ul li:last-child, .review-form-note .form-label, .review-image:first-child, .slicknav_menu ul ul, .team-contact-content p, .what-we-body p, figure {
	margin: 0
}

img {
	max-width: 100%
}

a:focus, a:hover {
	outline: 0
}

.container {
	max-width: 1300px
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .row > * {
	padding-right: 15px;
	padding-left: 15px
}

.image-anime {
	overflow: hidden
}

	.image-anime:after {
		content: "";
		width: 200%;
		height: 0%;
		background-color: rgba(255,255,255,.3);
		transform: translate(-50%,-50%) rotate(-45deg);
		z-index: 1
	}

	.image-anime:hover:after {
		height: 250%;
		transition: .6s linear;
		background-color: transparent
	}

.reveal {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: hidden;
	overflow: hidden
}

	.reveal img {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transform-origin: left;
		transform-origin: left
	}

.row {
	margin-right: -15px;
	margin-left: -15px
}

	.row.no-gutters {
		margin-right: 0;
		margin-left: 0
	}

		.row.no-gutters > * {
			padding-right: 0;
			padding-left: 0
		}

.btn-default {
	display: inline-block;
	background: var(--accent-color);
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25em;
	padding: 15px 52px 15px 30px;
	overflow: hidden;
	border: none;
	transition: .4s ease-in-out;
	z-index: 0
}

.readmore-btn, .section-title h3 {
	color: var(--accent-color);
	display: inline-block
}

.btn-default::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 12px;
	height: 12px;
	background: url('../images/arrow-white.svg') center center/cover no-repeat;
	transform: translateY(-50%);
	transition: .4s ease-in-out;
	z-index: 1
}

.btn-default:hover::before {
	transform: translateY(-50%) rotate(45deg)
}

.btn-default::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 102%;
	height: 100%;
	background-color: var(--primary-color);
	transition: .5s ease-in-out;
	z-index: -1;
	transform: skewY(9.3deg) scaleY(0)
}

.btn-default:hover::after {
	transform: skewY(0) scaleY(2)
}

.btn-default.btn-highlighted::after {
	background-color: var(--white-color)
}

.readmore-btn {
	font-weight: 600;
	line-height: normal;
	padding-right: 25px;
	transition: .4s ease-in-out
}

	.readmore-btn::before {
		content: '';
		font-family: 'Font Awesome 6 Free';
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		background: url('../images/arrow-accent.svg') right center/cover no-repeat;
		width: 12px;
		height: 12px;
		transition: .4s ease-in-out
	}

	.readmore-btn:hover::before {
		transform: translateY(-50%) rotate(45deg)
	}

.cb-cursor:before, .hero-video-btn a:hover, .work-step-item:hover .work-step-no {
	background: var(--accent-color)
}

.main-menu ul ul li a:focus, .main-menu ul ul li a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:focus, .slicknav_nav a:hover {
	background-color: transparent;
	color: var(--primary-color)
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center
}

.loading, .loading-container {
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%
}

.loading-container {
	margin: 40px auto
}

.loading {
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: 1.5s linear infinite rotate-loading;
	transform-origin: 50% 50%
}

.loading-container .loading, .loading-container:hover .loading {
	transition: .5s ease-in-out
}

#loading-icon {
	max-width: 66px;
	transform: translate(-50%,-50%)
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.bg-section {
	background-color: var(--white-color);
	max-width: 1760px;
	border-radius: 20px;
	margin: 30px auto 0
}

.section-row {
	margin-bottom: 80px
}

	.about-us-item-content p, .customer-review-item-content p:last-child, .customer-review-item:last-child, .faq-accordion .accordion-item:last-child, .google-rating-content p:last-child, .hero-counter-content p, .mission-vision-item:last-child, .offer-item:last-child, .page-faqs-catagery .page-single-faqs:last-child, .post-entry blockquote p:last-child, .post-entry ol ol li:last-child, .post-entry ol ul li:last-child, .post-entry p:last-child, .post-entry ul li:last-child, .post-entry ul ol li:last-child, .post-entry ul ul li:last-child, .product-single-content ul li:last-child, .product-tab-item-box ul li:last-child, .section-row .section-title, .section-title-content p:last-child, .service-entry p:last-child, .service-entry ul li:last-child, .skills-progress-bar:last-child, .team-expertise-content .section-title, .work-content-box ul li:last-child, .working-hours-body ul li:last-child {
		margin-bottom: 0
	}

.section-title.section-title-center {
	width: 100%;
	max-width: 860px;
	text-align: center;
	margin: 0 auto
}

.footer-privacy-policy, .post-social-sharing, .section-btn {
	text-align: right
}

.section-content-btn .section-btn {
	margin-top: 30px;
	text-align: left
}

.hero-counter-content, .page-category-list ul li, .post-featured-image, .product-single-content p, .section-title-content p, .service-entry p, .why-choose-image-box-1 .google-rating-box .google-rating-content {
	margin-bottom: 20px
}

.page-single-image, .section-title, .sidebar-cta-logo, .testimonial-item-content {
	margin-bottom: 40px
}

	.section-title h3 {
		font-size: 18px;
		background-image: url('../images/icon-sparkle-accent.svg');
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 20px auto;
		padding-left: 30px;
		margin-bottom: 10px
	}

	.section-title h1, .section-title h2 {
		font-size: 46px;
		margin-bottom: 0;
		cursor: none
	}

	.post-entry ol ol, .post-entry ol ul, .post-entry ul ol, .post-entry ul ul, .section-title p {
		margin-top: 20px;
		margin-bottom: 0
	}

.dark-section {
	background-color: var(--primary-color)
}

.main-menu ul ul, .slicknav_btn, .slicknav_menu {
	background: var(--accent-color)
}

.dark-section .section-title h3 {
	background-image: url('../images/icon-sparkle-white.svg')
}

.help-block.with-errors ul {
	margin: 0;
	text-align: left
}

	.help-block.with-errors ul li {
		color: var(--error-color);
		font-weight: 500;
		font-size: 14px
	}

header.main-header {
	position: relative;
	margin: 30px auto;
	z-index: 100
}

	.google-map .container-fluid, .hero .container-fluid, .our-features .container-fluid, .what-we-do .container-fluid, header.main-header .container-fluid {
		padding: 0
	}

	header.main-header .header-sticky {
		position: relative;
		top: 0;
		width: 100%;
		z-index: 100
	}

		header.main-header .header-sticky.hide {
			transform: translateY(-100%);
			transition: transform .3s ease-in-out;
			border-radius: 0
		}

		header.main-header .header-sticky.active {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			border-radius: 0 0 20px 20px;
			transform: translateY(0);
			border: 1px solid var(--divider-color);
			border-top: none
		}

.navbar {
	padding: 25px 30px;
	align-items: center
}

.navbar-brand {
	margin: 0;
	display: inline-flex;
	padding: 0;
	width: 20%
}

.main-menu .nav-menu-wrapper {
	flex: 1;
	text-align: right;
	margin: 0 20px
}

	.main-menu .nav-menu-wrapper > ul {
		align-items: center;
		display: inline-flex
	}

.main-menu ul li {
	position: relative;
	margin: 0 5px
}

	.main-menu ul li a {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.1em;
		padding: 15px 10px !important;
		color: var(--primary-color);
		transition: .3s ease-in-out
	}

	.main-menu ul li.submenu > a:after {
		content: '\f107';
		font-family: FontAwesome;
		font-weight: 900;
		font-size: 14px;
		margin-left: 8px
	}

	.footer-contact-item h3 a:hover, .footer-menu ul li a:hover, .footer-privacy-policy ul li:hover, .main-menu ul li a:focus, .main-menu ul li a:hover, .our-product-box .product-rating i, .post-entry a, .video-play-button.border-btn:hover a i {
		color: var(--accent-color)
	}

.main-menu ul ul {
	visibility: hidden;
	opacity: 0;
	transform: scale(1,.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 235px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 100%;
	transition: .3s ease-in-out;
	text-align: left
}

.main-menu ul li.submenu:first-child ul {
	width: 235px
}

.main-menu ul ul ul {
	left: 100%;
	top: 0;
	text-align: left
}

.main-menu ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: scale(1,1);
	padding: 5px 0
}

.main-menu ul li.submenu ul li.submenu > a:after {
	content: '\f105';
	float: right
}

.main-menu ul ul li {
	margin: 0;
	padding: 0
}

	.main-menu ul ul li a {
		color: var(--white-color);
		padding: 8px 20px !important;
		transition: .3s ease-in-out
	}

		.main-menu ul ul li a:focus, .main-menu ul ul li a:hover {
			padding: 8px 20px 8px 23px !important
		}

.header-social-links {
	text-align: right;
	margin-right: 20px
}

	.footer-social-links ul, .header-social-links ul, .member-social-list ul, .post-social-sharing ul, .working-hours-body ul {
		list-style: none;
		padding: 0;
		margin: 0
	}

		.header-social-links ul li {
			display: inline-block;
			margin: 0 10px 0 0;
			transition: .3s ease-in-out
		}

			.customer-rating-box i:last-child, .footer-social-links ul li:last-child, .google-rating-content i:last-child, .header-social-links ul li:last-child, .member-social-list ul li:last-child, .post-single-meta ol li:last-child, .post-social-sharing ul li:last-child {
				margin-right: 0
			}

			.header-social-links ul li a {
				width: 40px;
				height: 40px;
				display: flex;
				align-items: center;
				justify-content: center;
				border-radius: 50%;
				border: 1px solid var(--divider-color);
				color: var(--accent-color);
				padding: 0 !important;
				transition: .3s ease-in-out
			}

.hero-body, .slicknav_btn {
	align-items: center;
	display: flex
}

.footer-social-links ul li:hover a, .header-social-links ul li a:hover, .page-pagination ul li a:hover, .page-pagination ul li.active a {
	background: var(--accent-color);
	color: var(--white-color)
}

.footer-social-links ul li a i, .header-social-links ul li a i {
	font-size: 20px;
	color: inherit
}

.header-btn {
	text-align: end
}

.responsive-menu {
	top: 0;
	position: relative
}

.slicknav_btn {
	padding: 0;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 8px
}

.slicknav_icon .slicknav_icon-bar {
	display: block;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: .1s ease-in-out
}

	.slicknav_icon .slicknav_icon-bar:first-child {
		margin-top: 0 !important
	}

	.slicknav_icon .slicknav_icon-bar:last-child {
		margin-bottom: 0 !important
	}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:first-child {
	transform: rotate(-45deg) translate(-5px,5px);
	background-color: var(--white-color)
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
	opacity: 0
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
	transform: rotate(45deg) translate(-5px,-5px);
	background-color: var(--white-color)
}

.slicknav_menu {
	position: absolute;
	width: 100%;
	padding: 0
}

	.slicknav_menu ul {
		margin: 5px 0
	}

.slicknav_nav .slicknav_row, .slicknav_nav li a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	padding: 7px 20px;
	color: var(--white-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: .3s ease-in-out
}

.slicknav_menu ul ul li a {
	padding: 7px 20px 7px 30px
}

.slicknav_arrow {
	font-size: 0 !important
}

	.slicknav_arrow:after {
		content: '\f107';
		font-family: FontAwesome;
		font-weight: 900;
		font-size: 12px;
		margin-left: 8px;
		color: var(--white-color);
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		transition: .3s ease-out
	}

.slicknav_open > a .slicknav_arrow:after {
	transform: translateY(-50%) rotate(-180deg);
	color: var(--primary-color)
}

.hero {
	background: 0 0;
	border-radius: 0
}

	.hero.hero-bg-image .hero-box {
		position: relative;
		display: block;
		background: url('../images/hero-image.jpg') center center/cover no-repeat;
		border-radius: 20px;
		padding: 150px 15px;
		overflow: hidden
	}

		.hero.hero-bg-image .hero-box::before {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background: #121820b8;
			opacity: 80%;
			width: 100%;
			height: 100%;
			z-index: 1
		}

	.hero.hero-bg-image.hero-video .hero-box .hero-bg-video {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%
	}

		.hero.hero-bg-image.hero-video .hero-box .hero-bg-video video {
			width: 100%;
			height: 100%;
			object-fit: cover
		}

	.hero.hero-bg-image .hero-box .hero-content {
		position: relative;
		background: 0 0;
		width: 100%;
		max-width: 750px;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		z-index: 2
	}

		.hero.hero-bg-image .hero-box .hero-content .hero-body, .hero.hero-bg-image .hero-box .hero-content .hero-content-list ul {
			justify-content: center
		}

.hero-box {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 30px
}

.hero-content, .hero-image-box {
	width: calc(50% - 15px);
	border-radius: 20px
}

.hero-content {
	padding: 5.208vw;
	align-content: center
}

.hero-body {
	flex-wrap: wrap;
	gap: 20px 40px;
	margin-top: 40px
}

.review-images, .video-play-button.border-btn {
	display: inline-flex;
	align-items: center
}

	.video-play-button.border-btn p {
		font-weight: 600;
		color: var(--white-color);
		margin: 0 10px 0 0
	}

	.video-play-button.border-btn a {
		height: 42px;
		width: 42px;
		border: 2px solid var(--white-color);
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: none;
		transition: .3s ease-in-out
	}

		.video-play-button.border-btn a i {
			font-size: 14px;
			color: var(--white-color);
			margin-left: 2px;
			transition: .3s ease-in-out
		}

.hero-content-list ul li:before, .work-content-box ul li::before {
	content: '\f058';
	font-family: 'Font Awesome 6 Free';
	font-size: 18px
}

.video-play-button.border-btn:hover a {
	border-color: var(--accent-color)
}

.hero-content-list {
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 50px;
	padding-top: 50px
}

	.hero-content-list ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		gap: 20px 60px
	}

		.hero-content-list ul li {
			position: relative;
			display: inline-block;
			line-height: 1.5em;
			color: var(--white-color);
			padding-left: 30px
		}

			.hero-content-list ul li:before {
				position: absolute;
				top: 0;
				left: 0;
				font-weight: 700;
				color: var(--accent-color)
			}

.hero-image-box, .why-choose-image, .work-step-item {
	position: relative
}

.hero-image, .hero-info-bg-image, .page-testimonials .testimonial-item:hover:before {
	height: 100%
}

	.hero-image figure {
		display: block;
		height: 100%;
		border-radius: 20px
	}

	.hero-image img {
		width: 100%;
		height: 100%;
		aspect-ratio: 1/0.842;
		object-fit: cover;
		border-radius: 20px
	}

.hero-counter {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 310px;
	background: var(--bg-color);
	border: 20px solid var(--bg-color);
	border-right: none;
	border-bottom: none;
	border-radius: 20px 0 0;
	z-index: 1
}

.hero-counter-box, .hero-video-btn a, .hero-video-tag h3 a {
	background: var(--white-color)
}

.about-us-item-list, .service-readmore-btn {
	border-top: 1px solid var(--divider-color)
}

.hero-counter::after, .hero-counter::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	mask: url('../images/hero-image-corner-shape.svg');
	-webkit-mask: url('../images/hero-image-corner-shape.svg');
	background-color: var(--bg-color);
	mask-repeat: no-repeat;
	mask-size: cover
}

.hero-counter::before {
	top: -40px;
	right: 0
}

.hero-counter::after {
	bottom: 0;
	left: -40px
}

.hero-counter-box {
	border-radius: 20px;
	padding: 30px
}

.hero-counter-content h2 {
	font-family: var(--accent-font);
	font-size: 46px;
	margin-bottom: 50px
}

.review-image {
	position: relative;
	display: inline-block;
	margin-left: -12px;
	z-index: 1
}

	.review-image figure {
		display: block;
		border: 1px solid var(--white-color);
		border-radius: 50%
	}

	.author-image img, .review-image img {
		width: 100%;
		max-width: 50px;
		border-radius: 50%
	}

	.review-image.add-more {
		width: 50px;
		height: 50px;
		background: var(--accent-color);
		border: 1px solid var(--white-color);
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: .3s ease-in-out
	}

		.footer-contact-item h3, .footer-newsletter-info h3, .footer-social-links h3, .hero-info-video-content h3, .review-image.add-more i, .work-step-content h3 {
			font-size: 20px;
			color: var(--white-color)
		}

		.review-image.add-more h3 {
			font-size: 14px;
			color: var(--white-color)
		}

.hero-info-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}

.hero-image-rating-box, .hero-info-video-box, .working-hours-item {
	position: relative;
	width: calc(33.33% - 13.33px);
	border-radius: 20px;
	overflow: hidden
}

.hero-info-bg-image figure {
	position: relative;
	height: 100%;
	display: block
}

	.hero-info-bg-image figure::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(180deg,rgba(18,24,32,.6) 39.29%,rgba(18,24,32,.4) 100%);
		height: 100%;
		width: 100%
	}

.hero-info-bg-image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/0.615;
	object-fit: cover
}

.hero-video-tag-btn {
	position: absolute;
	top: 40px;
	right: 40px;
	left: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	z-index: 1
}

.hero-video-tag h3 {
	font-family: var(--accent-font);
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	color: var(--accent-color)
}

	.hero-video-tag h3 a {
		display: block;
		color: inherit;
		border-radius: 100px;
		padding: 10px 16px;
		cursor: none
	}

.hero-video-btn a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s ease-in-out
}

	.hero-video-btn a img {
		width: 100%;
		max-width: 14px;
		transition: .3s ease-in-out
	}

	.hero-video-btn a:hover img {
		transform: rotate(45deg)
	}

.hero-info-video-content {
	position: absolute;
	bottom: 40px;
	right: 40px;
	left: 40px;
	z-index: 1
}

.hero-rating-content {
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	z-index: 1
}

	.hero-rating-content h3 {
		font-size: 20px;
		line-height: 1.4em;
		color: var(--white-color)
	}

.hero-image-rating-box .google-rating-box {
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 100%;
	max-width: 210px;
	background: var(--divider-color);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 10px;
	padding: 20px
}

.google-rating-box {
	border-radius: 10px;
	padding: 20px
}

.google-rating-header {
	display: flex;
	margin-bottom: 10px
}

.customer-rating-box, .footer-logo, .footer-newsletter-info, .review-form-content, .service-item, .skills-progress-bar, .why-choose-item, .working-hours-body {
	margin-bottom: 30px
}

.contact-info-header .icon-box, .google-rating-header .icon-box {
	margin-right: 10px
}

	.about-us-item .icon-box img, .google-rating-box .review-image img, .google-rating-header .icon-box img {
		max-width: 40px
	}

.google-rating-content p {
	color: var(--white-color);
	margin-bottom: 5px
}

.google-rating-content i {
	color: inherit;
	margin-right: 2px
}

.google-rating-box .review-image.add-more {
	width: 40px;
	height: 40px
}

.working-hours-item {
	background: var(--secondary-color);
	border-radius: 20px;
	padding: 2.083vw
}

.working-hours-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px
}

	.feature-item-content h3, .offer-item-content h2, .our-products .product-item-content h3, .page-single-image-video .video-play-button.bg-effect a i, .post-entry h6, .working-hours-header h3 {
		font-size: 20px
	}

	.working-hours-header img {
		width: 100%;
		max-width: 30px
	}

.working-hours-body ul li {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	line-height: 1.5em;
	margin-bottom: 15px
}

.working-hours-btn .btn-default {
	width: 100%;
	text-align: center;
	padding: 15px
}

.about-us, .error-page, .our-approach, .our-gallery, .our-products, .our-services, .our-special-offers, .our-testimonials, .page-blog, .page-faqs, .page-product, .page-product-single, .page-service-single, .page-single-post, .page-team-single, .team-passion-experience, .team-skills-form, .why-choose-us {
	padding: 100px 0
}

.about-us-list ul, .team-passion-list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 30px;
	margin: 0;
	padding: 0;
	list-style: none
}

	.about-us-list ul li, .team-passion-list ul li {
		position: relative;
		width: calc(50% - 15px);
		line-height: 1.5em;
		padding-left: 30px
	}

		.about-us-list ul li::before, .service-entry ul li::before, .team-passion-list ul li::before {
			content: '\f058';
			font-family: 'Font Awesome 6 Free';
			position: absolute;
			top: 0;
			left: 0;
			font-size: 18px;
			font-weight: 900;
			color: var(--accent-color)
		}

.about-us-btn, .service-secret-image, .service-secret-item-list, .what-we-btn, .why-choose-image-box-2 .why-choose-image, .work-content-box .btn-default {
	margin-top: 40px
}

.about-us-images {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 30px
}

.about-image, .why-choose-image-box-1, .why-choose-image-box-2 {
	width: calc(50% - 15px)
}

	.about-image figure, .page-gallery-box .photo-gallery figure, .page-single-image figure, .page-single-image-video figure, .service-secret-image figure, .team-single-image figure, .testimonial-img figure, .why-choose-image figure {
		display: block;
		border-radius: 20px
	}

	.about-image img {
		width: 100%;
		aspect-ratio: 1/1.698;
		object-fit: cover;
		border-radius: 20px
	}

.year-experience-circle, .year-experience-circle h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	align-content: center;
	text-align: center
}

	.year-experience-circle img {
		width: 100%;
		max-width: 152px;
		border-radius: 50%;
		animation: 20s linear infinite infiniterotate
	}

@keyframes infiniterotate {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.year-experience-circle h2 {
	font-size: 26px;
	color: var(--white-color)
}

.about-us-item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
	margin-top: 80px;
	padding-top: 80px
}

.about-us-item {
	position: relative;
	width: calc(33.33% - 40px);
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

	.about-us-item::before {
		content: '';
		position: absolute;
		top: 0;
		right: -30px;
		bottom: 0;
		background: var(--divider-color);
		width: 1px;
		height: 100%
	}

	.about-us-item .icon-box, .customer-review-item .icon-box, .testimonial-counter-header .icon-box {
		margin-right: 20px
	}

.about-us-item-content, .testimonial-counter-title {
	width: calc(100% - 60px)
}

	.about-us-item-content h3, .our-product-box .product-item-content h2 {
		font-size: 20px;
		margin-bottom: 10px
	}

.service-item {
	position: relative;
	background-color: var(--secondary-color);
	border-radius: 20px;
	height: calc(100% - 30px);
	padding: 40px;
	overflow: hidden
}

	.service-item::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		background-color: var(--accent-color);
		border-radius: 999px 999px 0 0;
		transition: .4s ease-in-out
	}

	.service-item.active::before, .service-item:hover::before {
		height: 100%;
		border-radius: 0
	}

.best-offer-content, .best-offer-image, .cta-item-content, .feature-content .feature-btn, .feature-content .section-title, .page-testimonials .testimonial-item .testimonial-body, .page-testimonials .testimonial-item .testimonial-item-content, .service-item-content, .sidebar-cta-logo {
	position: relative;
	z-index: 1
}

	.service-item-content h3 {
		font-family: var(--accent-font);
		font-size: 16px;
		font-style: italic;
		color: var(--text-color);
		margin-bottom: 15px;
		transition: .4s ease-in-out
	}

	.service-item-content h2 {
		font-size: 20px;
		line-height: 1.4em;
		margin-bottom: 80px;
		transition: .4s ease-in-out
	}

		.footer-privacy-policy ul li a, .our-product-box .product-item-content h2 a, .page-header-box ol li.breadcrumb-item a, .service-item-content h2 a, .team-content h3 a, .why-choose-cta-box.testimonial-cta-box .why-choose-cta-content h3 a {
			color: inherit
		}

	.service-item-content p {
		margin-bottom: 0;
		transition: .4s ease-in-out
	}

.service-readmore-btn {
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
	transition: .4s ease-in-out;
	z-index: 1
}

.service-item.active .service-readmore-btn, .service-item:hover .service-readmore-btn {
	border-color: var(--dark-divider-color)
}

.page-pagination, .section-footer-text {
	margin-top: 30px;
	text-align: center
}

	.section-footer-text p {
		display: inline-block;
		margin-bottom: 0
	}

	.section-footer-text span {
		font-size: 14px;
		font-weight: 500;
		color: var(--white-color);
		background: var(--accent-color);
		padding: 4px 10px;
		border-radius: 100px;
		margin-right: 10px
	}

	.section-footer-text p a {
		font-weight: 600;
		text-decoration: underline;
		text-underline-offset: 3px;
		color: var(--accent-color);
		transition: .3s ease-in-out
	}

.why-choose-item {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px
}

	.service-craft-item:last-child, .what-we-item:last-child, .why-choose-item:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none
	}

	.service-craft-item .icon-box, .service-secret-item .icon-box, .why-choose-item .icon-box {
		position: relative;
		background-color: var(--accent-color);
		height: 50px;
		width: 50px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 20px;
		overflow: hidden
	}

		.feature-item .icon-box::before, .service-craft-item .icon-box::before, .service-secret-item .icon-box::before, .why-choose-item .icon-box::before {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			border-radius: 50%;
			background-color: var(--primary-color);
			transform: scale(0);
			transition: .4s ease-in-out;
			height: 100%
		}

	.feature-item:hover .icon-box::before, .service-craft-item:hover .icon-box::before, .service-secret-item:hover .icon-box::before, .team-contact-box:hover .icon-box::before, .why-choose-item:hover .icon-box::before {
		transform: scale(1)
	}

	.feature-item .icon-box img, .service-craft-item .icon-box img, .service-secret-item .icon-box img, .why-choose-item .icon-box img {
		position: relative;
		max-width: 24px;
		z-index: 1
	}

.service-craft-item-content, .service-secret-item-content, .why-choose-item-content {
	position: relative;
	width: calc(100% - 70px);
	z-index: 1
}

	.why-choose-item-content h3 {
		font-size: 20px;
		line-height: 1.3em
	}

	.offer-item-content p, .why-choose-item-content p {
		margin: 10px 0 0
	}

.why-choose-images {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-left: 15px
}

.why-choose-image figure img {
	width: 100%;
	object-fit: cover;
	border-radius: 20px
}

.why-choose-image-box-1 .why-choose-image figure img {
	aspect-ratio: 1/1.44
}

.why-choose-cta-box {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: var(--divider-color);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	z-index: 1
}

	.why-choose-cta-box .icon-box {
		position: relative;
		width: 40px;
		height: 40px;
		background-color: var(--accent-color);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 15px;
		transition: .3s ease-in-out
	}

	.gallery-slider .gallery-button-next:hover, .gallery-slider .gallery-button-prev:hover, .post-social-sharing ul li:hover a, .post-tags .tag-links a:hover, .video-play-button.bg-effect a:hover, .why-choose-cta-box:hover .icon-box {
		background: var(--primary-color)
	}

	.why-choose-cta-box .icon-box img {
		max-width: 20px
	}

.why-choose-cta-content {
	width: calc(100% - 55px)
}

	.why-choose-cta-content p {
		font-weight: 600;
		color: var(--white-color);
		margin-bottom: 0
	}

.why-choose-image-box-1 .google-rating-box {
	background: var(--accent-color);
	border-radius: 20px;
	margin-top: 30px
}

	.why-choose-image-box-1 .google-rating-box .review-image img {
		max-width: 50px
	}

	.why-choose-image-box-1 .google-rating-box .review-image.add-more {
		width: 50px;
		height: 50px
	}

.contact-us-circle a {
	display: inline-block;
	border-radius: 50%
}

	.contact-us-circle a img {
		width: 100%;
		max-width: 120px;
		border-radius: 50%;
		animation: 20s linear infinite infiniterotate
	}

	.contact-us-circle a:hover img {
		animation-play-state: paused
	}

.why-choose-image-box-2 .why-choose-image figure img {
	aspect-ratio: 1/1.566
}

.our-features {
	padding: 30px
}

.feature-content {
	position: relative;
	background: url('../images/our-feature-image.jpg') center center/cover no-repeat;
	align-content: center;
	border-radius: 20px;
	padding: 100px 5.208vw;
	height: 100%;
	overflow: hidden
}

	.feature-content::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: var(--primary-color);
		opacity: 80%;
		width: 100%;
		height: 100%;
		z-index: 0
	}

.feature-items-list, .location-info-list, .our-product-box, .service-secret-item-list, .testimonials-counter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px
}

.feature-item {
	width: calc(50% - 15px);
	background: var(--secondary-color);
	border-radius: 20px;
	text-align: center;
	padding: 30px
}

	.feature-item .icon-box, .work-step-no {
		width: 50px;
		border-radius: 50%;
		display: flex
	}

	.feature-item .icon-box {
		position: relative;
		background-color: var(--accent-color);
		height: 50px;
		align-items: center;
		justify-content: center;
		margin: 0 auto 40px;
		overflow: hidden
	}

.best-offer-content p, .feature-item-content p, .review-form-content p {
	margin: 15px 0 0
}

.work-content-box h3, .work-content-box p {
	margin-bottom: 20px;
	color: var(--white-color)
}

.our-products .product-item {
	background: var(--secondary-color);
	border-radius: 20px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 30px
}

.our-products .product-item-image {
	width: 100%;
	max-width: 240px;
	margin: 0 auto 20px
}

	.our-products .product-item-image figure {
		display: block;
		mask-size: cover;
		mask-position: center center;
		mask-repeat: no-repeat;
		width: 100%;
		height: 100%
	}

.our-products .product-box-1 .product-item-image figure {
	mask-image: url('../images/product-bg-shape-1.svg');
	background-image: url('../images/product-bg-shape-1.svg')
}

.our-products .product-box-2 .product-item-image figure {
	mask-image: url('../images/product-bg-shape-2.svg');
	background-image: url('../images/product-bg-shape-2.svg')
}

.our-products .product-box-3 .product-item-image figure {
	mask-image: url('../images/product-bg-shape-3.svg');
	background-image: url('../images/product-bg-shape-3.svg')
}

.our-products .product-item-image figure img {
	width: 100%;
	object-fit: cover
}

.our-products .product-item-content p {
	font-family: var(--accent-font);
	font-style: italic;
	margin-bottom: 10px
}

.how-it-work {
	background-image: url('../images/how-it-work-bg.png');
	background-repeat: no-repeat;
	padding: 100px 0 70px
}

.page-gallery-box .photo-gallery, .post-item, .work-content-box, .work-step-item {
	height: calc(100% - 30px);
	margin-bottom: 30px
}

	.work-content-box h3 {
		font-size: 24px;
		line-height: 1.4em
	}

	.work-content-box ul {
		margin: 0;
		padding: 0;
		list-style: none
	}

		.work-content-box ul li {
			position: relative;
			color: var(--white-color);
			line-height: 1.5em;
			padding-left: 30px;
			margin-bottom: 15px
		}

			.work-content-box ul li::before {
				position: absolute;
				top: 0;
				left: 0;
				font-weight: 900;
				color: var(--white-color)
			}

.post-image figure, .work-step-image figure {
	display: block;
	border-radius: 20px;
	overflow: hidden
}

	.work-step-image figure::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(180deg,rgba(18,24,32,0) 0,rgba(18,24,32,.6) 68.03%);
		width: 100%;
		height: 100%;
		z-index: 1
	}

.work-step-image img {
	width: 100%;
	aspect-ratio: 1/1.29;
	object-fit: cover;
	border-radius: 20px;
	transition: .4s ease-in-out
}

.post-item:hover .post-featured-image img, .team-item:hover .team-image img, .work-step-item:hover .work-step-image img {
	transform: scale(1.1)
}

.work-step-no {
	position: absolute;
	top: 30px;
	right: 30px;
	height: 50px;
	justify-content: center;
	align-items: center;
	background: var(--divider-color);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	transition: .4s ease-in-out;
	z-index: 1
}

	.work-step-no h2 {
		font-family: var(--accent-font);
		font-size: 20px;
		font-style: italic;
		color: var(--white-color)
	}

.work-step-content {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	z-index: 1
}

	.footer-newsletter-info p, .work-step-content p {
		color: var(--white-color);
		margin: 15px 0 0
	}

.offer-list-1 {
	margin-right: 30px
}

.offer-list-2 {
	margin-left: 30px
}

.offer-item {
	display: flex;
	align-items: center;
	margin-bottom: 60px
}

.offer-image {
	width: 100px;
	height: 100px;
	background: var(--white-color);
	border: 1px solid var(--secondary-color);
	box-shadow: 0 0 10px 0 var(--secondary-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px
}

	.approach-img figure, .best-offer-image figure, .offer-image figure, .post-featured-image figure {
		display: block
	}

	.offer-image img {
		width: 100%;
		max-width: 80px;
		border-radius: 50%
	}

.offer-item-content {
	width: calc(100% - 120px)
}

	.offer-item-content h3 {
		font-family: var(--accent-font);
		font-size: 16px;
		color: var(--accent-color);
		font-style: italic;
		font-weight: 400;
		margin-top: 15px
	}

.best-offer-image-box {
	position: relative;
	background: var(--secondary-color);
	border-radius: 999px;
	text-align: center;
	margin-bottom: 80px
}

	.best-offer-image-box::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border: 1px solid var(--divider-color);
		border-radius: 999px;
		z-index: 0
	}

.best-offer-content {
	padding: 80px 40px 30px
}

	.best-offer-content h2 {
		font-family: var(--accent-font);
		font-size: 40px;
		font-style: italic
	}

	.best-offer-content .readmore-btn {
		margin-top: 30px
	}

.best-offer-image {
	margin: 0 15px
}

	.best-offer-image img {
		width: 100%;
		aspect-ratio: 1/1.12;
		object-fit: cover;
		margin-bottom: -80px
	}

.gallery-slider .photo-gallery a {
	display: block;
	cursor: none
}

.gallery-slider .photo-gallery img {
	aspect-ratio: 1/1.35;
	object-fit: cover;
	border-radius: 20px;
	transition: .4s ease-in-out
}

	.gallery-slider .photo-gallery img:hover {
		filter: brightness(50%)
	}

.gallery-slider .gallery-button-next, .gallery-slider .gallery-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 55px;
	width: 55px;
	background: var(--accent-color);
	border: 5px solid var(--white-color);
	border-radius: 50%;
	transition: .4s ease-in-out;
	z-index: 5
}

.gallery-button-prev {
	left: 16.406vw
}

.gallery-button-next {
	right: 16.406vw
}

.gallery-slider .gallery-button-next::before, .gallery-slider .gallery-button-prev::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: rotate(45deg);
	background: url("../images/arrow-white.svg") center center/12px auto no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s ease-in-out
}

.gallery-slider .gallery-button-prev::before {
	transform: rotate(225deg)
}

.testimonial-slider {
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 40px;
	padding-bottom: 40px
}

.post-entry, .post-item-content, .product-step-nav, .service-craft-item-list {
	border-bottom: 1px solid var(--divider-color)
}

.page-gallery-box .photo-gallery a, .testimonial-slider .swiper-wrapper {
	cursor: none
}

.testimonial-item {
	background: url('../images/icon-testimonial-quote.svg') top right/65px auto no-repeat
}

.testimonial-item-content p {
	color: var(--white-color);
	font-size: 20px;
	margin: 0
}

.testimonial-author {
	display: flex;
	align-items: center
}

.author-image, .team-single-image {
	margin-right: 15px
}

	.author-image figure {
		display: block;
		border-radius: 50%
	}

.author-content h3 {
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 5px
}

.author-content p, .footer-copyright-text p {
	color: var(--white-color);
	margin-bottom: 0
}

.testimonial-counter-item {
	width: calc(33.33% - 20px)
}

.testimonial-counter-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

	.testimonial-counter-header .icon-box img {
		width: 100%;
		max-width: 40px
	}

.testimonial-counter-title h2 {
	color: var(--white-color);
	font-size: 30px
}

.testimonial-counter-body p {
	color: var(--white-color);
	margin: 0
}

.testimonials-image {
	position: relative;
	margin-left: 20px
}

.testimonial-img img {
	width: 100%;
	aspect-ratio: 1/1.282;
	object-fit: cover;
	border-radius: 20px
}

.why-choose-cta-box.testimonial-cta-box {
	right: 40px;
	bottom: 40px;
	left: 40px
}

.approach-img figure:before, .page-header::before {
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	content: '';
	top: 0
}

.why-choose-cta-box.testimonial-cta-box .why-choose-cta-content p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px
}

.why-choose-cta-box.testimonial-cta-box .why-choose-cta-content h3 {
	color: var(--white-color);
	font-size: 16px;
	font-weight: 600
}

.our-blog, .our-team, .page-gallery, .page-services, .page-team, .page-testimonials, .page-video-gallery {
	padding: 100px 0 70px
}

.post-featured-image a {
	cursor: none;
	display: block;
	border-radius: 20px;
	overflow: hidden
}

.post-featured-image img {
	width: 100%;
	aspect-ratio: 1/0.695;
	object-fit: cover;
	transition: .5s ease-in-out
}

.post-item-content {
	margin-bottom: 20px;
	padding-bottom: 20px
}

	.post-item-content h2, .service-craft-item-content h3 {
		font-size: 20px;
		line-height: 1.4em
	}

		.post-item-content h2 a {
			display: inline-block;
			color: inherit
		}

.main-footer {
	padding: 100px 0 0;
	margin-bottom: 30px
}

.footer-logo img, .team-member-image figure img {
	width: 100%;
	max-width: 400px
}

.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px
}

	.footer-menu ul li {
		display: inline-block;
		line-height: 1.5em;
		color: var(--white-color)
	}

		.footer-contact-item h3 a, .footer-menu ul li a {
			color: inherit;
			transition: .3s ease-in-out
		}

.footer-contact-item {
	margin-top: 80px
}

	.footer-contact-item p {
		color: var(--white-color);
		margin: 10px 0 0
	}

.footer-newsletter-form .form-group {
	display: flex
}

	.footer-newsletter-form .form-group .form-control {
		width: 66%;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5em;
		color: var(--white-color);
		background-color: var(--dark-divider-color);
		border: none;
		border-radius: 10px 0 0 10px;
		outline: 0;
		box-shadow: none;
		padding: 12px 20px
	}

		.footer-newsletter-form .form-group .form-control::placeholder {
			color: var(--white-color)
		}

	.footer-newsletter-form .form-group .btn-default {
		width: 34%;
		border-radius: 0 10px 10px 0
	}

.footer-social-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	margin-top: 50px
}

	.footer-social-links ul li, .member-social-list ul li {
		display: inline-block;
		border-radius: 50%;
		margin-right: 15px
	}

		.footer-social-links ul li a {
			background: var(--white-color);
			color: var(--primary-color);
			border-radius: 50%;
			width: 40px;
			height: 40px;
			display: flex;
			align-items: center;
			justify-content: center;
			transition: .3s ease-in-out
		}

.footer-copyright {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	border-top: 1px solid var(--dark-divider-color);
	padding: 40px 0 60px;
	margin-top: 60px
}

.footer-privacy-policy ul, .page-category-list ul, .service-entry ul {
	list-style: none;
	margin: 0;
	padding: 0
}

	.footer-privacy-policy ul li {
		display: inline-block;
		color: var(--white-color);
		line-height: normal;
		margin-right: 20px;
		padding-right: 20px;
		border-right: 1px solid var(--dark-divider-color);
		transition: .3s ease-in-out
	}

		.footer-privacy-policy ul li:last-child {
			border-right: none;
			padding-right: 0;
			margin-right: 0
		}

.page-header {
	position: relative;
	background: var(--accent-color) url('../images/page-header-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 160px 0;
	overflow: hidden
}

	.page-header::before {
		background-color: var(--primary-color);
		opacity: 80%
	}

.page-header-box {
	position: relative;
	text-align: center;
	z-index: 1
}

	.page-header-box h1 {
		display: inline-block;
		font-size: 46px;
		font-weight: 600;
		line-height: 1.1em;
		color: var(--white-color);
		margin-bottom: 10px;
		cursor: none
	}

	.page-header-box ol {
		margin: 0;
		padding: 0;
		justify-content: center
	}

		.page-header-box ol li.breadcrumb-item {
			font-size: 16px;
			font-weight: 500;
			line-height: normal;
			color: var(--white-color)
		}

		.mission-vision-item:hover .mission-vision-content p, .mission-vision-item:hover .mission-vision-title h3, .page-category-list ul li:hover a, .page-header-box ol .breadcrumb-item + .breadcrumb-item::before, .page-testimonials .testimonial-item:hover .author-content h3, .page-testimonials .testimonial-item:hover .author-content p, .page-testimonials .testimonial-item:hover .testimonial-item-content p {
			color: var(--white-color)
		}

.approach-image {
	position: relative;
	overflow: hidden;
	border-radius: 20px
}

.approach-img figure:before {
	background: linear-gradient(180deg,transparent 0,rgba(18,24,32,.8) 100%);
	z-index: 1
}

.approach-img img {
	width: 100%;
	aspect-ratio: 1/0.904;
	object-fit: cover
}

.google-rating-box.approach-review-box {
	position: absolute;
	bottom: 30px;
	left: 30px;
	background: var(--divider-color);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 10px;
	z-index: 2
}

	.google-rating-box.approach-review-box p, .google-rating-box.faq-cta-box p {
		font-weight: 600
	}

.appraoch-content, .team-expertise-content {
	margin-left: 15px
}

.mission-vision-item {
	position: relative;
	background-color: var(--secondary-color);
	border-radius: 20px;
	margin-bottom: 30px;
	padding: 30px;
	overflow: hidden
}

	.mission-vision-item:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0;
		background: var(--accent-color);
		z-index: 0;
		transition: .4s ease-in-out
	}

	.mission-vision-item:hover::before {
		top: auto;
		height: 100%
	}

.mission-vision-header {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	z-index: 1
}

	.mission-vision-header .icon-box {
		margin-right: 16px
	}

		.mission-vision-header .icon-box img {
			width: 100%;
			max-width: 24px;
			transition: .4s ease-in-out
		}

.mission-vision-title {
	width: calc(100% - 40px)
}

	.mission-vision-title h3 {
		font-size: 20px;
		transition: .4s ease-in-out
	}

.mission-vision-content p {
	position: relative;
	margin: 0;
	transition: .4s ease-in-out;
	z-index: 1
}

.what-we-do {
	position: relative;
	background: url('../images/what-we-do-bg.jpg') center center/cover no-repeat;
	padding: 60px;
	overflow: hidden
}

	.what-we-do:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--primary-color);
		opacity: 40%
	}

.what-we-video {
	position: relative;
	text-align: center;
	padding-right: 7.813vw;
	z-index: 1
}

.video-play-button.bg-effect a {
	position: relative;
	background: var(--accent-color);
	border-radius: 100%;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: none;
	transition: .4s ease-in-out
}

	.video-play-button.bg-effect a:after, .video-play-button.bg-effect a:before {
		content: '';
		position: absolute;
		top: -30%;
		left: -30%;
		width: 160%;
		height: 160%;
		border: 50px solid var(--white-color);
		opacity: 30%;
		border-radius: 50%;
		transform: scale(.6);
		z-index: -1;
		animation: 1.2s linear infinite border-zooming
	}

	.video-play-button.bg-effect a:after {
		animation-delay: .3s
	}

@keyframes border-zooming {
	100% {
		transform: scale(1);
		opacity: 0
	}
}

.video-play-button.bg-effect a i {
	font-size: 40px;
	color: var(--white-color);
	margin-left: 2px
}

.what-we-content {
	position: relative;
	background-color: var(--white-color);
	border-radius: 20px;
	padding: 60px;
	margin-left: 5.682vw;
	z-index: 1
}

	.what-we-content .section-title, .what-we-item {
		border-bottom: 1px solid var(--divider-color);
		margin-bottom: 40px;
		padding-bottom: 40px
	}

.error-page-content .section-title, .our-product-box .product-image, .our-product-box .product-rating, .what-we-header {
	margin-bottom: 15px
}

	.what-we-header h4 {
		color: var(--accent-color);
		font-family: var(--accent-font);
		font-size: 18px;
		font-weight: 400;
		line-height: 1.6em;
		margin-bottom: 5px
	}

	.contact-info-title h3, .member-social-list h3, .what-we-header h3 {
		font-size: 20px;
		text-transform: capitalize
	}

.team-item {
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden
}

.team-image a {
	display: block;
	cursor: none;
	border-radius: 20px;
	overflow: hidden
}

.team-image figure:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg,rgba(18,24,32,0) 47.78%,rgba(18,24,32,.8) 81.91%);
	z-index: 1
}

.team-image img {
	width: 100%;
	aspect-ratio: 1/1.424;
	object-fit: cover;
	transition: .4s ease-in-out
}

.team-body {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	transform: translateY(40px);
	text-align: center;
	transition: .4s ease-in-out;
	z-index: 2
}

.team-item:hover .team-body {
	transform: translateY(0)
}

.team-content h3 {
	color: var(--white-color);
	font-size: 20px;
	margin-bottom: 5px
}

.team-content p {
	color: var(--white-color);
	margin: 0
}

.team-social-list {
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in-out
}

.team-item:hover .team-social-list {
	margin-top: 15px;
	opacity: 1;
	visibility: visible
}

.team-social-list ul {
	display: flex;
	justify-content: center;
	gap: 15px;
	list-style: none;
	margin: 0;
	padding: 0
}

	.team-social-list ul li a {
		width: 36px;
		height: 36px;
		color: var(--white-color);
		background: 0 0;
		border-radius: 50%;
		border: 1px solid var(--white-color);
		display: flex;
		align-items: center;
		justify-content: center;
		transition: .4s ease-in-out
	}

	.team-social-list ul li:hover a {
		color: var(--accent-color);
		background: var(--white-color)
	}

	.post-social-sharing ul li a i, .team-social-list ul li a i {
		font-size: 18px;
		color: inherit
	}

.our-faqs, .page-contact-us {
	background-color: var(--white-color);
	padding: 100px 0
}

.faqs-content, .page-single-sidebar {
	position: sticky;
	top: 20px;
	margin-right: 20px
}

.google-rating-box.faq-cta-box {
	display: inline-block;
	background-color: var(--accent-color);
	border-radius: 20px
}

.faq-accordion .accordion-item {
	background-color: var(--bg-color);
	border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden
}

.faq-accordion .accordion-header .accordion-button {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4em;
	background: 0 0;
	color: var(--primary-color);
	padding: 17px 55px 17px 20px;
	transition: .3s ease-in-out
}

.faq-accordion .accordion-item .accordion-button.collapsed::after, .faq-accordion .accordion-item .accordion-button::after {
	content: '\2b';
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--accent-color);
	border-radius: 50%;
	font-size: 14px;
	color: var(--white-color);
	transition: .3s ease-in-out
}

.faq-accordion .accordion-button:not(.collapsed)::after {
	content: '\f068';
	background: var(--primary-color)
}

.faq-accordion .accordion-item .accordion-body {
	background: 0 0;
	border-top: 1px solid var(--divider-color);
	padding: 15px 20px 20px
}

.page-category-list {
	background-color: var(--secondary-color);
	border-radius: 20px;
	margin-bottom: 60px;
	padding: 30px;
	overflow: hidden
}

	.page-category-list h3 {
		font-size: 20px;
		margin-bottom: 30px
	}

	.page-category-list ul li a {
		position: relative;
		display: block;
		line-height: 1.4em;
		color: var(--text-color);
		background: var(--white-color);
		border-radius: 20px;
		padding: 18px 45px 18px 20px;
		overflow: hidden;
		transition: .4s ease-in-out;
		z-index: 1
	}

		.page-category-list ul li a::before {
			content: '';
			position: absolute;
			right: 20px;
			top: 50%;
			transform: translate(0,-50%);
			background: url('../images/arrow-text.svg') center center/cover no-repeat;
			width: 12px;
			height: 12px;
			transition: .3s ease-in-out
		}

		.page-category-list ul li a::after, .page-single-image-video figure::before, .sidebar-cta-content:before {
			left: 0;
			right: 0;
			bottom: 0;
			content: '';
			position: absolute
		}

		.page-category-list ul li a:hover::before {
			filter: brightness(0) invert(1);
			transform: translate(0,-50%) rotate(45deg)
		}

		.page-category-list ul li a::after {
			width: 100%;
			height: 0;
			background: var(--accent-color);
			transition: .4s ease-in-out;
			z-index: -1
		}

	.page-category-list ul li:hover a::after {
		top: 0;
		height: 100%
	}

.sidebar-cta-box {
	border-radius: 20px;
	overflow: hidden
}

.sidebar-cta-content {
	position: relative;
	background: url('../images/sidebar-cta-bg.jpg') center center/cover no-repeat;
	padding: 170px 30px 40px
}

	.sidebar-cta-content:before {
		top: 0;
		background: var(--primary-color);
		opacity: 60%;
		width: 100%;
		height: 100%;
		z-index: 0
	}

.sidebar-cta-logo img {
	width: 100%;
	max-width: 162px
}

.cta-item-content {
	display: flex;
	align-items: center;
	background-color: var(--dark-divider-color);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 20px
}

	.cta-item-content h3 {
		width: calc(100% - 70px);
		font-size: 20px;
		line-height: 1.4em;
		color: var(--white-color);
		border-right: 1px solid var(--dark-divider-color);
		margin-right: 20px;
		padding-right: 20px
	}

	.cta-item-content .icon-box {
		width: 50px;
		height: 50px;
		background: var(--accent-color);
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center
	}

.sidebar-cta-contact .btn-default {
	display: block;
	width: 100%;
	font-size: 20px;
	text-transform: none;
	border-radius: 0;
	padding: 18px 30px
}

	.sidebar-cta-contact .btn-default img {
		max-width: 24px;
		margin-right: 15px
	}

.page-single-image img {
	width: 100%;
	aspect-ratio: 1/0.538;
	object-fit: cover;
	border-radius: 20px
}

.page-faqs-catagery .page-single-faqs, .service-entry {
	margin-bottom: 60px
}

	.product-single-content h2, .service-entry h2 {
		font-size: 46px;
		margin-bottom: 20px
	}

	.service-entry ul li {
		position: relative;
		line-height: 1.5em;
		padding-left: 30px;
		margin-bottom: 15px
	}

.page-product .page-pagination, .service-craft-box, .service-excellence-box, .service-secret-box {
	margin-top: 60px
}

.service-craft-item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 40px 0;
	padding-bottom: 40px
}

.service-craft-item, .service-secret-item {
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap
}

.service-craft-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px
}

.service-craft-list {
	width: calc(100% - 150px)
}

.page-single-image-video {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 40px
}

	.page-single-image-video figure::before {
		top: 0;
		background: var(--primary-color);
		opacity: 30%;
		width: 100%;
		height: 100%;
		z-index: 1
	}

	.page-single-image-video img {
		width: 100%;
		aspect-ratio: 1/0.347;
		object-fit: cover;
		border-radius: 20px
	}

	.page-single-image-video .video-play-button {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 1
	}

		.page-single-image-video .video-play-button.bg-effect a {
			width: 55px;
			height: 55px
		}

			.page-single-image-video .video-play-button.bg-effect a:after, .page-single-image-video .video-play-button.bg-effect a:before {
				top: -40%;
				left: -40%
			}

.service-excellence-counter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 80px;
	margin-top: 40px
}

.excellence-counter-item {
	position: relative;
	width: calc(25% - 60px)
}

	.excellence-counter-item::before {
		content: '';
		position: absolute;
		top: 0;
		right: -40px;
		bottom: 0;
		background: var(--divider-color);
		width: 1px;
		height: 100%
	}

	.excellence-counter-item h3 {
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 15px
	}

.service-secret-item-content h3 {
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 15px
}

.service-secret-image img {
	width: 100%;
	aspect-ratio: 1/0.252;
	object-fit: cover;
	border-radius: 20px
}

.page-pagination ul {
	justify-content: center;
	padding: 0;
	margin: 0
}

	.page-pagination ul li a, .page-pagination ul li span {
		display: flex;
		text-decoration: none;
		justify-content: center;
		align-items: center;
		background: var(--secondary-color);
		color: var(--accent-color);
		border-radius: 10px;
		width: 40px;
		height: 40px;
		margin: 0 5px;
		font-weight: 600;
		line-height: 1em;
		transition: .3s ease-in-out
	}

.post-social-sharing ul li a, .post-tags .tag-links a {
	background: var(--accent-color);
	border-radius: 10px;
	transition: .3s ease-in-out
}

.post-single-meta {
	margin-top: 10px
}

	.post-single-meta ol li {
		font-size: 18px;
		color: var(--white-color);
		margin-right: 15px
	}

		.post-single-meta ol li i {
			font-size: 18px;
			color: var(--white-color);
			margin-right: 5px
		}

.post-image {
	position: relative;
	margin-bottom: 30px
}

	.post-image img {
		width: 100%;
		aspect-ratio: 1/0.50;
		object-fit: cover;
		border-radius: 20px
	}

.post-content {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto
}

.post-entry {
	padding-bottom: 30px;
	margin-bottom: 30px
}

	.post-entry:after {
		content: '';
		display: block;
		clear: both
	}

	.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
		font-weight: 600;
		line-height: 1.1em;
		margin: 0 0 .435em
	}

	.post-entry h1, .post-entry h2 {
		font-size: 46px
	}

	.post-entry h3 {
		font-size: 40px
	}

	.post-entry h4 {
		font-size: 30px
	}

	.post-entry h5 {
		font-size: 24px
	}

	.post-entry p {
		font-weight: 500;
		margin-bottom: 20px
	}

		.post-entry p strong {
			color: var(--primary-color);
			font-size: 18px;
			font-weight: 600
		}

	.post-entry ol {
		margin: 0 0 30px
	}

	.post-entry ul {
		padding: 0 0 0 20px;
		margin: 20px 0
	}

		.post-entry ol li, .post-entry ul li {
			position: relative;
			font-size: 18px;
			font-weight: 500;
			line-height: 1.6em;
			color: var(--text-color);
			margin-bottom: 15px
		}

	.post-entry blockquote p, .tag-links {
		font-size: 20px;
		color: var(--primary-color)
	}

	.post-entry blockquote {
		background: url('../images/icon-blockquote.svg'),var(--bg-color);
		background-repeat: no-repeat;
		background-position: 30px 30px;
		background-size: 45px;
		border-radius: 20px;
		padding: 30px 30px 30px 90px;
		margin-bottom: 30px
	}

		.post-entry blockquote p {
			font-weight: 700;
			line-height: 1.4em
		}

.tag-links {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px
}

.post-tags .tag-links a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	color: var(--white-color);
	padding: 12px 20px
}

.team-contact-box .icon-box::before, .video-gallery-image a::before {
	left: 0;
	bottom: 0;
	background-color: var(--primary-color);
	transform: scale(0);
	right: 0;
	content: '';
	top: 0
}

.post-social-sharing ul li {
	display: inline-block;
	margin-right: 10px
}

	.post-social-sharing ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: var(--white-color);
		width: 40px;
		height: 40px
	}

.contact-info-list, .member-social-list ul li a, .team-contact-list {
	background-color: var(--secondary-color);
	display: flex
}

.our-product-box .product-item {
	width: calc(25% - 22.5px);
	background: var(--secondary-color);
	border-radius: 20px;
	text-align: center;
	padding: 30px
}

.our-product-box .product-image img {
	width: 220px;
	height: 220px;
	object-fit: contain
}

.our-product-box .product-item-content h3 {
	font-size: 20px;
	color: var(--accent-color)
}

	.our-product-box .product-item-content h3 span {
		font-size: 14px;
		text-decoration: line-through;
		color: var(--primary-color);
		opacity: 30%
	}

.product-about-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px 60px
}

.customer-review-list, .product-single-content, .review-form, .team-member-image {
	width: calc(50% - 30px)
}

.team-member-image {
	background: var(--secondary-color);
	border-radius: 20px;
	text-align: center;
	align-content: center;
	padding: 100px 40px
}

.customer-rating-box i {
	font-size: 18px;
	color: var(--accent-color);
	margin-right: 2px
}

.customer-rating-box span {
	font-size: 14px;
	color: var(--primary-color);
	margin-left: 5px
}

.product-single-content h3 {
	font-size: 30px;
	margin-bottom: 20px
}

	.product-single-content h3 span {
		font-size: 20px;
		color: var(--primary-color);
		opacity: .3;
		text-decoration: line-through
	}

.product-single-content ul {
	list-style: disc;
	padding: 0 0 0 22px;
	margin: 0 0 20px
}

	.product-single-content ul li, .product-tab-item-box ul li {
		line-height: 1.4em;
		margin-bottom: 12px
	}

.product-cart-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px
}

	.product-cart-btn input {
		display: block;
		width: 50px;
		background: 0 0;
		border: 1px solid var(--divider-color);
		border-radius: 10px;
		text-align: center;
		padding: 5px
	}

		.product-cart-btn input:focus-visible {
			outline: 0
		}

	.product-cart-btn .btn-default {
		padding: 17px 20px
	}

.product-single-info, .related-products-box {
	margin-top: 100px
}

.product-step-nav {
	margin-bottom: 30px;
	padding-bottom: 30px
}

	.product-step-nav .nav-tabs {
		padding: 0;
		margin: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		border: none
	}

	.product-step-nav ul li {
		width: auto
	}

		.product-step-nav ul li .nav-link {
			position: relative;
			width: 100%;
			background: 0 0;
			border: none;
			color: var(--primary-color);
			font-size: 20px;
			font-weight: 600;
			line-height: 1em;
			padding: 0;
			border-radius: 0;
			margin: 0;
			transition: .3s ease-in-out
		}

			.product-step-nav ul li .nav-link.active, .product-step-nav ul li .nav-link:hover {
				background: 0 0;
				color: var(--accent-color)
			}

			.product-step-nav ul li .nav-link::before {
				content: '';
				display: block;
				position: absolute;
				top: auto;
				left: auto;
				bottom: -32px;
				right: 0;
				background: var(--primary-color);
				width: 0;
				height: 2px;
				transition: .4s ease-in-out
			}

			.product-step-nav ul li .nav-link.active::before, .product-step-nav ul li .nav-link:hover:before {
				width: 100%;
				right: auto;
				left: 0
			}

.product-tab-item-box h3 {
	font-size: 20px;
	margin-top: 20px
}

.product-tab-item-box h2 {
	font-size: 46px;
	margin-top: 20px
}

.product-tab-item-box p {
	margin: 20px 0 0
}

.product-tab-item-box ul {
	list-style: disc;
	padding: 0 0 0 22px;
	margin: 20px 0 0
}

.product-review-from-content {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px
}

.customer-review-item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px
}

	.customer-review-item .icon-box img {
		width: 100%;
		max-width: 60px;
		border-radius: 50%
	}

.customer-review-item-body {
	width: calc(100% - 80px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px
}

.customer-review-item-content p {
	margin: 0 0 5px
}

	.customer-review-item-content p span {
		color: var(--primary-color);
		font-weight: 600
	}

.customer-review-item-rating i {
	color: var(--accent-color);
	font-size: 16px
}

.review-form-content h3 {
	font-size: 20px;
	margin: 0
}

.review-form .form-control {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.445em;
	color: var(--white-color);
	background-color: transparent;
	border: 1px solid var(--divider-color);
	border-radius: 10px;
	padding: 17px 20px;
	box-shadow: none;
	outline: 0
}

	.review-form .form-control::placeholder {
		color: var(--primary-color)
	}

.review-form-note {
	display: flex;
	align-items: baseline;
	gap: 5px
}

.review-form .btn-default {
	width: 100%;
	padding: 17px;
	margin-top: 20px
}

.related-products-box .section-title {
	max-width: 700px;
	margin: 0 auto 40px;
	text-align: center
}

.team-single-image img {
	width: 100%;
	aspect-ratio: 1/0.99;
	object-fit: cover;
	border-radius: 20px
}

.team-contact-list {
	border-radius: 20px;
	padding: 40px;
	flex-wrap: wrap;
	gap: 40px 30px;
	margin-bottom: 40px
}

.team-contact-box {
	width: calc(50% - 15px);
	display: flex
}

	.team-contact-box.team-location-item {
		width: 100%
	}

	.team-contact-box .icon-box {
		position: relative;
		width: 50px;
		height: 50px;
		background-color: var(--accent-color);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 15px
	}

		.team-contact-box .icon-box::before {
			position: absolute;
			width: 100%;
			height: 100%;
			border-radius: 50%;
			transition: .4s ease-in-out
		}

		.team-contact-box .icon-box img {
			position: relative;
			width: 100%;
			max-width: 24px;
			z-index: 1
		}

.team-contact-content {
	width: calc(100% - 65px)
}

	.team-contact-content h3 {
		font-size: 20px;
		margin-bottom: 10px
	}

.member-social-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px 20px
}

	.member-social-list ul li a {
		color: var(--primary-color);
		border-radius: 50%;
		width: 40px;
		height: 40px;
		align-items: center;
		justify-content: center;
		transition: .3s ease-in-out
	}

	.member-social-list ul li:hover a {
		background-color: var(--accent-color);
		color: var(--white-color)
	}

	.member-social-list ul li a i {
		color: inherit;
		font-size: 18px
	}

.skills-progress-bar .skill-data {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 20px
}

	.skills-progress-bar .skill-data .skill-no, .skills-progress-bar .skill-data .skill-title {
		font-size: 16px;
		line-height: normal;
		color: var(--text-color)
	}

.skills-progress-bar .skillbar .skill-progress {
	position: relative;
	width: 100%;
	height: 16px;
	background: var(--secondary-color);
	border-radius: 100px;
	overflow: hidden
}

	.skills-progress-bar .skillbar .skill-progress .count-bar {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		background: var(--accent-color);
		border-radius: 100px
	}

.page-testimonials .testimonial-item {
	position: relative;
	background: var(--secondary-color);
	border-radius: 20px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px;
	overflow: hidden
}

	.page-testimonials .testimonial-item::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: var(--accent-color);
		border-radius: 0;
		height: 0;
		width: 100%;
		transition: .4s ease-in-out;
		z-index: 0
	}

.page-testimonials .testimonial-item-content p {
	color: var(--text-color);
	transition: .4s ease-in-out
}

.page-testimonials .testimonial-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px
}

.page-testimonials .author-content h3 {
	color: var(--primary-color);
	transition: .3s ease-in-out
}

.page-testimonials .author-content p {
	color: var(--text-color);
	transition: .3s ease-in-out
}

.testimonial-quotes-img img {
	width: 100%;
	max-width: 42px;
	transition: .3s ease-in-out
}

.page-gallery-box .photo-gallery img, .video-gallery-image img {
	width: 100%;
	aspect-ratio: 1/0.829;
	object-fit: cover;
	border-radius: 20px
}

.video-gallery-image {
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden
}

	.video-gallery-image a {
		position: relative;
		display: block;
		cursor: none
	}

		.video-gallery-image a::before {
			position: absolute;
			border-radius: 20px;
			opacity: 0%;
			visibility: hidden;
			width: 100%;
			height: 100%;
			z-index: 1;
			transition: .4s ease-in-out
		}

	.video-gallery-image:hover a::before {
		opacity: 50%;
		visibility: visible;
		transform: scale(1)
	}

	.video-gallery-image a::after {
		content: '\f04b';
		font-family: FontAwesome;
		position: absolute;
		top: 50%;
		left: 50%;
		right: 0;
		transform: translate(-50%,-50%);
		font-size: 20px;
		background: var(--accent-color);
		color: var(--white-color);
		border-radius: 50%;
		height: 60px;
		width: 60px;
		cursor: none;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		visibility: hidden;
		transition: .5s ease-in-out;
		z-index: 1
	}

	.video-gallery-image:hover a::after {
		opacity: 1;
		visibility: visible
	}

.contact-info-list {
	border-radius: 20px;
	flex-wrap: wrap;
	gap: 30px 50px;
	padding: 30px;
	margin-bottom: 30px
}

.contact-info-item {
	position: relative;
	width: calc(50% - 25px)
}

	.contact-info-item::after {
		content: '';
		position: absolute;
		top: 0;
		right: -25px;
		height: 100%;
		width: 1px;
		background-color: var(--divider-color)
	}

.contact-us-form, .location-info-list .contact-info-item {
	background-color: var(--secondary-color);
	border-radius: 20px
}

.contact-info-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

	.contact-info-header .icon-box img {
		width: 100%;
		max-width: 24px
	}

.contact-info-title {
	width: calc(100% - 34px)
}

.contact-info-body p a {
	color: inherit;
	transition: .3s
}

	.contact-info-body p a:hover {
		color: var(--primary-color)
	}

.location-info-list .contact-info-item {
	width: calc(50% - 15px);
	padding: 30px
}

.contact-us-form {
	margin-left: 15px;
	padding: 40px
}

	.contact-us-form .form-control {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5em;
		color: var(--primary-color);
		background: var(--white-color);
		border: none;
		border-radius: 12px;
		padding: 18px 20px;
		box-shadow: none;
		outline: 0
	}

		.contact-us-form .form-control::placeholder {
			color: var(--text-color)
		}

.google-map-iframe, .google-map-iframe iframe {
	width: 100%;
	height: 700px;
	border-radius: 20px
}

.error-page-image {
	text-align: center;
	margin-bottom: 30px
}

	.error-page-image img {
		width: 100%;
		max-width: 55%
	}

.error-page-content {
	text-align: center
}

@media only screen and (max-width:1760px) {
	header.main-header .header-sticky.active {
		border-top: none;
		border-right: none;
		border-left: none;
		border-radius: 0
	}
}

@media only screen and (max-width:1024px) {
	.main-menu ul li {
		margin: 0
	}

	.header-social-links {
		display: none
	}

	.hero-content, .hero-image-box {
		width: 100%
	}

	.hero-content {
		padding: 30px
	}

	.hero-image, .hero-image figure, .hero-image img {
		height: auto
	}

		.hero-image img {
			aspect-ratio: 1/0.55
		}

	.hero-counter-content h2 {
		margin-bottom: 30px
	}

	.hero-rating-content, .hero-video-tag-btn {
		top: 30px;
		left: 30px;
		right: 30px
	}

	.hero-info-video-content {
		bottom: 30px;
		right: 30px;
		left: 30px
	}

		.hero-info-video-content h3, .hero-rating-content h3 {
			font-size: 18px
		}

	.hero-image-rating-box .google-rating-box {
		right: 30px;
		bottom: 30px;
		padding: 15px
	}

	.what-we-content {
		padding: 40px;
		margin-left: 0
	}
}

@media only screen and (max-width:991px) {
	.offer-list-1, .offer-list-2, .why-choose-images, body, header.main-header {
		margin: 0
	}

	.hero-body, .hero-content-list ul {
		gap: 20px 30px
	}

		.about-us-list ul li, .hero-content-list ul li, .section-title h3, .team-passion-list ul li {
			padding-left: 25px
		}

	.hero-image-rating-box .google-rating-box, .work-step-content {
		right: 20px;
		bottom: 20px
	}

	.post-social-sharing ul, .section-btn {
		text-align: left
	}

	body {
		width: 100%
	}

	.btn-default {
		padding: 12px 40px 12px 20px
	}

		.btn-default::before {
			right: 20px;
			width: 10px;
			height: 10px
		}

	.navbar {
		padding: 15px;
		border-radius: 0
	}

	.navbar-toggle, .responsive-menu, .slicknav_nav li, .slicknav_nav ul {
		display: block
	}

	.about-us-item:nth-child(2n+2):before, .header-btn {
		display: none
	}

	.bg-section {
		margin: 5px auto 0;
		border-radius: 0
	}

	.footer-about, .page-faqs-catagery .page-single-faqs, .section-row, .service-entry, .service-item-content h2 {
		margin-bottom: 40px
	}

	.section-title.section-title-center {
		max-width: 100%
	}

	.best-offer-content .readmore-btn, .product-cart-btn, .section-content-btn .section-btn {
		margin-top: 20px
	}

	.about-us-content, .approach-image, .contact-us-content, .customer-review-item, .feature-item .icon-box, .offer-item, .page-single-image, .section-title, .sidebar-cta-logo, .team-passion-content, .team-skills-content, .testimonial-item-content, .testimonials-content, .why-choose-content {
		margin-bottom: 30px
	}

		.page-header-box h1, .post-entry h2, .section-title h1, .section-title h2 {
			font-size: 36px
		}

		.section-title h3 {
			font-size: 16px;
			background-size: 16px auto
		}

		.footer-newsletter-info p, .page-pagination, .product-tab-item-box ul li, .section-footer-text, .section-title p, .section-title-content, .work-step-content p {
			margin-top: 10px
		}

	.section-btn {
		margin-top: 15px
	}

	.hero {
		margin: 30px auto
	}

	.about-us-btn, .footer-contact-item, .footer-social-links, .hero-body, .page-single-image-video, .service-excellence-counter-list, .service-secret-image, .service-secret-item-list, .what-we-btn, .work-content-box .btn-default {
		margin-top: 30px
	}

	.hero .container-fluid {
		padding: 0 15px
	}

	.hero.hero-bg-image .hero-box {
		padding: 80px 15px
	}

	.hero-content-list {
		margin-top: 30px;
		padding-top: 30px
	}

		.about-us-list ul li::before, .hero-content-list ul li:before, .product-step-nav ul li .nav-link, .team-passion-list ul li::before, .work-content-box ul li::before {
			font-size: 16px
		}

	.hero-counter {
		max-width: 260px
	}

	.contact-info-list, .feature-item, .hero-counter-box, .location-info-list .contact-info-item, .mission-vision-item, .our-products .product-item {
		padding: 20px
	}

	.hero-counter-content, .mission-vision-header, .post-entry p, .post-featured-image, .product-single-content p, .service-entry p, .work-content-box p {
		margin-bottom: 15px
	}

		.hero-counter-content h2, .service-entry h2 {
			font-size: 36px;
			margin-bottom: 15px
		}

	.hero-image-rating-box, .hero-info-video-box {
		width: calc(50% - 10px)
	}

	.hero-info-bg-image img {
		aspect-ratio: 1/0.9
	}

	.hero-rating-content, .hero-video-tag-btn {
		top: 20px;
		left: 20px;
		right: 20px
	}

	.hero-video-btn a {
		width: 40px;
		height: 40px
	}

		.hero-video-btn a img {
			max-width: 12px
		}

	.hero-info-video-content {
		bottom: 20px;
		right: 20px;
		left: 20px
	}

	.customer-review-list, .product-single-content, .review-form, .team-member-image, .working-hours-item {
		width: 100%
	}

	.faq-accordion .accordion-item .accordion-body, .google-rating-box, .product-cart-btn .btn-default {
		padding: 15px
	}

	.product-step-nav, .why-choose-item, .working-hours-header {
		margin-bottom: 20px;
		padding-bottom: 20px
	}

	.customer-rating-box, .error-page-image, .faq-accordion .accordion-item, .footer-logo, .footer-newsletter-info, .page-category-list h3, .post-image, .post-tags, .skills-progress-bar, .working-hours-body {
		margin-bottom: 20px
	}

		.contact-info-header, .product-single-content ul li, .skills-progress-bar .skill-data, .testimonial-counter-header, .working-hours-body ul li {
			margin-bottom: 10px
		}

	.working-hours-btn .btn-default {
		padding: 12px
	}

	.about-us, .error-page, .our-approach, .our-faqs, .our-gallery, .our-products, .our-services, .our-special-offers, .our-testimonials, .page-blog, .page-contact-us, .page-faqs, .page-product, .page-product-single, .page-service-single, .page-single-post, .page-team-single, .team-passion-experience, .team-skills-form, .why-choose-us {
		padding: 50px 0
	}

	.year-experience-circle img {
		max-width: 125px
	}

	.year-experience-circle h2 {
		font-size: 22px
	}

	.about-us-item-list {
		gap: 30px 40px;
		margin-top: 40px;
		padding-top: 40px
	}

	.about-us-item {
		width: calc(50% - 20px)
	}

		.about-us-item::before {
			right: -20px
		}

	.about-us-item-content h3 {
		font-size: 18px;
		margin-bottom: 5px
	}

	.page-testimonials .testimonial-item, .service-item, .team-member-image, .what-we-content {
		padding: 30px
	}

	.our-features {
		padding: 50px 15px
	}

	.feature-content {
		height: auto;
		padding: 50px 30px;
		margin-bottom: 30px
	}

	.our-products .product-item-image {
		max-width: 210px;
		margin-bottom: 30px
	}

	.how-it-work, .our-blog, .our-team, .page-gallery, .page-services, .page-team, .page-testimonials, .page-video-gallery {
		padding: 50px 0 20px
	}

	.work-content-box h3 {
		font-size: 22px;
		margin-bottom: 15px
	}

	.service-entry ul li, .work-content-box ul li {
		padding-left: 25px;
		margin-bottom: 10px
	}

	.work-step-image img {
		aspect-ratio: 1/1.09
	}

	.work-step-content {
		left: 20px
	}

	.offer-image {
		width: 90px;
		height: 90px;
		margin-right: 15px
	}

		.offer-image img {
			max-width: 65px
		}

	.offer-item-content {
		width: calc(100% - 105px)
	}

	.best-offer-image-box {
		max-width: 50%;
		margin: 30px auto 60px
	}

	.best-offer-image img {
		margin-bottom: -60px
	}

	.best-offer-content {
		padding: 60px 50px 20px
	}

		.best-offer-content h2 {
			font-size: 32px
		}

	.gallery-button-prev {
		left: 215px
	}

	.gallery-button-next {
		right: 215px
	}

	.post-entry blockquote p, .post-item-content h2, .testimonial-item-content p {
		font-size: 18px
	}

	.testimonial-slider, .what-we-content .section-title, .what-we-item {
		margin-bottom: 30px;
		padding-bottom: 30px
	}

	.team-contact-box .icon-box, .testimonial-counter-header .icon-box {
		margin-right: 10px
	}

		.testimonial-counter-header .icon-box img {
			max-width: 34px
		}

	.testimonial-counter-title h2 {
		font-size: 26px
	}

	.appraoch-content, .team-expertise-content, .testimonials-image {
		margin-left: 0
	}

	.testimonial-img img {
		aspect-ratio: 1/0.85
	}

	.why-choose-cta-box.testimonial-cta-box {
		right: 30px;
		bottom: 30px;
		left: 30px
	}

	.post-item-content {
		margin-bottom: 15px;
		padding-bottom: 15px
	}

	.main-footer {
		padding: 50px 0 0;
		margin-bottom: 0
	}

	.footer-newsletter-form .form-group .form-control {
		width: 75%
	}

	.footer-newsletter-form .form-group .btn-default {
		width: 25%
	}

	.footer-copyright {
		padding: 30px 0;
		margin-top: 30px
	}

	.footer-privacy-policy ul li {
		margin-right: 15px;
		padding-right: 15px
	}

	.page-header {
		padding: 80px 0
	}

	.approach-img img {
		aspect-ratio: 1/0.7
	}

	.what-we-do {
		padding: 40px
	}

	.what-we-video {
		padding: 50px 0 80px
	}

	.video-play-button.bg-effect a {
		width: 80px;
		height: 80px
	}

		.video-play-button.bg-effect a i {
			font-size: 30px
		}

	.team-image img {
		aspect-ratio: 1/1.1
	}

	.faqs-content, .page-single-sidebar {
		position: initial;
		margin: 0 0 30px
	}

	.faq-accordion .accordion-header .accordion-button {
		padding: 15px 45px 15px 15px
	}

	.faq-accordion .accordion-item .accordion-button.collapsed::after, .faq-accordion .accordion-item .accordion-button::after {
		right: 15px;
		width: 26px;
		height: 26px;
		font-size: 14px
	}

	.page-category-list {
		padding: 20px;
		margin-bottom: 30px
	}

		.page-category-list ul li a {
			border-radius: 12px;
			padding: 12px 35px 12px 15px
		}

			.page-category-list ul li a::before {
				right: 15px
			}

	.sidebar-cta-content {
		padding: 100px 20px 30px
	}

	.cta-item-content {
		padding: 15px;
		border-radius: 12px
	}

	.sidebar-cta-contact .btn-default {
		padding: 15px 20px
	}

	.page-product .page-pagination, .service-craft-box, .service-excellence-box, .service-secret-box {
		margin-top: 40px
	}

	.service-craft-item-list {
		margin: 30px 0;
		padding-bottom: 30px
	}

	.service-craft-info {
		gap: 20px
	}

	.service-craft-list {
		width: calc(100% - 120px)
	}

	.contact-us-circle a img {
		max-width: 100px
	}

	.service-excellence-counter-list {
		gap: 30px 60px
	}

	.excellence-counter-item {
		width: calc(25% - 45px)
	}

		.excellence-counter-item::before {
			right: -30px
		}

		.excellence-counter-item h3, .product-single-content h3 {
			font-size: 26px;
			margin-bottom: 10px
		}

	.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
		margin: 0 0 .42em
	}

	.post-entry ol li, .post-entry ul li {
		font-size: 16px;
		margin-bottom: 10px
	}

	.post-entry blockquote {
		background-position: 20px 20px;
		background-size: 40px;
		padding: 20px 20px 20px 70px;
		margin-bottom: 20px
	}

	.tag-links {
		gap: 10px
	}

	.post-tags .tag-links a {
		padding: 10px 15px
	}

	.our-product-box .product-item {
		width: calc(50% - 15px);
		padding: 20px
	}

	.our-product-box .product-image img {
		width: 200px;
		height: 200px
	}

	.product-single-content h2, .product-tab-item-box h2 {
		font-size: 36px;
		margin-bottom: 10px
	}

	.product-single-info, .related-products-box {
		margin-top: 50px
	}

	.product-step-nav ul li .nav-link::before {
		bottom: -21px
	}

	.product-tab-item-box p {
		margin: 15px 0 0
	}

	.customer-review-item-content p {
		margin: 0 0 5px
	}

	.review-form .form-control {
		font-size: 16px;
		padding: 12px 15px
	}

	.related-products-box .section-title {
		margin: 0 auto 30px
	}

	.team-single-image {
		margin: 0 0 30px
	}

		.team-single-image img {
			aspect-ratio: 1/0.8
		}

	.team-contact-list {
		gap: 30px;
		padding: 30px;
		margin-bottom: 30px
	}

	.team-contact-content {
		width: calc(100% - 60px)
	}

	.contact-us-form {
		padding: 30px;
		margin-left: 0
	}

		.contact-us-form .form-control {
			padding: 14px 15px
		}

	.google-map-iframe, .google-map-iframe iframe {
		border-radius: 0;
		height: 450px
	}

	.error-page-image img {
		max-width: 80%
	}
}

@media only screen and (max-width:767px) {
	.footer-about, .section-row {
		margin-bottom: 30px
	}

	.navbar-brand {
		margin: 0;
		display: inline-flex;
		padding: 0;
		width: 90% !important
	}

		.navbar-brand > img {
			max-width: 160%;
			width: 160%
		}

	.page-header-box h1, .post-entry h2, .product-single-content h2, .product-tab-item-box h2, .section-title h1, .section-title h2, .service-entry h2 {
		font-size: 26px
	}

	.hero-content {
		padding: 30px 20px
	}

	.hero-body {
		gap: 20px;
		margin-top: 30px
	}

	.video-play-button.border-btn p {
		font-size: 14px;
		margin-right: 5px
	}

	.hero-content-list {
		margin-top: 20px;
		padding-top: 20px
	}

		.hero-content-list ul {
			gap: 10px 20px
		}

	.hero-image img {
		aspect-ratio: 1/0.99
	}

	.hero-counter {
		max-width: 180px;
		border-width: 10px
	}

		.hero-counter::before {
			top: -30px;
			right: 0
		}

		.hero-counter::after {
			bottom: 0;
			left: -30px
		}

	.hero-counter-box {
		padding: 15px
	}

	.hero-counter-content, .mission-vision-header, .service-item-content h3 {
		margin-bottom: 10px
	}

		.hero-counter-content h2 {
			font-size: 26px;
			margin-bottom: 5px
		}

		.hero-counter-content p {
			font-size: 12px
		}

	.review-image img {
		max-width: 44px
	}

	.review-image.add-more {
		width: 44px;
		height: 44px
	}

	.about-us-item, .about-us-list ul li, .contact-info-item, .feature-item, .hero-image-rating-box, .hero-info-video-box, .location-info-list .contact-info-item, .our-product-box .product-item, .service-craft-item, .service-craft-list, .service-secret-item, .team-contact-box, .team-passion-list ul li, .why-choose-image-box-1, .why-choose-image-box-2 {
		width: 100%
	}

	.hero-info-bg-image, .hero-info-bg-image figure {
		height: auto
	}

	.google-rating-header .icon-box img {
		max-width: 34px
	}

	.contact-us-form, .page-testimonials .testimonial-item, .service-item, .team-contact-list, .what-we-content, .what-we-do, .working-hours-item {
		padding: 20px
	}

	.working-hours-header {
		margin-bottom: 15px;
		padding-bottom: 15px
	}

		.author-content h3, .contact-info-title h3, .cta-item-content h3, .feature-item-content h3, .footer-contact-item h3, .footer-newsletter-info h3, .footer-social-links h3, .member-social-list h3, .mission-vision-title h3, .offer-item-content h2, .our-product-box .product-item-content h2, .our-product-box .product-item-content h3, .our-products .product-item-content h3, .page-category-list h3, .product-item-content h2, .product-item-content h3, .product-single-content h3 span, .service-craft-item-content h3, .sidebar-cta-contact .btn-default, .tag-links, .what-we-header h3, .why-choose-item-content h3, .work-step-content h3, .work-step-no h2, .working-hours-header h3 {
			font-size: 18px
		}

		.working-hours-header img {
			max-width: 24px
		}

	.about-us-list ul, .team-passion-list ul {
		gap: 10px
	}

	.about-us-images, .feature-items-list, .location-info-list, .product-step-nav .nav-tabs {
		gap: 20px
	}

	.about-image {
		width: calc(50% - 10px)
	}

	.year-experience-circle img {
		max-width: 100px
	}

	.year-experience-circle h2 {
		font-size: 20px
	}

	.about-us-item-list {
		gap: 30px 40px;
		margin-top: 30px;
		padding-top: 30px
	}

	.about-us-item::before {
		width: 100%;
		height: 1px;
		top: auto;
		bottom: -15px;
		right: 0;
		left: 0
	}

	.about-us-item:nth-child(2n+2)::before, .contact-info-item:nth-child(2n+2):after {
		display: block
	}

	.service-item-content h2 {
		font-size: 18px;
		margin-bottom: 30px
	}

	.service-readmore-btn {
		margin-top: 15px;
		padding-top: 15px
	}

	.why-choose-image-box-1 .why-choose-image figure img, .why-choose-image-box-2 .why-choose-image figure img {
		aspect-ratio: 1/0.9
	}

	.contact-info-item:last-child:after, .why-choose-image-box-2 .contact-us-circle {
		display: none
	}

	.why-choose-image-box-2 .why-choose-image {
		margin: 0
	}

	.customer-review-item .icon-box, .offer-image {
		margin-right: 10px
	}

	.feature-content {
		padding: 30px 15px
	}

	.contact-info-list, .feature-item .icon-box, .our-products .product-item-image, .page-single-image, .sidebar-cta-logo {
		margin-bottom: 20px
	}

	.feature-item-content p {
		margin: 10px 0 0
	}

	.our-products .product-item-content p {
		margin-bottom: 5px
	}

	.work-content-box h3 {
		font-size: 20px;
		margin-bottom: 10px
	}

	.work-content-box .btn-default {
		margin-top: 20px
	}

	.offer-image {
		width: 80px;
		height: 80px
	}

	.offer-item-content {
		width: calc(100% - 90px)
	}

		.offer-item-content h3 {
			margin-top: 10px
		}

	.best-offer-image-box {
		max-width: 100%;
		margin: 30px auto 90px
	}

	.best-offer-content h2, .product-single-content h3 {
		font-size: 24px
	}

	.best-offer-image {
		max-width: 80%;
		margin: 0 auto
	}

	.best-offer-content p, .footer-menu ul li, .footer-privacy-policy ul li, .testimonial-counter-body p {
		font-size: 14px
	}

	.best-offer-content .readmore-btn {
		margin-top: 15px
	}

	.gallery-btn {
		display: flex;
		justify-content: center;
		gap: 15px;
		margin-top: 20px
	}

	.gallery-slider .gallery-button-next, .gallery-slider .gallery-button-prev {
		position: initial;
		transform: translateY(0);
		border: none;
		height: 40px;
		width: 40px
	}

		.gallery-slider .gallery-button-next::before, .gallery-slider .gallery-button-prev::before {
			background-size: 10px auto
		}

	.customer-rating-box i, .post-entry blockquote p, .post-single-meta ol li, .post-single-meta ol li i, .testimonial-item-content p, .what-we-header h4 {
		font-size: 16px
	}

	.testimonial-counter-item {
		width: calc(50% - 15px)
	}

	.testimonial-counter-header .icon-box img {
		max-width: 28px
	}

	.testimonial-counter-title h2 {
		font-size: 22px
	}

	.team-single-image img, .testimonial-img img {
		aspect-ratio: 1/1.1
	}

	.why-choose-cta-box.testimonial-cta-box {
		right: 20px;
		bottom: 20px;
		left: 20px
	}

	.footer-logo {
		margin-bottom: 15px
	}

	.footer-menu ul, .footer-social-links {
		gap: 15px
	}

	.footer-newsletter-form .form-group .form-control {
		width: 85%
	}

	.footer-newsletter-form .form-group .btn-default {
		width: 15%;
		font-size: 0;
		padding: 10px
	}

		.footer-newsletter-form .form-group .btn-default::before {
			width: 14px;
			height: 14px
		}

	.footer-copyright {
		justify-content: center;
		padding: 15px 0;
		margin-top: 30px
	}

	.approach-img img {
		aspect-ratio: 1/0.904
	}

	.service-craft-item-list, .what-we-content .section-title, .what-we-item {
		margin-bottom: 20px;
		padding-bottom: 20px
	}

	.faq-accordion .accordion-header .accordion-button {
		font-size: 16px;
		padding: 12px 45px 12px 12px
	}

	.faq-accordion .accordion-item .accordion-button.collapsed::after, .faq-accordion .accordion-item .accordion-button::after {
		right: 12px
	}

	.faq-accordion .accordion-item .accordion-body {
		padding: 12px
	}

	.sidebar-cta-content {
		padding: 80px 20px 20px
	}

	.sidebar-cta-contact .btn-default img {
		max-width: 20px;
		margin-right: 10px
	}

	.page-single-image img, .post-image img {
		aspect-ratio: 1/0.7
	}

	.page-single-image-video img {
		aspect-ratio: 1/0.56
	}

	.excellence-counter-item {
		width: calc(50% - 30px)
	}

		.excellence-counter-item h3 {
			font-size: 22px;
			margin-bottom: 5px
		}

	.service-secret-item-content h3 {
		font-size: 18px;
		margin-bottom: 10px
	}

	.service-secret-image img {
		aspect-ratio: 1/0.4
	}

	.post-entry blockquote {
		background-position: 15px 15px;
		padding: 60px 15px 15px
	}

	.product-image img {
		width: 180px;
		height: 180px
	}

	.customer-review-item .icon-box img {
		max-width: 50px
	}

	.customer-review-item-body {
		width: calc(100% - 60px)
	}

	.team-contact-content h3 {
		font-size: 18px;
		margin-bottom: 5px
	}

	.skills-progress-bar .skillbar .skill-progress {
		height: 12px
	}

	.testimonial-quotes-img img {
		max-width: 36px
	}

	.contact-info-item::after {
		top: auto;
		right: 0;
		bottom: -15px;
		height: 1px;
		width: 100%
	}

	.google-map-iframe, .google-map-iframe iframe {
		height: 350px
	}
}
