/* Mate Bilisim premium red/black overrides */
:root {
	--mate-primary: #9F111A;
	--mate-primary-dark: #760b12;
	--mate-primary-soft: #fff1f2;
	--mate-dark: #1b1b1b;
	--mate-ink: #202124;
	--mate-muted: #6b7280;
	--mate-line: #ebe8e8;
	--mate-soft: #f7f5f5;
	--mate-card: #ffffff;
	--mate-shadow: 0 18px 46px rgba(27, 27, 27, .10);
	--mate-shadow-strong: 0 28px 70px rgba(27, 27, 27, .16);
	--mate-radius: 18px;
}

#google_translate_element,
.goog-te-banner-frame,
.goog-te-balloon-frame,
.goog-te-gadget,
.goog-logo-link,
.goog-te-menu-frame,
iframe.skiptranslate {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body {
	top: 0 !important;
}

body.translated-ltr,
body.translated-rtl {
	top: 0 !important;
}

.mate-error-page {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 18px;
	background: linear-gradient(135deg, #ffffff 0%, #f8f8f9 55%, #f4ecee 100%);
}

.mate-error-card {
	width: min(760px, 100%);
	padding: 46px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(27, 27, 27, 0.08);
	border-radius: 22px;
	box-shadow: 0 22px 70px rgba(27, 27, 27, 0.10);
}

.mate-error-logo img {
	width: 160px;
	height: auto;
	margin-bottom: 24px;
}

.mate-error-code {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 48px;
	margin-bottom: 18px;
	border-radius: 999px;
	color: #fff;
	background: var(--mate-primary, #9F111A);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
}

.mate-error-card h1 {
	margin: 0 0 14px;
	color: var(--mate-dark, #1b1b1b);
	font-size: 34px;
	font-weight: 800;
}

.mate-error-card p {
	max-width: 560px;
	margin: 0 auto 26px;
	color: #5f6673;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7;
}

.mate-error-actions,
.mate-localized-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.mate-localized-header {
	background: #fff;
	border-bottom: 1px solid rgba(27, 27, 27, 0.08);
	box-shadow: 0 8px 26px rgba(27, 27, 27, 0.05);
}

.mate-localized-header .container {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 92px;
}

.mate-localized-logo img {
	width: 150px;
	height: auto;
}

.mate-localized-header nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	flex: 1;
}

.mate-localized-header nav a,
.mate-localized-langs a {
	color: var(--mate-dark, #1b1b1b);
	font-size: 15px;
	font-weight: 800;
}

.mate-localized-header nav a:hover,
.mate-localized-langs a:hover {
	color: var(--mate-primary, #9F111A);
}

.mate-localized-langs {
	display: flex;
	gap: 8px;
}

.mate-localized-langs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 34px;
	border: 1px solid rgba(27, 27, 27, 0.10);
	border-radius: 10px;
	background: #fff;
}

.mate-localized-hero {
	padding: 92px 0 74px;
	color: #fff;
	background:
		linear-gradient(135deg, rgba(27, 27, 27, 0.92), rgba(159, 17, 26, 0.82)),
		url("../images/slide.jpg") center/cover no-repeat;
}

.mate-localized-hero .container {
	max-width: 920px;
	text-align: center;
}

.mate-localized-hero .mate-card-kicker {
	color: #fff;
	background: rgba(255, 255, 255, 0.10);
	border-color: rgba(255, 255, 255, 0.22);
}

.mate-localized-hero h1 {
	margin: 18px auto 18px;
	color: #fff;
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 850;
	line-height: 1.08;
}

.mate-localized-hero p {
	max-width: 760px;
	margin: 0 auto 28px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.7;
}

.mate-localized-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.mate-localized-card {
	padding: 24px 20px;
	border: 1px solid rgba(27, 27, 27, 0.08);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 45px rgba(27, 27, 27, 0.06);
	color: var(--mate-dark, #1b1b1b);
	font-size: 16px;
	font-weight: 800;
	text-align: center;
}

.mate-localized-empty {
	margin-top: 24px;
}

.mate-localized-footer {
	padding: 36px 0;
	color: rgba(255, 255, 255, 0.78);
	background: var(--mate-dark, #1b1b1b);
}

.mate-localized-footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.mate-localized-footer img {
	width: 132px;
	height: auto;
}

.mate-localized-footer p {
	max-width: 580px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
}

.mate-localized-footer div div {
	display: flex;
	flex-direction: column;
	gap: 6px;
	text-align: right;
}

.mate-localized-footer a {
	color: #fff;
	font-weight: 700;
}

.mate-localized-footer a:hover {
	color: var(--mate-primary, #9F111A);
}

@media (max-width: 767px) {
	.mate-error-card {
		padding: 30px 22px;
	}

	.mate-error-card h1 {
		font-size: 26px;
	}

	.mate-localized-header .container {
		flex-direction: column;
		gap: 14px;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.mate-localized-header nav {
		flex-wrap: wrap;
		gap: 12px 18px;
	}

	.mate-localized-hero {
		padding: 64px 0 54px;
	}

	.mate-localized-hero h1 {
		font-size: 32px;
	}

	.mate-localized-grid {
		grid-template-columns: 1fr;
	}

	.mate-localized-footer .container {
		flex-direction: column;
		text-align: center;
	}

	.mate-localized-footer div div {
		text-align: center;
	}
}

body {
	background: #fff;
	color: var(--mate-muted);
	font-family: "Open Sans", Arial, sans-serif;
}

a {
	color: var(--mate-primary);
}

a:hover {
	color: var(--mate-primary-dark);
}

::selection {
	background: var(--mate-primary);
	color: #fff;
}

#wrap {
	background: linear-gradient(180deg, #fff 0%, #fbfafa 100%);
}

#header-top.header-top-2 {
	background: var(--mate-dark);
	border-bottom: 1px solid rgba(255,255,255,.08);
}

#header-top .phone-email,
#header-top .phone-email i,
#header-top .social-ul li a {
	color: rgba(255,255,255,.88);
}

#header-top .phone-email:hover,
#header-top .phone-email:hover i,
#header-top .social-ul li a:hover {
	color: #fff;
}

#header {
	height: 76px;
	line-height: 76px;
	background: rgba(255,255,255,.97);
	box-shadow: 0 18px 55px rgba(27,27,27,.08);
	z-index: 30;
}

#header::before {
	display: none;
}

#header + .clearfix {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	line-height: 0 !important;
}

#header + .clearfix + .slideshow,
#header + .clearfix + .breadcrumbs {
	margin-top: 0 !important;
}

#header + .clearfix + .breadcrumbs {
	top: -22px !important;
	margin-bottom: -22px !important;
}

body.home-page #header + .clearfix + .slideshow {
	top: -22px !important;
	margin-top: 0 !important;
	margin-bottom: -22px !important;
}

.logo img {
	max-height: 54px;
	width: auto;
}

.navigation > ul > li {
	border-top: 3px solid transparent;
	line-height: 76px;
}

.navigation > ul > li > a {
	color: var(--mate-ink);
	font-weight: 800;
	letter-spacing: 0;
	padding: 0 13px;
	line-height: 76px;
}

.navigation > ul > li.current_page_item,
.navigation > ul > li:hover {
	border-top-color: var(--mate-primary);
}

.navigation > ul > li.current_page_item {
	background: transparent;
}

.navigation > ul > li.current_page_item > a {
	background: transparent;
	color: var(--mate-primary) !important;
}

.navigation > ul > li:hover > a {
	color: var(--mate-primary) !important;
}

.navigation li ul li.current_page_item > a {
	background: var(--mate-primary) !important;
	color: #fff !important;
}

.navigation li ul li a:hover {
	background: var(--mate-primary);
	color: #fff;
}

.navigation li ul {
	border: 1px solid var(--mate-line);
	border-radius: 0 0 16px 16px;
	box-shadow: var(--mate-shadow);
	overflow: visible;
	min-width: 235px;
	padding: 0;
}

.navigation > ul > li:hover > ul {
	top: 76px !important;
}

.navigation li ul li {
	position: relative;
	line-height: 1.25;
	margin: 0;
	min-height: 0;
}

.navigation li ul li a {
	height: auto !important;
	min-height: 0;
	padding: 14px 28px !important;
	line-height: 1.35 !important;
	font-size: 15px;
	font-weight: 750;
}

.navigation li ul li.has-sub > a {
	padding-right: 46px !important;
	position: relative;
}

.navigation li ul li.has-sub > a:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--mate-muted);
	font-size: 12px;
}

.navigation li ul li.has-sub > a .menu-nav-arrow {
	display: none;
}

.navigation li ul li ul {
	top: 0;
	left: 100%;
	margin-left: 0;
	border-radius: 0 16px 16px 0;
}

.navigation li ul li:hover > ul,
.navigation li ul li:focus-within > ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

.service-list-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 22px 0;
}

.service-list-grid .box-icon {
	height: 100%;
	margin-bottom: 0;
}

.service-list-card {
	display: block;
	height: 100%;
}

.service-list-grid-centered {
	justify-content: center;
}

.navigation > ul > li:hover li:hover > a,
.header-search-a:hover,
.header-search-active .header-search-a,
.header-search-form,
.go-up,
.button-3,
.button-4:hover,
.protfolio-filter li a:hover,
.protfolio-filter li.current a {
	background-color: var(--mate-primary);
	border-color: var(--mate-primary);
	color: #fff;
}

.slideshow {
	position: relative;
	width: 100% !important;
	max-width: none !important;
	min-height: 560px;
	margin-top: 0 !important;
	padding-top: 0 !important;
	background: transparent !important;
	overflow: hidden !important;
	line-height: 0;
}

.tp-banner,
.tp-banner > ul,
.tp-banner > ul > li {
	width: 100% !important;
	max-width: none !important;
	min-height: 560px;
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-top: 0 !important;
	line-height: 0;
}

.home-page .slideshow .tp-banner,
.home-page .slideshow .rev_slider_wrapper,
.home-page .slideshow .tp-simpleresponsive {
	top: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
	overflow: hidden !important;
}

.home-page .slideshow {
	top: -22px !important;
	margin-top: 0 !important;
	margin-bottom: -22px !important;
}

.home-page .tp-banner > ul {
	position: static !important;
	inset: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
}

.home-page .tp-banner > ul > li {
	display: block !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	background: url("../images/slide.jpg") center top / cover no-repeat !important;
}

.home-page .tp-banner .slotholder,
.home-page .tp-banner .tp-bgimg {
	top: 0 !important;
	left: 0 !important;
	right: auto !important;
	bottom: auto !important;
	margin-top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 560px !important;
	background-position: center top !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	transform: none !important;
}

.home-page .mate-hero-media {
	position: absolute !important;
	inset: 0;
	display: block !important;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	line-height: 0;
}

