﻿:root {
 --body-font-family: "American Typewriter";
 --heading-font-family: "American Typewriter";
 --body-color: #d3d3d3;
 --body-bg-color: #101010;
 --heading-color: #fff;
 --border-color: #fff;
 --white-color: #fff;
 --black-color: #000000;
 --primary-color: #4b4b4b;
}

::-webkit-scrollbar {
 background-color:#333;
 width:6px
}

::-webkit-scrollbar-thumb {
 background-color:#d3d3d3
}
 *::-moz-selection {
 background: #000;
 color: #fff;
 text-shadow: none;
}

::-moz-selection {
 background: #000;
 color: #fff;
 text-shadow: none;
}

::selection {
 background: #000;
 color: #fff;
 text-shadow: none;
}
html, body {
	color: #000;
	font-family: var(--body-font-family);
	background-color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
	overflow-x: hidden;
	scroll-behavior: auto;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: var(--heading-color);
	font-family: var(--heading-font-family);
	padding: 0px;
	margin: 0px;
	font-weight: 700;
	line-height: normal;
	font-style: normal;
}
h1 {
	font-size: 62px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-family: 'American Typewriter';
}
ul {
	margin: 0 0 25px 0;
	padding-left: 20px;
	list-style: square outside none;
}
ol {
	padding-left: 20px;
	margin-bottom: 25px;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 15px;
	font-style: italic;
	font-size: 20px;
	line-height: 1.6em;
	margin: 0;
}
address {
	margin: 0 0 15px;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
a {
	color: inherit;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s ease;
}
button {
	color: inherit;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
	color:  #363636;
	transition: all 0.3s ease;
}
table {
	width: 100%;
	margin-bottom: 25px;
}
table th {
	font-weight: 600;
	color: var(--body-color);
}
table td, table th {
	border-top: 1px solid #fff;
	padding: 11px 10px;
}
dl {
	margin-bottom: 25px;
}
dl dt {
	font-weight: 600;
}
b, strong {
	font-weight: bold;
}
pre {
	color: var(--body-color);
	border: 1px solid #fff;
	font-size: 18px;
	padding: 25px;
	border-radius: 5px;
}
kbd {
	font-size: 100%;
	background-color: var(--body-color);
	border-radius: 5px;
}
.mobile-on {
	display:none;
}
.album-cim {
	font-family: 'American Typewriter';
	font-weight: 300 !important;
}
 @media screen and (max-width: 991px) {
 ul {
 margin: 0 0 25px 0;
 padding-left: 20px;
 list-style: square outside none;
}
 ul.cs_list_style_none {
 list-style: none;
 padding: 0px;
}
 ul.cs_list_style_none li {
 margin-bottom: 10px;
}
 ul.cs_list_style_none li h3 {
 font-size: 22px;
}
 h1, h2, h3 {
 font-size: 32px;
}
 h4 {
 font-size: 22px;
}
}
 @keyframes spin {
 0% {
 transform: translate(2px, 1px) rotate(0deg);
}
 10% {
 transform: translate(-1px, -3px) rotate(36deg);
}
 20% {
 transform: translate(-2px, 0px) rotate(72deg);
}
 30% {
 transform: translate(1px, 2px) rotate(108deg);
}
 40% {
 transform: translate(1px, -1px) rotate(144deg);
}
 50% {
 transform: translate(-1px, 3px) rotate(180deg);
}
 60% {
 transform: translate(-1px, 1px) rotate(216deg);
}
 70% {
 transform: translate(3px, 1px) rotate(252deg);
}
 80% {
 transform: translate(-2px, -1px) rotate(288deg);
}
 90% {
 transform: translate(2px, 1px) rotate(324deg);
}
 100% {
 transform: translate(1px, -2px) rotate(360deg);
}
}
 @keyframes speed {
 0% {
 transform: translate(2px, 1px) rotate(0deg);
}
 10% {
 transform: translate(-1px, -3px) rotate(-1deg);
}
 20% {
 transform: translate(-2px, 0px) rotate(1deg);
}
 30% {
 transform: translate(1px, 2px) rotate(0deg);
}
 40% {
 transform: translate(1px, -1px) rotate(1deg);
}
 50% {
 transform: translate(-1px, 3px) rotate(-1deg);
}
 60% {
 transform: translate(-1px, 1px) rotate(0deg);
}
 70% {
 transform: translate(3px, 1px) rotate(-1deg);
}
 80% {
 transform: translate(-2px, -1px) rotate(1deg);
}
 90% {
 transform: translate(2px, 1px) rotate(0deg);
}
 100% {
 transform: translate(1px, -2px) rotate(-1deg);
}
}
 @keyframes strikes {
 from {
 left: 25px;
}
to {
	left: -80px;
	opacity: 0;
}
}
 @keyframes dots {
 from {
 width: 0px;
}
to {
	width: 15px;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
.fadeIn, .loading-window {
	animation: fadeIn 0.4s both;
}
.preloader-content {
	background-color: #000;
	border-radius: 6px;
	z-index: 11111111;
	height: 100%;
	width: 100%;
	position: fixed;
}
.loading-window {
	color: var(--primary-color);
	background-color: #000;
	position: absolute;
	text-align:center;
	width:100%;
	margin:0 auto;
	top: 50%;
	transform: translate(0%, -50%);
	z-index: 1111199;
}
.loading-window .text {
	font-size: 16px;
	width: auto;
	margin: 0 auto;
}
.loading-window .dots {
	display: inline-block;
	width: 5px;
	overflow: hidden;
	vertical-align: bottom;
	animation: dots 1.5s linear infinite;
	transition: all 1s;
}
.car {
	position: absolute;
	width: 117px;
	height: 42px;
	right: 0%;
	transition: right 1s ease-in-out;
}
.car .strike {
	position: absolute;
	width: 11px;
	height: 1px;
	background: var(--primary-color);
	animation: strikes 0.2s linear infinite;
}
.car .strike2 {
	top: 11px;
	animation-delay: 0.05s;
}
.car .strike3 {
	top: 22px;
	animation-delay: 0.1s;
}
.car .strike4 {
	top: 33px;
	animation-delay: 0.15s;
}
.car .strike5 {
	top: 44px;
	animation-delay: 0.2s;
}
.car-detail {
	position: absolute;
	display: block;
	background: var(--primary-color);
	animation: speed 0.5s linear infinite;
}
.car-detail.spoiler {
	width: 0;
	height: 0;
	top: 7px;
	background: none;
	border: 20px solid transparent;
	border-bottom: 8px solid var(--primary-color);
	border-left: 20px solid var(--primary-color);
}
.car-detail.back {
	height: 20px;
	width: 92px;
	top: 15px;
	left: 0px;
}
.car-detail.center {
	height: 35px;
	width: 75px;
	left: 12px;
	border-top-left-radius: 30px;
	border-top-right-radius: 45px 40px;
	border: 4px solid var(--primary-color);
	background: none;
	box-sizing: border-box;
}
.car-detail.center1 {
	height: 35px;
	width: 35px;
	left: 12px;
	border-top-left-radius: 30px;
}
.car-detail.front {
	height: 20px;
	width: 50px;
	top: 15px;
	left: 67px;
	border-top-right-radius: 50px 40px;
	border-bottom-right-radius: 10px;
}
.car-detail.wheel {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	top: 20px;
	left: 12px;
	border: 3px solid #000;
	background: linear-gradient(45deg, transparent 45%, #fff 46%, #fff 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #fff 46%, #fff 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #fff 46%, #fff 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #fff 46%, #fff 54%, transparent 55%), radial-gradient(#fff 29%, transparent 30%, transparent 50%, #fff 51%), #000;
	animation-name: spin;
}
.car-detail.wheel2 {
	left: 82px;
}
.preloader-content.loaded .car {
	position: absolute;
	right: -1000px;
}
 @media screen and (min-width: 992px) {
 .ak-height-0 {
 height: 0px;
}
 .ak-height-5 {
 height: 5px;
}
 .ak-height-10 {
 height: 10px;
}
 .ak-height-15 {
 height: 15px;
}
 .ak-height-20 {
 height: 20px;
}
 .ak-height-25 {
 height: 25px;
}
 .ak-height-30 {
 height: 30px;
}
 .ak-height-35 {
 height: 35px;
}
 .ak-height-40 {
 height: 40px;
}
 .ak-height-45 {
 height: 45px;
}
 .ak-height-50 {
 height: 50px;
}
 .ak-height-55 {
 height: 55px;
}
 .ak-height-60 {
 height: 60px;
}
 .ak-height-65 {
 height: 65px;
}
 .ak-height-70 {
 height: 70px;
}
 .ak-height-75 {
 height: 75px;
}
 .ak-height-80 {
 height: 80px;
}
 .ak-height-85 {
 height: 85px;
}
 .ak-height-90 {
 height: 90px;
}
 .ak-height-95 {
 height: 95px;
}
 .ak-height-100 {
 height: 100px;
}
 .ak-height-105 {
 height: 105px;
}
 .ak-height-110 {
 height: 110px;
}
 .ak-height-115 {
 height: 115px;
}
 .ak-height-120 {
 height: 120px;
}
 .ak-height-125 {
 height: 125px;
}
 .ak-height-130 {
 height: 130px;
}
 .ak-height-135 {
 height: 135px;
}
 .ak-height-140 {
 height: 140px;
}
 .ak-height-145 {
 height: 145px;
}
 .ak-height-150 {
 height: 150px;
}
 .ak-height-155 {
 height: 155px;
}
 .ak-height-160 {
 height: 160px;
}
 .ak-height-165 {
 height: 165px;
}
 .ak-height-170 {
 height: 170px;
}
 .ak-height-175 {
 height: 175px;
}
 .ak-height-180 {
 height: 180px;
}
 .ak-height-185 {
 height: 185px;
}
 .ak-height-190 {
 height: 190px;
}
 .ak-height-195 {
 height: 195px;
}
 .ak-height-200 {
 height: 200px;
}
 .ak-height-205 {
 height: 205px;
}
 .ak-height-210 {
 height: 210px;
}
 .ak-height-219 {
 height: 219px;
}
}
 @media screen and (max-width: 991px) {
 .ak-height-lg-0 {
 height: 0px;
}
 .ak-height-lg-5 {
 height: 5px;
}
 .ak-height-lg-10 {
 height: 10px;
}
 .ak-height-lg-15 {
 height: 15px;
}
 .ak-height-lg-20 {
 height: 20px;
}
 .ak-height-lg-25 {
 height: 25px;
}
 .ak-height-lg-30 {
 height: 30px;
}
 .ak-height-lg-35 {
 height: 35px;
}
 .ak-height-lg-40 {
 height: 40px;
}
 .ak-height-lg-45 {
 height: 45px;
}
 .ak-height-lg-50 {
 height: 50px;
}
 .ak-height-lg-55 {
 height: 55px;
}
 .ak-height-lg-60 {
 height: 60px;
}
 .ak-height-lg-65 {
 height: 65px;
}
 .ak-height-lg-70 {
 height: 70px;
}
 .ak-height-lg-75 {
 height: 75px;
}
 .ak-height-lg-80 {
 height: 80px;
}
 .ak-height-lg-85 {
 height: 85px;
}
 .ak-height-lg-90 {
 height: 90px;
}
 .ak-height-lg-95 {
 height: 95px;
}
 .ak-height-lg-100 {
 height: 100px;
}
 .ak-height-lg-105 {
 height: 105px;
}
 .ak-height-lg-110 {
 height: 110px;
}
 .ak-height-lg-115 {
 height: 115px;
}
 .ak-height-lg-120 {
 height: 120px;
}
 .ak-height-lg-125 {
 height: 125px;
}
 .ak-height-lg-130 {
 height: 130px;
}
 .ak-height-lg-135 {
 height: 135px;
}
 .ak-height-lg-140 {
 height: 140px;
}
 .ak-height-lg-145 {
 height: 145px;
}
 .ak-height-lg-150 {
 height: 150px;
}
 .ak-height-lg-155 {
 height: 155px;
}
 .ak-height-lg-160 {
 height: 160px;
}
 .ak-height-lg-165 {
 height: 165px;
}
 .ak-height-lg-170 {
 height: 170px;
}
 .ak-height-lg-175 {
 height: 175px;
}
 .ak-height-lg-180 {
 height: 180px;
}
 .ak-height-lg-185 {
 height: 185px;
}
 .ak-height-lg-190 {
 height: 190px;
}
 .ak-height-lg-195 {
 height: 195px;
}
 .ak-height-lg-200 {
 height: 200px;
}
 .ak-height-lg-205 {
 height: 205px;
}
 .ak-height-lg-210 {
 height: 210px;
}
 .ak-height-lg-219 {
 height: 219px;
}
}
.ak-light {
	font-weight: 300;
}
.ak-normal {
	font-weight: 400;
}
.ak-medium {
	font-weight: 500;
}
.ak-semi-bold {
	font-weight: 600;
}
.ak-bold {
	font-weight: 700;
}
.ak-extra-bold {
	font-weight: 800;
}
.ak-black {
	font-weight: 900;
}
.ak-radius-3 {
	border-radius: 3px;
}
.ak-radius-5 {
	border-radius: 5px;
}
.ak-radius-7 {
	border-radius: 7px;
}
.ak-radius-10 {
	border-radius: 10px;
}
.ak-radius-15 {
	border-radius: 15px;
}
.ak-line-height-1 {
	line-height: 1.2em;
}
.ak-line-height-2 {
	line-height: 1.25em;
}
.ak-line-height-3 {
	line-height: 1.3em;
}
.ak-line-height-4 {
	line-height: 1.4em;
}
.ak-line-height-5 {
	line-height: 1.5em;
}
.ak-line-height-6 {
	line-height: 1.6em;
}
.ak-line-height-7 {
	line-height: 1.7em;
}
.ak-line-height-39 {
	line-height: 39px;
}
.ak-line-height-54 {
	line-height: 54px;
}
.ak-line-height-85 {
	line-height: 85px;
}
.ak-font-14 {
	font-size: 14px;
}
.ak-font-16 {
	font-size: 16px;
}
.ak-font-18 {
	font-size: 18px;
}
.ak-font-20 {
	font-size: 20px;
}
.ak-font-22 {
	font-size: 22px;
}
.ak-font-26 {
	font-size: 26px;
}
.ak-font-28 {
	font-size: 28px;
}
.ak-font-30 {
	font-size: 28px;
}
.ak-font-38 {
	font-size: 38px;
}
.ak-font-42 {
	font-size: 42px;
}
.ak-font-50 {
	font-size: 50px;
}
.ak-mp0 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ak-m0 {
	margin: 0;
}
.ak-mt100 {
	margin-top: 100px;
}
.ak-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}
.ak-vertical-middle {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.ak-vertical-middle-in {
	flex: none;
	width: 100%;
}
.ak-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ak-primary-font {
	font-family: var(--heading-font-family);
}
.ak-secondary-font {
	font-family: var(--body-font-family);
}
.ak-white-color, .ak-white-color-hover:hover {
	color: #fff;
}
.ak-primary-color {
	color:  #363636;
}
.ak-white-color, .ak-white-color-hover:hover {
	color: #fff;
}
.ak-white-bg {
	background-color: #fff;
}
.ak-gray-bg-20 {
	background: rgba(217, 217, 217, 0.2);
}
.ak-white-bg-1, .ak-white-bg-1-hover:hover {
	background-color: rgba(255, 255, 255, 0.25);
}
.ak-white-bg, .ak-white-bg-hover:hover {
	background-color: #fff;
}
.ak-primary-bg, .ak-primary-bg-hover:hover {
	background-color: #353535b3;
}
.ak-gradient-bg-1 {
	background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
}
 @media screen and (max-width: 991px) {
 .ak-left-space-30 {
 padding-left: 0px;
}
 .ak-font-14-sm {
 font-size: 14px;
}
 .ak-font-16-sm {
 font-size: 16px;
}
 .ak-font-18-sm {
 font-size: 18px;
}
 .ak-font-20-sm {
 font-size: 20px;
}
 .ak-font-22-sm {
 font-size: 22px;
}
 .ak-font-24-sm {
 font-size: 24px;
}
 .ak-font-26-sm {
 font-size: 26px;
}
 .ak-font-28-sm {
 font-size: 28px;
}
 .ak-font-42-sm {
 font-size: 42px;
}
 .ak-font-36-sm {
 font-size: 36px;
}
 .ak-btn-group > *:not(:last-child) {
 margin-right: 10px;
}
 .flex-column-reverse-lg {
 flex-direction: column-reverse;
}
 .ak-seciton-heading.ak-style1 .ak-section-title::before {
 top: 1px;
}
}
.ak-stroke-text {
	line-height: 1.2em;
	color: transparent;
	-webkit-text-stroke: 1px var(--body-color);
	transition: all 0.3s;
	cursor: pointer;
}
.ak-stroke-text.hover-color-changes:hover {
	-webkit-text-stroke: 1px var(--primary-color);
}
.ak-stroke-normal {
	font-weight: 700;
	line-height: 1.2em;
	color: var(--primary-color);
}
.ak-stroke-number {
	line-height: 1.2em;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 6px #ffffff;
}
.ak-stroke-number.color-white {
	-webkit-text-stroke: 3px #ffffff;
}
.stroke-heading-text {
	display: flex;
	flex-direction: column;
	gap: 25px;
	text-transform: uppercase;
	-webkit-text-stroke: 1px var(--primary-color);
}
.ak-moving-section-wrap {
	overflow: hidden;
}
.ak-moving-section-in {
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	min-width: 100%;
}
.ak-moving-section {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: 5px 0px;
	animation: slide-left 20s linear infinite;
}
.ak-moving-section.ak-stroke-text {
	margin: 0 10px;
}
.ak-animation-speed-10 {
	animation: slide-left 10s linear infinite;
}
.ak-animation-speed-30 {
	animation: slide-left 30s linear infinite;
}
.ak-animation-speed-40 {
	animation: slide-left 40s linear infinite;
}
.ak-animation-speed-50 {
	animation: slide-left 50s linear infinite;
}
.ak-moving-section-hover-push:hover .ak-moving-section {
	animation-play-state: paused;
}
 @keyframes slide-left {
 from {
 transform: translateX(0);
}
to {
	transform: translateX(-100%);
}
}
.ak-video-block-1-wrap {
	position: relative;
}
 .ak-video-block-1-wrap::before {
 content: "";
 position: absolute;
 height: 50%;
 width: 100%;
 left: 0%;
 top: 0%;
 background-color: #000;
}
.heartbeat-icon {
	width: 60px;
	height: 60px;
	position: relative;
}
.ak-heartbeat-btn {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
	display: flex;
	align-items: center;
	background-color: #545454b3;
	justify-content: center;
}
.ak-heartbeat-btn:before, .ak-heartbeat-btn:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #c90000fa;
}
.ak-heartbeat-btn:before {
	z-index: 0;
	animation: pulse-border 1500ms ease-out infinite;
}
.ak-heartbeat-btn.no-animation:before {
	z-index: 0;
	animation: none;
}
.ak-heartbeat-btn:after {
	z-index: 1;
	transition: all 200ms;
}
.ak-heartbeat-btn img {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
}
.ak-heartbeat-btn span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 16px solid currentColor;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	color: #fff;
}
.ak-heartbeat-btna:hover {
	color: #000;
}
 @keyframes pulse-border {
 0% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
.ak-fixed-bg {
	background-attachment: fixed;
}
.ak-section-heading.ak-style-1 {
	position: relative;
	margin-bottom: 70px;
}
.ak-section-heading.ak-style-1 .background-text {
	z-index: 9;
	opacity: 0.3;
	position: absolute;
	text-align: center;
	font-family: American Typewriter;
	font-size: 110px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	display: inline;
	background: linear-gradient(to right, #222 0%, #fff 50%, #222 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shimmer 2.5s infinite;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: rgba(46, 46, 46, 0.7960784314);
	-ms-background-size: 200px 100%;
	background-size: 200px 100%;
}
.ak-section-heading.ak-style-1 .ak-section-subtitle {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	z-index: 10;
}
.ak-section-heading.ak-style-1 .ak-section-title {
    font-size: 48px;
    font-weight: 400;
    font-family: American Typewriter;
    font-style: normal;
    margin-bottom: 10px;
    line-height: normal;
    color: var(--white-color);
    z-index: 10;
    position: relative;
}
.ak-section-heading.ak-style-1.ak-type-1 {
	text-align: center;
}
.ak-section-heading.ak-style-1.ak-type-1 .background-text {
	left: -50%;
	width: 100%;
	transform: translate(50%, 0%);
}
.ak-section-heading.ak-style-1.ak-color-1 .ak-section-title, .ak-section-heading.ak-style-1.ak-color-1 .ak-section-subtitle {
	color: var(--black-color);
}
 @keyframes shimmer {
 0% {
 background-position: top left;
}
 100% {
 background-position: top right;
}
}
.ak-hover-layer, .ak-hover-layer1, .ak-hover-layer3 {
	position: relative;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: perspective(600px) translate3d(0, 0, 0);
}
.ak-tab {
	display: none;
}
.ak-tab.active {
	display: block;
}
.ak-tab-links.ak-style1 {
	display: inline-flex;
	padding: 5px;
	background-color: #000;
	border-radius: 10px;
}
.ak-tab-links.ak-style1 a {
	padding: 7px 20px;
	font-weight: 500;
	color: #fff;
	display: inline-flex;
}
.ak-tab-links.ak-style1 li.active a {
	background-color: #fff;
	border-radius: 10px;
}
.ak-google-map {
	height: 530px;
}
.ak-google-map iframe {
	height: 100%;
	display: block;
	border: none;
	width: 100%;
	filter: grayscale(100%) invert(90%) contrast(120%);
}
.ak-google-map.ak-type1 {
	height: 100%;
	min-height: 300px;
	width: 50vw;
}
.ak-rotate-img {
	transform: rotate(45deg);
	overflow: hidden;
	border-radius: 7px;
}
.ak-rotate-img-in {
	transform: rotate(-45deg) scale(1.4);
}
.ak-half-screen {
	width: 56vw;
}
.ak-scrollup {
	position: fixed;
	bottom: 15px !important;
	right: 7px;
	color: #fff;
	padding: 5px;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.4s ease;
	z-index: 10;
	background-color: #333;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}
.ak-scrollup:hover {
	background-color: #fff;
	color: #000;
}
.ak-scrollup.ak-scrollup-show {
	bottom: 50px;
}
.swiper-slide {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}
.swiper-slide .ak-entity-img {
	display: none;
}
.ak-border-width {
	width: 100%;
	height: 1px;
	background-color: var(--white-color);
}
.ak-border-height {
	width: 1px;
	height: 100%;
	background-color: var(--white-color);
}
.primary-color-border {
	width: 100%;
	height: 1px;
	opacity: 0.35;
	background: var(--primary-color);
}
.text-hover-animaiton {
	line-height: 100%;
	display: inline-block;
}
.text-hover-animaiton .menu-text {
	display: -ms-flexbox;
	overflow: hidden;
	text-shadow: 0 60px 0 #a7a3a3;
	display: flex;
}
.text-hover-animaiton .menu-text.black {
	text-shadow: 0 60px 0 var(--black-color);
}
.text-hover-animaiton .menu-text.white {
	text-shadow: 0 60px 0 var(--white-color);
}
.text-hover-animaiton .menu-text div {
	display: block;
	backface-visibility: hidden;
	transition: transform 0.4s ease;
	transform: translateY(var(--m)) translateZ(0);
}
.text-hover-animaiton:hover {
 --y: -15px;
	cursor: pointer;
}
.text-hover-animaiton:hover .menu-text div {
 --m: calc(62px * -1);
}
 .text-hover-animaiton:hover .menu-text div:nth-child(1) {
 transition-delay: 0.05s;
}
 .text-hover-animaiton:hover .menu-text div:nth-child(2) {
 transition-delay: 0.1s;
}
 .text-hover-animaiton:hover .menu-text div:nth-child(3) {
 transition-delay: 0.15s;
}
 .text-hover-animaiton:hover .menu-text div:nth-child(4) {
 transition-delay: 0.2s;
}
 .text-hover-animaiton:hover .menu-text div:nth-child(5) {
 transition-delay: 0.25s;
}
 .text-hover-animaiton:hover .menu-text div:nth-child(6) {
 transition-delay: 0.3s;
}
 .text-hover-animaiton:hover .menu-text div:nth-child(7) {
 transition-delay: 0.35s;
}
 .text-hover-animaiton:hover .menu-text div:nth-child(8) {
 transition-delay: 0.4s;
}
 .text-hover-animaiton:hover .menu-text div:nth-child(9) {
 transition-delay: 0.45s;
}
 .text-hover-animaiton:hover .menu-text div:nth-child(10) {
 transition-delay: 0.5s;
}
 .text-hover-animaiton:hover .menu-text div:nth-child(11) {
 transition-delay: 0.55s;
}
 .text-hover-animaiton:hover .menu-text div:nth-child(12) {
 transition-delay: 0.6s;
}
.loader-logo {
	display:block;
	width:150px;
	height:150px;
	border:0px;
	border-radius:100%;
	position:relative;
	text-align:center;
	margin:0 auto;
}
.btn-animation, .cta .cta-info .cta-btn {
	transform-style: preserve-3d;
	transition: font-size 0.5s, background-color 0.3s, transform 0.3s, color 0.3s;
	transform: translate3d(0, 0px, 0px);
	background:#4b4b4b!important;
}
.btn-animation:hover, .cta .cta-info .cta-btn:hover {
	font-size: 17px !important;
	color: #fff !important;
	background-color: #111 !important;
	transform: translate3d(0, -8px, 0.01px);
}
.text-letter-spacing-animation, .more-btn {
	letter-spacing: normal;
	transition: letter-spacing 0.3s ease;
	cursor: pointer;
}
.text-letter-spacing-animation:hover, .more-btn:hover {
	letter-spacing: 2px;
	color: var(--white-color);
}
.select-input-customize {
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.25);
}
.select-input-customize:focus {
	border-color:  #363636 !important;
	box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.19);
}
.select-input-customize option {
	background-color: var(--black-color);
	color: rgba(255, 255, 255, 0.25);
}
.select-input-customize option:visited {
	background-color:  #363636 !important;
	color:  #363636 !important;
}
.container-customize {
	max-width: 870px;
}
.social-icon {
	display: flex;
	gap: 15px;
}
.social-icon a {
	font-size:13px;
	transition: all 0.5s ease-in-out;
}
.logo-nev {
	font-family: 'American Typewriter';
	color: #fff;
}
.logo-v1 {
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 6px;
	top: -3px;
	display: inline-block;
	position: relative;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.logo-v1:hover {
	color: #999;
}
.logo-v2 {
	font-size: 20px;
	position: absolute;
	top: 66px;
	left: 100px;
	text-transform: uppercase;
}
 @media screen and (max-width: 1399px) {
 .ak-right-space-150 {
 padding-right: 50px;
}
}
 @media screen and (max-width: 1199px) {
 .ak-right-space-40, .ak-right-space-150 {
 padding-right: 0;
}
}
 @media screen and (max-width: 991px) {
 .ak-font-50 {
 font-size: 36px;
}
 .ak-font-38 {
 font-size: 32px;
}
 .ak-video-block.ak-style1, .ak-video-block.ak-style1.ak-size1 {
 height: 400px;
}
 .ak-video-block.ak-style1 .ak-heartbeat-btn, .ak-video-block.ak-style1.ak-size1 .ak-heartbeat-btn {
 transform: translate(-50%, -50%) scale(0.8);
}
 .ak-google-map {
 height: 400px;
}
 .ak-faq-nav {
 padding: 30px 30px;
}
 .ak-faq-nav .ak-faq-nav-title {
 font-size: 26px;
}
 .ak-google-map.ak-type1 {
 width: 100%;
 height: 400px;
 border-radius: 15px;
 overflow: hidden;
}
 .ak-scrollup {
 right: 15px;
}
 .ak-scrollup.ak-scrollup-show {
 bottom: 50px;
}
}
 @media screen and (max-width: 767px) {
 .ak-section-heading.ak-style-1 .ak-section-title {
 font-size: 32px;
}
 .ak-section-heading.ak-style-1 .ak-section-subtitle {
 font-size: 16px;
 margin-bottom: 0px;
}
 .ak-section-heading.ak-style-1.ak-type-1 {
 text-align: start;
}
 .ak-section-heading.ak-style-1.ak-type-1 .background-text {
 left: 0%;
 transform: translate(0%, 0%);
}
 .ak-cursor-lg, .ak-cursor-sm {
 display: none !important;
}
}
 @media screen and (max-width: 575px) {
 .ak-image-layer.ak-style1 {
 padding-right: 40px;
 padding-bottom: 40px;
}
 .ak-image-layer.ak-style1 .ak-image-layer-in::after {
 right: -30px;
 bottom: -30px;
}
 .ak-video-block.ak-style1, .ak-video-block.ak-style1.ak-size1 {
 height: 380px;
}
 .ak-video-block.ak-style1 .ak-heartbeat-btn, .ak-video-block.ak-style1.ak-size1 .ak-heartbeat-btn {
 transform: translate(-50%, -50%) scale(0.7);
}
}
 .nav-pages-item::after {
 content: "+";
 margin-left: 2px;
 color: #979797;
 font-size: 20px;
 font-weight: 500;
 margin-bottom: 0px;
}
.ak-slider {
	position: relative;
	overflow: hidden;
}
.ak-slider-hero-1 {
	overflow: hidden;
	width: 100%;
}
.ak-slider-hero-1 .swiper-slide {
	width: 100%;
}
.ak-slider-hero-two-1 {
	overflow: hidden;
	width: 100%;
}
.ak-slider-hero-two-1 .swiper-slide {
	width: 100%;
}
.ak-swiper-controll-hero-1 {
	position: absolute;
	bottom: 80px;
	right: 61px;
	z-index: 10;
}
.ak-swiper-navigation-wrap {
	display: flex;
	gap: 80px;
	padding: 30px;
}
.ak-swiper-navigation-wrap .ak-swiper-button-next {
	position: relative;
	transition: all 0.3s ease-in-out;
}
.ak-swiper-navigation-wrap .ak-swiper-button-next .btn-cricle {
	position: absolute;
	height: 55px;
	width: 55px;
	border-radius: 50% 50% 50% 50%;
	-webkit-backdrop-filter: blur(100px);
	backdrop-filter: blur(100px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease-in-out;
}
.ak-swiper-navigation-wrap .ak-swiper-button-next .btn-arrow {
	transition: all 0.3s ease-in-out;
	position: absolute;
	transform: translateX(10px);
}
.ak-swiper-navigation-wrap .ak-swiper-button-next .btn-arrow svg {
	width: 40px;
	height: 55px;
}
.ak-swiper-navigation-wrap .ak-swiper-button-next .btn-arrow:hover {
	transform: translateX(20px);
}
.ak-swiper-navigation-wrap .ak-swiper-button-prev {
	position: relative;
	transition: all 0.3s ease-in-out;
}
.ak-swiper-navigation-wrap .ak-swiper-button-prev .btn-cricle {
	position: absolute;
	height: 55px;
	width: 55px;
	border-radius: 50% 50% 50% 50%;
	-webkit-backdrop-filter: blur(100px);
	backdrop-filter: blur(100px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease-in-out;
	transform: rotate(180deg);
}
.ak-swiper-navigation-wrap .ak-swiper-button-prev .btn-arrow {
	transition: all 0.3s ease-in-out;
	position: absolute;
	transform: translateX(10px);
}
.ak-swiper-navigation-wrap .ak-swiper-button-prev .btn-arrow svg {
	width: 40px;
	height: 55px;
}
.ak-swiper-navigation-wrap .ak-swiper-button-prev .btn-arrow:hover {
	transform: translateX(0px);
}
.hero-pagination {
	z-index: 11;
	position: absolute;
	top: 40%;
	right: 50px;
	color: var(--White, #fff);
	font-family: American Typewriter;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
}
.hero-pagination .hero-swiper-pagination {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
}
.hero-pagination .hero-swiper-pagination .swiper-pagination-bullet {
	color: #fff !important;
	font-size:16px;
}
.hero-pagination .swiper-pagination-bullet-active {
	background-color: transparent;
}
.ak-slider-testimonal {
	overflow: hidden;
	width: 100%;
}
.ak-slider-testimonal .swiper-slide {
	width: 100%;
}
 .ak-slider-testimonal .swiper-slide:not(.swiper-slide-active) {
 opacity: 0 !important;
}
.galeria-szelesseg {
	max-width:100%!important;
}
.ak-trusted-client-slider {
	overflow: hidden;
	width: 100%;
}
.ak-trusted-client-slider .title {
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.ak-trusted-client-slider .swiper-wrapper {
	align-items: center;
}
.ak-trusted-client-slider .swiper-wrapper .swiper-slide {
	width: 14.4%;
}
.team-single-page-slider {
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.team-single-page-slider .swiper-slide {
	width: 75%;
}
.team-single-page-slider .slide-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.team-single-page-slider .team-single-page-swiper-controll {
	width: 79%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.team-single-page-slider .team-single-page-swiper-controll .button-style {
	width: 75px;
	height: 75px;
	background-color: rgba(255, 255, 255, 0.2705882353);
	border-radius: 50%;
	position: relative;
}
.team-single-page-slider .team-single-page-swiper-controll .button-style svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
 @media screen and (max-width: 767px) {
 .ak-trusted-client-slider .swiper-wrapper .swiper-slide {
 width: 33.3%;
}
 .team-single-page-slider {
 height: 40vh;
}
 .team-single-page-slider .swiper-slide {
 width: 60%;
}
 .team-single-page-slider .team-single-page-swiper-controll {
 width: 72%;
}
 .team-single-page-slider .team-single-page-swiper-controll .button-style {
 width: 50px;
 height: 50px;
}
}
 @media screen and (max-width: 350px) {
 .ak-swiper-controll-hero-1 {
 display: none;
}
}
.video-home {
	height: 650px;
	width: 100%;
	overflow: hidden;
}
.ak-video-block.ak-style1 {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 10;
	overflow: hidden;
	border-radius: 0px;
}
 .ak-video-block.ak-style1::before {
 content: "";
 position: absolute;
 height: 100%;
 width: 100%;
 left: 0;
 top: 0;
 opacity: 0;
 background-color: rgba(0, 0, 0, 0.4);
 transition: all 0.4s ease;
}
 .ak-video-block.ak-style1:hover::before {
 opacity: 1;
}
.ak-video-block.ak-style1.ak-size1 {
	height: 580px;
}
.ak-video-block.ak-style1.type_2 {
	height: 75px;
	width: 75px;
}
.ak-digital-agency.ak-video-block.ak-style1 {
	height: 700px;
}
 @media screen and (max-width: 991px) {
 .video-home {
 height: 400px;
}
 .ak-digital-agency.ak-video-block.ak-style1 {
 height: 400px;
}
}
.spiner-animation {
	-webkit-animation: spinner 4s infinite linear;
	animation: spinner 4s infinite linear;
}
 @-webkit-keyframes spinner {
 to {
 -webkit-transform: rotateZ(360deg);
 transform: rotateZ(360deg);
}
}
 @keyframes spinner {
 to {
 -webkit-transform: rotateZ(360deg);
 transform: rotateZ(360deg);
}
}
.spiner-reverse-animation {
	-webkit-animation: spinnerReverse 20s infinite linear;
	animation: spinnerReverse 20s infinite linear;
}
 @-webkit-keyframes spinnerReverse {
 to {
 -webkit-transform: rotateZ(-360deg);
 transform: rotateZ(-360deg);
}
}
 @keyframes spinnerReverse {
 to {
 -webkit-transform: rotateZ(-360deg);
 transform: rotateZ(-360deg);
}
}
.ak-site_header {
	position: relative;
	z-index: 100001;
}
.ak-site-branding {
	display: inline-block;
	max-width: 180px;
}
.ak-site_header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0px;
	transition: all 0.4s ease;
}
.ak-site_header.ak-style1 {
}
.ak-site_header.ak-style1 .ak-main_header_in, .ak-site_header.ak-style1 .ak-top_header_in {
	display: block;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin: 0px;
	text-align: center;
}
.ak-site_header.ak-style1 .ak-main-header-center {
	display: flex;
	align-items: center;
	height: 100%;
}
.ak-site_header.ak-style1 .header-top {
	position: relative;
	padding: 0px 10px 0px 28px;
	height: 70px;
}
.ak-site_header.ak-style1 .header-top .wrapper {
	height: 100%;
	width: 100%;
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.ak-site_header.ak-style1 .header-top .wrapper .header-logo {
	border-right: 0.3px solid #635542;
	display: flex;
	height: 0%;
	align-items: center;
}
.ak-site_header.ak-style1 .header-top .wrapper .center-log {
	margin-right: 88px;
}
 @media screen and (max-width: 768px) {
 .ak-site_header.ak-style1 .header-top .wrapper .center-log {
 margin-right: 0px;
}
}
.ak-site_header.ak-style1 .header-top .top-main-menu {
	position: absolute;
	width: 100%;
	top: 0%;
	left: 0;
	z-index: -10;
	transition: all 0.5s ease-in-out;
	background-color: rgba(0, 0, 0, 0.9058823529);
	display: flex;
	flex-direction: column;
	font-style: italic;
	list-style: none;
	justify-content: center;
	opacity: 1;
	height: 0;
}
.ak-site_header.ak-style1 .header-top .top-main-menu .top-main-menu-li {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	font-style: italic;
	color: #fff;
	font-family: Baskervville;
	padding-left: 15%;
	padding-right: 5%;
	transition: all 0.5s ease-in-out;
}
.ak-site_header.ak-style1 .header-top .top-main-menu .top-main-menu-li .top-main-menu-img {
	position: relative;
	opacity: 0;
	display: none;
	-o-object-fit: cover;
	object-fit: cover;
	width: 0%;
	height: 400px;
}
.ak-site_header.ak-style1 .header-top .top-main-menu li > a {
	display: none;
	font-size: 60px;
	line-height: 120%;
	display: inline-block;
}
.ak-site_header.ak-style1 .header-top .top-main-menu li > a:hover {
	transform: translateX(50px);
	color: #fff;
}
.ak-nav + .ak-toolbox {
	margin-left: 55px;
}
.ak-site_header.ak-style1.ak-sticky-active {
	background-color: rgba(0, 0, 0, 0.8549019608);
	box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}
.ak-site_header.ak-style1 .ak-action_box {
	display: flex;
	align-items: center;
}
.ak-site_header.ak-style1 .ak-action_box .ak-action_value {
	margin-left: 15px;
}
 .ak-site_header.ak-style1 .ak-action_box > *:not(:last-child) {
 margin-right: 35px;
}
.ak-site_header.ak-style1 .ak-btn {
	padding: 13px 15px;
}
.ak-site_header_full_width .container {
	max-width: 100%;
	padding: 0 100px;
}
.ak-site_header_style1 {
	border-bottom: 1px solid #1a188d;
}
.ak-site_header_style1 .ak-main-header-center {
	display: flex;
	align-items: center;
}
.ak-site_header_style1 .ak-nav + .ak-header_toolbox.ak-center {
	margin-left: 35px;
}
.ak-site_header_style1 .ak-nav .ak-nav_list > li.current-menu-item > a:before {
	bottom: -4px;
	background-color: rgba(0, 0, 0, 0.8549019608);
}
.container-footer {
	max-width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 70px;
}
 @media screen and (max-width: 1199px) {
 .ak-main_header .container {
 max-width: 100%;
}
 .ak-site_header.ak-style1 .ak-nav {
 display: flex;
}
}
.a-tcenter {
	text-align:center;
}
.ak-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ak-sticky_header {
	position: relative!important;
	width: 100%;
	z-index: 999;
	background: url(../img/x.jpg);
	height: 320px;
}
.ak-gescout_sticky {
	position: relative!important;
	top: 0px;
	transition: all 0.4s ease;
}
.ak-gescout_show {
	top: 0 !important;
}
.ak-site_branding {
	display: inline-block;
}
.ak-site_branding img {
	max-height: 90px;
	border-radius: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: transform 0.7s ease-in-out;
}
.ak-site_branding img:hover {
	transform: rotate(360deg);
}
 @media screen and (min-width: 1200px) {
 .ak-nav_list.ak-color_1 {
 color: #fff;
}
 .ak-nav_list.ak-color_1 ul {
 color: #000;
}
 .ak-main_header {
 position: relative;
}
 .ak-main_header .container-fluid {
 padding-right: 40px;
 padding-left: 40px;
}
 .ak-main_header_center, .ak-top_header_center {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
}
 .ak-site_header.ak-style1 .ak-main_header_center {
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100%;
 width: 100%;
 max-width: calc(100% - 300px);
}
 .ak-nav {
 display: flex;
 align-items: center;
 height: 100%;
 line-height: 1.6em;
 font-size: 16px;
}
 .ak-nav .ak-nav_list {
 display: flex !important;
 flex-wrap: wrap;
 height: inherit;
}
 .ak-nav .ak-nav_list > li {
 margin-right: 22px;
 height: 60px;
 text-transform: uppercase;
 color: #fff;
}
 .ak-nav .ak-nav_list > li:last-child {
 margin-right: 0;
}
 .ak-nav .ak-nav_list > li > a {
 display: inline-flex;
 position: relative;
 height: inherit;
 align-items: center;
 font-family: 'American Typewriter';
 font-size: 18px;
 font-weight: 500;
 line-height: 24px;
 letter-spacing: 0.4px;
}
 .ak-nav .ak-nav_list > li > ul {
 left: 0;
 top: calc(100% + 30px);
}
 .ak-nav .ak-nav_list > li:hover > ul {
 top: calc(100% + 0px);
 opacity: 1;
 visibility: visible;
 transition: all 0.4s ease;
}
 .ak-nav .ak-nav_list > li.menu-item-has-children > a {
 position: relative;
}
 .ak-nav .ak-nav_list li:not(.ak-mega_menu) {
 position: relative;
}
 .ak-nav .ak-nav_list ul {
 width: 240px;
 background-color: rgba(0, 0, 0, 0.8549019608);
 position: absolute;
 box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
 border-top: 2px solid rgba(255, 255, 255, 0.3215686275);
 padding: 10px 0;
 z-index: 100;
 opacity: 0;
 visibility: hidden;
 display: block !important;
 border-radius: 0px 0px 5px 5px;
 transition: all 0.1s ease;
}
 .ak-nav .ak-nav_list ul li:hover ul {
 top: 0px;
}
 .ak-nav .ak-nav_list ul li:hover > ul {
 opacity: 1;
 visibility: visible;
 transition: all 0.4s ease;
}
 .ak-nav .ak-nav_list ul a {
 display: block;
 line-height: inherit;
 padding: 0px 15px 0px;
 font-family: 'American Typewriter';
 font-size: 15px;
 line-height: 24px;
}
 .ak-nav .ak-nav_list ul ul {
 top: 15px;
 left: 100%;
}
 .ak-munu_toggle, .ak-munu_dropdown_toggle {
 display: none;
}
 .ak-nav_black_section ul {
 position: relative;
 list-style: none;
 line-height: 65px;
 padding: 0px;
}
 .ak-nav_black_section ul li {
 margin-top: 40px;
 font-size: 55px;
 text-transform: uppercase;
 font-weight: 900;
}
 .ak-nav_black_section.ak-font_changes .ak-style_1 ul li {
 font-size: 40px;
 line-height: 14px;
 text-transform: capitalize;
 font-weight: 500;
}
 .brd {
 border-bottom: 1px solid #eeeeee3b;
 padding-top: 12px;
}
 .mtx {
 color: #818080;
 position: relative;
 top: -8px;
 font-size: 17px;
}
 .menu-item-has-black-section {
 position: relative;
}
 .menu-item-has-black-section span {
 cursor: pointer;
}
 .menu-item-has-black-section > a {
 position: relative;
}
 .menu-item-has-black-section > ul {
 padding-left: 40px;
 display: none;
 list-style: none;
 line-height: 30px;
}
 .menu-item-has-black-section > ul li {
 margin-top: 40px;
}
 .ak-munu_dropdown_toggle_1 {
 position: absolute;
 height: 30px;
 width: 35px;
 right: 20px;
 top: 9px;
}
 .ak-munu_dropdown_toggle_1:before, .ak-munu_dropdown_toggle_1:after {
 content: "";
 display: block;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 height: 2px;
 width: 35px;
 background-color: #fff;
 transition: all 0.3s ease;
}
 .ak-munu_dropdown_toggle_1:before {
 transform: translate(-50%, -50%) rotate(90deg);
}
 .ak-munu_dropdown_toggle_1.active:before {
 transform: translate(-50%, -50%) rotate(0deg);
}
 .ak-nav .ak-nav_list .ak-mega_wrapper {
 width: 1296px !important;
 left: 50%;
 transform: translateX(-50%);
 display: flex !important;
 position: absolute;
 padding: 5px 15px 10px;
}
 .ak-nav .ak-nav_list .ak-mega_wrapper a {
 padding: 5px 10px;
}
 .ak-nav .ak-nav_list .ak-mega_wrapper a img {
 border-radius: 5px;
 border: 1px solid rgba(181, 181, 181, 0.1);
 transition: all 0.5s ease;
}
 .ak-nav .ak-nav_list .ak-mega_wrapper a:hover img {
 border-color: rgba(255, 255, 255, 0.6);
}
 .ak-nav .ak-nav_list .ak-mega_wrapper > li {
 flex: 1;
 padding: 10px 0;
}
 .ak-nav .ak-nav_list .ak-mega_wrapper > li > a:hover {
 background-color: transparent;
}
 .ak-nav .ak-nav_list .ak-mega_wrapper > li ul {
 position: initial;
 border: none;
 padding: 0;
 width: 100%;
 box-shadow: none;
 background-color: transparent;
}
 .ak-nav .ak-nav_list .ak-mega_menu:hover .ak-mega_wrapper li ul {
 opacity: 1;
 visibility: visible;
}
 .ak-nav .ak-nav_list > li ul:not(.ak-mega_wrapper) .menu-item-has-children > a {
 position: relative;
}
}
 @media screen and (max-width: 1400px) {
 .ak-nav .ak-nav_list .ak-mega_wrapper {
 width: 1116px !important;
}
 .ak-site-branding {
 max-width: 190px;
}
 .usz {
 gap: 60px!important;
}
 .ak-site_header_full_width .container {
 max-width: 100%;
}
}
.ak-munu_toggle {
	display: inline-block;
	width: 30px;
	height: 27px;
	cursor: pointer;
	position: absolute;
	top: 27px;
	right: 30px;
}
 @media screen and (max-width: 1199px) {
 .ak-nav .ak-nav_list .ak-mega_wrapper {
 width: 100% !important;
}
 .ak-site_header_full_width .container {
 padding: 0 15px;
}
 .ak-munu_dropdown_toggle {
 position: absolute;
 height: 30px;
 width: 30px;
 right: 20px;
 top: 15px;
}
 .mtx {
 color: #818080;
 position: relative;
 top: -8px;
 font-size: 17px;
}
 .brd a {
 font-size: 15px!important;
 padding: 10px 5px 0px 5px !important;
 line-height: 25px !important;
}
 .ak-munu_dropdown_toggle:before, .ak-munu_dropdown_toggle:after {
 content: "";
 display: block;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 height: 2px;
 width: 15px;
 background-color: var(--body-color);
 transition: all 0.3s ease;
}
 .ak-munu_dropdown_toggle:before {
 transform: translate(-50%, -50%) rotate(90deg);
}
 .ak-munu_dropdown_toggle.active:before {
 transform: translate(-50%, -50%) rotate(0deg);
}
 .ak-nav .ak-nav_list {
 position: absolute;
 width: 100vw;
 left: -15px;
 background-color: rgba(0, 0, 0, 0.8549019608);
 padding: 10px 0;
 display: none;
 top: 0%;
 padding-top: 90px;
 border-top: 1px solid rgba(77, 77, 77, 0.3215686275);
 border-bottom: 1px solid rgba(77, 77, 77, 0.3215686275);
 overflow: auto;
 max-height: calc(100vh - 80px);
 line-height: 1.6em;
}
 .ak-nav .ak-nav_list ul {
 padding-left: 15px;
 display: none;
}
 .ak-nav .ak-nav_list a {
 display: block;
 padding: 8px 20px;
 text-transform: uppercase;
 color: #fff;
}
 .ak-nav .ak-nav_list a:hover {
 color: #fff;
}
 .ak-nav .menu-item-has-children {
 position: relative;
}
 .ak-munu_toggle {
 display: inline-block;
 width: 30px;
 height: 27px;
 cursor: pointer;
 position: absolute;
 top: 27px;
 right: 30px;
}
 .ak-munu_toggle span, .ak-munu_toggle span:before, .ak-munu_toggle span:after {
 width: 100%;
 height: 2px;
 background-color: #fff;
 display: block;
}
 .ak-munu_toggle span {
 margin: 0 auto;
 position: relative;
 top: 12px;
 transition-duration: 0s;
 transition-delay: 0.2s;
}
 .ak-munu_toggle span:before {
 content: "";
 position: absolute;
 margin-top: -9px;
 transition-property: margin, transform;
 transition-duration: 0.2s;
 transition-delay: 0.2s, 0s;
}
 .ak-munu_toggle span:after {
 content: "";
 position: absolute;
 margin-top: 9px;
 transition-property: margin, transform;
 transition-duration: 0.2s;
 transition-delay: 0.2s, 0s;
}
 .ak-site_header.ak-style1 .ak-munu_toggle {
 top: 50%;
 right: 0px;
 margin-top: -13px;
}
 .ak-toggle_active span {
 background-color: rgba(0, 0, 0, 0);
 transition-delay: 0.2s;
}
 .ak-toggle_active span:before {
 margin-top: 0;
 transform: rotate(45deg);
 transition-delay: 0s, 0.2s;
}
 .ak-toggle_active span:after {
 margin-top: 0;
 transform: rotate(-45deg);
 transition-delay: 0s, 0.2s;
}
 .ak-header_toolbox {
 margin-right: 50px;
}
 .ak-nav .ak-nav_list a {
 position: relative;
 text-transform: uppercase;
 color: #fff;
 padding-bottom: 0px;
 padding-top: 16px;
 border-bottom: 1px solid #eeeeee59;
 font-size: 19px;
 font-family: 'American Typewriter';
 font-weight: 600;
 line-height: 30px;
}
 .ak-nav .ak-nav_list a:hover {
 color: #fff;
}
 .ak-site_header.ak-style1 .ak-main_header_in {
 height: 80px;
 justify-content: start;
 margin: 0px;
}
 .ak-hamburger span {
 height: 3px;
}
 .ak-site_header .current-menu-item > a:before {
 display: none;
}
 .ak-site_header.ak-style1 .ak-main_header_center .ak-site_branding {
 position: absolute;
 left: 0px;
 top: 50%;
 transform: translateY(-50%);
}
 .ak-site_header.ak-style1 {
 top: 0;
}
 .header-top {
 display: none;
}
}
 @media screen and (max-width: 991px) {
 .ak-site_header .container {
 max-width: 100%;
}
 .ak-site_header.ak-style1 .ak-action_box > *:not(:last-child) {
 margin-right: 25px;
}
 .ak-site_header.ak-style1 .ak-btn {
 padding: 8px;
}
 .header-top {
 display: none;
}
}
 @media screen and (max-width: 575px) {
 .ak-site-branding {
 max-width: 150px;
}
 .ak-hamburger_wrap .ak-hamburger {
 margin-right: 0;
}
 .ak-site_branding img {
 max-height: 32px;
}
 .ak-site_header.ak-style1 .ak-btn span {
 display: none;
}
 .ak-site_header.ak-style1 .ak-btn svg {
 margin-right: 0;
 width: 20px;
 height: 20px;
}
 .ak-main-header-right {
 display: none;
}
}
.nav-bar-border {
	opacity: 0.5;
	height: 1.5px;
	background-color: rgba(255, 255, 255, 0.3490196078);
	width: 100%;
}
.ak-menu-toggle {
	background-color: transparent;
	border: none;
	cursor: pointer;
	border-left: 0.3px solid #635542;
	padding-left: 20px;
	height: 100%;
}
.ak-menu-toggle .ak-menu-icon path {
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
}
.footer-bg {
	background-color: #000;
	padding-top: 0px;
}
.footer.style-1 .footer-email {
	position: relative;
}
.footer.style-1 .footer-email .background-text {
	z-index: 9;
	opacity: 0.3;
	text-align: center;
	font-family: American Typewriter;
	font-size: 110px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to right, #222 0%, #fff 50%, #222 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shimmer 4s infinite;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: rgba(46, 46, 46, 0.7960784314);
	-ms-background-size: 200px 100%;
	background-size: 200px 100%;
}
.footer.style-1 .footer-email .footer-heading-email {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 100px;
}
.footer.style-1 .footer-email .footer-heading-email .email-title {
	text-transform: uppercase;
	max-width: 670px;
}
.footer.style-1 .footer-email .footer-heading-email .email-form {
	display: flex;
	gap: 30px;
	padding-bottom: 16px;
	border-bottom: 1px solid #363636;
}
.footer.style-1 .footer-email .footer-heading-email .email-form .email-input {
	color: #fff;
	background-color: transparent;
	border: 0;
}
.footer.style-1 .footer-email .footer-heading-email .email-form .email-input:focus {
	outline: none;
}
.footer.style-1 .footer-email .footer-heading-email .email-form .submit-btn {
	background-color:  #363636;
	position: relative;
	overflow: hidden;
	padding: 8px 13px;
	border: 0px;
}
.footer.style-1 .footer-email .footer-heading-email .email-form .submit-btn:hover .send svg {
	transition: all 0.3s ease;
	animation: sending 0.5s linear 0.3s forwards;
}
.footer.style-1 .footer-content {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.footer.style-1 .footer-content .footer-info {
	max-width: 420px;
	padding-top: 13px;
}
.footer.style-1 .footer-content .footer-info .desp {
	font-size: 14px;
	padding-left: 170px;
	line-height: 19px;
	margin-top: -15px;
	font-family: 'American Typewriter';
}
.footer.style-1 .footer-content .footer-info .phone {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
}
.footer.style-1 .footer-content .footer-menu {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.footer.style-1 .footer-content .footer-menu .menu-title {
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'American Typewriter';
	font-weight: 600;
}
.footer.style-1 .footer-content .footer-address {
	max-width: 223px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.footer.style-1 .footer-content .footer-address a {
	font-size: 16px;
}
.footer.style-1 .footer-content .footer-address .adress-title {
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'American Typewriter';
	font-weight: 600;
}
.footer.style-1 .copy-right {
	padding: 24px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-family: 'American Typewriter';
}
.footer.style-1 .copy-right .title {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	position: relative;
	top: 3px;
}
.footer.style-1 .copy-right .social-icon {
	display: flex;
	gap: 15px;
	color: #fff;
	position: relative;
	top: 1px;
}
.kiemeles {
	font-size: 19px;
	font-family: 'American Typewriter';
	color: #fff;
	font-weight: 600;
	padding-bottom: 4px;
	display: block;
}
.itx {
	font-size: 14px;
	position: relative;
	top: -3px;
	color: #5f5d5d;
}
.tmp1 {
	font-size: 21px;
	margin-right: -4px;
	position: relative;
	top: 2px;
}
.tmp2 {
	font-size: 21px;
	margin-right: -4px;
	position: relative;
	top: 2px;
}
.tmp3 {
	font-size: 18px;
	margin-right: -4px;
	position: relative;
	top: 2px;
}
.date {
	font-size: 14px;
	color: #fff;
}
.terkep {
	font-size: 11px;
	opacity: 0.5;
}
.ttd {
	font-size: 16px;
	color: #fff;
	font-family: 'American Typewriter';
}
.lablec-telszam {
	font-family: 'American Typewriter';
	font-size: 32px !important;
	font-weight: 6 00 !important;
	padding-top: 12px;
	margin-left: -6px;
}
.footer-address a {
	font-family: 'American Typewriter';
}
.location {
	line-height: 22px;
	font-weight: 600;
	color: #fff;
}
.location:hover {
	color:#666;
}
.footer-address .date {
	font-family: 'American Typewriter';
}
.menu-lablecen li a {
	font-family: 'American Typewriter';
	color: #fff;
	font-size: 14px;
}
.rolunk {
	font-size:12px;
	color:#fff;
	font-weight:600;
}
 @media screen and (max-width: 991px) {
 .footer.style-1 .footer-email .background-text {
 transform: translate(0%, 0%);
}
 .footer.style-1 .footer-email .footer-heading-email {
 flex-direction: column-reverse;
 gap: 30px;
 text-align: center;
}
 .footer.style-1 .footer-content {
 flex-wrap: wrap;
 gap: 30px;
}
 .footer.style-1 .footer-content .footer-info {
 max-width: 100%;
}
}
 @media screen and (max-width: 767px) {
 .footer.style-1 .footer-email .footer-heading-email {
 text-align: start;
 align-items: flex-start;
}
 .footer.style-1 .footer-email .footer-heading-email .email-title {
 font-size: 18px;
}
 .footer.style-1 .footer-content .footer-info .phone {
 font-size: 32px;
}
 .footer.style-1 .copy-right {
 flex-direction: column;
}
}
 @keyframes sending {
 0% {
 transform: translateY(0);
 transform: rotate(360deg);
}
 50% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
 transform: translate(40px, -60px);
}
}
.menu-lablecen {
	width: 270px;
	padding-left: 0px;
	margin: 0px !important;
}
.menu-lablecen li {
	width: 50%;
	display: block;
	float: left;
	line-height: 34px;
}
.pagination-style {
	display: flex;
	gap: 30px;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}
.pagination-style .current {
	color:  #363636;
}
.pagination-style .current.next, .pagination-style .current.prev {
	color: #fff;
}
.focim-padding {
	padding-top:60px;
}
.common-page-title p {
	font-weight:600;
}
.common-page-title p {
	font-weight:600;
	font-size:19px;
}
.common-page-title p a {
	font-weight:600;
	font-size:19px;
}
.common-page-title p a:hover {
	color:#fff;
}
.telephely img {
	padding: 0px;
	width: 390px;
	border-radius: 10px;
	margin-top: 10px;
}
.elkuldes {
	background: #fff!important;
	color: #000!important;
}
.elkuldes:hover {
	background: #2b2b2b!important;
	color: #fff!important;
}
.fank {
	font-weight:600;
}
.common-page-title {
	margin-bottom: 30px;
	text-align:center;
}
.common-page-title .page-title {
	text-transform: uppercase;
	font-size:60px;
	text-align:center;
}
.common-btn {
	padding: 20px 45px;
	display: inline-block;
	background-color: #2d2d2d;
	color: var(--white-color);
	font-size: 20px;
	font-weight: 500;
	font-family: var(--heading-font-family);
	border: none;
	text-transform: uppercase;
	transform-style: preserve-3d;
	transition: background-color 0.4s, transform 0.3s, color 0.3s;
	transform: translate3d(0, 0px, 0px);
}
.common-btn:hover {
	transition: background-color 0.4s, transform 0.3s, color 0.3s;
	background-color: white;
	color: var(--black-color);
	transform: translate3d(0px, -7px, 0.01px);
}
 @-webkit-keyframes wobble-vertical {
 16.65% {
 -webkit-transform:translateY(8px);
 transform:translateY(8px)
}
 33.3% {
 -webkit-transform:translateY(-6px);
 transform:translateY(-6px)
}
 49.95% {
 -webkit-transform:translateY(4px);
 transform:translateY(4px)
}
 66.6% {
 -webkit-transform:translateY(-2px);
 transform:translateY(-2px)
}
 83.25% {
 -webkit-transform:translateY(1px);
 transform:translateY(1px)
}
 100% {
 -webkit-transform:translateY(0);
 transform:translateY(0)
}
}
 @keyframes wobble-vertical {
 16.65% {
 -webkit-transform:translateY(8px);
 -ms-transform:translateY(8px);
 transform:translateY(8px)
}
 33.3% {
 -webkit-transform:translateY(-6px);
 -ms-transform:translateY(-6px);
 transform:translateY(-6px)
}
 49.95% {
 -webkit-transform:translateY(4px);
 -ms-transform:translateY(4px);
 transform:translateY(4px)
}
 66.6% {
 -webkit-transform:translateY(-2px);
 -ms-transform:translateY(-2px);
 transform:translateY(-2px)
}
 83.25% {
 -webkit-transform:translateY(1px);
 -ms-transform:translateY(1px);
 transform:translateY(1px)
}
 100% {
 -webkit-transform:translateY(0);
 -ms-transform:translateY(0);
 transform:translateY(0)
}
}
.wobble-vertical:hover {
	-webkit-animation-name:wobble-vertical;
	animation-name:wobble-vertical;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	animation-timing-function:ease-in-out;
	animation-iteration-count:1
}
.more-btn {
	position: relative;
	display: inline-block;
	color: var(--white-color);
	font-size: 18px;
	min-width: 100px;
	text-transform: uppercase;
	margin-bottom: 6px;
}
 .more-btn::after {
 content: "";
 position: absolute;
 display: inline;
 width: 70%;
 height: 2px;
 left: 0;
 bottom: -5px;
 opacity: 1;
 background-color: #4f4836;
 transition: all 0.5s;
 background-color: var(--primary-color);
}
 .more-btn:hover::after {
 width: 100%;
}
.get-started-btn {
	padding: 20px 42px;
	display: inline-block;
	cursor: pointer;
	text-align: start;
	font-weight: 700;
	border-radius: 150px;
	border: 1px solid rgba(90, 89, 89, 0.3647058824);
	background: rgba(255, 255, 255, 0.16);
	transition: all 0.5s;
	line-height: normal;
}
.get-started-btn:hover {
	background: rgba(255, 61, 36, 0.7);
	color: white;
}
.get-started-btn span svg {
	transition: all 0.3s;
	transform: translateX(0px);
}
.get-started-btn:hover > span svg {
	transform: translateX(15px);
}
.next-prev-btn {
	display: flex;
	gap: 25px;
}
.next-prev-btn .button {
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--white-color);
	text-transform: uppercase;
	padding: 7px 15px;
	border: 1px solid var(--white-color);
	background: transparent;
	cursor: pointer;
	transition: all 0.3s;
}
.next-prev-btn .button img {
	transition: all 0.3s;
}
.next-prev-btn .button.next-btn:hover img {
	transform: translateX(5px);
}
.next-prev-btn .button.prev-btn:hover img {
	transform: translateX(-5px);
}
.next-prev-btn .button:hover {
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
}
.service-card {
	display: flex;
	align-items: center;
	gap: 30px;
	background: linear-gradient(90deg, var(--black-color) 0.34%, rgba(0, 0, 0, 0) 91.06%);
	width: 800px;
	margin: 0 auto 70px;
}
.service-card .card-img {
	overflow: hidden;
	transition: all 0.5s;
}
.service-card .card-img img {
	transition: all 0.5s ease-in-out;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: auto;
}
.service-card .card-info {
	max-width: 420px;
}
.service-card .card-info .card-title {
	font-size: 42px;
	color: var(--white-color);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'American Typewriter';
}
.service-card .card-info .card-title:hover {
	color: var(--primary-color);
}
.service-card .card-info .card-desp {
	margin-bottom: 35px;
	font-size: 16px;
}
.service-card:hover > .card-img > img {
	transform: scale(1.2);
}
.service-card-style-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 38px 44px;
	gap: 23px;
	background-color: var(--black-color);
}
.service-card-style-2.type-two {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid rgba(255, 61, 36, 0.7);
}
.service-card-style-2.type-two .view-more-btn {
	position: absolute;
	width: 100%;
	right: 0;
	bottom: -53px;
	padding: 10px 0px;
	background-color: rgba(255, 61, 36, 0.7);
	transition: all 0.3s ease-in-out;
}
.service-card-style-2.type-two:hover .view-more-btn {
	bottom: 0px;
}
.service-card-style-2.type-two .service-desp {
	margin-bottom: 25px;
}
.service-card-style-2 .service-icon {
	border-radius: 25px;
	display: inline-block;
	padding: 17px;
	background-color: rgba(255, 61, 36, 0.7);
}
.service-card-style-2 .service-desp {
	text-align: center;
}
.service-card-style-2 .service-desp .title {
	font-family: var(--heading-font-family);
	color: #fff;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 7px;
	text-transform: uppercase;
	transition: all 0.5s;
	font-weight: 700;
}
.service-card-style-2 .service-desp .title:hover {
	color:  #363636;
}
.service-card-style-2 .service-desp .desp {
	margin-bottom: 17px;
	font-size: 16px;
}
.service-card-style-2:hover > .service-icon {
	transition-duration: 1s;
	transform: rotate(360deg) !important;
}
 @media screen and (max-width: 767px) {
 .service-card {
 flex-direction: column;
 align-items: start;
 background: transparent;
}
 .service-card .card-info .card-title {
 font-size: 22px;
 margin: 0px;
}
 .service-card .card-info .card-desp {
 margin-bottom: 10px;
}
 .service-card-style-2 {
 padding: 38px 25px;
}
}
.ak-hero.ak-style1 {
	min-height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ak-hero.ak-style1.style-two {
	min-height: 110vh;
}
.ak-hero.ak-style1 .ak-hero-bg {
	position: absolute;
	height: calc(100% + 100px);
	width: 100%;
	left: 0;
	top: 0;
}
.ak-hero.ak-style1 .hero-slider-info {
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
	margin-top: 8%;
	max-width: 650px;
}
.ak-hero.ak-style1 .hero-slider-info.style-two {
	margin-top: 0%;
}
.ak-hero.ak-style1 .hero-slider-info .hero-main-title {
	text-transform: uppercase;
}
.ak-hero.ak-style1 .hero-slider-info .hero-main-title-1 {
	text-transform: uppercase;
}
.ak-hero.ak-style1 .hero-slider-info .mini-title {
	max-width: 560px;
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
}
.hero-contact-info {
	position: absolute;
	top: 90px;
	z-index: 11;
	left: 50%;
	width: 100%;
	transform: translate(-50%, 50%);
	display: flex;
	gap: 113px;
	align-items: center;
	justify-content: center;
}
.social-hero {
	position: absolute;
	z-index: 11;
	width: 100px;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-direction: column;
	top: 30%;
}
.social-hero .social-icon1 {
	width: 16px;
	height: 16px;
}
.social-hero .social-icon1 path {
	transition: fill 0.3s ease;
}
.social-hero .social-icon1:hover path {
	fill:  #363636 !important;
}
.social-hero .social-horizontal {
	width: 1px;
	height: 85px;
	background: var(--Text-color, #d3d3d3);
}
.social-hero .social-link {
	transform: rotate(-90deg);
	color: #fff;
	font-family: American Typewriter;
	font-size: 18px;
	font-weight: 400;
	margin-top: 40px;
}
.footer-logo {
	position:relative;
	z-index:9;
}
.ncs {
	width: 150px;
	border-radius: 100%;
	position: absolute;
	margin-top: -10px;
	z-index:9;
	transition: transform 0.7s ease-in-out;
}
.ncs:hover {
	transform: rotate(10deg);
}
.ttdfvg {
	font-size:13px!important;
}
.social-hero-two {
	display: flex;
	gap: 30px;
	margin-top: 50px;
	align-items: center;
}
.social-hero-two .social-horizontal {
	width: 85px;
	height: 1px;
	background: var(--Text-color, #d3d3d3);
}
.social-hero-two .social-icon1 {
	width: 16px;
	height: 16px;
	display: contents;
}
.social-hero-two .social-icon1 path {
	transition: fill 0.3s ease;
}
.social-hero-two .social-icon1:hover path {
	fill:  #363636 !important;
}
.social-hero-two .social-link {
	font-size: 18px;
	font-weight: 400;
}
 @media screen and (max-width: 1367px) {
 .hero-contact-info {
 display: none;
}
}
 @media screen and (max-width: 991px) {
 .social-hero {
 display: none;
}

}
.fotoajanlo {
	width:25%;
	height:auto;
}
.service-progress-card-position-changes {
	position: relative;
	bottom: 132px;
	z-index: 11;
}
.service-progress-card {
	display: flex;
	flex-direction: column;
}
.service-progress-card.style-two .service-item {
	border: 1px solid rgba(88, 30, 22, 0.6);
}
.service-progress-card .progress-item {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	align-items: center;
	margin-bottom: 25px;
}
.service-progress-card .service-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background-color: var(--black-color);
	padding: 45px 35px;
	text-align: center;
	font-size: 16px;
	height: 100%;
}
.service-progress-card .service-item .service-info .title {
	margin-top: 15px;
	margin-bottom: 9px;
}
.services-content {
	max-width: 100%;
	width: 100%;
}
.services-content .ak-section-subtitle {
	padding-right: 0px;
}
 @media screen and (max-width: 1199px) {
 .services-content {
 flex-direction: column;
 gap: 50px;
}
 .services-content .service {
 gap: 40px;
}
}
.funfact-counter {
	display: flex;
	flex-wrap: wrap;
}
.ak-funfact.ak-style1 {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ak-funfact.ak-style1 .ak-funfact-number {
	display: flex;
	align-items: center;
	gap: 5px;
	color:  #363636;
}
.ak-funfact.ak-style1 .ak-funfact-number span {
	font-size: 62px;
}
.ak-funfact.ak-style1 .ak-funfact-number.color-1 {
	color: #fff;
}
.ak-funfact.ak-style1 .ak-funfact-text {
	margin-top: 10px;
}
.ak-funfact.ak-style1 .ak-funfact-text p {
	color: #fff;
	font-family: American Typewriter;
	font-weight: 700;
	line-height: normal;
	font-size: 24px;
	text-transform: uppercase;
}
.ln a:hover {
	color:#5d5d5d;
}
.bal-kep {
	justify-content: start!important;
	align-items: center;
	gap: 60px;
}
.bal-kep-img {
	position: relative;
	left: -140px;
}
.logo-pa {
	left: 470px !important;
}
.gomb {
	display:block;
	margin-top:20px;
}
 @media screen and (max-width: 991px) {
 .gomb {
 display:block;
 margin-top:10px;
}
 .hero-title h1 {
 font-size:48px;
}
 .jmb {
 font-size:15px;
 padding:12px 16px;
}
}
 @media screen and (max-width: 767px) {
 .ak-funfact.ak-style1 {
 margin-bottom: 0px;
 text-align: center;
}
 .hero-title h1 {
 font-size:40px;
}
 .jmb {
 font-size:14px;
 padding:10px 12px;
}
 .ak-hero.ak-style1 .hero-slider-info .mini-title {
 max-width: 100%;
 padding-right:30px;
 font-size: 16px;
 line-height: 24px;
 font-weight: 600;
}
 .ak-funfact.ak-style1 .ak-funfact-text p {
 font-size: 22px;
}
 .company-tab .tabs li:first-child {
 font-size: 28px;
}
 .tlip {
 font-size: 16px!important;
 padding: 10px 20px!important;
 margin-top: -5px !important;
}
 .tlip2 {
 font-size: 16px!important;
 padding: 10px 20px!important;
 margin-top: 20px !important;
}
}
 @media screen and (max-width: 575px) {
 .hero-title h1 {
 font-size:36px;
}
}
.ak-testimonal {
	background: #000000;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.ak-testimonal .testimonal-img {
	position: absolute;
	right: 0;
	top: 100px;
}
.ak-testimonal .swiper-slide.swiper-slide-active .testimonal-info.ak-style1 .slider-info .name {
	opacity: 1;
	transition: all 0.6s;
	transition-delay: 0.3s;
}
.ak-testimonal .swiper-slide.swiper-slide-active .testimonal-info.ak-style1 .slider-info .from {
	opacity: 1;
	transition: all 0.6s;
	transition-delay: 0.5s;
}
.ak-testimonal .swiper-slide.swiper-slide-active .testimonal-info.ak-style1 .slider-info .desp {
	opacity: 1;
	margin-left: 0px;
	transition: all 0.6s;
	transition-delay: 0.6s;
}
.ak-testimonal .testimonal-info.ak-style1 {
	display: flex;
	height: 100%;
	align-items: flex-end;
	justify-content: space-between;
}
.ak-testimonal .testimonal-info.ak-style1 .testimaonial-slide-img {
	max-width: 500px;
	max-height: 522px;
}
.ak-testimonal .testimonal-info.ak-style1 .slider-info {
	max-width: 570px;
	margin-bottom: 60px;
	margin-left: 60px;
	overflow: hidden;
}
.ak-testimonal .testimonal-info.ak-style1 .slider-info .name {
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.7, -0.56, 0.27, 1.6);
}
.ak-testimonal .testimonal-info.ak-style1 .slider-info .from {
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.7, -0.56, 0.27, 1.6);
}
.ak-testimonal .testimonal-info.ak-style1 .slider-info .desp {
	margin-top: 26px;
	font-size: 28px;
	font-style: italic;
	font-weight: 500;
	line-height: 125%;
	opacity: 0;
	margin-left: 30px;
	transition: all 0.6s cubic-bezier(0.7, -0.56, 0.27, 1.6);
}
.ak-testimonal-controll {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.ak-testimonal-controll .testimonal-controll {
	display: flex;
	gap: 25px;
}
.ak-testimonal-controll .testimonal-controll .button {
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--white-color);
	text-transform: uppercase;
	padding: 7px 15px;
	border: 1px solid var(--white-color);
	background: transparent;
	cursor: pointer;
	transition: all 0.3s;
}
.ak-testimonal-controll .testimonal-controll .button img {
	transition: all 0.3s;
}
.ak-testimonal-controll .testimonal-controll .button.testimonal-next:hover img {
	transform: translateX(5px);
}
.ak-testimonal-controll .testimonal-controll .button.testimonal-prev:hover img {
	transform: translateX(-5px);
}
.ak-testimonal-controll .testimonal-controll .button:hover {
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
}
 @media screen and (max-width: 991px) {
 .ak-testimonal .testimonal-info.ak-style1 {
 flex-direction: column-reverse;
 gap: 30px;
}
 .ak-testimonal .testimonal-info.ak-style1 .testimaonial-slide-img {
 max-width: 100%;
 max-height: 522px;
}
 .ak-testimonal .testimonal-info.ak-style1 .slider-info {
 max-width: 100%;
 margin-left: 10px;
 margin-bottom: 10px;
}
 .ak-testimonal .testimonal-info.ak-style1 .slider-info .desp {
 font-size: 22px;
}
 .ak-testimonal .testimonal-img {
 top: 20px;
}
}
 @media screen and (max-width: 767px) {
 .ak-testimonal {
 background: transparent;
}
 .ak-testimonal .testimonal-info.ak-style1 .slider-info {
 margin: 0px;
}
}
.team-contant {
	display: flex;
	gap: 80px;
}
.team-contant .team-heading {
	max-width: 340px;
}
.team-card {
	position: relative;
	width: 280px;
	height: 300px;
	max-width: 100%;
	max-height: 100%;
	background-repeat: no-repeat;
}
.team-card .team-style-1 {
	position: absolute;
	background: #000;
	bottom: -40px;
	padding: 23px 0px;
	width: 76%;
	height: 100px;
	margin: 0 12%;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	border-bottom: 1px solid #000;
}
.team-card .team-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.5s ease;
}
.team-card .team-info .team-info-social {
	transition: all 0.5s ease;
	opacity: 0;
	position: relative;
	left: -100%;
	cursor: pointer;
	margin-top: 5px;
	bottom: 25px;
}
.team-card .team-info .team-info-social .icon {
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: 1px solid #fff;
	padding: 0px 8px;
	display: inline-block;
}
.team-card .team-info .team-info-social .icon:hover {
	cursor: pointer;
	border: 0;
	background-color: var(--primary-color);
}
.team-card .team-info .team-title {
	text-align: center;
}
.team-card .team-info .team-title a {
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	font-family: var(--heading-font-family);
}
.team-card .team-info .team-title .desp {
	top: 5px;
	opacity: 1;
	position: relative;
	right: 0;
	transition: all 0.5s ease-in-out;
}
.team-card:hover .team-style-1 .team-info-social {
	opacity: 1;
	position: relative;
	left: 0;
	transition: all 0.5s ease-in-out;
	width: 100%;
	display: flex;
	gap: 10px;
	justify-content: center;
}
.team-card:hover .team-style-1 .team-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.team-card:hover .team-style-1 .team-title .desp {
	opacity: 0;
	position: relative;
	right: -105%;
	transition: all 0.5s ease-in-out;
}
.cegnev {
	font-size:36px!important;
}
.dcim {
	font-size:24px!important;
}
.klein {
	font-size:24px!important;
}
.ceo-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 88px;
}
.ceo-content .left-info {
	width: 420px;
	height: auto;
	flex-shrink: 0;
}
.ceo-content .left-info img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.ceo-content .right-info {
	max-width: 815px;
	padding-right: 88px;
	display: flex;
	gap: 55px;
	flex-shrink: 1;
	flex-direction: column;
}
.ceo-content .right-info .ceo-title {
	display: flex;
	justify-content: space-between;
}
.ceo-content .right-info .ceo-desp .desp {
	font-size: 28px;
	line-height: 35px;
	font-style: italic;
}
.ceo-content.type_2 .right-info {
	gap: 25px;
}
.ceo-content.type_2 .right-info .ceo-desp .desp {
	font-size: 18px;
	font-style: normal;
	line-height: 27px;
}
.ceo-content.type_2 .right-info .ceo-desp .address-list {
	margin: 25px 0 0 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}
.ceo-content.type_2 .right-info .ceo-desp .address-list li {
	margin-bottom: 2px;
}
.ceo-content.type_2 .right-info .ceo-desp .address-list span {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.all-members .member-card:hover, .all-members .member:hover {
	transition: all 0.3s ease-in-out;
	transform: translateY(10px);
}
.all-members .member-card:hover .member-img img, .all-members .member:hover .member-img img {
	transform: scale(1.1);
}
.album-cim {
	color: #fff;
	font-size: 30px;
	position: absolute;
	left: 0px;
	bottom: 16px;
	padding-left: 20px;
}
.member-card {
	position: relative;
	max-width: 420px;
	max-height: 485px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	margin-bottom: 58px;
	transition: all 0.3s ease-in-out;
}
.member-card .member-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.member-card .member-info {
	position: absolute;
	width: 100%;
	padding: 12px 0 0 0;
	display: flex;
	flex-direction: column;
	text-align: center;
	bottom: 9px;
	overflow: hidden;
	cursor: pointer;
	border: 0px solid rgba(255, 255, 255, 0.1215686275);
}
.member-card .member-info .member-title {
	transition: all 0.5s ease-in-out;
}
.member-card .member-info .member-title .title {
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    font-family: 'American Typewriter'!important;
}
.member-card .member-info .member-title .title:hover {
	color:  #fff;
}
.member-card .member-info .member-title .desp {
	font-size: 15px;
	opacity: 1;
	right: 0%;
	transition: all 0.5s ease-in-out;
}
.member-card .member-info .member-info-social {
	opacity: 0;
	left: -50%;
	transition: all 0.5s ease-in-out;
	position: relative;
	bottom: 18px;
}
.member-card .member-info .member-info-social .icon {
	margin-right: 1px;
	border: 1px solid rgba(255, 255, 255, 0.3490196078);
	display: inline-block;
	position: relative;
	width: 80px;
	height: 32px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	line-height: 34px;
}
.member-card .member-info .member-info-social .icon:hover {
	background-color:  #363636;
}
.member-card .member-info:hover .member-info-social {
	opacity: 1;
	position: relative;
	left: 0%;
	transition: all 0.5s ease-in-out;
}
.member-card .member-info:hover .member-title .desp {
	position: relative;
	right: -50%;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.e404 {
	font-size: 84px;
	line-height: 88px;
}
.error-section .elkuldve-oldal {
	padding: 5% 100px!important;
}
.blck {
	color:#000!important;
	font-size:70px!important;
	font-weight:300!important;
}
.headsor {
	margin-bottom: 30px!important;
}



.view-menugaleria img{
	width:25%;
	float:left;
	padding:1px;
-webkit-transform:scale(1);
transform:scale(1);
-webkit-transition:.5s ease-in-out;
transition:.6s ease-in-out
}
.view-menugaleria img:hover {
filter:grayscale(95%);
-webkit-filter:grayscale(95%);
}

 @media screen and (max-width: 1399px) {
 .team-contant {
 flex-direction: column;
 gap: 55px;
}
 .bal-kep-img {
 left: -30px;
}
 .logo-pa {
 left: 345px !important;
}
 .team-card {
 width: 100%;
 height: 450px;
 -o-object-fit: cover;
 object-fit: cover;
 margin-bottom: 70px;
}
}
 @media screen and (max-width: 1199px) {
 .ceo-content {
 gap: 50px;
}
 .bal-kep-img {
 left: -10px;
}
 .logo-pa {
 left: 210px !important;
}
 .ceo-content .right-info {
 padding: 0;
 gap: 30px;
}
 .ceo-content .right-info .ceo-desp .desp {
 font-size: 22px;
}
}
 @media screen and (max-width: 991px) {
 .ceo-content {
 flex-direction: column;
}
 .ceo-content .left-info {
 width: 100%;
 height: 100%;
}
 .ceo-content .right-info {
 gap: 30px;
}
 .ceo-content .right-info .ceo-title svg {
 width: 100px !important;
 height: 50px !important;
}
 .ceo-content .right-info .ak-heartbeat-btn {
 width: 75px;
 height: 75px;
}
}
.center-section-heading {
	display: flex;
	justify-content: center;
}
.pricing {
	display: flex;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
}
.pricing-card {
	padding: 60px 75px;
	min-width: 255px;
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
	border: 1px solid rgba(255, 255, 255, 0.1);
	opacity: 1;
	background: rgba(255, 0, 0, 0);
	-webkit-backdrop-filter: blur(100px);
	backdrop-filter: blur(100px);
}
.pricing-card.active {
	background: rgba(255, 61, 36, 0.6);
}
.pricing-card .pricing-heading {
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.pricing-card .pricing-heading .title {
	font-size: 18px;
}
.pricing-card .pricing-heading .main-price {
	text-decoration-line: line-through;
}
.pricing-card .opation-all {
	margin-bottom: 40px;
}
.pricing-card .opation-all .opation {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
}
.pricing-card .opation-all .opation .title {
	font-size: 18px;
}
 @media screen and (max-width: 991px) {
 .pricing {
 gap: 50px;
}
 .pricing-card {
 padding: 60px 0px;
 width: 100%;
}
}
.kgaleria {
	width: 33%;
	padding: 1px;
	float: left;
	filter: grayscale(35%);
	-webkit-filter: grayscale(35%);
	-webkit-transform:scale(1);
	transform: scale(1);
 -webkit-transition: .5s ease-in-out;
 transition: .6s ease-in-out
}
.kgaleria:hover {
	-webkit-transform: scale(0.94);
	transform: scale(0.94);
	filter: none
}
.widget-content {
	width:250px;
}
.blog {
	display: flex;
	gap: 30px;
}
.blog-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	background-color: transparent;
	height: 100%;
}
.blog-card .blog-header-info {
	margin-bottom: 25px;
	width: 100%;
	flex-shrink: 0;
	overflow: hidden;
}
.blog-card .blog-header-info img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease-in-out;
}
.blog-card .blog-body-info {
	padding-left: 0px;
	flex: 1 1 auto;
	text-align: center;
}
.blog-card .blog-body-info .blog-text {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 15px;
	line-height: 21px;
}
.blog-card .blog-body-info .blog-title {
	font-size: 28px;
	font-weight: 700;
	font-family: var(--heading-font-family);
	color: #fff;
	text-transform:uppercase;
}
.blog-card .blog-body-info .blog-title:hover {
	color:  #787878;
}
.desp {
	position: relative;
	z-index: 9;
	font-size: 19px;
	line-height: 28px;
}
.fontos {
	font-weight: 600;
	font-size: 21px;
	margin-top: 20px;
}
.telcsi {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	display: block;
	margin-top: 30px;
}
.tncs {
	transition: transform 1s ease-in-out;
}
.tncs:hover {
	transform: rotate(360deg);
}
.blog-card .blog-footer-info {
	margin-top: 20px;
	padding-left: 20px;
}
.blog-card:hover img {
	transform: scale(1.2);
}
.blog-feature {
	display: flex;
	gap: 30px;
	font-size: 18px;
}
.blog-feature .feature-content {
	max-width: 420px;
}
.blog-feature .feature-content .data {
	margin-bottom: 14px;
}
.blog-feature .feature-content .title {
	margin-bottom: 10px;
}
.blog-feature .feature-content .desp {
	margin-bottom: 35px;
}
.blog-feature .feature-img {
	width: 100%;
}
.blog-feature .feature-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.blog-pages-section-title {
	display: flex;
	gap: 30px;
}
.blog-pages-section-title .title {
	min-width: 420px;
}
.blog-pages-section-title .select-subject .title {
	margin-bottom: 10px;
}
.single-blog-list .single-blog-title {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.single-blog-list .single-blog-desp {
	margin-bottom: 50px;
}
 @media screen and (max-width: 991px) {
 .blog {
 display: flex;
 flex-direction: column;
 gap: 50px;
}
 .blog-card {
 flex-direction: row;
 align-items: center;
 gap: 30px;
}
 .blog-card .blog-header-info {
 margin-bottom: 10px;
 width: 300px;
}
 .blog-card .blog-body-info {
 padding-left: 0px;
 text-align: left;
}
 .blog-card .blog-footer-info {
 margin-top: 10px;
 padding-left: 0px;
}
 .blog-feature {
 flex-wrap: wrap;
}
 .blog-feature .feature-content .desp {
 margin-bottom: 15px;
}
 .blog-pages-section-title {
 gap: 30px;
 justify-content: space-between;
}
 .blog-pages-section-title .title {
 min-width: 0px;
}
}
 @media screen and (max-width: 767px) {
 .blog-card {
 flex-direction: column;
 align-items: flex-start;
 gap: 0;
}
 .blog-card .blog-header-info {
 width: 100%;
}
 .blog-pages-section-title {
 flex-direction: column;
 gap: 0px;
}
 .blog-pages-section-title .title {
 min-width: 0px;
}
 .single-blog-list .single-blog-title {
 margin-bottom: 15px;
}
 .single-blog-list .single-blog-desp {
 margin-bottom: 50px;
}
}
.cta {
	display: flex;
	justify-content: center;
	position: relative;
}
.cta .cta-info {
	max-width: 851px;
}
.cta .cta-info .cta-title {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.cta .cta-info .cta-desp {
	margin-bottom: 40px;
	max-width: 725px;
	font-size: 16px;
}
.cta .cta-info .cta-btn {
	display: inline-flex;
	align-items: center;
	padding: 13px 19px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	background-color:  #363636;
}
.cta .border-pr {
	min-height: 100%;
	width: 5px;
	margin-top: 10px;
	background-color: #7d7d7d;
}
.cta .border-wh {
	min-height: 100%;
	width: 5px;
	margin-right: 55px;
	margin-top: 10px;
	background-color: rgba(255, 255, 255, 0.2901960784);
}
.cegnev {
	text-transform:uppercase;
}
.lix {
	border: 2px solid #000;
	background:#fff;
	caption-side:#000;
	color:#000;
	padding: 0;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	font-size: 21px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.lix:hover {
	border: 2px solid #000;
	background:#000;
	color:#fff;
}
 @media screen and (min-width: 1430px) {
 .choose-us-container-extents {
 width: 1432px;
}
}
.choose-us-contain {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}
.choose-us-contain .choose-us-info {
	max-width: 610px;
}
.choose-us-contain .choose-us-img {
	max-width: 605px;
	position: relative;
}
.choose-us-contain .choose-us-img .circle-img {
	position: absolute;
	bottom: 100px;
	left: -70px;
	border-radius: 100%;
	width: 200px;
}
.fordito {
	transform: scaleX(-1);
}
.order1 {
	order:1;
}
.order2 {
	order:2;
}
 @media screen and (max-width: 991px) {
 .choose-us-contain {
 flex-wrap: wrap;
 gap: 50px;
}
 .choose-us-contain .choose-us-info {
 max-width: 100%;
}
 .choose-us-contain .choose-us-img {
 max-width: 100%;
}
 .choose-us-contain .choose-us-img .circle-img {
 bottom: 0px;
 left: 0px;
 width: 30%;
}
}
.contact-content {
	width:100%;
}
.webform-client-form {
	width:100%;
}
.headline-blokk {
	padding-top: 250px;
	padding-bottom: 125px;
}
.padding-perfekt {
	padding-top:60px;
	padding-bottom:80px;
}
.ak-accordion-title h6 {
	font-size:24px;
}
.ak-accordion-tab {
	display: none;
}
.ak-accordion {
	display: flex;
	flex-direction: column;
	gap: 23px;
}
.ak-accordion .ak-accordion-item:first-child .ak-accordion-tab {
	display: block;
}
.ak-accordion-item {
	border:2px solid #000;
}
.ak-accordion-item .ak-accordion-title {
	padding: 30px;
	cursor: pointer;
	position: relative;
	transition: background-color 0.3s ease;
}
.ak-accordion-item .ak-accordion-title h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
.ak-accordion-item .ak-accordion-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: all 0.3s ease;
    font-size: 50px;
}
.ak-accordion-item .ak-accordion-title.active:after {
	content: "-";
	    font-size: 80px;
}
.ak-accordion-item .ak-accordion-tab {
	padding: 30px;
	padding-top: 0;
}
.faq-images-title {
	font-size: 32px;
	margin-bottom: 12px;
}
.adatvedelem-szoveg {
	font-size: 19px;
	font-weight: 500;
	line-height: 26px;
}
.faq-images {
	display: flex;
	gap: 75px;
	justify-content: space-between;
}
.faq-images .faq {
	width: 100%;
}
.faq-images .images {
	max-width: 585px;
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-end;
}
.faq-images .images .img-bg-faq {
	position: absolute;
	width: 100%;
	height: 100%;
}
.faq-images .images .images-info {
	padding: 55px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.faq-images .images .images-info .ak-location {
	padding-left: 60px;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	line-height: normal;
	font-family: var(--heading-font-family);
}
.faq-images .images .images-info .ak-date-time {
	padding-left: 60px;
	padding-left: 60px;
	font-weight: 700;
	line-height: normal;
	font-size: 20px;
	color: #fff;
	font-family: var(--heading-font-family);
}
 @media screen and (max-width: 1400px) {
 .faq-images .faq {
 max-width: 100%;
}
 .faq-images .images {
 display: none;
}
 .choose-us-contain .choose-us-img .circle-img {
 left: -40px;
 width: 140px;
}
}
 @media screen and (max-width: 1200px) {
 .choose-us-contain .choose-us-img .circle-img {
 left: -30px;
 width: 90px;
 bottom: 50px;
}
 .desp {
 font-size: 18px;
 line-height: 26px;
}
 .fontos {
 font-weight: 600;
 font-size: 18px;
 margin-top: 15px;
}
}
 @media screen and (max-width: 991px) {
 .mobile-off {
 display:none!important;
}
}
.company-tab {
	font-weight: 400;
}
.company-tab .tabs {
	padding: 0;
	list-style: none;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.company-tab .tabs .active-tab {
	content: "+";
	border-bottom: none;
	position: relative;
	color: #fff;
}

.company-tab .tabs-content .list {
	padding-top: 1px;
}
.company-tab .tabs li {
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	color: #d3d3d3;
	padding: 5px 10px;
}
.company-tab .tabs li:first-child {
	margin-left: 0px;
	font-size: 48px;
	color: #777777;
	font-weight: 600;
}
.company-tab .tabs-content {
	max-width: 1045px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.company-tab .tabs-content .list {
	display: none;
}
.company-tab .tabs-content .list .desp {
	font-size: 28px;
	position: relative;
	text-align: center;
	z-index: 50;
	line-height: 34px;
	font-weight: 500;
}
.tovabb-gomb {
	width: 100%;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 45px;
}
.font {
	font-family: 'American Typewriter'!important;
	font-weight: 300 !important;
	font-style: normal !important;
	text-transform: none !important;
	font-size: 70px !important;
	margin-bottom: 15px !important;
	color:#000!important;
}
 @media screen and (max-width: 768px) {
 .company-tab .tabs-content {
 margin: 0;
}
}
.contact-content {
	display: flex;
	width: 100%;
	gap: 0px;
}
.contact-content .contact-title-section {
	max-width: 441px;
	width: 100%;
}
.contact-content .contact-form {
	width: 100%;
}
.contact-form .from-inputs {
	display: flex;
	gap: 30px;
	margin-bottom: 25px;
}
.contact-form .from-inputs input {
	color: #fff;
	background-color: transparent;
	padding: 12px 20px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	flex: 1;
	outline: none;
}
.contact-form .from-inputs input:focus {
	border-color: #fff !important;
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.19);
}
.contact-form .from-inputs .type_1 {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
}
.contact-form .from-inputs .type_1 label {
	text-transform: uppercase;
	font-size: 16px;
}
.contact-form .from-inputs .type_1 input {
	color: #fff;
	border: 1px solid #3f3f3f;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.contact-form .from-inputs .type_1 input:focus {
	border-color: #fff !important;
	box-shadow: 0 0 0 0.25rem #111;
}
.contact-form .from-inputs .type_1 .date-time-icon {
	position: absolute;
	top: 54%;
	right: 26px;
	width: 20px;
	height: 20px;
	z-index: -10;
}
.contact-form .from-textarea {
	display: flex;
	margin-bottom: 45px;
}
.contact-form .from-textarea textarea {
	padding: 12px 20px;
	color: #fff;
	outline: none;
	border: 1px solid #3f3f3f;
	flex-grow: 1;
	background-color: transparent;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.contact-form .from-textarea textarea:focus {
	border-color: #fff !important;
	box-shadow: 0 0 0 #000;
}
.contact-form .from-textarea .type_1 {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.contact-form .from-textarea .type_1 label {
	font-size: 16px;
	text-transform: uppercase;
}
.contact-form .from-textarea .type_1 textarea {
	color: #fff;
	border:1px solid #3f3f3f;
}
.contact-form .from-textarea .type_1 textarea:focus {
	border-color: #fff !important;
	box-shadow: 0 0 0 #000;
}
.contact-form input[type=time], .contact-form input[type=date] {
	overflow: hidden;
	position: relative;
	right: 0;
}
 .contact-form input[type=time]::-webkit-calendar-picker-indicator, .contact-form input[type=date]::-webkit-calendar-picker-indicator {
 background: transparent;
 bottom: 0;
 color: transparent;
 position: absolute;
 filter: invert(1);
 cursor: pointer;
 height: 100%;
 right: 0;
 left: 0;
 top: 0;
 width: 100%;
}
.custom-file .custom-file-upload {
	display: inline-block;
	cursor: pointer;
	background-color: transparent;
	color:  #363636;
	font-size: 22px;
	border: none;
	border-radius: 5px;
}
.custom-file .custom-file-upload span {
	color: #fff;
	font-size: 16px;
}
.custom-file input {
	display: none;
}
.contact-info {
	display: flex;
	gap: 40px;
}
.contact-info .left-info {
	max-width: 460px;
	width: 100%;
}
.contact-info .right-info {
	width: 100%;
}
.contact-info .right-info .info-card {
	padding:30px 20px;
	display: flex;
	font-weight: 700;
	line-height: normal;
	font-size: 24px;
	font-family: var(--heading-font-family);
	justify-content: space-between;
	color: #fff;
}
.ddo {
	text-transform: uppercase;
	z-index: 9;
	position: relative;
	font-size: 28px;
	margin-top: -10px;
	color: #aeaeae;
}
 .contact-info .right-info .info-card:nth-child(odd) {
 background: transparent;
}
 @media screen and (max-width: 991px) {
 .contact-content {
 flex-direction: column;
 gap: 15px;
}
 .contact-form .from-inputs {
 flex-direction: column;
}
}
 @media screen and (max-width: 767px) {
 .contact-info {
 flex-direction: column;
}
 .contact-info .left-info {
 width: 100%;
}
 .contact-info .right-info {
 width: 100%;
}
 .contact-info .right-info .info-card {
 padding: 45px 15px;
 flex-direction: column;
 gap: 15px;
}
}
#slide-container {
	position:relative;
	max-width:100%;
}
#slide-first-element {
	display:block;
	width:100%;
	height:auto;
	animation:32s infinite fade-1;
	-webkit-animation:32s infinite fade-1
}
#slide-element-2, #slide-element-3, #slide-element-4 {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0
}
#slide-element-2 {
	animation:32s infinite fade-2;
	-webkit-animation:32s infinite fade-2
}
#slide-element-3 {
	animation:32s infinite fade-3;
	-webkit-animation:32s infinite fade-3
}
#slide-element-4 {
	animation:32s infinite fade-4;
	-webkit-animation:32s infinite fade-5
}
 @keyframes fade-1 {
 0%, 100% {
 opacity:1
}
 33%, 66% {
 opacity:0
}
}
 @keyframes fade-2 {
 0%, 100%, 66% {
 opacity:0
}
 33% {
 opacity:1
}
}
 @keyframes fade-3 {
 0%, 100%, 33% {
 opacity:0
}
 66% {
 opacity:1
}
}
 @keyframes fade-4 {
 0%, 100%, 25%, 50% {
 opacity:0
}
 75% {
 opacity:1
}
}
.upc {
	padding-top: 90px;
	padding-bottom: 30px;
}
.error-section {
	height: 100vh;
	width: 100%;
	display:block;
}
.error-section .error-content {
	flex-direction: column;
	justify-content: center;
	padding: 12% 100px;
	height:100%;
	display:block;
	border-left: 0px solid #363636;
	background: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
}
.error-section .error-content .erro-sub-title {
	text-transform: uppercase;
}
.error-section .error-content .error-title {
	font-size: 200px;
	line-height: 88%;
}
.error-section .error-content .erro-desp {
	max-width: 100%;
	font-size: 28px;
	padding-top: 10px;
}
.error-section .error-content .go-to-home {
	margin-top: 34px;
}
.comming-section {
	height: 100vh;
	width: 100vw;
}
.comming-section .comming-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.comming-section .comming-content .comming-title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.comming-section .comming-content .time-info {
	display: flex;
	gap: 50px;
	padding: 15px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comming-section .comming-content .time-info .time-card {
	display: flex;
	padding: 31px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
	text-align: center;
	border-left: 2px solid #363636;
}
.comming-section .comming-content .time-info .time-card .time-text {
	line-height: 80%;
}
 @media screen and (max-width: 767px) {
 .error-section .error-content {
 padding: 65px 15px;
 text-align: center;
}
 .error-section .error-content .erro-sub-title {
 margin-bottom: 0px;
 font-size: 24px;
}
 .error-section .error-content .error-title {
 font-size: 100px;
}
 .comming-section .comming-content .time-info {
 gap: 30px;
 align-items: center;
 justify-content: center;
}
 .comming-section .comming-content .time-info .time-card {
 min-width: 145px;
}
}
.sticky-content {
	display: block;
	gap: 50px;
	flex-direction: column-reverse;
}
.sticky-content .content.style_2 .service {
	display: block;
	flex-direction: column;
	gap: 50px;
}
.sidebar {
	text-align:center;
}
 @media screen and (min-width: 1450px) {
 .sticky-content {
 width: 100%;
 position: relative;
}
 .sticky-content .sidebar {
 position: absolute;
 width: 100%;
 top: 0;
 max-width: inherit;
 float: none;
}
 .sticky-content .sidebar.fixed {
 position: fixed;
}
 .sticky-content .sidebar .service-card-style-2 {
 width: 420px;
}
 .sticky-content .sidebar.width-none {
 width: 100% !important;
 text-align: center;
}
 .sticky-content .content {
 float: left;
 width: calc(100% - 420px);
 padding-right: 15px;
}
 .sticky-content .content.style_2 {
 float: left;
 padding-right: 0px;
 width: 100%;
 display: flex;
 justify-content: flex-end;
}
 .sticky-content .content.style_2 .service {
 display: flex;
 flex-direction: column;
 gap: 50px;
}
}
.lg-custom-thumbnails {
	background-color: #040d10;
}
.lg-custom-thumbnails #lg-counter {
	color: #fff;
}
.lg-custom-thumbnails .lg-icon {
	background-color: transparent;
	border: none;
	color: #fff;
}
.lg-custom-thumbnails .lg-icon:hover {
	color:  #363636;
}
.mc {
	font-size: 19px !important;
	display: block;
	margin-top: -15px;
}
.gallery {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
}
.gallery .item {
	overflow: hidden;
	position: relative;
}
.gallery .frame {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 100%;
	transition: all 0.5s ease;
	display: grid;
	justify-items: center;
	align-items: center;
	transition-delay: 0.1s;
}
.gallery .frame span {
	width: 26px;
	height: 26px;
}
.gallery .item:hover .frame {
	top: 0;
}
.gallery .item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 1s;
	transition-delay: 0.2s;
}
.gallery .item:hover img {
	transform: scale(1.2);
	opacity: 1;
}
.gallery .vertical {
	grid-column: span 2;
}
.gallery .horizontal {
	grid-row: span 2;
}
.gallery .big {
	grid-column: span 2;
	grid-row: span 2;
}
.logo-404 {
	width: 230px;
	height: 230px;
	border-radius: 100%;
	margin-bottom: 30px;
	margin-top: -75px;
}
.fontos2 {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 15px;
}
.emx {
	padding-top:10px;
}
#lg-download {
	display:none!important;
}
.ln {
	line-height: 32px;
	font-size: 24px;
	font-weight: 500;
	text-align: right;
}
.kapcsolat-adatok {
	font-size:24px;
}
.tajekoztato {
	position: relative;
	margin-bottom: 15px;
	margin-top: -30px;
	font-size: 15px;
}
.arlink1 {
	font-weight:500;
	text-decoration:underline;
}
.arlink1:hover {
	color:#fff;
	text-decoration:underline;
}
.terkep2 {
	font-size: 16px;
}
.sox {
	font-size: 19px!important;
	font-weight: 600;
	color: #b7b7b7;
	border: 2px solid #5d5d5d;
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
	line-height: 47px;
}
.telszam {
	font-size: 36px;
}
.contact-info .right-info .info-card {
	border-bottom: 1px solid #3c3c3c;
}
.msi {
	padding-top:90px;
}
.uco {
	padding-bottom:0px !important;
}
.tab-on {
	display:none;
}
 @media(max-width: 1400px) and (min-width: 30px) {
 .rolunk {
 position: relative;
 top: 2px;
 font-size:11px;
}

.blck {
    color: #000!important;
    font-size: 60px!important;
    font-weight: 300!important;
}
 .ak-main-header-right .ak-heartbeat-btn {
 width: 44px;
 height: 44px;
 padding: 12px 12px 12px 12px;
 left: 40px;
 position: relative;
}
}
 @media(max-width: 1400px) and (min-width: 992px) {
 .menu-lablecen {
 width: 250px;
 padding-left: 0px;
 margin: 0px !important;
}
 .animacios-kor {
 position: relative;
 left: 5px;
}
 .ak-nav .ak-nav_list > li > a {
 font-size: 16px;
}
 .ak-nav .ak-nav_list > li {
 margin-right: 12px;
}
 .footer.style-1 .footer-content .footer-address a {
 font-size: 14px;
}
 .tmp1 {
 font-size: 19px;
}
 .tmp2 {
 font-size: 19px;
}
 .tmp3 {
 font-size: 15px;
}
 .ncs {
 width: 120px;
 border-radius: 100%;
 position: absolute;
 margin-top: 4px;
 z-index: 9;
 transition: transform 0.7s ease-in-out;
}
 .footer.style-1 .footer-content .footer-menu .menu-title {
 font-size: 21px;
}
 .footer-address .date {
 font-size: 13px;
 line-height: 19px;
}
 .footer.style-1 .footer-content .footer-address a {
 font-size: 13px;
 line-height: 19px;
}
 .ttd {
 font-size: 13px;
}
 .footer.style-1 .footer-content .footer-info .desp {
 font-size: 13px;
 padding-left: 132px;
 line-height: 17px;
 margin-top: -17px;
 font-family: 'American Typewriter';
}
 .footer.style-1 .footer-content .footer-info {
 max-width: 408px;
}
 .menu-lablecen li {
 line-height: 30px;
}
 .footer.style-1 .footer-content .footer-menu {
 gap: 10px;
 padding-left: 5px;
}
 .kgaleria {
 width: 29%;
}
}
 @media(max-width: 1300px) and (min-width: 30px) {
 .ceo-title h5 {
 font-size: 21px;
}
}
 @media(max-width: 1200px) and (min-width: 992px) {
 .footer.style-1 .copy-right .title {
 font-size: 13px;
}



.blck {
    color: #000!important;
    font-size: 50px!important;
    font-weight: 300!important;
}

.member-card .member-info .member-title .title {
    font-size: 24px;
}


 .blog-card .blog-body-info .blog-title {
 font-size: 26px;
}
 .blog-card .blog-body-info .blog-text {
 font-size: 14px;
 line-height: 19px;
}
 .footer.style-1 .footer-content .footer-address {
 gap: 0px;
}
 .social-icon a {
 font-size: 12px;
}
 .footer.style-1 .footer-content .footer-info .desp {
 font-size: 10px;
 padding-left: 90px;
 line-height: 15px;
 margin-top: -4px;
 font-family: 'American Typewriter';
}
 .ak-heartbeat-btn img {
 width: 18px;
 height: 18px;
}
 .ak-heartbeat-btn {
 width: 44px;
 height: 44px;
 padding: 10px 10px 10px 10px;
}
 .rolunk {
 position: relative;
 top: 2px;
 font-size: 9px;
}
 .lablec-telszam {
 font-family: 'American Typewriter';
 font-size: 20px !important;
 font-weight: 500 !important;
 padding-top: 9px;
 margin-left: -11px;
}
 .footer-address .date {
 font-size: 11px;
 line-height: 17px;
}
 .tmp2 {
 font-size: 15px;
 top: 1px;
}
 .footer.style-1 .footer-content .footer-address a {
 font-size: 12px;
 line-height: 19px;
}
 .footer-address .date {
 font-size: 10px;
 line-height: 17px;
}
 .tmp3 {
 font-size: 11px;
}
 .terkep {
 font-size: 9px;
 position: relative;
 top: -4px;
}
 .ttd {
 font-size: 9px;
}
 .menu-lablecen li a {
 font-size: 12px;
}
 .footer.style-1 .footer-content .footer-address .adress-title {
 font-size: 19px;
}
 .footer.style-1 .footer-content .footer-menu .menu-title {
 font-size: 19px;
}
 .kiemeles {
 font-size: 14px;
 font-family: 'American Typewriter';
 color: #fff;
 font-weight: 600;
 padding-bottom: 2px;
 display: block;
}
 .ncs {
 width: 78px;
 margin-top: 22px;
}
 .menu-lablecen {
 width: 220px;
 padding-left: 0px;
 margin: 0px !important;
}
}
 @media screen and (max-width: 1200px) {
 .e12-off {
 display:none!important;
}
 .company-tab .tabs li:first-child {
 font-size: 42px;
}
 .company-tab .tabs-content .list .desp {
 font-size: 24px;
 line-height: 32px;
}
 .headline-blokk {
 padding-top: 200px;
 padding-bottom: 80px;
}
 .common-page-title .page-title {
 font-size: 48px;
}
 .common-page-title p a {
 font-size: 16px;
}
 .common-page-title p {
 font-size: 16px;
}
 .kapcsolat-adatok {
 font-size: 19px;
}
 .elkuldes {
 padding: 15px 20px 12px !important;
 font-size: 15px !important;
 font-weight: 700 !important;
}
 .contact-form .from-textarea .type_1 label {
 font-size: 15px;
 text-transform: uppercase;
 position: relative;
 top: 11px;
}
 .contact-form .from-textarea .type_1 textarea {
 width: 100%!important;
}
 .contact-form .from-inputs {
 display: block;
 gap: 0px;
 margin-bottom: auto;
 margin-bottom: 0px;
}
 .contact-form .from-inputs .type_1 label {
 text-transform: uppercase;
 font-size: 14px;
 position: relative;
 top: 15px;
}
 .ln {
 line-height: 28px;
 font-size: 19px;
 font-weight: 500;
 text-align: right;
}
 .telszam {
 font-size: 28px!important;
}
 .ak-site_branding img {
 max-height: 66px;
 margin-top: 7px;
 margin-bottom: 7px;
}
 .usz {
 gap: 40px!important;
}
 .cegnev {
 font-size: 28px!important;
}
 .dcim {
 font-size: 19px!important;
}
 .ismerteto {
 font-size: 15px!important;
 line-height: 24px !important;
}
 .sok {
 font-size: 15px;
}
 .sok p {
 font-size: 15px;
}
 .ceo-content.type_2 .right-info .ceo-desp .address-list span {
 font-size: 15px;
}
 .nav-pages-item::after {
 display:none;
}
 .ak-main-header-right {
 z-index:0;
}
 .ak-main-header-left {
 z-index:2;
}
 .logo-v2 {
 font-size: 16px;
 position: absolute;
 top: 42px;
 left: 76px;
 text-transform: uppercase;
}
 .logo-v1 {
 font-size: 25px;
 font-weight: 600;
 text-transform: uppercase;
 padding-left: 6px;
 top: -5px;
 display: inline-block;
 position: relative;
 transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -webkit-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 -o-transition: all 500ms ease;
}
 .ak-main-header-right {
 padding-left:30px;
}
 .imk {
 width: 40px!important;
 height: 40px!important;
 padding:10px!important;
}
}
 @media screen and (max-width: 991px) {
 .tab-off {
 display:none!important;
}
 .tab-on {
 display:block!important;
}

.container-footer {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}
.social-icon a {
    padding-right: 5px;
    font-size: 12px;
}
 
.footer.style-1 .copy-right {
    padding: 20px 0px 14px;
    align-items: center;
    text-align: center;
    width: 100%;
    display: block;
}
.fotozas { 
    width: 80%!important;
}
.footer.style-1 .copy-right .social-icon {
    display: block;
    gap: 15px;
    color: #fff;
    position: relative;
    top: 1px;
    width: 100%;
    text-align: center;
}

.member-card {
    margin-bottom: 0px;

}
.bci {
    padding-top: 0px!important;
    padding-bottom: 60px !important;
} 
.blck {
    color: #000!important;
    font-size: 42px!important;
    font-weight: 300!important;
    padding-bottom: 0px;
    margin-bottom: -20px !important;
}

.member-card .member-info .member-title .title {
    font-size: 22px;
}
 .ak-funfact.ak-style1 .ak-funfact-text {
 margin-top: -2px;
}
 .ak-funfact.ak-style1 {
 margin-bottom: 40px;
}
 .company-tab .tabs-content .list .desp {
 font-size: 21px;
 line-height: 28px;
}
 .company-tab .tabs li:first-child {
 font-size: 36px;
}
 .ceo-content .right-info .ceo-title {
 margin-bottom: -10px;
}
 .msi {
 padding-top: 30px;
}
 .contact-info .right-info .info-card {
 padding: 24px 0px!important;
}
 .meg {
 font-size: 14px!important;
 line-height: 20px;
}
 .ak-accordion-title h6 {
 font-size: 19px;
}
 .ak-accordion-tab p {
 font-size:15px;
}
 .tablet-off {
 display:none;
}
 .tajekoztato {
 font-size: 14px;
}
 .arlink1 {
 font-weight: 500;
 text-decoration: underline;
 font-size: 14px;
}
 .kapcsolat-adatok {
 font-size: 15px;
}
 .telszam {
 font-size: 16px!important;
}
 .ddo {
 font-size: 21px;
}
 .telephely img {
 padding: 0px;
 width: 290px;
 border-radius: 10px;
 margin-top: 0px;
 height: auto;
}
 .sox {
 font-size: 12px!important;
}
 .ln {
 line-height: 21px;
 font-size: 12px;
 font-weight: 500;
 text-align: right;
}
 .ak-accordion-item .ak-accordion-title {
 padding: 15px 30px;
}
 .faq-images-title {
 font-size: 21px;
 margin-bottom: 10px;
}
 .adatvedelem-szoveg {
 font-size: 15px;
 font-weight: 500;
 line-height: 22px;
}
 .menu-telszam {
 position:relative;
 left:0px;
}
 .ak-heartbeat-btn img {
 width: 15px;
 height: 15px;
}
 .imk {
 width: 40px!important;
 padding:10px!important;
 height: 40px!important;
}
 .error-section .error-content .erro-desp {
 max-width: 100%;
 font-size: 19px;
 padding-top: 5px;
}
 .e404 {
 font-size: 66px;
 line-height: 74px;
}
 .logo-404 {
 width: 200px!important;
 height: 200px;
 margin-bottom: 25px;
 margin-top: -75px;
}
 .g404 {
 font-size: 15px;
 padding: 15px 30px;
}
 .error-section .error-content .go-to-home {
 margin-top: 20px;
}
 .error-section .elkuldve-oldal {
 padding: 5% 30px!important;
}
}
 @media(max-width: 991px) and (min-width: 768px) {
 .ncs {
 width: 115px;
 margin-top: -12px;
}
 .terkep2 {
 font-size: 12px;
}
 .footer.style-1 .footer-content .footer-info .desp {
 padding-left: 130px;
}
}
 @media screen and (max-width: 767px) {
 .desp {
 font-size: 16px!important;
 line-height: 24px!important;
}
.fotozas {  
    width: 100%!important;
}
.mrx {
    font-size: 16px!important;
}
.blck {
    font-size: 32px!important;
}

 .blog-card .blog-body-info {
 padding-top: 10px;
}
 .ceo-title h5 {
 font-size: 18px;
}
 .fontos {
 font-weight: 600;
 font-size: 16px;
 margin-top: 10px;
}
 .upc {
 padding-top: 30px;
 padding-bottom: 30px;
}
 .telcsi {
 font-size: 21px;
 margin-top: 20px;
}
 .mobile-on {
 display:block;
}
 .headline-blokk {
 padding-top: 165px;
 padding-bottom: 50px;
}
 .common-page-title p {
 font-size: 13px;
}
 .common-page-title p a {
 font-size: 13px;
}
 .common-page-title .page-title {
 font-size: 36px;
}
 .terkep2 {
 font-size: 12px;
}
 .container, .container-sm {
 max-width: 96%;
}
 .contact-info .right-info .info-card {
 padding: 15px 0px!important;
}
 .contact-info .right-info .info-card {
 gap: 0px;
}
 .contact-info .left-info {
 max-width: 100%;
 width: 100%;
}
 .kapcsolat-foto {
 display:none!important;
}
 .felfel {
 margin-bottom:-50px;
}
 .ln {
 font-size: 14px;
}
 .common-btn {
 padding: 15px 20px;
 font-size: 16px;
}
 .sox {
 font-size: 18px!important;
 border: 0px solid #5d5d5d;
}
 .ln {
 text-align: left;
}
 .ak-section-heading.ak-style-1 .ak-section-subtitle {
 font-size: 14px;
}
 .ak-accordion-tab p {
 font-size: 14px;
 line-height: 21px;
}
 .cvt {
 font-size:16px!important;
}
 .imk {
 width: 36px!important;
 padding: 10px!important;
 height: 36px!important;
}
 .menu-telszam {
 left: -10px;
 font-size: 16px;
 position: relative;
 top: 2px;
}
 .social-icon a {
 font-size: 11px;
}
 .mobile-blokk {
 display:block;
 margin-top:-40px;
 position:relative;
}
 .footer.style-1 .copy-right .title {
 font-size: 13px;
 line-height: 18px;
 color: #fff;
}
 .kiemeles {
 font-size: 21px;
 font-family: 'American Typewriter';
 color: #fff;
 font-weight: 600;
 padding-bottom: 6px;
 display: block;
}
 .location {
 font-weight: 400;
 color: #fff;
 font-size: 15px !important;
}
 .mobile-blokk p {
 padding-bottom:10px;
}
 .footer.style-1 .copy-right .social-icon {
 gap: 8px;
}
 .footer.style-1 .footer-content {
 padding-bottom: 40px;
}
 .logo-404 {
 width: 190px !important;
 height: 190px !important;
 border-radius: 100%;
 margin-bottom: 25px;
 margin-top: -10px;
}
 .g404 {
 padding: 15px 25px;
 font-size: 15px;
}
 .footer.style-1 .footer-content .footer-info .desp {
 padding-left: 0px!important;
 margin-top: 10px!important;
}
 .e404 {
 font-size: 48px !important;
 line-height: 54px;
}
 .ncs {
 margin-top: 0px!important;
 position: relative;
 margin-bottom: 5px;
 width: 160px;
}
 .mobile-off {
 display:none!important;
}
 .footer.style-1 .footer-content .footer-address {
 max-width: 100%;
 display: block;
 flex-direction: unset;
 gap: 0px;
 text-align: center;
 width: 100%;
}
 .footer.style-1 .footer-content .footer-info {
 max-width: 100%;
 text-align: center;
 width: 100%;
}
 .footer.style-1 .footer-content .footer-address a {
 font-size: 16px;
 display: block;
}
 .footer-logo {
 text-align: center;
}
 .error-section .error-content .erro-desp {
 font-size: 16px;
}
 .error-section .error-content .go-to-home {
 margin-top: 12px;
}
}
 @media screen and (max-width: 575px) {
 .member-card {
 max-width: 100%;
}
 .eupopup-head {
 font-size: 13px;
 width: 192px;
 padding-top: 6px;
 padding-bottom: 3px;
}
 .company-tab .tabs-content .list {
 padding-top: 2px;
 padding-left: 15px;
 padding-right: 15px;
}
 .eupopup-closebutton {
 font-size: 21px;
 top: -14px;
 right: 7px;
 width: 26px;
 height: 28px;
 line-height: 28px;
}
 .uma {
 font-size:14px!important;
}
}
 @media screen and (max-width: 530px) {
 .e404 {
 font-size: 32px !important;
 line-height: 40px;
}
 .g404 {
 padding: 12px 20px;
 font-size: 13px;
}
 .adatvedelem-szoveg {
 font-size: 14px;
 font-weight: 500;
 line-height: 21px;
}
 .ak-accordion-title h6 {
 font-size: 17px;
}
}
 @media screen and (max-width: 500px) {
 .telcsi {
 font-size: 18px;
}
}
 @media screen and (max-width: 480px) {
 .cegnev {
 font-size: 24px!important;
}
 .dcim {
 font-size: 16px!important;
}
}
 @media screen and (max-width: 460px) {
 .footer.style-1 .copy-right .title {
 font-size: 11px!important;
}
 .social-icon a {
 font-size: 10px;
}
 .eupopup-body {
 font-size: 10px;
}
 .date {
 font-size: 12px;
 color: #fff;
}
 .tmp2 {
 font-size: 15px;
}
 .kiemeles {
 font-size: 19px;
 padding-bottom: 4px;
}
}
 @media screen and (max-width: 400px) {
 .e404 {
 font-size: 28px !important;
 line-height: 36px;
}
 .common-page-title .page-title {
 font-size: 30px;
}
 .common-page-title p {
 font-size: 12px;
}
 .common-page-title p a {
 font-size: 12px;
}
 .location {
 font-weight: 400;
 color: #fff;
 font-size: 14px !important;
}
 .tmp1 {
 font-size: 16px;
}
 .date {
 font-size: 11px;
 color: #fff;
}
 .tmp2 {
 font-size: 13px;
}
 .logo-404 {
 width: 160px !important;
 height: 160px !important;
 border-radius: 100%;
 margin-bottom: 20px;
 margin-top: 0px;
}
}
 @media screen and (max-width: 380px) {
 .footer.style-1 .copy-right .title {
 letter-spacing: -0.4px;
}
 .ak-accordion-title h6 {
 font-size: 16px;
}
}
