.hover-underline-animation {
	display: inline-block;
	position: relative;
}

.hover-underline-animation:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #B98E75;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.seo-tr h5 {
	margin-bottom: 10px;
	font-weight: bold;
}
.seo-tr p {
	font-size: 14px;
}
.button-seo i {
	margin-right: 5px;
}
a.button-seo {

	color: #000000;
	box-shadow: #252531 0 0 0 1px inset;
	display: inline-block;
	margin: 3px;
	border-radius: 5px;
	padding: 6px 20px;
	font-size: 14px;
}

a.button-seo:hover {
	color: #fff;
	box-shadow: #ffd432 0 0 0 40px inset;
}

.action-button {
	position: fixed;
	z-index: 99;
}
.action-button .ab-link {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ffd432;
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 80px;
	font-weight: 100;
	cursor: pointer;
	transition: all 0.2s;
	box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.3);
	z-index: 3;
	line-height: 1;
}
.action-button .ab-link:hover {
	transform: scale(1.1) translateZ(0) translateY(0);
	background: #ffd432;
}
.action-button.open .ab-link {
	background: #ffd432;
}

.action-button.open .action-list span {
	display: block;
	opacity: 1;
}
.action-button.open .action-list li:hover span {
	opacity: 1;
	transform: scale(0.9) translateZ(0) translateY(0);
}
.action-button .action-list {
	list-style-type: none;
	margin: 0;
	position: absolute;
	padding: 0;
	transition: all 0.2s;
}
.action-button .action-list li {
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	font-size: 20px;
	box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.2s;
	position: absolute;
	z-index: 1;
	opacity: 0;
}
.action-button .action-list li:hover {
	transform: scale(1.1) translateZ(0) translateY(0);
}
.action-button .action-list li:hover i {
	color: #ffd432;
}
.action-button .action-list li.active i {
	color: #ffd432;
}
.action-button .action-list li.active span {
	opacity: 1;
	color: #fff;
	background: #ffd432;
}
.action-button .action-list li i {
	color: #333;
	transition: all 0.2s;
}
.action-button .action-list li span {
	position: absolute;
	left: 65px;
	font-size: 12px;
	background: #fff;
	white-space: nowrap;
	box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.3);
	padding: 3px 12px;
	font-weight: 700;
	transition: all 0.2s;
	border-radius: 0.33 rem;
}

.action-button.top-left li {
	top: 0;
}

.action-button.top-right .action-list li span {
	right: 80px;
	left: initial;
}
.action-button.top-right li {
	top: 0;
}