.tp-banner > ul > li:before {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background:
		radial-gradient(circle at 18% 22%, rgba(159,17,26,.42), transparent 32%),
		linear-gradient(105deg, rgba(27,27,27,.96) 0%, rgba(27,27,27,.86) 43%, rgba(159,17,26,.38) 100%);
	pointer-events: none;
}

.tp-banner > ul > li:after {
	position: absolute;
	right: 8%;
	bottom: 8%;
	z-index: 1;
	width: 320px;
	height: 320px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 42px;
	content: "";
	transform: rotate(12deg);
	box-shadow: inset 0 0 0 18px rgba(159,17,26,.08);
	pointer-events: none;
}

.tp-banner figure,
.tp-banner figure img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
	object-position: center top;
}

.home-page .mate-hero-media img {
	height: 100%;
	min-height: 560px;
	transform: none;
}

.tp-caption img.hero-logo {
	width: 210px;
	height: auto !important;
	max-width: 100% !important;
	object-fit: contain;
	filter: drop-shadow(0 22px 38px rgba(0,0,0,.38));
}

.slide-h1 h1 {
	max-width: 970px;
	margin: 0 auto;
	color: #fff;
	font-size: 58px;
	line-height: 1.12;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0;
	text-shadow: 0 18px 36px rgba(0,0,0,.34);
}

.slide-h1 h1 span {
	color: #fff;
	text-decoration: underline var(--mate-primary) 6px;
	text-underline-offset: 9px;
}

.slide-p h2 {
	max-width: 860px;
	margin: 0 auto;
	color: rgba(255,255,255,.88);
	font-size: 27px;
	line-height: 1.55;
	font-weight: 600;
	text-align: center;
}

.slide-p h2 span {
	color: #fff;
	text-decoration: underline var(--mate-primary) 4px;
	text-underline-offset: 7px;
}

.mate-button {
	display: inline-block;
	padding: 12px 21px;
	border-radius: 999px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.mate-button {
	background: var(--mate-primary);
	color: #fff;
	box-shadow: 0 18px 45px rgba(159,17,26,.35);
}

.mate-button:hover {
	background: var(--mate-primary-dark);
	color: #fff;
}

.mouse .scroll {
	background: #fff;
}

.mouse {
	border-color: rgba(255,255,255,.86);
	box-shadow: 0 18px 40px rgba(0,0,0,.32);
}

.sections {
	padding: 82px 0;
}

.section {
	padding: 72px 0;
}

.home-page #wrap {
	background: #fff;
}

.home-page .mate-home-section {
	position: relative;
	padding: 68px 0;
}

.home-page .mate-home-section-white {
	background: #fff;
}

.home-page .mate-home-section-soft {
	background:
		linear-gradient(180deg, rgba(159,17,26,.035) 0%, rgba(27,27,27,.025) 100%),
		#f8f7f7;
}

.mate-feature-strip {
	position: relative;
	z-index: 20;
	margin-top: -82px;
	padding: 0 0 46px;
}

.mate-feature-strip .container {
	position: relative;
}

.mate-feature-strip .animation {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	row-gap: 18px;
	padding: 0 10px;
}

.mate-feature-strip .col-md-4 {
	display: flex;
}

.mate-feature-strip .box-icon {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	position: relative;
	width: 100%;
	background: rgba(255,255,255,.98);
	backdrop-filter: blur(8px);
	overflow: hidden;
}

.mate-feature-strip .box-icon:before {
	position: absolute;
	left: 0;
	top: 24px;
	bottom: 24px;
	width: 4px;
	border-radius: 0 999px 999px 0;
	background: var(--mate-primary);
	content: "";
}

.home-page .mate-why-grid {
	display: flex;
	align-items: center;
}

.home-page .mate-why-visual {
	display: flex;
	justify-content: center;
}

.home-page .mate-why-visual img,
.section.sections-padding-b-50 img[align="right"] {
	max-width: 100%;
	border-radius: 18px;
	box-shadow: 0 14px 38px rgba(27,27,27,.06);
	mix-blend-mode: multiply;
}

.sections-title {
	margin-bottom: 46px;
}

.home-page .mate-home-heading {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-bottom: 32px;
	text-align: center;
}

.home-page .mate-home-heading .sections-title-h3,
.home-page .head-title.mate-home-heading {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 104px;
	margin-bottom: 10px;
	overflow: visible;
}

.home-page .mate-home-heading .sections-title-h3:before,
.home-page .head-title.mate-home-heading:before {
	content: attr(data-ghost);
	position: absolute;
	left: 50%;
	top: 6px;
	right: auto;
	bottom: auto;
	z-index: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-left: 0;
	transform: translateX(-50%);
	background: none !important;
	color: rgba(27,27,27,.04);
	font-size: clamp(34px, 4.4vw, 66px);
	font-weight: 900;
	line-height: .9;
	letter-spacing: 0;
	white-space: nowrap;
	text-align: center;
	display: block;
	pointer-events: none;
}

.home-page .mate-home-heading .sections-title-h3:after,
.home-page .head-title.mate-home-heading:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 70px;
	right: auto;
	bottom: auto;
	z-index: 1;
	width: min(460px, 54vw);
	height: 7px;
	margin-left: 0;
	transform: translate(-50%, -50%);
	border-radius: 999px;
	background: var(--mate-primary);
	box-shadow: 0 10px 22px rgba(159,17,26,.16);
}

.sections-title-h3 h3,
.head-title h6,
.section-title h6 {
	position: relative;
	z-index: 2;
	color: var(--mate-ink);
	font-weight: 900;
	letter-spacing: 0;
}

.home-page .mate-home-heading h3,
.home-page .head-title.mate-home-heading h6 {
	margin: 0;
	padding: 0;
	color: #111;
	font-size: clamp(24px, 2.35vw, 34px);
	line-height: 1.05;
	text-transform: uppercase;
}

.sections-title p {
	max-width: 780px;
	margin: 16px auto 0;
	color: var(--mate-muted);
	font-size: 15px;
	line-height: 1.85;
}

.home-page .sections-title p {
	max-width: 760px;
	color: #5f6673;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.65;
}

.home-page .mate-home-copy {
	max-width: 760px;
	margin: 0 auto;
	padding: 26px 30px;
	border: 1px solid rgba(27,27,27,.075);
	border-radius: var(--mate-radius);
	background: #fff;
	box-shadow: 0 14px 38px rgba(27,27,27,.055);
}

.home-page .mate-home-copy p {
	margin: 0 0 14px;
	color: #3f4652;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.72;
}

.home-page .mate-home-copy p:last-child {
	margin-bottom: 0;
}

body:not(.home-page) #wrap {
	background:
		linear-gradient(180deg, #fff 0%, #faf9f9 46%, #f6f4f4 100%);
}

body:not(.home-page) .breadcrumbs {
	position: relative;
	overflow: hidden;
	padding: 50px 0 48px;
}

body:not(.home-page) .breadcrumbs:before {
	position: absolute;
	inset: 0;
	content: "";
	background:
		radial-gradient(circle at 82% 20%, rgba(255,255,255,.12), transparent 30%),
		linear-gradient(120deg, rgba(27,27,27,.04), rgba(159,17,26,.10));
	pointer-events: none;
}

body:not(.home-page) .breadcrumbs .container {
	position: relative;
	z-index: 1;
}

body:not(.home-page) .breadcrumbs .row {
	display: flex;
	align-items: center;
}

body:not(.home-page) .breadcrumbs h4 {
	margin: 0;
	font-size: clamp(26px, 3vw, 38px);
	letter-spacing: 0;
}

body:not(.home-page) .breadcrumbs h4 br {
	display: none;
}

body:not(.home-page) .crumbs {
	float: none;
	margin-top: 0;
	text-align: right;
	font-weight: 700;
}

body:not(.home-page) .sections,
body:not(.home-page) .our-mission.default-padding {
	padding: 64px 0;
	background: transparent;
}

body:not(.home-page) .sections:nth-of-type(even),
body:not(.home-page) .our-mission.default-padding {
	background:
		linear-gradient(180deg, rgba(159,17,26,.025), rgba(27,27,27,.018)),
		#f8f7f7;
}

body:not(.home-page) .sections-title,
body:not(.home-page) .head-title {
	position: relative;
	left: auto;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-bottom: 32px;
	text-align: center;
}

body:not(.home-page) .sections-title-h3,
body:not(.home-page) .head-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 104px;
	margin-bottom: 10px;
	overflow: visible;
}

body:not(.home-page) .sections-title-h3:before,
body:not(.home-page) .head-title:before {
	content: attr(data-ghost);
	position: absolute;
	left: 50%;
	top: 6px;
	right: auto;
	bottom: auto;
	z-index: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-left: 0;
	transform: translateX(-50%);
	background: none !important;
	color: rgba(27,27,27,.04);
	font-size: clamp(34px, 4.4vw, 66px);
	font-weight: 900;
	line-height: .9;
	letter-spacing: 0;
	white-space: nowrap;
	text-align: center;
	display: block;
	pointer-events: none;
}

body:not(.home-page) .sections-title-h3:not([data-ghost]):before,
body:not(.home-page) .head-title:not([data-ghost]):before {
	content: "MATE BİLİŞİM";
}

body:not(.home-page) .sections-title-h3:after,
body:not(.home-page) .head-title:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 70px;
	right: auto;
	bottom: auto;
	z-index: 1;
	width: min(460px, 54vw);
	height: 7px;
	margin-left: 0;
	transform: translate(-50%, -50%);
	border-radius: 999px;
	background: var(--mate-primary);
	box-shadow: 0 10px 22px rgba(159,17,26,.16);
}

body:not(.home-page) .sections-title-h3 h3,
body:not(.home-page) .head-title h6 {
	position: relative;
	z-index: 2;
	max-width: 920px;
	margin: 0 auto;
	color: #111;
	font-size: clamp(22px, 2.1vw, 30px);
	line-height: 1.12;
	text-transform: uppercase;
}

body:not(.home-page) .head-title.mate-inline-heading {
	left: auto;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}

body:not(.home-page) .head-title.mate-inline-heading:before {
	width: 100%;
	max-width: 100%;
}

body:not(.home-page) .sections-title p {
	max-width: 780px;
	color: #5f6673;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.65;
}

body:not(.home-page) .main-content p,
body:not(.home-page) .tab-content p {
	color: #4f5866;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.76;
}

body:not(.home-page) .main-content > .row > .col-md-9:not(:has(.comment-form)):not(:has(.blog-item)),
body:not(.home-page) .main-content > .row > .col-md-8,
body:not(.home-page) .main-content > .row > .col-md-6,
body:not(.home-page) .main-content > .row > .col-md-4:not(:has(.blog-item)):not(:has(.service-list-card)),
body:not(.home-page) .main-content > .row > .col-md-3:not(:has(.contact-information)),
body:not(.home-page) .comment-form,
body:not(.home-page) .contact-information,
body:not(.home-page) .business-hours,
body:not(.home-page) .mission-info,
body:not(.home-page) .tab-content {
	border: 1px solid rgba(27,27,27,.075);
	border-radius: var(--mate-radius);
	background: #fff;
	box-shadow: 0 14px 38px rgba(27,27,27,.055);
}

body:not(.home-page) .main-content > .row > .col-md-9:not(:has(.comment-form)):not(:has(.blog-item)),
body:not(.home-page) .main-content > .row > .col-md-8,
body:not(.home-page) .main-content > .row > .col-md-6,
body:not(.home-page) .main-content > .row > .col-md-4:not(:has(.blog-item)):not(:has(.service-list-card)),
body:not(.home-page) .main-content > .row > .col-md-3:not(:has(.contact-information)) {
	padding: 28px;
}

body:not(.home-page) .main-content > .row > .col-md-12 {
	padding-left: 15px;
	padding-right: 15px;
}

body:not(.home-page) .main-content img:not(.hero-logo),
body:not(.home-page) .tab-content img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: contain;
}

body:not(.home-page) .mate-split-card,
body:not(.home-page) .mate-service-detail-card,
body:not(.home-page) .mate-content-card {
	border: 1px solid rgba(27,27,27,.075);
	border-radius: var(--mate-radius);
	background: #fff;
	box-shadow: 0 14px 38px rgba(27,27,27,.055);
}

body:not(.home-page) .mate-split-card,
body:not(.home-page) .mate-service-detail-card {
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
	padding: 30px;
	row-gap: 24px;
}