.action-button.bottom-right {
	bottom: 30px;
	right: 80px;
}
.action-button.bottom-right .action-list li span {
	right: 64px;
	left: initial;
}
.action-button.bottom-right .action-list {
	margin-top: -45px;
}
.action-button.bottom-right li {
	bottom: 0;
}
.otherproduct img {
	height: 306px;
	object-fit: cover;
}
.page-title-section-product {
	display: flex;
	align-items: end;
	min-height: 260px;
	padding: 25px 0;
	background: #515151e0;
}
.page-title-section-product .breadcrumb-area {
	text-align: center;
	z-index: 2;
	position: relative;
}
.page-title-section-product .breadcrumb-area h2 {
	color: #ffffff !important;
}
.hg-service {
	height: 315px;
}
.service-style2 {
	background-color: #ffffff;
	margin-bottom: 30px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.service-style2 .service-inner {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 45px 25px 40px 25px;
	z-index: 1;
	background: #fff;
	box-shadow: var(--box-shadow);
}
.service-style2 .service-inner img {
	max-height: 96px;
	padding: 10px 0px;
}
.service-style2 .service-inner .service-icon::before {
	font-size: 64px;
	color: var(--primary-color);
	line-height: 1;
	display: block;
	margin-bottom: 25px;
}
.service-style2 .service-inner .service-title {
	margin-bottom: 20px;
}
.service-style2 .service-inner .services-count {
	position: absolute;
	top: 50px;
	right: 70px;
	height: 45px;
	width: 56px;
	text-align: center;
}
.service-style2 .service-inner .services-count:before {
	position: absolute;
	top: 15px;
	right: -40px;
	color: transparent;
	opacity: 0.2;
	font-size: 120px;
	font-family: var(--secondary-font1);
	-webkit-text-stroke: 1px var(--primary-color);
	counter-increment: my-sec-counter;
	content: counters(my-sec-counter,".",decimal-leading-zero);
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	transition-delay: 0.1s;
}
.service-style2 .service-inner .service-description {
	margin-bottom: 20px;
	height: 143px;
}
.service-style2 .service-inner .services-link a {
	color: var(--primary-color);
	position: relative;
	padding-left: 15px;
}
.service-style2 .service-inner .services-link a:after {
	background: var(--primary-color);
	position: absolute;
	content: "";
	height: 2px;
	width: 10px;
	left: 0;
	top: 15px;
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.service-style2 .service-inner .services-link a:hover {
	padding-left: 45px;
	color: #fff;
}
.service-style2 .service-inner .services-link a:hover:after {
	width: 35px;
}

.service-style2 .service-inner:after {
	background-image: url('/img/module/proje.jpg');
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: calc(100% + 40px);
	height: 100%;
	background-size: cover;
	z-index: -1;
	opacity: 0;
	-moz-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.service-style2 .service-inner:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #000;
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 0;
}
.service-style2:hover .service-inner .service-inner-obj:after {
	opacity: 0;
}
.service-style2:hover .service-inner .service-icon::before {
	position: relative;
	color: #fff;
	z-index: 1;
}
.service-style2:hover .service-inner .service-title {
	position: relative;
	color: #fff;
	z-index: 1;
}
.service-style2:hover .service-inner .services-link a {
	color: #fff;
}
.service-style2:hover .service-inner .services-count:before {
	opacity: 0.4;
}
.service-style2:hover .service-inner .service-description {
	position: relative;
	color: #fff;
	z-index: 1;
}
.service-style2:hover .service-inner:before {
	opacity: 0.8;
}
.service-style2:hover .service-inner:after {
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.service-style3 {
	background-color: #ffffff;
	margin-bottom: 30px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.service-style3 .service-inner {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 45px 25px 40px 25px;
	z-index: 1;
	background: #fff;
	box-shadow: var(--box-shadow);
}
.service-style3 .service-inner img {
	max-height: 96px;
	padding: 10px 0px;
}
.service-style3 .service-inner .service-icon::before {
	font-size: 64px;
	color: var(--primary-color);
	line-height: 1;
	display: block;
	margin-bottom: 25px;
}
.service-style3 .service-inner .service-title {
	margin-bottom: 20px;
}
.service-style3 .service-inner .services-count {
	position: absolute;
	top: 50px;
	right: 70px;
	height: 45px;
	width: 56px;
	text-align: center;
}
.service-style3 .service-inner .services-count:before {
	position: absolute;
	top: 15px;
	right: -40px;
	color: transparent;
	opacity: 0.2;
	font-size: 120px;
	font-family: var(--secondary-font1);
	-webkit-text-stroke: 1px var(--primary-color);
	counter-increment: my-sec-counter;
	content: counters(my-sec-counter,".",decimal-leading-zero);
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	transition-delay: 0.1s;
}
.service-style3 .service-inner .service-description {
	margin-bottom: 20px;
	height: 143px;
}
.service-style3 .service-inner .services-link a {
	color: var(--primary-color);
	position: relative;
	padding-left: 15px;
}
.service-style3 .service-inner .services-link a:after {
	background: var(--primary-color);
	position: absolute;
	content: "";
	height: 2px;
	width: 10px;
	left: 0;
	top: 15px;
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.service-style3 .service-inner .services-link a:hover {
	padding-left: 45px;
	color: #fff;
}
.service-style3 .service-inner .services-link a:hover:after {
	width: 35px;
}

.service-style3 .service-inner:after {
	background-image: url('/img/module/uretim.jpg');
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: calc(100% + 40px);
	height: 100%;
	background-size: cover;
	z-index: -1;
	opacity: 0;
	-moz-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.service-style3 .service-inner:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #000;
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 0;
}
.service-style3:hover .service-inner .service-inner-obj:after {
	opacity: 0;
}
.service-style3:hover .service-inner .service-icon::before {
	position: relative;
	color: #fff;
	z-index: 1;
}
.service-style3:hover .service-inner .service-title {
	position: relative;
	color: #fff;
	z-index: 1;
}
.service-style3:hover .service-inner .services-link a {
	color: #fff;
}
.service-style3:hover .service-inner .services-count:before {
	opacity: 0.4;
}
.service-style3:hover .service-inner .service-description {
	position: relative;
	color: #fff;
	z-index: 1;
}
.service-style3:hover .service-inner:before {
	opacity: 0.8;
}
.service-style3:hover .service-inner:after {
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.service-style4 {
	background-color: #ffffff;
	margin-bottom: 30px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.service-style4 .service-inner {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 45px 25px 40px 25px;
	z-index: 1;
	background: #fff;
	box-shadow: var(--box-shadow);
}
.service-style4 .service-inner img {
	max-height: 96px;
	padding: 10px 0px;
}
.service-style4 .service-inner .service-icon::before {
	font-size: 64px;
	color: var(--primary-color);
	line-height: 1;
	display: block;
	margin-bottom: 25px;
}
.service-style4 .service-inner .service-title {
	margin-bottom: 20px;
}
.service-style4 .service-inner .services-count {
	position: absolute;
	top: 50px;
	right: 70px;
	height: 45px;
	width: 56px;
	text-align: center;
}
.service-style4 .service-inner .services-count:before {
	position: absolute;
	top: 15px;
	right: -40px;
	color: transparent;
	opacity: 0.2;
	font-size: 120px;
	font-family: var(--secondary-font1);
	-webkit-text-stroke: 1px var(--primary-color);
	counter-increment: my-sec-counter;
	content: counters(my-sec-counter,".",decimal-leading-zero);
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	transition-delay: 0.1s;
}
.service-style4 .service-inner .service-description {
	margin-bottom: 20px;
	height: 143px;
}
.service-style4 .service-inner .services-link a {
	color: var(--primary-color);
	position: relative;
	padding-left: 15px;
}
.service-style4 .service-inner .services-link a:after {
	background: var(--primary-color);
	position: absolute;
	content: "";
	height: 2px;
	width: 10px;
	left: 0;
	top: 15px;
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.service-style4 .service-inner .services-link a:hover {
	padding-left: 45px;
	color: #fff;
}
.service-style4 .service-inner .services-link a:hover:after {
	width: 35px;
}

.service-style4 .service-inner:after {
	background-image: url('/img/module/montaj.jpg');
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: calc(100% + 40px);
	height: 100%;
	background-size: cover;
	z-index: -1;
	opacity: 0;
	-moz-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.service-style4 .service-inner:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #000;
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 0;
}
.service-style4:hover .service-inner .service-inner-obj:after {
	opacity: 0;
}
.service-style4:hover .service-inner .service-icon::before {
	position: relative;
	color: #fff;
	z-index: 1;
}
.service-style4:hover .service-inner .service-title {
	position: relative;
	color: #fff;
	z-index: 1;
}
.service-style4:hover .service-inner .services-link a {
	color: #fff;
}
.service-style4:hover .service-inner .services-count:before {
	opacity: 0.4;
}
.service-style4:hover .service-inner .service-description {
	position: relative;
	color: #fff;
	z-index: 1;
}
.service-style4:hover .service-inner:before {
	opacity: 0.8;
}
.service-style4:hover .service-inner:after {
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

@media (max-width: 999px) {
	.page-title-section {
		min-height: 228px;
		padding: 12px 0;
		background-size: cover;
	}
	.page-title-section-product {

		min-height: 185px;
	}
	.action-button.bottom-right {
		bottom: 10px;
		right: 10px;
	}
	.anim-scroll-to-top.active-progress {
		display: none;
	}
	.page-category-top {
		min-height: 263px;
		padding: 10px 0;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-category-top .page-title {
		font-size: 24px;
	}

	.v-fancybox {
		height: 537px !important;
	}
}