body:not(.home-page) .mate-split-card > [class*="col-md-"],
body:not(.home-page) .mate-service-detail-card > [class*="col-md-"] {
	float: none;
	padding: 0 18px;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body:not(.home-page) .mate-split-visual,
body:not(.home-page) .mate-service-visual {
	display: flex;
	justify-content: center;
}

body:not(.home-page) .mate-split-visual img,
body:not(.home-page) .mate-service-visual img {
	max-height: 260px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

body:not(.home-page) .mate-split-copy p:last-child,
body:not(.home-page) .mate-service-copy p:last-child,
body:not(.home-page) .mate-content-card p:last-child {
	margin-bottom: 0;
}

body:not(.home-page) .mate-service-copy h5,
body:not(.home-page) .mate-content-card h4 {
	margin: 0 0 14px;
	color: var(--mate-ink);
	font-size: 21px;
	font-weight: 850;
	line-height: 1.32;
}

body:not(.home-page) .mate-content-card {
	height: 100%;
	padding: 28px;
}

body:not(.home-page) .mate-values-grid {
	display: flex;
	flex-wrap: wrap;
	row-gap: 24px;
}

body:not(.home-page) .mate-why-about-grid {
	display: flex;
	flex-wrap: wrap;
	row-gap: 24px;
}

body:not(.home-page) .mate-values-grid > [class*="col-md-"] {
	display: flex;
}

body:not(.home-page) .mate-why-about-grid > [class*="col-md-"] {
	display: flex;
}

body:not(.home-page) .mate-card-kicker {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(159,17,26,.08);
	color: var(--mate-primary);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

body:not(.home-page) .mate-about-page .mate-split-card {
	padding: 36px;
}

body:not(.home-page) .mate-about-page .mate-split-copy {
	max-width: 780px;
}

body:not(.home-page) .mate-about-page .mate-split-copy p,
body:not(.home-page) .mate-about-page .mate-content-card p {
	color: #3f4652;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.72;
}

body:not(.home-page) .mate-about-page .mate-split-copy .mate-lead {
	margin-bottom: 18px;
	color: #181a1f;
	font-size: clamp(17px, 1.5vw, 21px);
	font-weight: 700;
	line-height: 1.48;
}

body:not(.home-page) .mate-about-page .mate-content-card h4 {
	font-size: clamp(18px, 1.55vw, 22px);
	font-weight: 760;
	line-height: 1.35;
}

body:not(.home-page) .mate-about-value-card {
	position: relative;
	overflow: hidden;
	padding: 34px;
}

body:not(.home-page) .mate-about-value-card:before {
	position: absolute;
	left: 0;
	top: 30px;
	bottom: 30px;
	width: 5px;
	border-radius: 0 999px 999px 0;
	background: var(--mate-primary);
	content: "";
}

body:not(.home-page) .mate-about-reason-card {
	position: relative;
	overflow: hidden;
	padding: 28px;
}

body:not(.home-page) .mate-about-reason-card:after {
	position: absolute;
	left: 28px;
	right: 28px;
	top: 0;
	height: 3px;
	border-radius: 0 0 999px 999px;
	background: rgba(159,17,26,.75);
	content: "";
}

body:not(.home-page) .mate-about-stats-section {
	padding-top: 56px;
	background:
		linear-gradient(180deg, rgba(159,17,26,.025), rgba(27,27,27,.018)),
		#f8f7f7;
}

body:not(.home-page) .mate-about-stats {
	display: flex;
	flex-wrap: wrap;
	row-gap: 24px;
}

body:not(.home-page) .mate-about-stats > [class*="col-"] {
	display: flex;
}

body:not(.home-page) .mate-about-stats .count-box {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 18px;
	width: 100%;
	min-height: 190px;
	padding: 28px;
	border: 1px solid rgba(27,27,27,.075);
	border-radius: var(--mate-radius);
	background: #fff;
	box-shadow: 0 14px 38px rgba(27,27,27,.055);
	overflow: hidden;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

body:not(.home-page) .mate-about-stats .count-box:before {
	position: absolute;
	left: 0;
	top: 26px;
	bottom: 26px;
	width: 4px;
	border-radius: 0 999px 999px 0;
	background: var(--mate-primary);
	content: "";
}

body:not(.home-page) .mate-about-stats .count-box:hover {
	transform: translateY(-3px);
	border-color: rgba(159,17,26,.24);
	box-shadow: var(--mate-shadow);
}

body:not(.home-page) .mate-stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(159,17,26,.16);
	border-radius: 16px;
	background: rgba(159,17,26,.08);
	color: var(--mate-primary);
	font-size: 24px;
	box-shadow: 0 10px 24px rgba(159,17,26,.08);
}

body:not(.home-page) .mate-stat-content span {
	display: block;
	margin: -4px 0 10px;
	color: var(--mate-ink);
	font-size: clamp(42px, 4vw, 58px);
	font-weight: 850;
	line-height: 1;
}

body:not(.home-page) .mate-stat-content p {
	margin: 0;
	color: #5f6673;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.72;
}

body:not(.home-page) .mate-stat-content p strong {
	color: var(--mate-ink);
	font-weight: 800;
}

body:not(.home-page) .mate-policy-grid {
	display: flex;
	flex-wrap: wrap;
	row-gap: 24px;
}

body:not(.home-page) .mate-policy-grid > [class*="col-md-"] {
	display: flex;
}

body:not(.home-page) .mate-policy-card,
body:not(.home-page) .mate-policy-document {
	border: 1px solid rgba(27,27,27,.075);
	border-radius: var(--mate-radius);
	background: #fff;
	box-shadow: 0 14px 38px rgba(27,27,27,.055);
}

body:not(.home-page) .mate-policy-card {
	position: relative;
	display: block;
	width: 100%;
	padding: 32px;
	color: inherit;
	overflow: hidden;
}

body:not(.home-page) .mate-policy-card:after {
	position: absolute;
	left: 32px;
	right: 32px;
	top: 0;
	height: 3px;
	border-radius: 0 0 999px 999px;
	background: rgba(159,17,26,.75);
	content: "";
}

body:not(.home-page) .mate-policy-card:hover {
	transform: translateY(-3px);
	border-color: rgba(159,17,26,.24);
	box-shadow: var(--mate-shadow);
	color: inherit;
}

body:not(.home-page) .mate-policy-card h4,
body:not(.home-page) .mate-policy-document h4 {
	margin: 0 0 14px;
	color: var(--mate-ink);
	font-size: clamp(20px, 1.8vw, 26px);
	font-weight: 800;
	line-height: 1.3;
}

body:not(.home-page) .mate-policy-card p,
body:not(.home-page) .mate-policy-document p {
	margin: 0 0 14px;
	color: #4f5866;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.72;
}

body:not(.home-page) .mate-policy-card strong {
	display: inline-flex;
	margin-top: 8px;
	color: var(--mate-primary);
	font-weight: 850;
}

body:not(.home-page) .mate-policy-document {
	max-width: 960px;
	margin: 0 auto;
	padding: 38px;
}

body:not(.home-page) .mate-policy-document h6 {
	margin: 26px 0 10px;
	color: var(--mate-ink);
	font-size: 17px;
	font-weight: 850;
	line-height: 1.35;
}

body:not(.home-page) .mate-service-page .container {
	max-width: 1180px;
}

body:not(.home-page) .mate-service-hero-card,
body:not(.home-page) .mate-service-scope-card,
body:not(.home-page) .mate-service-process,
body:not(.home-page) .mate-service-note-card {
	border: 1px solid rgba(27,27,27,.075);
	border-radius: var(--mate-radius);
	background: #fff;
	box-shadow: 0 14px 38px rgba(27,27,27,.055);
}

body:not(.home-page) .mate-service-hero-card {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
	gap: 34px;
	align-items: center;
	padding: 40px;
	overflow: hidden;
}

body:not(.home-page) .mate-service-hero-copy h1 {
	margin: 0 0 16px;
	color: var(--mate-ink);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 850;
	line-height: 1.12;
}

body:not(.home-page) .mate-service-hero-copy p,
body:not(.home-page) .mate-service-scope-card p,
body:not(.home-page) .mate-service-process-step p,
body:not(.home-page) .mate-service-note-card p {
	margin: 0;
	color: #4f5866;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.72;
}

body:not(.home-page) .mate-service-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

body:not(.home-page) .mate-button-ghost {
	border: 1px solid rgba(27,27,27,.12);
	background: #fff;
	color: var(--mate-ink);
	box-shadow: none;
}

body:not(.home-page) .mate-button-ghost:hover {
	border-color: var(--mate-primary);
	background: rgba(159,17,26,.06);
	color: var(--mate-primary);
}

body:not(.home-page) .mate-service-hero-visual {
	display: flex;
	justify-content: center;
}

body:not(.home-page) .mate-service-hero-visual img {
	max-height: 270px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

body:not(.home-page) .mate-service-heading {
	margin-top: 62px;
}

body:not(.home-page) .mate-service-scope-grid {
	display: flex;
	flex-wrap: wrap;
	row-gap: 24px;
	margin-left: -12px;
	margin-right: -12px;
}

body:not(.home-page) .mate-service-scope-grid > [class*="col-md-"] {
	display: flex;
	padding-left: 12px;
	padding-right: 12px;
}

body:not(.home-page) .mate-service-scope-card {
	position: relative;
	width: 100%;
	padding: 26px;
	overflow: hidden;
}

body:not(.home-page) .mate-service-scope-card:before {
	position: absolute;
	left: 0;
	top: 24px;
	bottom: 24px;
	width: 4px;
	border-radius: 0 999px 999px 0;
	background: var(--mate-primary);
	content: "";
}

body:not(.home-page) .mate-service-scope-card i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 18px;
	border: 1px solid rgba(159,17,26,.16);
	border-radius: 15px;
	background: rgba(159,17,26,.08);
	color: var(--mate-primary);
	font-size: 21px;
}

body:not(.home-page) .mate-service-scope-card h4,
body:not(.home-page) .mate-service-process-step h4,
body:not(.home-page) .mate-service-note-card h4 {
	margin: 0 0 10px;
	color: var(--mate-ink);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.34;
}

body:not(.home-page) .mate-service-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	overflow: hidden;
}

body:not(.home-page) .mate-service-process-step {
	position: relative;
	padding: 28px;
	border-right: 1px solid var(--mate-line);
}

body:not(.home-page) .mate-service-process-step:last-child {
	border-right: 0;
}

body:not(.home-page) .mate-service-process-step span {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(159,17,26,.08);
	color: var(--mate-primary);
	font-size: 13px;
	font-weight: 900;
}

body:not(.home-page) .mate-service-note-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 44px;
	padding: 30px;
}

body:not(.home-page) .mate-service-note-card > div {
	max-width: 760px;
}

body:not(.home-page) .main-content > .row > .col-md-3 img,
body:not(.home-page) .main-content > .row > .col-md-4 img,
body:not(.home-page) .main-content > .row > .col-md-2 img {
	display: block;
	margin: 0 auto;
	mix-blend-mode: multiply;
}

body:not(.home-page) .service-list-grid {
	align-items: stretch;
	row-gap: 22px;
}

body:not(.home-page) .service-list-card {
	display: block;
	width: 100%;
}

body:not(.home-page) .service-list-grid .col-md-4,
body:not(.home-page) .service-list-grid .col-sm-6 {
	display: flex;
}

body:not(.home-page) .service-list-card .box-icon,
body:not(.home-page) .box-icon-slide .box-icon {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	min-height: 142px;
	padding: 24px;
	overflow: hidden;
}

body:not(.home-page) .service-list-card .box-icon:before,
body:not(.home-page) .box-icon-slide .box-icon:before {
	position: absolute;
	left: 0;
	top: 22px;
	bottom: 22px;
	width: 4px;
	border-radius: 0 999px 999px 0;
	background: var(--mate-primary);
	content: "";
}

body:not(.home-page) .service-list-card .box-icon-i,
body:not(.home-page) .box-icon-slide .box-icon-i {
	flex: 0 0 58px;
	margin-bottom: 0;
}

body:not(.home-page) .service-list-card .box-icon-content,
body:not(.home-page) .box-icon-slide .box-icon-content {
	overflow: visible;
}

body:not(.home-page) .service-list-card .box-icon-content h5,
body:not(.home-page) .box-icon-slide .box-icon-content h5 {
	margin: 0;
	font-size: 17px;
	line-height: 1.28;
}

body:not(.home-page) .box-icon-slide > .row {
	display: flex;
	flex-wrap: wrap;
	row-gap: 22px;
	margin-top: 0 !important;
}

body:not(.home-page) .box-icon-slide > .row + .row {
	margin-top: 22px !important;
}

body:not(.home-page) .section-title.section-title-2 {
	margin: 0 0 18px;
}

body:not(.home-page) .section-title.section-title-2 h6 {
	position: relative;
	margin: 0;
	padding-left: 14px;
	color: var(--mate-ink);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.35;
}

body:not(.home-page) .section-title.section-title-2 h6:before {
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 4px;
	border-radius: 999px;
	background: var(--mate-primary);
	content: "";
}

body:not(.home-page) .comment-form,
body:not(.home-page) .contact-information,
body:not(.home-page) .business-hours {
	padding: 24px;
}

body:not(.home-page) .mate-form-card .section-title.section-title-2,
body:not(.home-page) .contact-information .section-title.section-title-2 {
	margin-bottom: 22px;
}

body:not(.home-page) .mate-form-card form {
	margin: 0;
}

.mate-form-alert {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

.mate-form-alert.success {
	border: 1px solid rgba(23, 100, 60, .18);
	background: #eef8f0;
	color: #17643c;
}

.mate-form-alert.error {
	border: 1px solid rgba(159, 17, 26, .18);
	background: #fff1f2;
	color: var(--mate-primary);
}

body:not(.home-page) .mate-contact-side {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

body:not(.home-page) .mate-contact-side .contact-information {
	margin-bottom: 0;
}

body:not(.home-page) .mate-contact-side .business-hours {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body:not(.home-page) .mate-contact-side .business-hours li {
	list-style: none;
	color: #4f5866;
	font-weight: 700;
}

body:not(.home-page) .konteyner {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-height: 24px;
	padding-left: 0;
	margin: 8px 0 18px;
	color: #4f5866;
	font-size: 14px;
	line-height: 1.55;
}

body:not(.home-page) .konteyner b {
	position: static;
	display: block;
	color: #4f5866;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

body:not(.home-page) .konteyner a {
	color: var(--mate-primary);
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body:not(.home-page) .konteyner .checkmark {
	position: relative;
	top: auto;
	left: auto;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border: 1px solid rgba(27,27,27,.16);
	border-radius: 7px;
	background: #fff;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.85);
}

body:not(.home-page) .konteyner:hover input ~ .checkmark {
	border-color: var(--mate-primary);
	background: rgba(159,17,26,.06);
}

body:not(.home-page) .konteyner input:checked ~ .checkmark {
	border-color: var(--mate-primary);
	background: var(--mate-primary);
}

body:not(.home-page) .konteyner .checkmark:after {
	left: 7px;
	top: 3px;
	width: 7px;
	height: 12px;
	border-width: 0 2px 2px 0;
}

body:not(.home-page) .form-input input,
body:not(.home-page) .form-input textarea,
body:not(.home-page) input[type="text"],
body:not(.home-page) input[type="email"],
body:not(.home-page) input[type="password"],
body:not(.home-page) textarea,
body:not(.home-page) select {
	min-height: 44px;
	border: 1px solid var(--mate-line);
	border-radius: 12px;
	background: #fff;
	color: var(--mate-ink);
	box-shadow: none;
}

body:not(.home-page) .form-input textarea,
body:not(.home-page) textarea {
	min-height: 132px;
}

body:not(.home-page) .form-input i {
	color: var(--mate-primary);
}

body:not(.home-page) .blog-item-2,
body:not(.home-page) .single-post,
body:not(.home-page) .blog-one {
	border: 1px solid rgba(27,27,27,.075);
	border-radius: var(--mate-radius);
	background: #fff;
	box-shadow: 0 14px 38px rgba(27,27,27,.055);
	overflow: hidden;
}

body:not(.home-page) .blog-item-2 {
	display: grid;
	grid-template-columns: minmax(220px, 280px) 1fr;
	gap: 18px 24px;
	align-items: center;
	margin-bottom: 24px;
	padding: 20px;
}

body:not(.home-page) .blog-item-2 .blog-img,
body:not(.home-page) .blog-item-2 .blog-content,
body:not(.home-page) .blog-item-2 .blog-meta {
	float: none !important;
	width: auto !important;
	padding: 0 !important;
}

body:not(.home-page) .blog-item-2 .blog-img img,
body:not(.home-page) .single-post .blog-img img {
	width: 100% !important;
	height: auto !important;
	border-radius: 14px;
	object-fit: cover;
}

body:not(.home-page) .blog-content h6,
body:not(.home-page) .blog-content h6 a {
	color: var(--mate-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.25;
}

body:not(.home-page) .blog-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	border-top: 1px solid var(--mate-line);
	padding-top: 14px !important;
	background: transparent;
	color: #697386;
}

body:not(.home-page) .blog-item-2 .blog-meta {
	grid-column: 2;
}

body:not(.home-page) .blog-meta div {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

body:not(.home-page) .blog-meta .button-3,
body:not(.home-page) .blog-item-2 .button-3 {
	margin-left: auto;
	padding: 10px 16px;
	border-radius: 999px;
	line-height: 1;
	white-space: nowrap;
}

body:not(.home-page) .single-post {
	padding: 22px;
}

body:not(.home-page) .single-post .blog-img {
	margin-bottom: 20px;
}

body:not(.home-page) .single-post .blog-content {
	padding: 0;
}

body:not(.home-page) .post-content {
	max-width: 860px;
}

body:not(.home-page) .post-tag,
body:not(.home-page) .post-social {
	margin-top: 18px;
	padding: 16px 18px;
	border: 1px solid rgba(27,27,27,.07);
	border-radius: 14px;
	background: #fbfafa;
}

body:not(.home-page) .post-social ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
}

body:not(.home-page) .post-social li {
	margin: 0;
}

body:not(.home-page) .post-social li:first-child {
	margin-right: 8px;
}

body:not(.home-page) .post-social li b {
	float: none !important;
	color: var(--mate-ink);
}

body:not(.home-page) .widget {
	padding: 22px;
}

body:not(.home-page) .widget-title h6 {
	font-size: 17px;
	font-weight: 900;
}

body:not(.home-page) .pagination a {
	border-radius: 10px;
}

.mate-blog-page .main-content {
	padding-right: 28px;
}

.mate-blog-heading {
	margin-bottom: 34px;
}

.mate-blog-list-card,
.mate-blog-empty,
.mate-blog-detail-card,
.mate-related-card,
.mate-blog-sidebar .widget {
	border: 1px solid rgba(27,27,27,.075);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(27,27,27,.055);
}

.mate-blog-list-card {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 28px;
	align-items: center;
	margin-bottom: 24px;
	padding: 22px;
	overflow: hidden;
}

.mate-blog-list-image {
	display: block;
	width: 260px;
	height: 260px;
	aspect-ratio: 1 / 1;
	align-self: start;
	min-height: 0;
	overflow: hidden;
	border-radius: 16px;
	background: #f6f1f2;
}

.mate-blog-list-image img {
	display: block;
	width: 100%;
	height: 260px !important;
	min-height: 0;
	object-fit: cover;
	transition: transform .25s ease;
}

.mate-blog-list-card:hover .mate-blog-list-image img {
	transform: scale(1.035);
}

.mate-blog-list-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.mate-blog-list-copy {
	flex: 1 1 auto;
}

.mate-blog-list-copy h2 {
	margin: 4px 0 13px;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.22;
	letter-spacing: 0;
}

.mate-blog-list-copy h2 a {
	color: var(--mate-ink);
}

.mate-blog-list-copy h2 a:hover {
	color: var(--mate-primary);
}

.mate-blog-list-copy p,
.mate-blog-post-content p {
	margin: 0 0 14px;
	color: #596271;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.72;
}

.mate-blog-list-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
	padding-top: 15px;
	border-top: 1px solid rgba(27,27,27,.09);
}

.mate-blog-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px 18px;
	color: #646b76;
	font-size: 13.5px;
	font-weight: 800;
	line-height: 1.45;
}

.mate-blog-meta i {
	margin-right: 5px;
	color: var(--mate-primary);
}

.mate-blog-meta a {
	color: #535b67;
}

.mate-blog-meta a:hover {
	color: var(--mate-primary);
}

.mate-blog-read-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 42px;
	padding: 11px 22px;
	border-radius: 999px;
	background: var(--mate-primary);
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	box-shadow: 0 12px 25px rgba(159,17,26,.18);
}

.mate-blog-read-more:hover {
	background: #7f0d14;
	color: #fff !important;
}

.mate-blog-empty {
	padding: 32px;
	text-align: center;
}

.mate-blog-empty h5 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 900;
	color: var(--mate-ink);
}

.mate-blog-empty p {
	margin: 0;
	color: #687182;
	font-weight: 600;
}

.mate-blog-sidebar .widget {
	margin-bottom: 22px;
	padding: 22px;
}

.mate-blog-sidebar .widget-title {
	margin-bottom: 14px;
}

.mate-blog-sidebar .widget-title:before {
	background: var(--mate-primary);
}

.mate-blog-sidebar .widget-title h6 {
	margin: 0;
	font-size: 17px;
	font-weight: 900;
	color: var(--mate-ink);
}

.mate-blog-search-form {
	position: relative;
	display: flex;
	border: 1px solid rgba(27,27,27,.09);
	border-radius: 999px;
	background: #fafafa;
	overflow: hidden;
}

.mate-blog-search-form input {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0 14px 0 17px;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-weight: 700;
}

.mate-blog-search-form button {
	width: 48px;
	border: 0;
	background: var(--mate-primary);
	color: #fff;
}

.mate-blog-category-widget ul,
.mate-blog-recent-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mate-blog-category-widget li {
	margin: 0;
	padding: 0;
	border: 0;
}

.mate-blog-category-widget li + li {
	margin-top: 8px;
}

.mate-blog-category-widget a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid rgba(27,27,27,.075);
	border-radius: 12px;
	color: #2b2f36;
	font-size: 14px;
	font-weight: 800;
}

.mate-blog-category-widget a:hover {
	border-color: rgba(159,17,26,.26);
	background: rgba(159,17,26,.055);
	color: var(--mate-primary);
}

.mate-blog-category-widget a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	height: 26px;
	border-radius: 999px;
	background: rgba(159,17,26,.09);
	color: var(--mate-primary);
	font-size: 12px;
	font-weight: 900;
}

.mate-blog-recent-widget li {
	margin: 0;
	padding: 0;
	border: 0;
}

.mate-blog-recent-widget li + li {
	margin-top: 14px;
}

.mate-recent-post {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 12px;
	align-items: center;
	color: var(--mate-ink);
}

.mate-recent-post .widget-post-img {
	float: none;
	width: 64px;
	height: 58px;
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
}

.mate-recent-post .widget-post-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mate-recent-post .widget-post-content {
	float: none;
	width: auto;
	margin: 0;
}

.mate-recent-post strong {
	display: block;
	color: var(--mate-ink);
	font-size: 13.5px;
	font-weight: 900;
	line-height: 1.35;
}

.mate-recent-post small {
	display: block;
	margin-top: 4px;
	color: #777f8c;
	font-size: 12px;
	font-weight: 700;
}

.mate-blog-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.mate-blog-pagination li {
	display: inline-flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mate-blog-pagination li:before,
.mate-blog-pagination li:after {
	display: none !important;
	content: none !important;
}

.mate-blog-pagination a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	border: 1px solid rgba(27,27,27,.09);
	border-radius: 12px;
	background: #fff;
	color: var(--mate-ink);
	font-weight: 900;
}

.mate-blog-pagination a:hover,
.mate-blog-pagination a.is-active {
	border-color: var(--mate-primary);
	background: var(--mate-primary);
	color: #fff;
}

.mate-blog-detail-card {
	overflow: hidden;
}

.mate-blog-detail-hero img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.mate-blog-detail-hero {
	width: min(100%, 560px);
	height: min(560px, calc(100vw - 60px));
	aspect-ratio: 1 / 1;
	max-width: 560px;
	margin: 0 auto;
	overflow: hidden;
}

.mate-blog-detail-content {
	padding: 30px;
}

.mate-blog-category-pill {
	display: inline-flex;
	align-items: center;
	margin-bottom: 14px;
	padding: 8px 13px;
	border-radius: 999px;
	background: rgba(159,17,26,.085);
	color: var(--mate-primary);
	font-size: 13px;
	font-weight: 900;
}

.mate-blog-detail-content h1 {
	margin: 0 0 14px;
	color: var(--mate-ink);
	font-size: 32px;
	font-weight: 900;
	line-height: 1.22;
	letter-spacing: 0;
}

.mate-blog-post-content {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid rgba(27,27,27,.085);
}

.mate-blog-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.mate-blog-tags span,
.mate-blog-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 7px 12px;
	border: 1px solid rgba(159,17,26,.16);
	border-radius: 999px;
	background: rgba(159,17,26,.055);
	color: var(--mate-primary);
	font-size: 12.5px;
	font-weight: 900;
}

.mate-blog-tags a:hover {
	border-color: rgba(159,17,26,.32);
	background: var(--mate-primary);
	color: #fff;
}

.mate-blog-quote {
	position: relative;
	margin: 26px 0 0;
	padding: 24px 26px 24px 30px;
	border: 0;
	border-left: 5px solid var(--mate-primary);
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(159,17,26,.08), rgba(27,27,27,.025)),
		#fff;
	color: var(--mate-ink);
	box-shadow: 0 14px 34px rgba(27,27,27,.055);
}

.mate-blog-quote p {
	margin: 0;
	color: var(--mate-ink);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.62;
}

.mate-blog-quote cite {
	display: block;
	margin-top: 12px;
	color: #737b86;
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
}

.mate-blog-faq {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid rgba(27,27,27,.085);
}

.mate-blog-faq h2 {
	margin: 0 0 16px;
	color: var(--mate-ink);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
}

.mate-blog-faq-item {
	padding: 18px 20px;
	border: 1px solid rgba(27,27,27,.075);
	border-radius: 14px;
	background: #fbfbfb;
}

.mate-blog-faq-item + .mate-blog-faq-item {
	margin-top: 12px;
}

.mate-blog-faq-item h3 {
	margin: 0 0 8px;
	color: var(--mate-ink);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.35;
}

.mate-blog-faq-item p {
	margin: 0;
	color: #596271;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.65;
}

.mate-related-posts {
	margin-top: 34px;
}

.mate-related-card {
	display: block;
	height: 100%;
	padding: 14px;
	color: var(--mate-ink);
}

.mate-related-card img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	height: 100% !important;
	object-fit: cover;
	border-radius: 12px;
}

.mate-related-card strong {
	display: block;
	margin-top: 13px;
	color: var(--mate-ink);
	font-size: 14.5px;
	font-weight: 900;
	line-height: 1.35;
}

.mate-related-card span {
	display: block;
	margin-top: 7px;
	color: #737b86;
	font-size: 12.5px;
	font-weight: 700;
}

body:not(.home-page) .our-mission .nav-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	border: 0 !important;
	box-shadow: none;
}

body:not(.home-page) .our-mission .nav-tabs .nav-link {
	border: 1px solid var(--mate-line);
	border-radius: 999px;
	background: #fff;
	color: var(--mate-ink);
	font-weight: 800;
}

body:not(.home-page) .our-mission .nav-tabs > li > a {
	border: 1px solid var(--mate-line) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--mate-ink) !important;
	font-weight: 800;
}

body:not(.home-page) .our-mission .nav-tabs .nav-link.active,
body:not(.home-page) .our-mission .nav-tabs .nav-link:hover,
body:not(.home-page) .our-mission .nav-tabs > li > a.active,
body:not(.home-page) .our-mission .nav-tabs > li > a:hover {
	border-color: var(--mate-primary) !important;
	background: var(--mate-primary) !important;
	color: #fff !important;
}

body:not(.home-page) .tab-content {
	margin-top: 22px;
	padding: 28px;
}

.sections-title-h3:before,
.sections-title-h3:after,
.widget-title:before,
.section-title:before,
.head-title:before {
	background-color: var(--mate-primary);
}

.box-icon,
.portfolio-one,
.blog-one,
.pricing-tables,
.widget,
.commentlist li.comment .comment-body {
	border: 1px solid var(--mate-line);
	border-radius: var(--mate-radius);
	background: var(--mate-card);
	box-shadow: 0 12px 34px rgba(27,27,27,.055);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.box-icon {
	position: relative;
	min-height: 182px;
	padding: 28px;
}

.home-page .box-icon-slide > .row {
	display: flex;
	flex-wrap: wrap;
	row-gap: 24px;
	margin-top: 0 !important;
}

.home-page .box-icon-slide > .row + .row {
	margin-top: 24px !important;
}

.home-page .mate-home-section .box-icon {
	position: relative;
	height: 100%;
	padding: 26px 28px;
	overflow: hidden;
}

.home-page .box-icon-slide .box-icon:before {
	position: absolute;
	top: 0;
	left: 28px;
	right: 28px;
	height: 3px;
	border-radius: 0 0 999px 999px;
	background: rgba(159,17,26,.72);
	content: "";
}

.home-page .mate-feature-strip .box-icon {
	height: auto;
	min-height: 156px;
	padding: 28px;
}

.home-page .mate-feature-strip .box-icon-i {
	flex: 0 0 58px;
	float: none;
	margin: 0;
}

.home-page .mate-feature-strip .box-icon-content {
	height: auto;
	overflow: visible;
}

.box-icon-2 {
	min-height: 156px;
}

.box-icon:hover,
.portfolio-one:hover,
.blog-one:hover,
.mate-brand-card:hover {
	transform: translateY(-3px);
	border-color: rgba(159,17,26,.28);
	box-shadow: var(--mate-shadow);
}

.box-icon-i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 18px;
	background: var(--mate-primary-soft);
	border: 1px solid rgba(159,17,26,.16);
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(159,17,26,.08);
}

.box-icon-i img {
	filter: none;
	max-width: 54px;
	max-height: 54px;
	object-fit: contain;
}

.box-icon-content h5,
.portfolio-name h6,
.blog-content h6,
.blog-content h6 a {
	color: var(--mate-ink);
	font-weight: 800;
}

.home-page .mate-home-section .box-icon-content h5,
.home-page .portfolio-name h6,
.home-page .blog-content h6,
.home-page .blog-content h6 a {
	font-size: 18px;
	line-height: 1.25;
}

.box-icon-content p,
.portfolio-cat a,
.blog-content p {
	color: var(--mate-muted);
	line-height: 1.75;
}

.home-page .mate-home-section .box-icon-content p,
.home-page .portfolio-cat a,
.home-page .blog-content p {
	color: #606977;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.72;
}

.home-page .portfolio-one,
.home-page .blog-one {
	height: 100%;
	overflow: hidden;
}

.home-page .mate-process-grid .animation {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	row-gap: 20px;
	width: 100%;
}

.home-page .mate-process-grid .portfolio-item {
	counter-increment: process-step;
	display: flex;
	align-self: stretch;
	float: none;
	margin-bottom: 0;
}

.home-page .mate-process-grid .portfolio-one {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100% !important;
	min-height: 224px;
	padding: 16px 24px 18px;
	border-color: rgba(27,27,27,.075);
	background: #fff;
	box-shadow: 0 14px 36px rgba(27,27,27,.055);
}

.home-page .mate-process-grid {
	counter-reset: process-step;
}

.home-page .mate-process-grid .portfolio-one:before {
	position: absolute;
	top: 16px;
	left: 24px;
	z-index: 2;
	content: "0" counter(process-step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(159,17,26,.08);
	color: var(--mate-primary);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.home-page .mate-process-grid .portfolio-head {
	height: auto;
	overflow: visible;
	margin-top: 16px;
}

.home-page .mate-process-grid .portfolio-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 112px;
	margin-bottom: 12px;
	border-radius: 12px;
	background: transparent;
	overflow: hidden;
}

.home-page .mate-process-grid .portfolio-img img {
	width: auto !important;
	height: auto !important;
	max-width: 80%;
	max-height: 106px;
	object-fit: contain;
	mix-blend-mode: multiply;
	filter: saturate(.96) contrast(1.02);
}

.home-page .mate-process-grid .portfolio-content {
	flex: 1;
	padding: 0;
	text-align: left;
}

.home-page .mate-process-grid .portfolio-meta {
	height: auto;
	overflow: visible;
}

.home-page .mate-process-grid .portfolio-name h6 {
	margin-bottom: 7px;
	font-size: 15.5px;
	line-height: 1.25;
}

.home-page .mate-process-grid .portfolio-cat a {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.55;
}

.home-page .blog-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 24px 16px;
}

.home-page .mate-blog-grid .bxslider-slide-title {
	display: flex;
	flex-wrap: wrap;
	row-gap: 24px;
	width: 100%;
}

.home-page .blog-item {
	display: flex;
}

.home-page .blog-one {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.home-page .blog-img {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f5f3f3;
}

.home-page .blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .28s ease;
}

.home-page .blog-one:hover .blog-img img {
	transform: scale(1.035);
}

.home-page .blog-content h6 {
	margin-bottom: 12px;
	min-height: 50px;
}

.home-page .blog-content p {
	margin-bottom: 12px;
}

.home-page .blog-content p:last-child {
	margin-top: auto;
	margin-bottom: 0;
}

.home-page .blog-content p:last-child a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(159,17,26,.08);
	color: var(--mate-primary);
	font-size: 13px;
	font-weight: 800;
}

.home-page .blog-content p:last-child a:hover {
	background: var(--mate-primary);
	color: #fff;
}

.home-page .blog-meta {
	margin-top: auto;
	padding: 13px 24px;
	border-top: 1px solid var(--mate-line);
	background: #fbfafa;
}

.home-page .blog-meta div {
	float: none;
	margin: 0;
}

.home-page .blog-comments {
	color: #6b7280;
	font-size: 13px;
	font-weight: 700;
}

.home-page .kategori {
	display: inline-flex;
	margin-top: 8px;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(159,17,26,.08);
	color: var(--mate-primary);
	font-size: 11px;
	font-weight: 800;
}

.breadcrumbs {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	clear: both;
	padding: 48px 0;
	border: 0;
	background:
		radial-gradient(circle at 12% 10%, rgba(159,17,26,.38), transparent 34%),
		linear-gradient(135deg, var(--mate-dark), #2a1114);
}

.breadcrumbs h4 {
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.2;
}

.crumbs,
.crumbs a,
.crumbs span,
span.crumbs-span {
	color: rgba(255,255,255,.78);
}

.crumbs a:hover {
	color: #fff;
}

.mate-brand-section {
	background: var(--mate-soft);
}

.mate-brand-filter ul {
	display: flex;
	flex-wrap: nowrap;
	gap: 4px;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 34px;
	padding: 7px;
	border: 1px solid rgba(27,27,27,.075);
	border-radius: 18px;
	background: rgba(255,255,255,.86);
	box-shadow: 0 14px 38px rgba(27,27,27,.055);
}

.mate-brand-filter li {
	list-style: none;
}

.mate-brand-filter.protfolio-filter li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 12px;
	background: transparent;
	color: var(--mate-ink);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	padding: 11px 12px;
	white-space: nowrap;
	box-shadow: none;
}

.mate-brand-filter.protfolio-filter li.current a,
.mate-brand-filter.protfolio-filter li a:hover {
	background: var(--mate-primary);
	border-color: var(--mate-primary);
	color: #fff;
	box-shadow: 0 10px 22px rgba(159,17,26,.18);
}

.mate-brand-grid ul {
	display: block;
	margin: 0;
}

.mate-brand-grid li.portfolio-item {
	list-style: none;
	padding: 10px;
}

.mate-brand-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 164px;
	padding: 22px 16px;
	border: 1px solid var(--mate-line);
	border-radius: var(--mate-radius);
	background: #fff;
	text-align: center;
	box-shadow: 0 16px 48px rgba(27,27,27,.07);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mate-brand-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 76px;
	width: 100%;
	margin-bottom: 14px;
}

.mate-brand-logo img {
	max-width: 132px;
	max-height: 66px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(.18);
	transition: filter .2s ease, transform .2s ease;
}

.mate-brand-card:hover .mate-brand-logo img {
	filter: grayscale(0);
	transform: scale(1.04);
}

.mate-brand-name {
	color: var(--mate-ink);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.35;
}

.mate-empty-state {
	list-style: none;
	padding: 28px;
	border: 1px dashed var(--mate-line);
	border-radius: var(--mate-radius);
	background: #fff;
	color: var(--mate-muted);
	text-align: center;
}

.mate-brand-detail {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 36px;
	align-items: start;
	padding: 38px;
	border: 1px solid var(--mate-line);
	border-radius: var(--mate-radius);
	background: #fff;
	box-shadow: var(--mate-shadow);
}

.mate-brand-detail-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	border: 1px solid var(--mate-line);
	border-radius: var(--mate-radius);
	background: var(--mate-soft);
}

.mate-brand-detail-logo img {
	max-width: 210px;
	max-height: 130px;
	object-fit: contain;
}

.mate-brand-detail-content h1 {
	margin-bottom: 18px;
	color: var(--mate-ink);
	font-size: 34px;
	font-weight: 900;
}

.mate-brand-detail-content p {
	color: var(--mate-muted);
	font-size: 15px;
	line-height: 1.85;
}

#footer {
	background: var(--mate-dark);
	color: rgba(255,255,255,.76);
}

.footer-logo img {
	max-width: 170px;
	height: auto;
	margin-bottom: 24px;
}

#footer .widget-title h6,
#footer a {
	color: #fff;
}

#footer a:hover,
#footer-bottom a:hover {
	color: #ffb3b8;
}

#footer .widget-about p,
#footer .widget-about-2 > ul > li > div {
	color: rgba(255,255,255,.76);
}

#footer .widget-about-2 > ul > li > i,
#footer .widget-about .social-ul li a:hover {
	background: var(--mate-primary);
	color: #fff;
}

.widget-link li {
	list-style: none;
	margin-bottom: 8px;
}

#footer-bottom {
	background: #111;
	color: rgba(255,255,255,.66);
}

#footer-bottom a {
	color: rgba(255,255,255,.74);
}

.comment-form .form-input input,
.comment-form .form-input textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea,
select {
	border-color: var(--mate-line);
	border-radius: 14px;
}

.comment-form .form-input i,
.phone-email i,
.contact-information li:first-child,
.list-ul li:before,
blockquote,
.qoute,
.color {
	color: var(--mate-primary);
}

.contact-iframe iframe {
	display: block;
	width: 100%;
	border: 0 !important;
	border-top: 5px solid var(--mate-primary) !important;
}

body:not(.home-page) .mate-contact-section {
	padding-bottom: 0 !important;
}

.mate-contact-map-row {
	display: flex;
	clear: both;
	margin: 34px 0 0;
	padding: 0;
	line-height: 0;
}

.mate-contact-map-row .contact-iframe {
	width: 50%;
	float: none !important;
	margin: 0;
	padding: 0;
}

.mate-contact-map-row iframe {
	height: 220px;
	vertical-align: top;
}

.modal.mate-kvkk-modal {
	z-index: 10050;
	padding: 28px 16px !important;
	background: rgba(10,10,10,.68);
	backdrop-filter: blur(5px);
}

.mate-kvkk-modal .modal-dialog {
	width: min(920px, calc(100vw - 32px));
	max-width: 920px;
	margin: 42px auto;
}

.mate-kvkk-modal .modal-content {
	width: 100%;
	padding: 0;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(0,0,0,.35);
	overflow: hidden;
}

.mate-kvkk-modal .modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 32px 24px;
	border: 0;
	background: linear-gradient(135deg, rgba(27,27,27,.98), rgba(159,17,26,.92));
	color: #fff;
}

.mate-kvkk-modal .mate-modal-kicker {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 6px 11px;
	border-radius: 999px;
	background: rgba(255,255,255,.12);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.mate-kvkk-modal .modal-header h5 {
	margin: 0;
	color: #fff;
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 850;
	line-height: 1.22;
}

.mate-kvkk-modal .modal-header p {
	max-width: 680px;
	margin: 10px 0 0;
	color: rgba(255,255,255,.78);
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.6;
}

.mate-kvkk-modal .mate-modal-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.mate-kvkk-modal .mate-modal-close:hover {
	background: #fff;
	color: var(--mate-primary);
}

.mate-kvkk-modal .modal-body {
	max-height: min(62vh, 620px);
	padding: 0;
	overflow-y: auto;
	background: #fff;
}

.mate-kvkk-modal .mate-modal-content {
	padding: 30px 32px;
}

.mate-kvkk-modal .mate-modal-content h6 {
	margin: 24px 0 10px;
	color: var(--mate-ink);
	font-size: 16px;
	font-weight: 850;
	line-height: 1.35;
}

.mate-kvkk-modal .mate-modal-content h6:first-child {
	margin-top: 0;
}

.mate-kvkk-modal .mate-modal-content p {
	margin: 0 0 14px;
	color: #4f5866;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.75;
}

.mate-kvkk-modal .mate-modal-note {
	margin-top: 22px;
	padding: 18px 20px;
	border: 1px solid rgba(159,17,26,.14);
	border-radius: 16px;
	background: rgba(159,17,26,.055);
	color: #4f5866;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.7;
}

.mate-kvkk-modal .mate-modal-note strong {
	color: var(--mate-ink);
}

.mate-kvkk-modal .modal-footer {
	padding: 18px 32px 24px;
	border-top: 1px solid var(--mate-line);
	background: #fbfafa;
	text-align: right;
}

.mate-kvkk-modal .mate-modal-button {
	margin: 0;
	border-radius: 999px;
	padding: 12px 20px;
}

@media (max-width: 991px) {
	#header {
		height: auto;
		line-height: 1;
		padding: 18px 0;
	}

	.logo img {
		max-height: 56px;
	}

	.slideshow,
	.tp-banner,
	.tp-banner > ul,
	.tp-banner > ul > li,
	.tp-banner figure,
	.tp-banner figure img {
		min-height: 520px;
	}

	.slide-h1 h1 {
		font-size: 38px;
	}

	.slide-p h2 {
		max-width: 680px;
		font-size: 19px;
	}

	.mate-brand-detail {
		grid-template-columns: 1fr;
	}

	.mate-feature-strip {
		margin-top: -58px;
	}

	.home-page .mate-why-grid {
		display: block;
	}

	.home-page .mate-why-visual {
		margin-bottom: 24px;
	}

	.home-page .mate-home-heading h3,
	.home-page .head-title.mate-home-heading h6 {
		font-size: clamp(24px, 4vw, 32px);
		line-height: 1.08;
	}

	.home-page .mate-home-heading .sections-title-h3:before,
	.home-page .head-title.mate-home-heading:before {
		top: 10px;
		font-size: clamp(30px, 6.4vw, 50px);
	}

	.home-page .mate-home-heading .sections-title-h3:after,
	.home-page .head-title.mate-home-heading:after {
		top: 62px;
	}

	body:not(.home-page) .breadcrumbs .row {
		display: block;
	}

	body:not(.home-page) .crumbs {
		margin-top: 12px;
		text-align: left;
	}

	body:not(.home-page) .sections-title-h3,
	body:not(.home-page) .head-title {
		min-height: 104px;
	}

	body:not(.home-page) .sections-title-h3:before,
	body:not(.home-page) .head-title:before {
		top: 10px;
		font-size: clamp(28px, 5.6vw, 46px);
	}

	body:not(.home-page) .sections-title-h3:after,
	body:not(.home-page) .head-title:after {
		top: 62px;
	}

	body:not(.home-page) .main-content > .row > [class*="col-md-"] {
		margin-bottom: 20px;
	}

	body:not(.home-page) .mate-split-card,
	body:not(.home-page) .mate-service-detail-card {
		display: block;
		padding: 24px;
	}

	body:not(.home-page) .mate-about-page .mate-split-card,
	body:not(.home-page) .mate-about-value-card {
		padding: 26px;
	}

	body:not(.home-page) .mate-about-page .mate-split-copy p,
	body:not(.home-page) .mate-about-page .mate-content-card p {
		font-size: 15.5px;
		line-height: 1.72;
	}

	body:not(.home-page) .mate-about-stats .count-box {
		min-height: 0;
		padding: 24px;
	}

	body:not(.home-page) .mate-split-card > [class*="col-md-"],
	body:not(.home-page) .mate-service-detail-card > [class*="col-md-"] {
		padding: 0;
	}

	body:not(.home-page) .mate-split-visual,
	body:not(.home-page) .mate-service-visual {
		margin-bottom: 20px;
	}

	body:not(.home-page) .mate-split-card-reverse .mate-split-visual {
		margin: 20px 0 0;
	}

	body:not(.home-page) .blog-item-2 {
		grid-template-columns: 1fr;
	}

	body:not(.home-page) .blog-item-2 .blog-meta {
		grid-column: 1;
	}

	body:not(.home-page) .blog-meta .button-3,
	body:not(.home-page) .blog-item-2 .button-3 {
		margin-left: 0;
	}

	.mate-blog-page .main-content {
		padding-right: 15px;
	}

	.mate-blog-list-card {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 18px;
	}

	.mate-blog-list-image,
	.mate-blog-list-image img {
		width: min(100%, 360px);
		height: min(360px, calc(100vw - 72px)) !important;
	}

	.mate-blog-list-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.mate-blog-read-more {
		width: 100%;
	}

	.mate-blog-detail-content {
		padding: 22px;
	}

	body:not(.home-page) .mate-service-hero-card,
	body:not(.home-page) .mate-service-process,
	body:not(.home-page) .mate-service-note-card {
		display: block;
	}

	body:not(.home-page) .mate-service-hero-card,
	body:not(.home-page) .mate-service-note-card {
		padding: 26px;
	}

	body:not(.home-page) .mate-service-hero-visual {
		margin-top: 24px;
	}

	body:not(.home-page) .mate-service-process-step {
		border-right: 0;
		border-bottom: 1px solid var(--mate-line);
	}

	body:not(.home-page) .mate-service-process-step:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 767px) {
	.sections,
	.section {
		padding: 52px 0;
	}

	.breadcrumbs {
		padding: 32px 0;
	}

	.breadcrumbs h4 {
		font-size: 24px;
	}

	body:not(.home-page) .breadcrumbs {
		padding: 34px 0;
	}

	body:not(.home-page) .sections,
	body:not(.home-page) .our-mission.default-padding {
		padding: 48px 0;
	}

	body:not(.home-page) .sections-title-h3,
	body:not(.home-page) .head-title {
		min-height: 82px;
	}

	body:not(.home-page) .sections-title-h3:before,
	body:not(.home-page) .head-title:before {
		top: 10px;
		font-size: clamp(18px, 6vw, 32px);
	}

	body:not(.home-page) .sections-title-h3:after,
	body:not(.home-page) .head-title:after {
		top: 56px;
		width: min(300px, 72vw);
	}

	body:not(.home-page) .sections-title-h3 h3,
	body:not(.home-page) .head-title h6 {
		font-size: 22px;
	}

	body:not(.home-page) .service-list-card .box-icon,
	body:not(.home-page) .box-icon-slide .box-icon {
		min-height: 126px;
		padding: 20px;
	}

	.mate-brand-filter ul {
		justify-content: flex-start;
		width: 100%;
		overflow-x: auto;
		flex-wrap: nowrap;
		padding: 7px;
	}

	.mate-brand-filter.protfolio-filter li a {
		min-height: 36px;
		padding: 10px 13px;
		font-size: 13px;
	}

	.contact-iframe {
		width: 100% !important;
		float: none !important;
	}

	.mate-contact-map-row {
		display: block;
	}

	.mate-kvkk-modal .modal-dialog {
		margin: 18px auto;
	}

	.mate-kvkk-modal .modal-header {
		padding: 24px 22px 20px;
	}

	.mate-kvkk-modal .mate-modal-content {
		padding: 24px 22px;
	}

	.mate-kvkk-modal .modal-footer {
		padding: 16px 22px 20px;
	}

	.tp-caption img.hero-logo {
		width: 168px;
		height: auto !important;
	}

	.slide-h1 h1 {
		font-size: 30px;
	}

	.slide-p h2 {
		font-size: 17px;
	}

	.mate-brand-grid li.portfolio-item {
		width: 50%;
		float: left;
	}

	.mate-brand-detail {
		padding: 22px;
	}

	.mate-feature-strip {
		margin-top: -32px;
	}

	.mate-feature-strip .animation {
		padding: 0;
	}

	.mate-feature-strip .box-icon {
		min-height: auto;
	}

	.home-page .mate-home-section {
		padding: 54px 0;
	}

	.home-page .mate-home-heading {
		margin-bottom: 26px;
	}

	.home-page .mate-home-heading .sections-title-h3,
	.home-page .head-title.mate-home-heading {
		min-height: 88px;
	}

	.home-page .mate-home-heading .sections-title-h3:before,
	.home-page .head-title.mate-home-heading:before {
		top: 10px;
		opacity: .72;
		white-space: normal;
		max-width: 94vw;
		line-height: .96;
	}

	.home-page .mate-home-heading .sections-title-h3:after,
	.home-page .head-title.mate-home-heading:after {
		top: 58px;
		width: min(320px, 72vw);
		height: 7px;
	}

	.home-page .mate-home-heading h3,
	.home-page .head-title.mate-home-heading h6 {
		font-size: 23px;
	}

	.home-page .sections-title p,
	.home-page .mate-home-copy p,
	.home-page .box-icon-content p,
	.home-page .portfolio-cat a,
	.home-page .blog-content p {
		font-size: 14px;
		line-height: 1.65;
	}

	.home-page .mate-process-grid .portfolio-one {
		height: 100% !important;
		min-height: 214px;
	}

	.home-page .mate-process-grid .portfolio-img {
		height: 104px;
		margin-bottom: 10px;
	}

	.home-page .mate-process-grid .portfolio-img img {
		max-height: 98px;
	}

	.home-page .mate-home-copy {
		padding: 22px;
	}

	.home-page .blog-content h6 {
		min-height: auto;
	}

}

@media (max-width: 480px) {
	.mate-brand-grid li.portfolio-item {
		width: 100%;
	}

	.home-page .mate-home-heading h3,
	.home-page .head-title.mate-home-heading h6 {
		font-size: 21px;
	}

	.mate-feature-strip .box-icon {
		display: block;
	}

	.home-page .mate-feature-strip .box-icon-i {
		margin-bottom: 16px;
	}
}

@media (max-width: 990px) {
	html,
	body,
	#wrap {
		max-width: 100%;
		overflow-x: hidden;
	}

	#header-top.header-top-2 {
		padding: 12px 0 10px;
		text-align: center;
	}

	#header-top.header-top-2 .row {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px 14px;
	}

	#header-top.header-top-2 [class*="col-md-"] {
		float: none;
		width: auto;
		padding-right: 0;
		padding-left: 0;
	}

	#header-top.header-top-2 .social-ul,
	#header-top.header-top-2 .phone-email,
	#header-top.header-top-2 .phone-email-2 {
		float: none !important;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		line-height: 1.2;
	}

	#header-top.header-top-2 .phone-email,
	#header-top.header-top-2 .phone-email-2 {
		min-height: 28px;
		font-size: 14px;
	}

	#header-top.header-top-2 .phone-email-2:before {
		display: none;
	}

	#header-top.header-top-2 .social-ul {
		gap: 0;
	}

	#header {
		padding: 18px 0 20px;
	}

	#header .container {
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 16px;
	}

	.logo {
		float: none;
		width: 100%;
		text-align: center;
	}

	.logo a {
		display: inline-block;
		float: none;
		line-height: 1;
	}

	.navigation_mobile {
		float: none;
		width: min(100%, 520px);
		height: auto;
		margin: 0 auto;
		line-height: 1.2;
	}

	.navigation_mobile_click {
		position: relative;
		height: 48px;
		border: 1px solid var(--mate-line);
		border-radius: 12px;
		background: #fff;
		color: var(--mate-ink);
		font-size: 15px;
		font-weight: 700;
		line-height: 48px;
		box-shadow: 0 10px 24px rgba(27,27,27,.06);
	}

	.navigation_mobile_click:before {
		top: 6px;
		right: 10px;
		color: var(--mate-dark);
	}

	.navigation_mobile_click.navigation_mobile_click_close:before {
		content: "\f00d";
	}

	.navigation_mobile > ul {
		top: calc(100% + 8px);
		border: 1px solid var(--mate-line);
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 18px 42px rgba(27,27,27,.14);
		overflow: hidden;
	}

	.navigation_mobile > ul li {
		padding: 0;
		border-bottom: 1px solid #f0eeee;
		line-height: 1.3;
	}

	.navigation_mobile > ul li:last-child {
		border-bottom: 0;
	}

	.navigation_mobile > ul a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 46px;
		padding: 13px 16px;
		color: var(--mate-ink);
		font-size: 14px;
		font-weight: 750;
	}

	.navigation_mobile > ul li.current_page_item > a,
	.navigation_mobile > ul > li.mobile-submenu-open > a,
	.navigation_mobile > ul > li:hover > a,
	.navigation_mobile > ul a:hover {
		background: var(--mate-primary);
		color: #fff !important;
	}

	.navigation_mobile > ul li ul {
		margin: 0;
		border-top: 1px solid #f1eeee;
		background: #fbfafa;
	}

	.navigation_mobile > ul li ul li {
		margin-left: 0;
		line-height: 1.3;
	}

	.navigation_mobile > ul li ul li:before {
		display: none;
	}

	.navigation_mobile > ul li ul li a {
		min-height: 42px;
		padding: 11px 16px 11px 28px;
		color: #555d69;
		font-size: 13.5px;
		font-weight: 700;
	}

	.navigation_mobile > ul li ul li a:hover,
	.navigation_mobile > ul li ul li.current_page_item > a {
		background: var(--mate-primary);
		color: #fff !important;
	}

	.navigation_mobile .menu-nav-arrow {
		margin-left: 10px;
	}

	.navigation_mobile > ul > li.mobile-submenu-open > a .menu-nav-arrow i {
		transform: rotate(180deg);
	}
}

@media (max-width: 767px) {
	body.home-page #header + .clearfix + .slideshow,
	.home-page .slideshow {
		top: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.home-page .slideshow,
	.home-page .tp-banner,
	.home-page .tp-banner > ul,
	.home-page .tp-banner > ul > li,
	.home-page .tp-banner figure,
	.home-page .tp-banner figure img,
	.home-page .mate-hero-media img,
	.home-page .tp-banner .slotholder,
	.home-page .tp-banner .tp-bgimg {
		height: 430px !important;
		min-height: 430px !important;
		max-height: 430px !important;
	}

	.home-page .tp-banner > ul > li {
		background-position: center top !important;
	}

	.home-page .mate-hero-media {
		height: 430px !important;
		min-height: 430px !important;
	}

	.home-page .tp-banner figure img,
	.home-page .mate-hero-media img {
		object-position: center top;
	}

	.home-page .tp-banner > ul > li:before {
		background:
			radial-gradient(circle at 22% 22%, rgba(159,17,26,.35), transparent 34%),
			linear-gradient(110deg, rgba(27,27,27,.95) 0%, rgba(27,27,27,.78) 48%, rgba(159,17,26,.32) 100%);
	}

	.home-page .tp-banner > ul > li:after {
		right: -90px;
		bottom: 72px;
		width: 250px;
		height: 250px;
		border-radius: 34px;
	}

	.home-page .tp-banner .tp-caption {
		left: 50% !important;
		width: calc(100vw - 38px) !important;
		max-width: calc(100vw - 38px) !important;
		min-width: 0 !important;
		height: auto !important;
		margin: 0 !important;
		text-align: center !important;
		white-space: normal !important;
		transform: translateX(-50%) !important;
		-webkit-transform: translateX(-50%) !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.home-page .tp-banner .tp-caption > * {
		transform: none !important;
		-webkit-transform: none !important;
	}

	.home-page .tp-banner .tp-caption.slide-h2 {
		top: 48px !important;
	}

	.home-page .tp-banner .tp-caption.slide-h1 {
		top: 128px !important;
	}

	.home-page .tp-banner .tp-caption.slide-p {
		top: 202px !important;
	}

	.home-page .tp-banner .tp-caption.slide-p:last-of-type {
		top: 300px !important;
	}

	.home-page .tp-caption img.hero-logo {
		width: 126px !important;
		height: auto !important;
		max-width: 126px !important;
		min-width: 0 !important;
		object-fit: contain;
	}

	.home-page .slide-h1 h1 {
		max-width: 100%;
		font-size: 31px !important;
		line-height: 1.1 !important;
	}

	.home-page .slide-p h2 {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		font-size: 15.5px !important;
		line-height: 1.35 !important;
		font-weight: 800;
		white-space: normal !important;
		text-shadow: 0 10px 24px rgba(0,0,0,.3);
	}

	.home-page .slide-p h2 span {
		display: inline !important;
		font-size: inherit !important;
		line-height: inherit !important;
	}

	.home-page .slide-p h2 span:after,
	.home-page .slide-h1 h1 span:after {
		height: 5px;
		bottom: -6px;
	}

	.home-page .mouse {
		position: relative;
		left: auto;
		bottom: auto;
		display: inline-block;
		width: 25px;
		height: 45px;
		margin: 0 auto;
		border: 2px solid rgba(255,255,255,.92) !important;
		box-shadow: 0 12px 28px rgba(0,0,0,.26);
	}

	.home-page .mouse .scroll,
	.home-page .mouse:after {
		background: #fff !important;
	}

	.home-page .mouse .scroll {
		width: 3px;
		height: 3px;
		margin: 9px auto 0;
	}

	.home-page .mate-feature-strip {
		margin-top: 0 !important;
		padding: 26px 0 32px !important;
	}

	.home-page .mate-feature-row {
		display: block;
		margin-right: 0;
		margin-left: 0;
		opacity: 1 !important;
		transform: none !important;
		-webkit-transform: none !important;
		animation: none !important;
		-webkit-animation: none !important;
	}

	.home-page .mate-feature-row > [class*="col-"] {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.home-page .mate-feature-strip .box-icon.box-icon-2 {
		display: flex;
		align-items: flex-start;
		gap: 16px;
		margin: 0 0 16px;
		padding: 22px;
		border-radius: 18px;
	}

	.home-page .mate-feature-strip .box-icon.box-icon-2:before {
		left: 0;
		width: 4px;
		border-radius: 18px 0 0 18px;
	}

	.home-page .mate-feature-strip .box-icon-i {
		flex: 0 0 62px;
		width: 62px;
		height: 62px;
		margin: 0;
	}

	.home-page .mate-feature-strip .box-icon-content {
		min-width: 0;
	}

	.home-page .mate-feature-strip .box-icon-content h5 {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 1.25;
	}

	.home-page .mate-feature-strip .box-icon-content p {
		margin-bottom: 0;
		font-size: 14.5px;
		line-height: 1.62;
	}

	.go-up {
		width: 46px;
		height: 46px;
		line-height: 46px;
		border-radius: 10px;
	}
}

@media (max-width: 480px) {
	#header-top.header-top-2 {
		padding: 14px 0 16px;
	}

	#header-top.header-top-2 .row {
		flex-direction: column;
		gap: 10px;
	}

	#header-top.header-top-2 [class*="col-md-"] {
		width: 100%;
	}

	#header-top.header-top-2 .col-md-4,
	#header-top.header-top-2 .col-md-6,
	#header-top.header-top-2 .col-md-2 {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#header-top.header-top-2 .col-md-6 {
		flex-direction: column;
		gap: 9px;
	}

	#header-top.header-top-2 .phone-email,
	#header-top.header-top-2 .phone-email-2 {
		width: 100%;
		font-size: 14px;
	}

	#header-top.header-top-2 .social-ul,
	#header-top.header-top-2 .social-ul[style] {
		float: none !important;
		display: flex;
		justify-content: center;
		width: auto;
		margin: 0 auto;
	}

	#header-top.header-top-2 .social-ul ul {
		display: flex;
		justify-content: center;
		margin: 0;
	}

	#header-top.header-top-2 .social-ul li a {
		width: 34px;
		height: 34px;
		line-height: 34px;
	}

	.logo img {
		max-height: 48px;
	}

	.home-page .slideshow,
	.home-page .tp-banner,
	.home-page .tp-banner > ul,
	.home-page .tp-banner > ul > li,
	.home-page .tp-banner figure,
	.home-page .tp-banner figure img,
	.home-page .mate-hero-media img,
	.home-page .tp-banner .slotholder,
	.home-page .tp-banner .tp-bgimg,
	.home-page .mate-hero-media {
		height: 390px !important;
		min-height: 390px !important;
		max-height: 390px !important;
	}

	.home-page .tp-banner .tp-caption.slide-h2 {
		top: 38px !important;
	}

	.home-page .tp-banner .tp-caption.slide-h1 {
		top: 116px !important;
	}

	.home-page .tp-banner .tp-caption.slide-p {
		top: 186px !important;
	}

	.home-page .tp-banner .tp-caption.slide-p:last-of-type {
		top: 280px !important;
	}

	.home-page .tp-caption img.hero-logo {
		width: 112px !important;
		height: auto !important;
		max-width: 112px !important;
	}

	.home-page .slide-h1 h1 {
		font-size: 27px !important;
	}

	.home-page .slide-p h2 {
		font-size: 14px !important;
	}

	.home-page .mate-feature-strip .box-icon.box-icon-2 {
		padding: 20px;
		gap: 14px;
	}
}
