@charset "UTF-8";
/**
 * [Table of contents]
 *   1 Base
 *   2 Components
 *   3 Helpers
 *   4 Plugins
 */
/** @group Base */
/*
* Contexts
*/
.context-dark, .bg-gray-800 {
	color: rgba(255, 255, 255, 0.5);
}

.context-dark h1, .bg-gray-800 h1, .context-dark h3, .bg-gray-800 h3, .context-dark h5, .bg-gray-800 h5, .context-dark h6, .bg-gray-800 h6, .context-dark [class^='heading-'], .bg-gray-800 [class^='heading-'] {
	color: #ffffff;
}

.context-dark .form-input, .bg-gray-800 .form-input,
.context-dark .form-label,
.bg-gray-800 .form-label {
	color: #ffffff;
}

.context-dark .form-input, .bg-gray-800 .form-input {
	border-color: rgba(255, 255, 255, 0.1);
}

.context-dark .button.button-jerry:hover, .bg-gray-800 .button.button-jerry:hover, .context-dark .button.button-jerry:active, .bg-gray-800 .button.button-jerry:active, .context-dark .button.button-jerry.active, .bg-gray-800 .button.button-jerry.active {
	color: #ffffff;
}

.context-dark .button-primary-outline, .bg-gray-800 .button-primary-outline, .context-dark .button-primary-outline:focus, .bg-gray-800 .button-primary-outline:focus {
	color: #ffffff;
}

.context-dark .owl-dot, .bg-gray-800 .owl-dot, .context-dark .owl-dot:focus, .bg-gray-800 .owl-dot:focus {
	background-color: rgba(255, 255, 255, 0.2);
}

a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li {
	display: block;
}

dt {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

form {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/** @group Components */
/*
* Typography
*/
body {
	text-align: center;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: rgba(0, 0, 0, 0.7);
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width: 768px) {
	body {
		text-align: left;
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 15px;
	}
}

h1, h3, h5, h6, [class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	color: #000000;
}

h1 a, h3 a, h5 a, h6 a, [class^='heading-'] a {
	color: inherit;
}

h1 a:hover, h3 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
	color: #d2d945;
}

h1,
.heading-1 {
	font-size: 32px;
	line-height: 1.16667;
}

@media (min-width: 576px) {
	h1,
	.heading-1 {
		font-size: 35px;
	}
}

@media (min-width: 768px) {
	h1,
	.heading-1 {
		font-size: 40px;
	}
}

@media (min-width: 992px) {
	h1,
	.heading-1 {
		font-size: 50px;
	}
}

@media (min-width: 1200px) {
	h1,
	.heading-1 {
		font-size: 60px;
	}
}

h3,
.heading-3 {
	font-size: 24px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	h3,
	.heading-3 {
		font-size: 26px;
	}
}

@media (min-width: 992px) {
	h3,
	.heading-3 {
		font-size: 28px;
	}
}

@media (min-width: 1200px) {
	h3,
	.heading-3 {
		font-size: 30px;
	}
}

h5 {
	font-size: 16px;
	line-height: 1.44444;
}

@media (min-width: 768px) {
	h5 {
		font-size: 18px;
	}
}

h6,
.heading-6 {
	font-size: 15px;
	line-height: 1.46667;
}

code {
	padding: 3px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #111111;
	background: #f5f5f5;
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #d2d945;
}

p [style*='max-width'] {
	display: inline-block;
}

::selection {
	background: #d2d945;
	color: #ffffff;
}

::-moz-selection {
	background: #d2d945;
	color: #ffffff;
}

/*
* Brand
*/
.brand {
	display: inline-block;
}
.header-logo {
	width: 120px !important;
	height: 72px !important;
}

/*
* Links
*/
a {
	transition: all 0.3s ease-in-out;
}

a, a:focus, a:active, a:hover {
	text-decoration: none;
}

a, a:focus, a:active {
	color: #d2d945;
}

a:hover {
	color: #066196;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

/*
* Blocks
*/

/*
* Boxes
*/
.box-icon-classic {
	text-align: center;
}

.box-icon-classic-header {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: -12px;
	margin-left: -12px;
}

.box-icon-classic-header:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.box-icon-classic-header > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 12px;
}

.box-icon-classic-icon {
	position: relative;
	font-size: 50px;
	line-height: 1;
	color: #000000;
}

.box-icon-classic-icon::after {
	position: absolute;
	content: '';
	top: 6px;
	right: -6px;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: rgba(210, 217, 69, 0.5);
}

.box-icon-classic-title {
	position: relative;
	transform: translateY(5px);
	will-change: transform;
	transition: all .3s ease;
}

.box-icon-classic-title::after {
	position: absolute;
	content: '';
	bottom: -4px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 1px solid;
	transition: inherit;
}

.box-icon-classic-title a:hover {
	color: inherit;
}

.box-icon-classic-title:hover {
	transform: none;
}

.box-icon-classic-title:hover::after {
	width: 100%;
}

* + .box-icon-classic-text {
	margin-top: 12px;
}

@media (min-width: 768px) {
	.box-icon-classic {
		text-align: left;
	}
	.box-icon-classic-header {
		flex-direction: row;
	}
}

.contacts-classic {
	font-size: 0;
	line-height: 0;
}

.contacts-classic .icon {
	font-size: 22px;
	line-height: 1;
	color: #c4c4c4;
}

.contacts-classic a, .contacts-classic a:focus, .contacts-classic a:active {
	color: #000000;
}

.contacts-classic a:hover {
	color: #d2d945;
}

.contacts-classic-text {
	font-size: 18px;
	line-height: 1.44444;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.contacts-modern a {
	font-weight: 400;
	text-transform: none;
}

.contacts-modern a, .contacts-modern a:focus, .contacts-modern a:active {
	color: inherit;
}

.contacts-modern a:hover {
	color: #d2d945;
}

* + .contacts-modern {
	margin-top: 30px;
}

.video-classic {
	position: relative;
	max-width: 530px;
}

.video-classic-figure {
	overflow: hidden;
	border-radius: 7px;
}

.video-classic-figure img {
	width: 100%;
}

.video-classic-link {
	position: absolute;
	text-align: center;
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	font-size: 22px;
	line-height: 60px;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
	z-index: 1;
}

.video-classic-link::after, .video-classic-link::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	z-index: -1;
}

.video-classic-link::before {
	background: rgba(196, 149, 106, 0.3);
	will-change: transform;
	transition: all .3s ease;
}

.video-classic-link .icon {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.video-classic-link, .video-classic-link:focus, .video-classic-link:active {
	color: #000000;
	background: transparent;
}

.video-classic-link::after, .video-classic-link:focus::after, .video-classic-link:active::after {
	background: #ffffff;
}

.video-classic-link:hover {
	color: #ffffff;
}

.video-classic-link:hover::before {
	transform: scale(1.3);
}

.video-classic-link:hover::after {
	background: #d2d945;
}

* + .video-classic {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.video-classic-figure {
		box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.2);
	}
	.video-classic-link {
		width: 80px;
		height: 80px;
		font-size: 28px;
		line-height: 80px;
	}
	* + .video-classic {
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	.video-classic-link {
		width: 99px;
		height: 99px;
		font-size: 36px;
		line-height: 99px;
	}
	* + .video-classic {
		margin-top: 50px;
	}
}

/*
* Element groups
*/
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

/*
* Responsive units
*/
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -10px;
	margin-left: -10px;
}

.unit > * {
	margin-bottom: 10px;
	margin-left: 10px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-md {
	margin-bottom: -15px;
	margin-left: -25px;
}

.unit-spacing-md > * {
	margin-bottom: 15px;
	margin-left: 25px;
}

/*
* Lists
*/
/*
* Vertical list
*/
.list > li + li {
	margin-top: 10px;
}

/*
* List inline
*/
.list-inline > li {
	display: inline-block;
}

html .list-inline-xxl {
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -15px;
	margin-right: -15px;
}

html .list-inline-xxl > * {
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

/*
* List terms
*/

/*
* Index list
*/

/*
* Marked list
*/

/*
* Ordered List
*/

.list-social {
	color: inherit;
}

.list-social .icon {
	font-size: 22px;
	line-height: 1;
}

.list-social a, .list-social a:focus, .list-social a:active {
	color: inherit;
}

.list-social a:hover {
	color: #d2d945;
}

@media (min-width: 768px) {
	.list-social .icon {
		font-size: 27px;
	}
}

* + .list-social {
	margin-top: 30px;
}

.context-dark .list-social, .bg-gray-800 .list-social {
	color: #ffffff;
}

/*
* Images
*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/*
* Icons
*/
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

/*
* Tables custom
*/

/*
* Dividers
*/
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #e5e5e5;
}

.divider {
	font-size: 0;
	line-height: 0;
}

.divider::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #d2d945;
}

/*
* Buttons
*/
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 10px 30px;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
}

@media (min-width: 992px) {
	.button {
		padding: 15px 45px;
	}
}

.button-primary, .button-primary:focus {
	color: #ffffff;
	background-color: #d2d945;
	border-color: #d2d945;
}

.button-primary:hover, .button-primary:active, .button-primary.active {
	color: #ffffff;
	background-color: #435d6c;
	border-color: #435d6c;
}

.button-primary.button-jerry .button-jerry-line {
	border-color: #d2d945;
}

.button-primary.button-jerry:hover, .button-primary.button-jerry:active, .button-primary.button-jerry.active {
	color: #000000;
}

.button-primary-outline, .button-primary-outline:focus {
	color: #000000;
	background-color: transparent;
	border-color: #d2d945;
}

.button-primary-outline:hover, .button-primary-outline:active, .button-primary-outline.active {
	color: #ffffff;
	background-color: #d2d945;
	border-color: #d2d945;
}

.button-primary-outline.button-jerry .button-jerry-line {
	border-color: #d2d945;
}

.button-primary-outline.button-jerry:hover, .button-primary-outline.button-jerry:active, .button-primary-outline.button-jerry.active {
	color: #000000;
}

.button-jerry {
	overflow: visible;
}

.button-jerry:hover {
	border-color: transparent;
	background-color: transparent;
}

.button-jerry:hover .button-jerry-line:nth-child(1) {
	animation: move1 1500ms infinite ease;
}

.button-jerry:hover .button-jerry-line:nth-child(2) {
	animation: move2 1500ms infinite ease;
}

.button-jerry:hover .button-jerry-line:nth-child(3) {
	animation: move3 1500ms infinite ease;
}

.button-jerry:hover .button-jerry-line:nth-child(4) {
	animation: move4 1500ms infinite ease;
}

.ie-11 .button-jerry:hover {
	background-color: #d2d945;
}

.button-jerry-line {
	display: block;
	position: absolute;
	border: 0 solid #000000;
}

.button-jerry-line:nth-child(1) {
	bottom: -1px;
	left: -1px;
	border-left-width: inherit;
}

.button-jerry-line:nth-child(2) {
	top: -1px;
	left: -1px;
	border-top-width: inherit;
}

.button-jerry-line:nth-child(3) {
	top: -1px;
	right: -1px;
	border-right-width: inherit;
}

.button-jerry-line:nth-child(4) {
	right: -1px;
	bottom: -1px;
	border-bottom-width: inherit;
}

@keyframes move1 {
	0% {
		height: calc(100% + 1px);
		bottom: -1px;
	}
	54% {
		height: 0;
		bottom: calc(100% + 1px);
	}
	55% {
		height: 0;
		bottom: -1px;
	}
	100% {
		height: calc(100% + 1px);
		bottom: -1px;
	}
}

@keyframes move2 {
	0% {
		width: 0;
		left: -1px;
	}
	50% {
		width: calc(100% + 1px);
		left: -1px;
	}
	100% {
		width: 0;
		left: calc(100% + 1px);
	}
}

@keyframes move3 {
	0% {
		height: calc(100% + 1px);
		top: -1px;
	}
	54% {
		height: 0;
		top: calc(100% + 1px);
	}
	55% {
		height: 0;
		top: -1px;
	}
	100% {
		height: calc(100% + 1px);
		top: -1px;
	}
}

@keyframes move4 {
	0% {
		width: 0;
		right: -1px;
	}
	55% {
		width: calc(100% + 1px);
		right: -1px;
	}
	100% {
		width: 0;
		right: calc(100% + 1px);
	}
}

/*
* Form styles
*/

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
	color: #000000 !important;
}

.form-wrap {
	position: relative;
}

.form-wrap.has-error .form-input {
	border-color: #f5543f;
}

.form-wrap + * {
	margin-top: 16px;
}

.form-wrap + .form-button {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.form-wrap + * {
		margin-top: 24px;
	}
	.form-wrap + .form-button {
		margin-top: 44px;
	}
}

.form-input {
	display: block;
	width: 100%;
	min-height: 42px;
	padding: 9px 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 0 solid rgba(0, 0, 0, 0.1);
	border-bottom-width: 1px;
}

.form-input:focus {
	outline: 0;
}

textarea.form-input {
	height: 135px;
	min-height: 42px;
	max-height: 230px;
	resize: vertical;
}

.form-label {
	margin-bottom: 0;
	color: #000000;
	font-weight: 500;
}

.form-label {
	text-align: left;
	position: absolute;
	top: 21px;
	left: 0;
	right: 0;
	padding-left: 0;
	padding-right: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.02em;
	transform: translateY(-50%);
	will-change: transform;
	pointer-events: none;
	transition: .25s;
	z-index: 9;
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #000000;
}

.form-validation {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
}

#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
	#form-output-global {
		left: 30px;
	}
}

.radio input,
.checkbox input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.radio {
	padding-left: 28px;
}

.checkbox {
	padding-left: 28px;
}

.form-style-1 {
	max-width: 530px;
	padding: 20px;
	background: #153750;
	border-radius: 7px;
}

.form-style-1 .form-validation {
	top: auto;
	bottom: -15px;
}

* + .form-style-1 {
	margin-top: 30px;
}

@media (min-width: 576px) {
	.form-style-1 {
		padding: 30px 35px;
	}
}

@media (min-width: 768px) {
	.form-style-1 {
		box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.2);
	}
}

@media (min-width: 992px) {
	.form-style-1 {
		padding: 42px 45px 50px;
	}
	* + .form-style-1 {
		margin-top: 44px;
	}
}

/*
* Posts
*/
.post-classic {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}

.post-classic-time {
	color: #c4c4c4;
}

.post-classic-figure {
	display: block;
}

.post-classic-figure img {
	width: 100%;
}

* + .post-classic-figure {
	margin-top: 10px;
}

* + .post-classic-title {
	margin-top: 18px;
}

* + .post-classic-text {
	margin-top: 8px;
}

@media (min-width: 768px) {
	.post-classic {
		text-align: left;
	}
	* + .post-classic-figure {
		margin-top: 14px;
	}
	* + .post-classic-title {
		margin-top: 20px;
	}
	* + .post-classic-text {
		margin-top: 14px;
	}
}

/*
* Quotes
*/
.quote-classic {
	position: relative;
	text-align: center;
	color: #000000;
	padding-top: 40px;
}

.quote-classic-text {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	text-transform: none;
	letter-spacing: -0.02em;
	color: #000000;
}

.quote-classic-decor-wrap {
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 0;
	line-height: 0;
	transform: translate3d(-50%, 0, 0);
}

.quote-classic-decor {
	display: inline-block;
}

.quote-classic-decor::before {
	display: block;
	content: '';
	width: 16px;
	height: 14px;
	background: #d2d945;
}

.quote-classic-decor::after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #d2d945 transparent transparent transparent;
}

.quote-classic-decor + .quote-classic-decor {
	margin-left: 10px;
}

.quote-classic-status {
	color: #d2d945;
}

.quote-classic-text + .unit {
	margin-top: 20px;
}

* + .quote-classic-status {
	margin-top: 4px;
}

@media (min-width: 576px) {
	.quote-classic {
		text-align: left;
	}
	.quote-classic-decor-wrap {
		left: 0;
		transform: none;
	}
	.quote-classic-text {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.quote-classic {
		padding-top: 26px;
		padding-left: 14.5%;
	}
	.quote-classic-decor::before {
		width: 21px;
		height: 18px;
	}
	.quote-classic-decor::after {
		border-width: 10px 10px 0 0;
	}
	.quote-classic-text {
		font-size: 22px;
	}
	.quote-classic-text + .unit {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.quote-classic-text {
		font-size: 26px;
	}
	.quote-classic-text + .unit {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.quote-classic-text {
		font-size: 30px;
	}
}

.context-dark .quote-classic, .bg-gray-800 .quote-classic {
	color: #ffffff;
}

.context-dark .quote-classic-text, .bg-gray-800 .quote-classic-text {
	color: inherit;
}

/*
* Thumbnails
*/

/*
* Snackbars
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #153750;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

/* =============================================
   Footer - 4 Eşit Kolonlu Tasarım
   ============================================= */
.footer-new {
  background: #282828;
  padding: 60px 0 0;
}

.footer-new-row {
  padding-bottom: 30px;
}

.footer-new-col {
  margin-bottom: 35px;
}

/* -- 1. Kolon: Logo + Butonlar -- */
.footer-new-left {
  text-align: center;
}

.footer-new-left .brand {
  display: inline-block;
  margin-bottom: 18px;
}

.footer-new-left .brand img {
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.footer-new-left .brand:hover img {
  opacity: 1;
}

.footer-new-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.footer-new-buttons .button {
  width: 100%;
  max-width: 280px;
  font-size: 10px;
}

/* -- Başlıklar -- */
.footer-new-heading {
  color: #C4956A;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 12px;
}

.footer-new-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 2px;
  background-color: #C4956A;
}

/* -- 2. Kolon: Sayfalar -- */
.footer-new-center {
  text-align: left;
}

.footer-new-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-new-nav li {
  margin-bottom: 10px;
}

.footer-new-nav li a {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
  display: inline-block;
}

.footer-new-nav li a:hover {
  color: #C4956A;
  padding-left: 5px;
}

/* -- 3. Kolon: Odalar 2×2 Grid -- */
.footer-new-rooms {
  text-align: left;
}

.footer-rooms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.footer-room-card {
  cursor: pointer;
  text-align: center;
  transition: transform 0.3s ease;
}

.footer-room-card:hover,
.footer-room-card.active {
  transform: translateY(-3px);
}

.footer-room-thumb {
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.08);
  transition: border-color 0.3s ease;
}

.footer-room-card:hover .footer-room-thumb,
.footer-room-card.active .footer-room-thumb {
  border-color: #C4956A;
}

.footer-room-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.footer-room-card:hover .footer-room-thumb img {
  transform: scale(1.1);
}

.footer-room-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.footer-room-card:hover .footer-room-overlay {
  opacity: 1;
}

.footer-room-overlay .mdi {
  color: #fff;
  font-size: 16px;
}

.footer-room-label {
  display: block;
  color: rgba(255,255,255,0.45);
  font-size: 10px;
  font-weight: 500;
  margin-top: 4px;
  transition: color 0.3s ease;
}

.footer-room-card:hover .footer-room-label,
.footer-room-card.active .footer-room-label {
  color: #C4956A;
}

/* -- Oda Detay Paneli -- */
.footer-room-detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}

.footer-room-detail.active {
  max-height: 300px;
  opacity: 1;
  padding-bottom: 10px;
}

.footer-room-detail-inner {
  display: flex;
  gap: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 16px;
  position: relative;
  align-items: center;
}

.footer-room-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.35);
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 2;
  line-height: 1;
  padding: 0;
}

.footer-room-close:hover {
  color: #C4956A;
}

.footer-room-detail-inner > img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
}

.footer-room-detail-info h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 7px;
}

.footer-room-detail-info p {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.footer-room-detail-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
}

.footer-room-detail-info ul li {
  color: #C4956A;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}

.footer-room-detail-info ul li .mdi {
  font-size: 14px;
}

/* -- 4. Kolon: İletişim -- */
.footer-new-right {
  text-align: left;
}

.footer-new-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-new-contact li {
  margin-bottom: 11px;
}

.footer-new-contact li a {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.footer-new-contact li a:hover {
  color: #C4956A;
}

.footer-new-contact li a .icon {
  font-size: 17px;
  margin-right: 9px;
  color: #C4956A;
  width: 20px;
  text-align: center;
}

/* -- Copyright -- */
.footer-new-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 0;
  text-align: center;
}

.footer-new-bottom .rights {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  margin: 0;
}

@media (max-width: 575px) {
  .footer-room-detail-inner {
    flex-direction: column;
    text-align: center;
  }
  .footer-room-detail-inner > img {
    width: 100%;
    height: 140px;
  }
  .footer-room-detail-info ul {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .footer-new-left,
  .footer-new-center,
  .footer-new-right,
  .footer-new-rooms {
    text-align: center;
  }
  .footer-new-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-new-contact li a {
    justify-content: center;
  }
  .footer-rooms-grid {
    max-width: 220px;
    margin: 0 auto;
  }
  .header-logo {
	width: 80px !important;
	height: 48px !important;
  }
}

/* -- Responsive: Desktop -- */
@media (min-width: 992px) {
  .footer-new {
    padding: 65px 0 0;
  }
  .footer-new-col {
    margin-bottom: 0;
  }
  .footer-new-left {
    text-align: left;
  }
  .footer-new-left .brand {
    display: block;
  }
  .footer-new-buttons {
    align-items: flex-start;
  }
  .footer-room-thumb {
    height: 55px;
  }
}

@media (min-width: 1200px) {
  .footer-room-thumb {
    height: 65px;
  }
}

.author {
    font-weight: 700;
    font-size: 25px;
    color: #fff
}
.author:hover {
    color: #faaf3c
}

.author-image {
    transition: 0.3s ease;
    will-change: filter;
    width: 175px;
    height: 63px;
}
.author-image:hover {
    filter: grayscale(100%) sepia(100%) hue-rotate(130deg) saturate(700%) brightness(85%) contrast(105%);
    -webkit-filter: grayscale(100%) sepia(100%) hue-rotate(130deg) saturate(700%) brightness(85%) contrast(105%);
    width: 192px;
    height: 69px;
}

/*
* Projects
*/
.project-classic {
	text-align: center;
}

.project-classic-2 {
	display: inline-block;
}

.project-classic-title {
	font-size: 30px;
	line-height: 1.16667;
	font-weight: 700;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.project-classic-text {
	max-width: 185px;
	color: #d2d945;
}

* + .project-classic-text {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.project-classic {
		text-align: left;
	}
	.project-classic-title {
		font-size: 35px;
	}
	* + .project-classic-text {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.project-classic-title {
		font-size: 40px;
	}
	.project-classic-text {
		margin-left: auto;
		margin-right: 5%;
	}
	* + .project-classic-text {
		margin-top: 36px;
	}
}

@media (min-width: 1200px) {
	.project-classic-title {
		font-size: 50px;
	}
}

@media (min-width: 1600px) {
	.project-classic-title {
		font-size: 3.125vw;
	}
}

.context-dark .project-classic-title, .bg-gray-800 .project-classic-title {
	color: #ffffff;
}

.context-dark .project-classic-text, .bg-gray-800 .project-classic-text {
	color: #d2d945;
}

.project-modern {
	padding: 15px 15px 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	background: #153750;
}

.project-modern-info {
	margin-bottom: -6px;
	margin-left: -25px;
}

.project-modern-info:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.project-modern-info > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 6px;
	margin-left: 25px;
}

.project-modern-info-item {
	color: #d2d945;
}

.project-modern-address {
	color: #153750;
}

.project-modern-decor {
	display: none;
	height: 0;
	width: 11.4%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.project-modern-counter {
	position: absolute;
	bottom: 10px;
	left: 50%;
	font-size: 16px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: rgba(196, 196, 196, 0.05);
	transform: translate3d(-50%, 0, 0);
	z-index: 1;
}

* + .project-modern-decor {
	margin-left: 50px;
}

@media (min-width: 576px) {
	.project-modern-counter {
		font-size: 3.125vw;
	}
}

@media (min-width: 768px) {
	.project-modern {
		padding-bottom: 40px;
	}
	.project-modern-info {
		margin-left: -35px;
	}
	.project-modern-info > * {
		margin-left: 35px;
	}
}

@media (min-width: 992px) {
	.project-modern {
		justify-content: flex-end;
		padding: 20px 35px;
	}
	.project-modern-counter {
		bottom: 0;
		left: 4%;
		line-height: 100px;
		transform: none;
	}
}

@media (min-width: 1200px) {
	.project-modern {
		min-height: 121px;
	}
	.project-modern-counter {
		line-height: 121px;
		letter-spacing: .2em;
	}
}

@media (min-width: 1400px) {
	.project-modern-info {
		margin-left: -50px;
	}
	.project-modern-info > * {
		margin-left: 50px;
	}
}

@media (min-width: 1600px) {
	.project-modern-decor {
		display: block;
	}
}

@media (min-width: 1800px) {
	.project-modern-info {
		margin-left: -75px;
	}
	.project-modern-info > * {
		margin-left: 75px;
	}
	.project-modern-counter {
		left: 5.2%;
	}
	* + .project-modern-decor {
		margin-left: 70px;
	}
}

.context-dark .project-modern-info-item, .bg-gray-800 .project-modern-info-item {
	color: #d2d945;
}

.context-dark .project-modern-address, .bg-gray-800 .project-modern-address {
	color: #ffffff;
}

.ie-10 .project-modern,
.ie-11 .project-modern,
.ie-edge .project-modern {
	height: 100px;
}

.project-creative-figure img {
	width: 100%;
	border-radius: 4px;
}

* + .project-creative {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .project-creative {
		margin-top: 40px;
	}
}

.tabs-custom .project-creative > * {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	transition: opacity 0.15s linear;
}

.tabs-custom .project-creative > .active {
	visibility: visible;
	height: auto;
	overflow: visible;
}

.tabs-custom {
	text-align: left;
}

.tabs-custom .nav-tabs {
	font-size: 0;
	line-height: 0;
	word-spacing: 0;
	border: 0;
}

.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
	display: none;
}

.tabs-custom .nav-item {
	float: none;
	border: 0;
	cursor: pointer;
	transition: .33s all ease;
}

.tabs-custom .nav-link {
	margin: 0;
	border-radius: 0;
	border: 0;
}

.tabs-custom .nav-link.active {
	cursor: default;
	border: 0;
}

.tab-content > .tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.tab-content > .active {
	visibility: visible;
	height: auto;
	overflow: visible;
}

* + .tabs-horizontal.tabs-corporate {
	margin-top: 25px;
}

* + .tabs-vertical.tabs-corporate {
	margin-top: 40px;
}

h1 + .tab-content {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .tabs-vertical.tabs-corporate {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	* + .tabs-vertical.tabs-corporate {
		margin-top: 80px;
	}
}

.tabs-line .nav-tabs {
	position: relative;
}

.tabs-line .nav-link {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}

.tabs-line * + .tab-content {
	margin-top: 20px;
}

@media (max-width: 991.98px) {
	.tabs-line .nav-tabs {
		max-width: 100%;
		border: 1px solid #e5e7e9;
	}
	.tabs-line .nav-item {
		margin: -1px;
	}
	.tabs-line .nav-link {
		padding: 7px 10px;
		color: #000000;
		background: transparent;
		border-bottom: 1px solid #e5e7e9;
	}
	.tabs-line .nav-link:first-child {
		border-top: 1px solid #e5e7e9;
	}
	.tabs-line .nav-link:hover,
	.tabs-line .nav-link.active {
		color: #ffffff;
		background: #d2d945;
		border-color: #d2d945;
	}
}

.tabs-corporate .nav-tabs {
	position: relative;
	border: 1px solid #e5e7e9;
}

.tabs-corporate .nav-item {
	margin: -1px;
}

.tabs-corporate .nav-link {
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	color: #000000;
	background: transparent;
	border-bottom: 1px solid #e5e7e9;
	text-align: center;
	vertical-align: middle;
}

.tabs-corporate .nav-link:first-child {
	border-top: 1px solid #e5e7e9;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
	color: #ffffff;
	background: #d2d945;
	border-color: #d2d945;
}

.tabs-corporate .tab-content {
	padding: 30px 0 0;
}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		display: block;
		transform: translate3d(0, -10px, 0);
		margin-bottom: -10px;
		margin-left: -5px;
		margin-right: -5px;
		text-align: center;
		border: 0;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-tabs > * {
		margin-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		display: inline-block;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		display: block;
		position: relative;
		z-index: 1;
		min-width: 130px;
		letter-spacing: .1em;
		padding: 13px 20px;
		border: 2px solid #e5e7e9;
	}
	.tabs-horizontal.tabs-corporate .nav-link, .tabs-horizontal.tabs-corporate .nav-link::before {
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}
	.tabs-horizontal.tabs-corporate .nav-link::before {
		content: '';
		position: absolute;
		top: -1px;
		left: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		z-index: -1;
		opacity: 0;
		transform: scale3d(0.7, 1, 1);
		transition: transform 0.4s, opacity 0.4s;
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		background: #d2d945;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #ffffff;
		border-color: #d2d945;
		background-color: transparent;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active::before,
	.tabs-horizontal.tabs-corporate .nav-link:hover::before {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
	.tabs-horizontal.tabs-line .nav-tabs {
		border: 0;
		border-bottom: 4px solid #e5e5e5;
	}
	.tabs-horizontal.tabs-line .nav-item {
		display: inline-block;
	}
	.tabs-horizontal.tabs-line .nav-item:not(:last-child) {
		margin-right: 52px;
	}
	.tabs-horizontal.tabs-line .nav-link {
		position: relative;
		padding: 0 0 15px 0;
		background-color: transparent;
		color: #9b9b9b;
		border: 0;
	}
	.tabs-horizontal.tabs-line .nav-link::after {
		content: '';
		position: absolute;
		bottom: -4px;
		left: 0;
		height: 4px;
		width: 0;
		background: #d2d945;
		transition: .22s ease;
	}
	.tabs-horizontal.tabs-line .nav-link.active,
	.tabs-horizontal.tabs-line .nav-link:hover {
		color: #c4c4c4;
	}
	.tabs-horizontal.tabs-line .nav-link.active::after {
		width: 100%;
	}
	.tabs-horizontal.tabs-line * + .tab-content {
		margin-top: 30px;
	}
	.tabs-vertical {
		display: flex;
		align-items: flex-start;
	}
	.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-vertical .nav-item {
		border: 0;
		width: 100%;
		text-align: left;
	}
	.tabs-vertical .nav-link.active,
	.tabs-vertical .nav-link:hover {
		box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
	}
	.tabs-vertical .tab-content {
		flex-grow: 1;
	}
	.tabs-vertical.tabs-corporate .nav-tabs {
		width: auto;
		min-width: 260px;
		border: 0;
	}
	.tabs-vertical.tabs-corporate .nav-item {
		margin: 0;
	}
	.tabs-vertical.tabs-corporate .nav-link {
		position: relative;
		padding: 17px 30px;
		border: 0;
		overflow: hidden;
		text-align: left;
	}
	.tabs-vertical.tabs-corporate .nav-item + .nav-item {
		margin-top: 2px;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 992px) {
	.tabs-horizontal.tabs-corporate .tab-content {
		padding: 60px 30px 0;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 45px;
	}
}

.nav-style-1 {
	counter-reset: li;
	text-align: left;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -16px;
	line-height: 1.46667;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: rgba(0, 0, 0, 0.3);
}

.nav-style-1 .nav-item {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 16px;
}

.nav-style-1 .nav-link {
	display: inline-block;
	padding: 0 0 0 32px;
	text-indent: -32px;
	color: inherit;
}

.nav-style-1 .nav-link:before {
	text-align: center;
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
	display: inline-block;
	width: 20px;
	margin-right: 12px;
	text-indent: 0;
	color: rgba(0, 0, 0, 0.3);
	transition: inherit;
}

.nav-style-1 .nav-link:hover, .nav-style-1 .nav-link.active {
	color: #ffffff;
}

.nav-style-1 .nav-link:hover::before, .nav-style-1 .nav-link.active::before {
	color: #ffffff;
}

@media (min-width: 576px) {
	.nav-style-1 .nav-item {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.nav-style-1 {
		margin-bottom: -26px;
	}
	.nav-style-1 .nav-item {
		margin-bottom: 26px;
	}
}

.context-dark .nav-style-1, .bg-gray-700 .nav-style-1, .bg-gray-800 .nav-style-1, .bg-primary .nav-style-1 {
	color: rgba(255, 255, 255, 0.3);
}

.context-dark .nav-style-1 .nav-link::before, .bg-gray-700 .nav-style-1 .nav-link::before, .bg-gray-800 .nav-style-1 .nav-link::before, .bg-primary .nav-style-1 .nav-link::before {
	color: rgba(255, 255, 255, 0.3);
}

.context-dark .nav-style-1 .nav-link:hover, .bg-gray-700 .nav-style-1 .nav-link:hover, .bg-gray-800 .nav-style-1 .nav-link:hover, .bg-primary .nav-style-1 .nav-link:hover, .context-dark .nav-style-1 .nav-link.active, .bg-gray-700 .nav-style-1 .nav-link.active, .bg-gray-800 .nav-style-1 .nav-link.active, .bg-primary .nav-style-1 .nav-link.active {
	color: #ffffff;
}

.context-dark .nav-style-1 .nav-link:hover::before, .bg-gray-700 .nav-style-1 .nav-link:hover::before, .bg-gray-800 .nav-style-1 .nav-link:hover::before, .bg-primary .nav-style-1 .nav-link:hover::before, .context-dark .nav-style-1 .nav-link.active::before, .bg-gray-700 .nav-style-1 .nav-link.active::before, .bg-gray-800 .nav-style-1 .nav-link.active::before, .bg-primary .nav-style-1 .nav-link.active::before {
	color: #ffffff;
}

.tabs-corporate .nav-tabs {
	position: relative;
	border: 1px solid #e5e7e9;
}

.tabs-corporate .nav-item {
	margin: -1px;
}

.tabs-corporate .nav-link {
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	color: #000000;
	background: transparent;
	border-bottom: 1px solid #e5e7e9;
	text-align: center;
	vertical-align: middle;
}

.tabs-corporate .nav-link:first-child {
	border-top: 1px solid #e5e7e9;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
	color: #ffffff;
	background: #d2d945;
	border-color: #d2d945;
}

.tabs-corporate .tab-content {
	padding: 30px 0 0;
}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		display: block;
		transform: translate3d(0, -10px, 0);
		margin-bottom: -10px;
		margin-left: -5px;
		margin-right: -5px;
		text-align: center;
		border: 0;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-tabs > * {
		margin-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		display: inline-block;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		display: block;
		position: relative;
		z-index: 1;
		min-width: 130px;
		letter-spacing: .1em;
		padding: 13px 20px;
		border: 2px solid #e5e7e9;
	}
	.tabs-horizontal.tabs-corporate .nav-link, .tabs-horizontal.tabs-corporate .nav-link::before {
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}
	.tabs-horizontal.tabs-corporate .nav-link::before {
		content: '';
		position: absolute;
		top: -1px;
		left: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		z-index: -1;
		opacity: 0;
		transform: scale3d(0.7, 1, 1);
		transition: transform 0.4s, opacity 0.4s;
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		background: #d2d945;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #ffffff;
		border-color: #d2d945;
		background-color: transparent;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active::before,
	.tabs-horizontal.tabs-corporate .nav-link:hover::before {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
	.tabs-horizontal.tabs-line .nav-tabs {
		border: 0;
		border-bottom: 4px solid #e5e5e5;
	}
	.tabs-horizontal.tabs-line .nav-item {
		display: inline-block;
	}
	.tabs-horizontal.tabs-line .nav-item:not(:last-child) {
		margin-right: 52px;
	}
	.tabs-horizontal.tabs-line .nav-link {
		position: relative;
		padding: 0 0 15px 0;
		background-color: transparent;
		color: #9b9b9b;
		border: 0;
	}
	.tabs-horizontal.tabs-line .nav-link::after {
		content: '';
		position: absolute;
		bottom: -4px;
		left: 0;
		height: 4px;
		width: 0;
		background: #d2d945;
		transition: .22s ease;
	}
	.tabs-horizontal.tabs-line .nav-link.active,
	.tabs-horizontal.tabs-line .nav-link:hover {
		color: #c4c4c4;
	}
	.tabs-horizontal.tabs-line .nav-link.active::after {
		width: 100%;
	}
	.tabs-horizontal.tabs-line * + .tab-content {
		margin-top: 30px;
	}
	.tabs-vertical {
		display: flex;
		align-items: flex-start;
	}
	.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-vertical .nav-item {
		border: 0;
		width: 100%;
		text-align: left;
	}
	.tabs-vertical .nav-link.active,
	.tabs-vertical .nav-link:hover {
		box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
	}
	.tabs-vertical .tab-content {
		flex-grow: 1;
	}
	.tabs-vertical.tabs-corporate .nav-tabs {
		width: auto;
		min-width: 260px;
		border: 0;
	}
	.tabs-vertical.tabs-corporate .nav-item {
		margin: 0;
	}
	.tabs-vertical.tabs-corporate .nav-link {
		position: relative;
		padding: 17px 30px;
		border: 0;
		overflow: hidden;
		text-align: left;
	}
	.tabs-vertical.tabs-corporate .nav-item + .nav-item {
		margin-top: 2px;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 992px) {
	.tabs-horizontal.tabs-corporate .tab-content {
		padding: 60px 30px 0;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 45px;
	}
}

.project-mary {
	position: relative;
}

.project-mary-figure {
	position: relative;
	overflow: hidden;
}

.project-mary-link-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
}

.project-mary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: auto;
	height: 45px;
	padding: 0 18px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1;
	text-decoration: none;
}

.project-mary-link .mdi {
	font-size: 18px;
	line-height: 1;
}

.project-mary-link-text {
	display: inline-block;
}

.project-mary-link, .project-mary-link:focus, .project-mary-link:active {
	color: #ffffff;
	background: #d2d945;
}

.project-mary-link:hover {
	color: #ffffff;
	background: #153750;
}

.project-mary-link img {
	display: none;
}

.project-mary-content {
	padding: 20px 15px;
	color: #ffffff;
	background: #153750;
}

.project-mary-panel {
	overflow: hidden;
	margin-left: -17px;
	margin-right: -17px;
}

.project-mary-panel > * {
	padding-left: 17px;
	padding-right: 17px;
}

.project-mary-panel-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}

.project-mary-panel-item + .project-mary-panel-item::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -1px;
	width: 0;
	height: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	transform: translate3d(0, -50%, 0);
}

.project-mary-title {
	color: #d2d945;
}

.project-mary-title a, .project-mary-title a:focus, .project-mary-title a:active {
	color: inherit;
}

.project-mary-title a:hover {
	color: #ffffff;
}

.project-mary-text {
	color: rgba(255, 255, 255, 0.5);
}

* + .project-mary {
	margin-top: 30px;
}

* + .project-mary-title {
	margin-top: 10px;
}

* + .project-mary-text {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.project-mary {
		padding-right: 13%;
		padding-left: 20.7%;
	}
	.project-mary-figure {
		display: inline-block;
		box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.15);
	}
	.project-mary-figure img {
		width: auto;
	}
	.project-mary-link {
		width: 61px;
		height: 61px;
		font-size: 25px;
		line-height: 61px;
	}
	.project-mary-content {
		position: absolute;
		top: 50%;
		left: 0;
		max-width: 300px;
		padding: 30px 15px;
		transform: translate3d(0, -50%, 0);
	}
}

@media (min-width: 992px) {
	.project-mary-content {
		max-width: 364px;
		padding: 45px 30px;
	}
}

@media (min-width: 1200px) {
	.project-mary-content {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.project-mary-figure {
		box-shadow: -20px 30px 30px rgba(0, 0, 0, 0.15);
	}
}

/*
* Team
*/

/** @group Helpers */
/*
* Page layout
*/
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	opacity: 0;
}

.page.fadeIn {
	animation-timing-function: ease-out;
}

.page.fadeOut {
	animation-timing-function: ease-in;
}

/*
* Text styling
*/

.font-weight-light {
	font-weight: 300;
}

/*
* Offsets
*/
* + p {
	margin-top: 16px;
}

h1 + h3 {
	margin-top: 30px;
}

h3 + h6 {
	margin-top: 12px;
}

h6 + h1 {
	margin-top: 12px;
}

h1 + p {
	margin-top: 12px;
}

h3 + p {
	margin-top: 12px;
}

h5 + p {
	margin-top: 12px;
}

h6 + p {
	margin-top: 12px;
}

p + p {
	margin-top: 12px;
}

img + p {
	margin-top: 15px;
}

h3 + img {
	margin-top: 42px;
}

* + .row {
	margin-top: 30px;
}

* + .button {
	margin-top: 20px;
}

* + .owl-carousel {
	margin-top: 30px;
}

.row + h3,
.row + .heading-3 {
	margin-top: 80px;
}

.container + .container {
	margin-top: 35px;
}

.row + .row {
	margin-top: 35px;
}

@media (min-width: 768px) {
	h3 + h6 {
		margin-top: 18px;
	}
	* + .row {
		margin-top: 40px;
	}
	* + .button {
		margin-top: 30px;
	}
	* + .owl-carousel {
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	* + .button {
		margin-top: 40px;
	}
	* + .owl-carousel {
		margin-top: 50px;
	}
	p + p {
		margin-top: 28px;
	}
	h1 + p {
		margin-top: 20px;
	}
	h3 + p {
		margin-top: 20px;
	}
	h5 + p {
		margin-top: 20px;
	}
	h6 + p {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) {
	* + .row-xl {
		margin-top: 60px;
	}
	* + .button {
		margin-top: 50px;
	}
	* + .owl-carousel {
		margin-top: 60px;
	}
	.container + .container {
		margin-top: 60px;
	}
	.row + .row {
		margin-top: 60px;
	}
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30 > * {
	margin-bottom: 30px;
}

.row-40 {
	margin-bottom: -40px;
}

.row-40:empty {
	margin-bottom: 0;
}

.row-40 > * {
	margin-bottom: 40px;
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50 > * {
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.row-md-40 {
		margin-bottom: -40px;
	}
	.row-md-40:empty {
		margin-bottom: 0;
	}
	.row-md-40 > * {
		margin-bottom: 40px;
	}
	.row-md-50 {
		margin-bottom: -50px;
	}
	.row-md-50:empty {
		margin-bottom: 0;
	}
	.row-md-50 > * {
		margin-bottom: 50px;
	}
	.row-md-60 {
		margin-bottom: -60px;
	}
	.row-md-60:empty {
		margin-bottom: 0;
	}
	.row-md-60 > * {
		margin-bottom: 60px;
	}
}

/*
* Sections
*/

.section-sm,
.section-lg,
.section-xl {
	padding: 50px 0;
}

@media (min-width: 768px) {
	.section-sm {
		padding: 60px 0;
	}
	.section-lg {
		padding: 80px 0;
	}
	.section-xl {
		padding: 90px 0;
	}
}

@media (min-width: 992px) {
	.section-sm {
		padding: 70px 0;
	}
	.section-lg {
		padding: 90px 0;
	}
	.section-xl {
		padding: 100px 0;
	}
}

@media (min-width: 1200px) {
	.section-sm {
		padding: 80px 0;
	}
	.section-lg {
		padding: 100px 0;
	}
	.section-xl {
		padding: 110px 0;
	}
	.section-inset-2 {
		padding-bottom: 140px;
	}
	.section-inset-3 {
		padding-bottom: 130px;
	}
}

.section-horace-left {
	position: relative;
	display: flex;
	flex-direction: column;
	z-index: 1;
}

.section-horace-left::before, .section-horace-left::after {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	bottom: 0;
	border: 0 solid rgba(255, 255, 255, 0.05);
	pointer-events: none;
	z-index: -1;
}

.section-horace-left::before {
	width: 54%;
	border-width: 0 1px;
	transform: translate3d(-50%, 0, 0);
}

.section-horace-left::after {
	border-left-width: 1px;
}

.section-horace-left-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	padding: 30px 15px;
}

.section-horace-left-panel {
	padding: 10px 15px;
}

.section-horace-left-panel {
	background: #435d6c;
}

@media (min-width: 576px) {
	.section-horace {
		display: flex;
		align-items: stretch;
	}
	.section-horace-left {
		max-width: 40%;
	}
	.section-horace-left-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-horace-left-panel {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		min-height: 100px;
		padding: 0;
	}
}

@media (min-width: 768px) {
	.section-horace-left-content {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 992px) {
	.section-horace-left-content {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (min-width: 1200px) {
	.section-horace-left {
		flex: 0 0 30.2%;
		max-width: 30.2%;
	}
	.section-horace-left-content {
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.section-horace-left-panel {
		min-height: 121px;
	}
}

/*
* Grid modules
*/

/*
* Backgrounds
*/

/*
* Light Backgrounds
*/

.bg-gray-100 {
	background-color: #f5f5f5;
}

.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
	padding-top: 0;
}

/*
* Dark Backgrounds
*/

.bg-gray-800 {
	background-color: #153750;
}

.bg-gray-800:not([style*="background-"]) + .bg-gray-800:not([style*="background-"]) {
	padding-top: 0;
}

/*
* Accent Backgrounds
*/

/*
* Background Image
*/
.bg-cover {
	background-size: cover;
}

[class^='bg-'] {
	background-size: cover;
	background-position: center center;
}

/*
* Utilities custom
*/

p.rights {
	color: #000000;
}

p.rights a {
	color: inherit;
}

p.rights a:hover {
	color: #d2d945;
}

.context-dark p.rights, .bg-gray-800 p.rights {
	color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1200px) {
	.inset-xl-left-35 {
		padding-left: 35px;
	}
	.inset-xl-top-70 {
		padding-top: 70px;
	}
}

.title-style-1 {
	color: #d2d945;
}

.context-dark .title-style-1, .bg-gray-800 .title-style-1 {
	color: #d2d945;
}

.caption-classic {
	position: relative;
	padding-bottom: 24px;
}

.caption-classic-decor {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	border-top: 4px solid #d2d945;
}

@media (min-width: 768px) {
	.caption-classic {
		padding-bottom: 3.1%;
	}
	.caption-classic-decor {
		width: 200vw;
	}
	.caption-classic-text {
		flex: 0 0 60%;
	}
	.caption-classic-group {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: -12px;
	}
	.caption-classic-group > * {
		margin-bottom: 12px;
	}
	.caption-classic-group > * {
		margin-top: 0;
	}
	.caption-classic-group > * + * {
		margin-left: 8%;
	}
}

.decoration-1 {
	position: relative;
	z-index: 1;
}

.decoration-1::before, .decoration-1::after {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	bottom: 0;
	border: 0 solid rgba(0, 0, 0, 0.08);
	pointer-events: none;
	z-index: -1;
}

.decoration-1::before {
	width: 436px;
	border-width: 0 1px;
	transform: translate3d(-50%, 0, 0);
}

.decoration-1::after {
	border-left-width: 1px;
}

.decoration-1.context-dark::before, .decoration-1.bg-gray-800::before, .decoration-1.context-dark::after, .decoration-1.bg-gray-800::after {
	border-color: rgba(255, 255, 255, 0.05);
}

/** @group Plugins */
/*
*
* Animate.css
*/
.animated {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@-webkit-keyframes fadeInScale {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes fadeInScale {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes blurIn {
	0% {
		opacity: 0;
		filter: blur(7px);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes blurIn {
	0% {
		opacity: 0;
		filter: blur(7px);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale3d(1, 1, 1);
	}
}

.blurIn {
	-webkit-animation-name: blurIn;
	animation-name: blurIn;
	animation-duration: 1.1s;
}

/*
*
* Preloader
*/
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #ffffff;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.cssload-box-loading {
	width: 49px;
	height: 49px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.cssload-box-loading:before {
	content: '';
	width: 49px;
	height: 5px;
	background: #000000;
	opacity: 0.1;
	position: absolute;
	top: 58px;
	left: 0;
	border-radius: 50%;
	animation: shadow 0.58s linear infinite;
}

.cssload-box-loading:after {
	content: '';
	width: 49px;
	height: 49px;
	background: #d2d945;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	animation: cssload-animate 0.58s linear infinite;
}

@keyframes cssload-animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 39px;
	}
	75% {
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}

@keyframes shadow {
	0%,
	100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}

/*
*
* ToTop
*/
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 42px;
	height: 42px;
	font-size: 20px;
	line-height: 38px;
	color: #ffffff;
	background: #d2d945;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
	color: #ffffff;
	background: #111111;
	text-decoration: none;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

/**
    RD Navbar
**/
@keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

.rd-navbar-wrap, .rd-navbar,
.rd-navbar-nav,
.rd-navbar-panel, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-project {
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar {
	display: none;
	background: #153750;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #ffffff;
	background-color: transparent;
	border: none;
	display: none;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
	top: 10px;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
	width: 24px;
	height: 3px;
	background-color: #ffffff;
	backface-visibility: hidden;
	border-radius: 0;
}

.rd-navbar-toggle span {
	transform: rotate(180deg);
}

.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
	transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
	transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
	top: 0;
	width: 15px;
}

.rd-navbar-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-brand a {
	display: block;
}

.nav-list{
	display: flex;
	gap: 40px;
	justify-content: center;
	line-height: 1;
}
.nav-icon {
	font-size: 40px;
	color: #d2d945;
}
.nav-icon:hover {
	transform: rotate3d(0, 0, 1, 10deg);
	color: #ffffff;
}

/**
    @subsection  RD Navbar Static
**/
.rd-navbar-static {
	display: block;
}

.rd-navbar-static .rd-nav-item {
	display: inline-block;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #ffffff;
	background: transparent;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 42px;
}

.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0;
	color: #ffffff;
	transition: .25s;
}

.rd-navbar-static .rd-nav-link:hover {
	color: #d2d945;
}

.rd-navbar-static .rd-search {
	position: absolute;
	top: 50%;
	right: calc(100% + 5px);
	width: 270px;
	margin-top: -23.5px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 2;
}

.rd-navbar-project-hamburger {
	cursor: pointer;
	z-index: 1031;
}

.project-hamburger {
	display: flex;
	align-self: center;
	flex-direction: column;
	justify-content: space-between;
	height: 23px;
}

.project-hamburger > span {
	display: inline-block;
	align-self: flex-end;
	height: 3px;
	background: #ffffff;
}

.project-hamburger-arrow-top {
	width: 100%;
	transition: opacity .15s ease-in-out .3s;
}

.project-hamburger-arrow-center {
	width: 80%;
	transition: all .16s ease-in-out, opacity .15s ease-in-out .4s;
}

.project-hamburger-arrow-bottom {
	width: 60%;
	transition: all .32s ease-in-out, opacity .15s ease-in-out .5s;
}

.project-hamburger:hover > span {
	width: 100%;
}

.project-hamburger:hover .project-hamburger-arrow-top {
	animation: burger-hover .8s infinite ease-in-out alternate;
}

.project-hamburger:hover .project-hamburger-arrow-center {
	animation: burger-hover .8s infinite ease-in-out alternate forwards .16s;
}

.project-hamburger:hover .project-hamburger-arrow-bottom {
	animation: burger-hover .8s infinite ease-in-out alternate forwards .32s;
}

@keyframes burger-hover {
	0% {
		width: 100%;
	}
	50% {
		width: 50%;
		background: #d2d945;
	}
	100% {
		width: 100%;
	}
}

@keyframes burger-hover-primary {
	0% {
		width: 100%;
	}
	50% {
		width: 50%;
		background: #d2d945;
	}
	100% {
		width: 100%;
	}
}

.project-close {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: rotate(45deg);
	z-index: -1;
}

.project-close span {
	position: absolute;
	background: #151515;
	transition: all .15s ease-in-out;
}

.project-close span:nth-child(1) {
	height: 0;
	width: 2px;
	top: 10%;
	left: 50%;
	margin-left: -1px;
	transition-delay: 0s;
}

.project-close span:nth-child(2) {
	width: 0;
	height: 2px;
	left: 10%;
	top: 50%;
	margin-top: -1px;
	transition-delay: .15s;
}

.rd-navbar-project-hamburger.active .project-hamburger > span {
	opacity: 0;
}

.rd-navbar-project-hamburger.active .project-hamburger .project-hamburger-arrow-top {
	transition-delay: 0s;
}

.rd-navbar-project-hamburger.active .project-hamburger .project-hamburger-arrow-center {
	transition-delay: .1s;
}

.rd-navbar-project-hamburger.active .project-hamburger .project-hamburger-arrow-bottom {
	transition-delay: .2s;
}

.rd-navbar-project-hamburger.active .project-close > span:nth-child(1) {
	height: 80%;
	transition-delay: .3s;
}

.rd-navbar-project-hamburger.active .project-close > span:nth-child(2) {
	width: 80%;
	transition-delay: .45s;
}

/**
    RD Navbar Fixed
**/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	margin-left: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 22px;
	line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 140px;
	max-height: 58px;
	width: auto;
	height: auto;
}

@media (min-width: 576px) {
	.rd-navbar-fixed .rd-navbar-brand img {
		max-width: 170px;
	}
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1030;
	display: flex;
	align-items: center;
	height: 56px;
	padding: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: -56px;
	bottom: -56px;
	z-index: 1029;
	width: 270px;
	padding: 140px 0 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 34px;
	transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: rgba(208, 252, 104, 0.5);
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #e1e1e1;
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	padding-top: 20px;
	margin: 30px 0 20px;
	height: auto;
	text-align: left;
	border-top: 1px solid #e1e1e1;
}

.rd-navbar-fixed .rd-nav-item {
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
	margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
	display: block;
	padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed .rd-navbar-main-element {
	position: absolute;
	float: left;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	background: #153750;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #ffffff;
	background: #153750;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 1.0);
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link {
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	background: #d2d945;
}

.rd-navbar-fixed .rd-nav-link {
	color: #ffffff;
	font-weight: 700;
}

/**
    RD Navbar Classic
**/
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 1600px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
		padding-left: 75px;
		padding-right: 75px;
	}
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 1770px;
	margin-left: auto;
	margin-right: auto;
	padding: 16px 55px 14px 0;
	transition: padding .35s ease-in-out;
}

@media (min-width: 1200px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
		padding-top: 24px;
		padding-right: 68px;
		padding-bottom: 20px;
	}
	.rd-navbar-classic.rd-navbar-static .rd-navbar-main.active {
		padding-right: 150px;
	}
}

@media (min-width: 1400px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
		padding-top: 30px;
		padding-bottom: 26px;
	}
	.rd-navbar-classic.rd-navbar-static .rd-navbar-main.active {
		padding-right: 290px;
	}
}

@media (min-width: 1600px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-main.active {
		padding-right: 330px;
	}
}

@media (min-width: 1600px) and (max-width: 1937px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
		position: relative;
	}
	.rd-navbar-classic.rd-navbar-static .rd-navbar-main .rd-navbar-project-hamburger {
		right: 0;
	}
}

@media (min-width: 1937px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-main, .rd-navbar-classic.rd-navbar-static .rd-navbar-main.active {
		padding-right: 0;
	}
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap {
	display: flex;
	align-items: center;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav {
	order: -1;
	margin-right: 80px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 180px;
	max-height: 180px;
}

@media (min-width: 1400px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
		max-width: 250px;
		max-height: 250px;
	}
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-grow: 1;
	margin-bottom: 5px;
}

 .rd-navbar-classic.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #d2d945;
	background: transparent;
}

 .rd-navbar-classic.rd-navbar-static .rd-nav-item.active .rd-nav-link::before {
	opacity: 1;
	transform: none;
	visibility: visible;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link::before {
	position: absolute;
	content: '';
	bottom: -8px;
	left: 0;
	height: 3px;
	width: 100%;
	background: #d2d945;
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	transition: all .2s ease;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link:hover {
	color: #d2d945;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link:hover::before {
	opacity: 1;
	transform: none;
	visibility: visible;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 22px;
}

@media (min-width: 1200px) {
	.rd-navbar-classic.rd-navbar-static .rd-nav-item + .rd-nav-item {
		margin-left: 35px;
	}
}

@media (min-width: 1400px) {
	.rd-navbar-classic.rd-navbar-static .rd-nav-item + .rd-nav-item {
		margin-left: 42px;
	}
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-project-hamburger {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 35px;
	height: 35px;
	padding: 14px 0;
	transform: translateY(-40%);
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-project-hamburger {
	position: fixed;
	right: 4px;
	width: 48px;
	height: 48px;
	top: 4px;
	padding: 13px 6px 12px;
}

.rd-navbar-project {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	transform: translateX(102%);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.37);
	z-index: 1030;
}

.rd-navbar-project-content {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.rd-navbar-project-content::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-project-content::-webkit-scrollbar-thumb {
	background: rgba(252, 195, 104, 0.5);
	border: none;
	border-radius: 0;
}

.rd-navbar-project-content::-webkit-scrollbar-track {
	background: #e1e1e1;
	border: none;
	border-radius: 0;
}

.rd-navbar-main.active .rd-navbar-project {
	transform: translateX(0);
}

.rd-navbar-classic-project {
	padding: 75px 15px 15px;
	width: 270px;
}

.rd-navbar-classic-project-content {
	direction: rtl;
	padding-left: 6px;
	margin-left: -6px;
	height: calc(100vh - 170px);
}

.rd-navbar-classic-project-content .row > div + div {
	margin-top: 15px;
}

@media (min-width: 576px) {
	.rd-navbar-classic-project {
		width: 285px;
	}
}

@media (min-width: 992px) {
	.rd-navbar-classic-project-content {
		height: calc(100vh - 205px);
	}
}

@media (min-width: 1200px) {
	.rd-navbar-classic-project {
		padding-top: 100px;
		padding-bottom: 20px;
	}
}

@media (min-width: 1600px) {
	.rd-navbar-classic-project {
		width: 375px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.rd-navbar-classic-project-content .row > div + div {
		margin-top: 20px;
	}
}

* + .rd-navbar-classic-project-content {
	margin-top: 20px;
}

/**
    Swiper
**/
.swiper-container {
	display: flex;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
	
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	align-self: stretch;
	align-items: stretch;
	width: 100%;
	height: auto;
	min-height: inherit;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container {
	flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-wp8-horizontal {
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	touch-action: pan-x;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
	height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	text-align: center;
	position: absolute;
	display: none;
	top: 50%;
	width: 47px;
	height: 47px;
	line-height: 47px;
	background: transparent;
	transform: translateY(-50%);
	will-change: transform;
	transition: all .3s ease-in-out;
	cursor: pointer;
	z-index: 10;
}

.swiper-button-prev::before,
.swiper-button-next::before {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	transform: none;
	transition: inherit;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffffff;
	transition: inherit;
	z-index: -1;
}

.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
	transform: scale(1.4);
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
	border-radius: 50%;
	background: #d2d945;
}

@media (min-width: 768px) {
	.swiper-button-prev,
	.swiper-button-next {
		display: block;
	}
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev {
	left: 15px;
}

.swiper-button-prev:before {
	margin-left: -4px;
	border-width: 5px 8px 5px 0;
	border-right-color: #d2d945;
}

.swiper-button-prev:hover::before {
	border-right-color: #ffffff;
}

.swiper-button-prev:hover::after {
	transform: rotate(-360deg);
}

@media (min-width: 1600px) {
	.swiper-button-prev {
		left: 75px;
	}
}

.swiper-button-next {
	right: 15px;
}

.swiper-button-next:before {
	margin-right: -4px;
	border-width: 5px 0 5px 8px;
	border-left-color: #d2d945;
}

.swiper-button-next:hover::before {
	border-left-color: #ffffff;
}

.swiper-button-next:hover::after {
	transform: rotate(360deg);
}

@media (min-width: 1600px) {
	.swiper-button-next {
		right: 75px;
	}
}

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
	content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
	content: "\f060";
}

.swiper-pagination {
	position: absolute;
	display: block;
	text-align: center;
	transform: translate3d(0, 0, 0);
	transition: .3s;
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet {
	text-align: center;
	display: inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 0;
	outline: none;
	transition: .2s;
	background: rgba(252, 195, 104, 0.6);
}

.swiper-pagination-bullet:hover, .swiper-pagination-bullet:focus {
	background: #d2d945;
}

.swiper-pagination-bullet-active {
	background: #d2d945;
}

.swiper-pagination-style-2 .swiper-pagination {
	font-size: 0;
	line-height: 0;
}

.swiper-pagination-style-2 .swiper-pagination-bullet {
	background: transparent;
}

.swiper-pagination-style-2 .swiper-pagination-bullet::before, .swiper-pagination-style-2 .swiper-pagination-bullet::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.swiper-pagination-style-2 .swiper-pagination-bullet::before {
	background: rgba(252, 195, 104, 0.6);
	transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.swiper-pagination-style-2 .swiper-pagination-bullet::after {
	opacity: 0;
	background: #d2d945;
	transform: translateY(-200%);
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}

.swiper-pagination-style-2 .swiper-pagination-bullet:hover, .swiper-pagination-style-2 .swiper-pagination-bullet:focus {
	background: transparent;
}

.swiper-pagination-style-2 .swiper-pagination-bullet:hover::before, .swiper-pagination-style-2 .swiper-pagination-bullet:focus::before {
	background: #d2d945;
}

.swiper-pagination-style-2 .swiper-pagination-bullet-active {
	background: transparent;
}

.swiper-pagination-style-2 .swiper-pagination-bullet-active::after {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.swiper-pagination-style-2 .swiper-pagination-bullet-active::before {
	opacity: 0;
	visibility: hidden;
	transform: translateY(200%);
}

.swiper-pagination-black .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0.6);
}

.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: black;
}

.swiper-container-vertical > .swiper-pagination {
	top: 50%;
	right: 10px;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
	margin: 8px 0;
	display: block;
}

.swiper-container-vertical.swiper-pagination-style-2 .swiper-pagination-bullet::after {
	transform: translate3d(-200%, 0, 0);
}

.swiper-container-vertical.swiper-pagination-style-2 .swiper-pagination-bullet-active::before {
	transform: translate3d(200%, 0, 0);
}

.swiper-container-vertical.swiper-pagination-style-2 .swiper-pagination-bullet-active::after {
	transform: translate3d(0%, 0, 0);
}

.swiper-container-horizontal > .swiper-pagination {
	bottom: 30px;
	left: 0;
	width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	background-position: 50% 50%;
}

.swiper-slide-caption {
	width: 100%;
	white-space: normal;
}

@media (max-width: 767px) {
	.swiper-slide-caption {
		padding-bottom: 80px;
	}
}

.swiper-slider-classic {
	max-height: 38.54167vw;
	min-height: calc(100vh - 56px);
}

.swiper-slider-classic.swiper-container-horizontal {
	max-height: none;
}

@media (max-height: 420px) {
	.swiper-slider-classic {
		min-height: 260px;
	}
	.swiper-slider-classic p {
		display: none;
	}
}

.swiper-slider-classic .swiper-pagination-bullet {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 50px;
	height: 28px;
	border-radius: 0;
	background: transparent;
}

.swiper-slider-classic .swiper-pagination-bullet::before, .swiper-slider-classic .swiper-pagination-bullet::after {
	position: absolute;
	display: inline-block;
	content: '';
	top: 12px;
	left: 0;
	height: 4px;
	width: 50px;
	transition: none;
	opacity: 1;
}

.swiper-slider-classic .swiper-pagination-bullet::before {
	background: rgba(255, 255, 255, 0.55);
}

@media (min-width: 1600px) {
	.swiper-slider-classic .swiper-pagination-bullet::before {
		background: rgba(255, 255, 255, 0.55);
	}
}

.swiper-slider-classic .swiper-pagination-bullet::after {
	transform: translateX(-100%);
	animation: pagOutX .3s;
	background: #d2d945;
}

.swiper-slider-classic .swiper-pagination-bullet:hover, .swiper-slider-classic .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: transparent;
}

.swiper-slider-classic .swiper-pagination-bullet:hover::after, .swiper-slider-classic .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	animation: pagInX .3s forwards;
}

.swiper-slider-classic .swiper-pagination {
	position: static;
	transform: none;
}

.swiper-slider-classic .swiper-pagination .swiper-pagination-bullet {
	margin: 0 22px;
}

.swiper-slider-classic h1 {
	letter-spacing: .05em;
}

.swiper-slider-classic * + p {
	margin-top: 14px;
}

.swiper-slider-classic * + .button {
	margin-top: 25px;
}

.swiper-slider-classic .swiper-slide-1 {
	background-position-x: 40%;
}

@media (min-width: 768px) {
	.swiper-slider-classic {
		min-height: 460px;
	}
	.swiper-slider-classic.swiper-container-vertical .swiper-pagination-bullet {
		display: block;
	}
	.swiper-slider-classic.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet {
		margin: 0;
	}
	.swiper-slider-classic.swiper-container-vertical .swiper-pagination__module {
		top: 50%;
		right: 20px;
		bottom: auto;
		left: auto;
		max-width: 29px;
		transform: translateY(-50%);
	}
	.swiper-slider-classic .swiper-slide-caption {
		padding-left: 70px;
		padding-right: 70px;
	}
	.swiper-slider-classic .swiper-slide-1 {
		background-position-x: 50%;
	}
	.swiper-slider-classic .swiper-slide-custom {
		padding-left: 0;
	}
	.swiper-slider-classic h1 {
		font-size: 60px;
	}
}

@media (min-width: 992px) {
	.swiper-slider-classic .swiper-slide-custom {
		padding-left: 70px;
	}
	.swiper-slider-classic h1 {
		font-size: 80px;
	}
}

@media (min-width: 1200px) {
	.swiper-slider-classic.swiper-container-horizontal {
		min-height: 38.54167vw;
	}
	.swiper-slider-classic h1 {
		font-size: 100px;
	}
}

@media (min-width: 1600px) {
	.swiper-slider-classic {
		max-width: 1920px;
		padding: 0 75px;
	}
}

.swiper-slider-classic-2 .swiper-pagination__fraction-index {
	color: #d2d945;
}

.swiper-slider-classic-2 .swiper-pagination-bullet::after {
	background: #d2d945;
}

.swiper-slider-classic-2 .context-dark .button.button-ujarak::before {
	background: #d2d945;
}

.swiper-slider-classic-2 .context-dark .button.button-ujarak:hover, .swiper-slider-classic-2 .context-dark .button.button-ujarak:active {
	border-color: #d2d945;
}

.swiper-slider-classic-2 .button {
	min-width: 175px;
}

.swiper-slider-classic-2 .swiper-title-2 {
	letter-spacing: .025em;
	font-weight: 400;
}

.swiper-slider-classic-2 h2 {
	letter-spacing: .075em;
}

.swiper-slider-classic-2 .swiper-slide-custom * + .button {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.swiper-slider-classic-2 .swiper-slide-custom * + .button {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.swiper-slider-classic-2 .swiper-title-2 {
		font-size: 110px;
	}
}

.swiper-pagination__module {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 25px;
	width: 100%;
	z-index: 1;
}

.swiper-pagination__fraction {
	display: none;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0;
	font-family: "Maven Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #9b9b9b;
	transform: rotate(-90deg);
}

.swiper-pagination__fraction-index {
	color: #d2d945;
}

.swiper-pagination__divider {
	display: none;
	margin: 30px 0 8px;
	width: 1px;
	height: 176px;
	background: #e1e1e1;
}

@media (min-width: 1600px) {
	.swiper-pagination__fraction {
		display: inline-block;
	}
	.swiper-pagination__divider {
		display: inline-block;
	}
}

.swiper-slider-modern {
	min-height: 44.27083vw;
}

.swiper-slider-modern .swiper-slide {
	background-position: 0 50%;
}

.swiper-slider-modern .swiper-slide-caption {
	padding-top: 60px;
}

.swiper-slider-modern .swiper-button-prev,
.swiper-slider-modern .swiper-button-next {
	transform: none;
	top: 51%;
}

.swiper-slider-modern .slider-modern-box {
	max-width: 240px;
}

.swiper-slider-modern .slider-modern-title {
	line-height: 1.115;
	font-weight: 300;
	letter-spacing: .025em;
}

.swiper-slider-modern .slider-modern-title span {
	display: inline-block;
}

.swiper-slider-modern .button {
	min-width: auto;
	padding-left: 40px;
	padding-right: 40px;
}

.swiper-slider-modern p {
	font-size: 16px;
	line-height: 1.625;
	font-weight: 500;
	letter-spacing: 0;
}

.swiper-slider-modern * + p {
	margin-top: 10px;
}

.swiper-slider-modern * + .button-wrap {
	margin-top: 30px;
}

@media (max-width: 575px) {
	.swiper-slider-modern .swiper-slide {
		background-position: 30% 50%;
	}
}

@media (min-width: 768px) {
	.swiper-slider-modern .swiper-slide-caption {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.swiper-slider-modern .slider-modern-box {
		margin-left: 60px;
	}
	.swiper-slider-modern .swiper-pagination {
		display: none;
	}
}

@media (min-width: 992px) {
	.swiper-slider-modern .swiper-slide-caption {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.swiper-slider-modern .slider-modern-box {
		margin-left: 80px;
		max-width: 320px;
	}
}

@media (min-width: 1200px) {
	.swiper-slider-modern .swiper-slide-caption {
		padding-top: 200px;
		padding-bottom: 96px;
	}
	.swiper-slider-modern .slider-modern-box {
		margin-left: 90px;
	}
	.swiper-slider-modern * + .button-wrap {
		margin-top: 40px;
	}
}

@media (min-width: 1600px) {
	.swiper-slider-modern .slider-modern-box {
		margin-left: 24px;
	}
}

.swiper-slider-creative {
	min-height: 34.42708vw;
}

.swiper-slider-creative .swiper-slider-text {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0;
}

.swiper-slider-creative .button {
	min-width: 175px;
}

.swiper-slider-creative h1 {
	letter-spacing: .025em;
}

.swiper-slider-creative hr {
	max-width: 78%;
	margin-left: 0;
	border-color: rgba(255, 255, 255, 0.48);
}

.swiper-slider-creative h4 {
	font-weight: 300;
	letter-spacing: .05em;
}

.swiper-slider-creative * + hr,
.swiper-slider-creative * + .swiper-slider-text {
	margin-top: 12px;
}

.swiper-slider-creative * + .swiper-creative-decor {
	margin-top: 16px;
}

.swiper-slider-creative h1 + h4 {
	margin-top: 2px;
}

.swiper-slider-creative * + .button-wrap {
	margin-top: 30px;
}

.swiper-slider-creative .swiper-slider-text + .button,
.swiper-slider-creative .swiper-slider-text + .button-wrap {
	margin-top: 30px;
}

.swiper-slider-creative .swiper-pagination {
	font-size: 0;
	line-height: 0;
	counter-reset: span;
	bottom: 20px;
}

.swiper-slider-creative .swiper-pagination-bullet {
	width: 35px;
	height: 23px;
	padding: 10px 0;
	background: transparent;
}

.swiper-slider-creative .swiper-pagination-bullet::after {
	display: inline-block;
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: transparent;
	transform: scale(0, 0) translate3d(-50%, -50%, 0) rotate(0.1deg);
	will-change: transform;
	transition: inherit;
	transform-origin: 0 0;
}

.swiper-slider-creative .swiper-pagination-bullet span {
	display: inline-block;
	height: 3px;
	width: 100%;
	background: #ffffff;
	transition: all .3s ease;
}

.swiper-slider-creative .swiper-pagination-bullet:hover::after,
.swiper-slider-creative .swiper-pagination-bullet-active::after {
	background: #ffffff;
	transform: scale(1, 1) translate3d(-50%, -50%, 0) rotate(0.1deg);
	transition-delay: .1s;
}

.swiper-slider-creative .swiper-pagination-bullet:hover span,
.swiper-slider-creative .swiper-pagination-bullet-active span {
	width: 0;
}

@media (max-width: 575px) {
	.swiper-slider-creative .swiper-slide {
		background-position-x: 35%;
	}
	.swiper-slider-creative .swiper-slide::before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.15);
		z-index: -1;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.swiper-slider-creative h4 {
		font-size: 30px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.swiper-slider-creative .swiper-slide-2 {
		background-position-x: 60%;
	}
	.swiper-slider-creative .swiper-slide-3 {
		background-position-x: 55%;
	}
}

@media (min-width: 768px) {
	.swiper-slider-creative .swiper-pagination {
		bottom: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.swiper-slider-creative .swiper-slide-2 {
		background-position-x: 70%;
	}
	.swiper-slider-creative .swiper-slide-3 {
		background-position-x: 60%;
	}
}

@media (min-width: 992px) {
	.swiper-slider-creative * + .button,
	.swiper-slider-creative * + .button-wrap {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.swiper-slider-creative h1 {
		font-size: 110px;
	}
}

@media (min-width: 1600px) {
	.swiper-slider-creative .swiper-pagination {
		top: 50%;
		right: 134px;
		bottom: auto;
		left: auto;
		width: auto;
		transform: translate3d(0, -50%, 0);
	}
	.swiper-slider-creative .swiper-pagination .swiper-pagination-bullet {
		margin: 4px 0;
	}
	.swiper-slider-creative .swiper-pagination-bullet {
		display: block;
		width: 21px;
		height: 21px;
	}
	.swiper-slider-creative .swiper-pagination-bullet::before {
		display: inline-block;
		position: absolute;
		content: counter(span, decimal);
		counter-increment: span;
		top: 60%;
		left: -22px;
		font-size: 24px;
		line-height: 1;
		letter-spacing: .05em;
		font-weight: 500;
		font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		color: #ffffff;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(-20px, -50%, 0);
		will-change: transform;
		transition: inherit;
	}
	.swiper-slider-creative .swiper-pagination-bullet::after {
		left: 1px;
		width: 5px;
		height: 5px;
		transform: scale(0, 0) translate3d(0, -50%, 0) rotate(0.1deg);
		transform-origin: 50% 0;
	}
	.swiper-slider-creative .swiper-pagination-bullet span {
		height: 1px;
	}
	.swiper-slider-creative .swiper-pagination-bullet:hover::after,
	.swiper-slider-creative .swiper-pagination-bullet-active::after {
		transform: scale(1, 1) translate3d(0, -50%, 0) rotate(0.1deg);
		transition-delay: 0s;
	}
	.swiper-slider-creative .swiper-pagination-bullet:hover span,
	.swiper-slider-creative .swiper-pagination-bullet-active span {
		width: 100%;
		transform: translate3d(24px, 0, 0);
	}
	.swiper-slider-creative .swiper-pagination-bullet-active::before {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, -50%, 0);
	}
	.swiper-slider-creative .swiper-pagination-bullet-active span {
		width: 340%;
	}
	.swiper-slider-creative .swiper-pagination-bullet-active:hover span {
		width: 340%;
	}
}

.swiper-slider-corporate {
	min-height: calc(100vh - 56px);
}

.swiper-slider-corporate.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
	margin: 0 12px;
}

.swiper-slider-corporate.swiper-container-vertical {
	max-height: 35.3125vw;
}

.swiper-slider-corporate.swiper-container-vertical .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

@media (max-height: 370px) {
	.swiper-slider-corporate {
		min-height: 310px;
	}
}

.swiper-slider-corporate .swiper-pagination-bullet::before {
	background: rgba(255, 255, 255, 0.33);
}

.swiper-slider-corporate .swiper-pagination-bullet::after {
	background: #d2d945;
}

.swiper-slider-corporate .swiper-pagination-bullet:hover::before {
	background: rgba(255, 255, 255, 0.7);
}

.swiper-slider-corporate .button {
	min-width: 180px;
}

.swiper-slider-corporate h6 {
	font-weight: 400;
	letter-spacing: .15em;
	color: #d2d945;
}

.swiper-slider-corporate h6 + h2 {
	margin-top: 16px;
}

.swiper-slider-corporate * + .button-wrap {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.swiper-slider-corporate {
		min-height: 370px;
	}
	.swiper-slider-corporate.swiper-container-vertical {
		min-height: 400px;
	}
	.swiper-slider-corporate h6 + h2 {
		margin-top: 28px;
	}
	.swiper-slider-corporate * + .button-wrap {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.swiper-slider-corporate.swiper-container-horizontal {
		min-height: 400px;
	}
	.swiper-slider-corporate.swiper-container-vertical .swiper-pagination {
		right: 6%;
	}
}

@media (min-width: 1200px) {
	.swiper-slider-corporate.swiper-container-horizontal {
		min-height: 35.3125vw;
	}
}

@media (min-width: 1600px) {
	.swiper-slider-corporate.swiper-container-vertical .swiper-pagination {
		top: 43%;
		right: 11.5%;
		transform: none;
	}
}

.swiper-slider-tara {
	min-height: 35.36458vw;
}

.swiper-slider-tara.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 6px;
}

.swiper-slider-tara .swiper-pagination {
	bottom: 0;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	width: auto;
	min-width: 155px;
	font-size: 0;
	line-height: 0;
	padding: 17px 20px 10px;
	background: #ffffff;
}

.swiper-slider-tara .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: transparent;
	border: 3px solid #d7d7d7;
	transition: all .1s ease-in-out;
}

.swiper-slider-tara .swiper-pagination-bullet::before, .swiper-slider-tara .swiper-pagination-bullet::after {
	position: absolute;
	content: '';
	opacity: 0;
	border-radius: inherit;
}

.swiper-slider-tara .swiper-pagination-bullet::before {
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	background: #d2d945;
	transform: translate3d(-50%, -400%, 0);
	transition: all .2s ease;
}

.swiper-slider-tara .swiper-pagination-bullet::after {
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	border: 3px solid #d2d945;
	transform: scale(1.6);
	transition: all .3s ease;
}

.swiper-slider-tara .swiper-pagination-bullet-active::before, .swiper-slider-tara .swiper-pagination-bullet:hover::before {
	opacity: 1;
	transform: translate3d(-50%, -50%, 0);
}

.swiper-slider-tara .swiper-pagination-bullet-active {
	border-color: transparent;
}

.swiper-slider-tara .swiper-pagination-bullet-active::after {
	opacity: 1;
	transform: none;
}

.swiper-slider-tara .swiper-title {
	font-weight: 300;
}

.swiper-slider-tara .swiper-subtitle {
	font-weight: 400;
	color: #4d9b75;
}

.swiper-slider-tara .button {
	min-width: 176px;
}

.swiper-slider-tara .button.button-ujarak:not([class*='button-primary'])::before {
	background: #d2d945;
}

.swiper-slider-tara .button.button-ujarak:not([class*='button-primary']):hover, .swiper-slider-tara .button.button-ujarak:not([class*='button-primary']):active {
	border-color: #d2d945;
}

.swiper-slider-tara * + .swiper-title {
	margin-top: 16px;
}

.swiper-slider-tara * + .button,
.swiper-slider-tara * + .button-wrap {
	margin-top: 20px;
}

@media (max-width: 575px) {
	.swiper-slider-tara .swiper-slide::before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.2);
		pointer-events: none;
	}
}

@media (min-width: 768px) {
	.swiper-slider-tara .swiper-pagination {
		right: 0;
		left: auto;
		transform: none;
		padding-bottom: 17px;
	}
}

@media (min-width: 992px) {
	.swiper-slider-tara .swiper-title {
		line-height: 1.2;
	}
	.swiper-slider-tara .swiper-subtitle {
		letter-spacing: .15em;
	}
	.swiper-slider-tara * + .swiper-title {
		margin-top: 22px;
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper-button-prev,
.swiper-button-next {
	text-align: center;
	position: absolute;
	display: none;
	top: 50%;
	width: 47px;
	height: 47px;
	line-height: 47px;
	background: transparent;
	transform: translateY(-50%);
	will-change: transform;
	transition: all .3s ease-in-out;
	cursor: pointer;
	z-index: 10;
}

.swiper-button-prev::before,
.swiper-button-next::before {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	transform: none;
	transition: inherit;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffffff;
	transition: inherit;
	z-index: -1;
}

.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
	transform: scale(1.4);
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
	border-radius: 50%;
	background: #d2d945;
}

@media (min-width: 768px) {
	.swiper-button-prev,
	.swiper-button-next {
		display: block;
	}
}

.swiper-button-prev {
	left: 15px;
}

.swiper-button-prev:before {
	margin-left: -4px;
	border-width: 5px 8px 5px 0;
	border-right-color: #d2d945;
}

.swiper-button-prev:hover::before {
	border-right-color: #ffffff;
}

.swiper-button-prev:hover::after {
	transform: rotate(-360deg);
}

@media (min-width: 1600px) {
	.swiper-button-prev {
		left: 75px;
	}
}

.swiper-button-next {
	right: 15px;
}

.swiper-button-next:before {
	margin-right: -4px;
	border-width: 5px 0 5px 8px;
	border-left-color: #d2d945;
}

.swiper-button-next:hover::before {
	border-left-color: #ffffff;
}

.swiper-button-next:hover::after {
	transform: rotate(360deg);
}

@media (min-width: 1600px) {
	.swiper-button-next {
		right: 75px;
	}
}

.swiper-pagination {
	position: absolute;
	display: block;
	text-align: center;
	transform: translate3d(0, 0, 0);
	transition: .3s;
	z-index: 10;
}

.swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	background-position: 50% 50%;
}

.swiper-slide-caption {
	width: 100%;
	white-space: normal;
}

@media (max-width: 767px) {
	.swiper-slide-caption {
		padding-bottom: 80px;
	}
}

.swiper-slider-classic {
	max-height: 38.54167vw;
	min-height: calc(100vh - 56px);
}

@media (max-height: 420px) {
	.swiper-slider-classic {
		min-height: 260px;
	}
	.swiper-slider-classic p {
		display: none;
	}
}

.swiper-slider-classic .swiper-pagination {
	position: static;
	transform: none;
}

.swiper-slider-classic h1 {
	letter-spacing: .05em;
}

.swiper-slider-classic * + p {
	margin-top: 14px;
}

.swiper-slider-classic * + .button {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.swiper-slider-classic {
		min-height: 460px;
	}
	.swiper-slider-classic .swiper-slide-caption {
		padding-left: 70px;
		padding-right: 70px;
	}
	.swiper-slider-classic h1 {
		font-size: 60px;
	}
}

@media (min-width: 992px) {
	.swiper-slider-classic h1 {
		font-size: 80px;
	}
}

@media (min-width: 1200px) {
	.swiper-slider-classic h1 {
		font-size: 100px;
	}
}

@media (min-width: 1600px) {
	.swiper-slider-classic {
		max-width: 1920px;
		padding: 0 75px;
	}
}

.swiper-pagination__module {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 25px;
	width: 100%;
	z-index: 1;
}

.swiper-pagination__fraction {
	display: none;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0;
	font-family: "Maven Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #9b9b9b;
	transform: rotate(-90deg);
}

.swiper-pagination__fraction-index {
	color: #d2d945;
}

.swiper-pagination__divider {
	display: none;
	margin: 30px 0 8px;
	width: 1px;
	height: 176px;
	background: #e1e1e1;
}

@media (min-width: 1600px) {
	.swiper-pagination__fraction {
		display: inline-block;
	}
	.swiper-pagination__divider {
		display: inline-block;
	}
}


/*
* Counter
*/
.counter-classic {
	text-align: center;
}

.counter-classic-title::after {
	display: block;
	content: '';
	margin-left: auto;
	margin-right: auto;
	width: 18px;
	height: 4px;
	margin-top: 6px;
	background: #d2d945;
}

* + .counter-classic-text {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.counter-classic {
		text-align: left;
	}
	.counter-classic-header {
		display: flex;
		align-items: flex-end;
		margin-bottom: -8px;
		margin-left: -16px;
	}
	.counter-classic-header:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.counter-classic-header > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 8px;
		margin-left: 16px;
	}
	.counter-classic-number {
		line-height: .7;
	}
	.counter-classic-title {
		line-height: 1;
	}
	.counter-classic-title::after {
		margin-left: 0;
		margin-right: 0;
		height: 5px;
		margin-top: 8px;
	}
	* + .counter-classic-text {
		margin-top: 16px;
	}
}

@media (min-width: 992px) {
	.counter-classic-title::after {
		height: 6px;
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	.counter-classic-title::after {
		height: 7px;
		margin-top: 12px;
	}
}

/*
*
* Owl Carousel
*/
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
	display: none !important;
}

.owl-prev,
.owl-next {
	text-align: center;
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	font-size: 22px;
	line-height: 44px;
	font-family: "Material Design Icons";
	color: #000000;
	border: 2px solid #c4c4c4;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: all .2s ease-in-out;
	cursor: pointer;
	background: transparent;
}

.owl-prev:hover,
.owl-next:hover {
	color: #d2d945;
}

.owl-prev {
	left: 0;
}

.owl-prev::before {
	content: '\f14a';
}

.owl-next {
	right: 0;
}

.owl-next::before {
	content: '\f14f';
}

/*
 * Owl Pagination
 */
.owl-dots {
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin-top: 30px;
}

.owl-dots.disabled {
	display: none !important;
}

.owl-dot {
	text-align: center;
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 50%;
	transition: .2s;
	cursor: pointer;
	outline: none;
	border: none;
	padding: 0;
}

.owl-dot:only-child {
	display: none;
}

.owl-dot, .owl-dot:focus {
	background-color: rgba(0, 0, 0, 0.2);
}

.owl-dot:hover, .owl-dot.active {
	background-color: #d2d945;
}

.owl-style-1 .owl-stage-outer {
	padding: 30px 0;
	margin: -30px 0;
}

.owl-style-1 .owl-stage {
	display: flex;
	align-items: center;
}

.owl-style-1 .owl-nav {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
}

.owl-style-1 .owl-prev,
.owl-style-1 .owl-next {
	position: static;
	transform: none;
	margin: 7px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (min-width: 768px) {
	.owl-style-1 .owl-nav {
		display: flex;
	}
	.owl-style-1 .owl-dots {
		display: none;
	}
	* + .owl-style-1 {
		margin-top: 60px;
	}
}

@media (min-width: 992px) {
	* + .owl-style-1 {
		margin-top: 80px;
	}
}

@media (min-width: 1200px) {
	.owl-style-1 .owl-stage-outer {
		overflow: visible;
	}
	.owl-style-1 .owl-item {
		display: flex;
		justify-content: flex-end;
		opacity: .3;
		transition: all .4s linear;
	}
	.owl-style-1 .owl-item.active {
		display: block;
		opacity: 1;
	}
	.owl-style-1 .owl-item.active .project-mary {
		padding-right: 13%;
	}
	.owl-style-1 .owl-item.active .project-mary-figure {
		box-shadow: -20px 30px 30px rgba(0, 0, 0, 0.15);
	}
	.owl-style-1 .owl-item.active .project-mary-link-wrap,
	.owl-style-1 .owl-item.active .project-mary-content {
		opacity: 1;
		visibility: visible;
		transition-delay: .6s;
	}
	.owl-style-1 .owl-item.active .project-mary-link-wrap {
		transform: none;
	}
	.owl-style-1 .owl-item.active + .owl-item {
		display: block;
	}
	.owl-style-1 .owl-item.active + .owl-item .project-mary {
		padding-left: 0;
		transition: none;
	}
	.owl-style-1 .project-mary {
		padding-right: 0;
		transition: all .3s linear;
	}
	.owl-style-1 .project-mary-link-wrap,
	.owl-style-1 .project-mary-content {
		opacity: 0;
		visibility: hidden;
		transition: all .3s linear;
	}
	.owl-style-1 .project-mary-figure {
		box-shadow: none;
	}
	.owl-style-1 .project-mary-link-wrap {
		transform: translate3d(100%, 100%, 0);
	}
	* + .owl-style-1 {
		margin-top: 90px;
	}
}

@media (min-width: 1600px) {
	* + .owl-style-1 {
		margin-top: 105px;
	}
}

.owl-style-2 .owl-stage-outer {
	padding: 30px 0;
	margin: -30px 0;
}

.owl-style-2 .owl-stage {
	display: flex;
	align-items: flex-end;
}

.owl-style-2 + * {
	margin-top: 40px;
}

@media (min-width: 576px) {
	.owl-style-2 .owl-dots {
		position: absolute;
		right: 24px;
		bottom: 64px;
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.owl-style-2 + * {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	.owl-style-2 + * {
		margin-top: 70px;
	}
}

.lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
	font-family: lg;
	src: url(../fonts/lgd641.html?n1z373);
	src: url(../fonts/lgd41d.html?#iefixn1z373) format("embedded-opentype"), url(../fonts/lgd641-2.html?n1z373) format("woff"), url(../fonts/lgd641-3.html?n1z373) format("truetype"), url(../fonts/lgd641-4.html?n1z373#lg) format("svg");
	font-weight: 400;
	font-style: normal;
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: 0;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #ffffff;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: "\e095";
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-moz-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-ms-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-webkit-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@-moz-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@-ms-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lg-toolbar .lg-icon {
	color: #999999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #ffffff;
}

.lg-toolbar .lg-close:after {
	content: "\e070";
}

.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	bottom: 0;
	color: #eeeeee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #ffffff;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease;
	}
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #d2d945;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
	color: #ffffff;
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../images/vimeo-play.html) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../images/vimeo-play.html) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../images/video-play.html) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../images/youtube-play.html) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../images/youtube-play.html) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #d2d945;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #ffffff inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #ffffff;
	color: #ffffff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #ffffff inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer .lg-dropdown {
	background-color: #ffffff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
	color: #333333;
}

.lg-outer .lg-dropdown a {
	color: #333333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1090;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url(../images/loading.html) center center no-repeat;
	display: none !important;
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1090;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.tablet #lg-zoom-in,
.tablet #lg-zoom-out,
.mobile #lg-zoom-in,
.mobile #lg-zoom-out {
	display: none;
}

.tablet .lg-icon,
.mobile .lg-icon {
	font-size: 22px;
	width: 45px;
}

@media (max-width: 767.98px) {
	.lg-fullscreen,
	#lg-zoom-in,
	#lg-zoom-out {
		display: none;
	}
	.lg-icon {
		font-size: 22px;
		width: 45px;
	}
}

/*
* Material Parallax
*/

.parallax-scene-js {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.layer-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: -1;
}

.layer-wrap img {
	display: none;
	max-width: none;
	opacity: .5;
}

@media (min-width: 768px) {
	.layer-wrap img {
		display: inline-block;
	}
}

@media (min-width: 1200px) {
	.layer-wrap img {
		opacity: 1;
	}
}

@media (min-width: 1600px) {
	.layer-1 {
		top: 63%;
	}
	.layer-2 {
		top: 53%;
	}
}

/* =============================================
   Footer - Yeni 3 Kolonlu Tasarım
   ============================================= */
.footer-new {
  background: #153750;
  padding: 60px 0 0;
}

.footer-new-row {
  padding-bottom: 40px;
}

.footer-new-col {
  margin-bottom: 40px;
}

/* Sol Kolon: Logo + Butonlar */
.footer-new-left {
  text-align: center;
}

.footer-new-left .brand {
  display: inline-block;
  margin-bottom: 25px;
}

.footer-new-left .brand img {
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.footer-new-left .brand:hover img {
  opacity: 1;
}

.footer-new-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer-new-buttons .button {
  width: 100%;
  max-width: 300px;
  font-size: 11px;
}

/* Orta Kolon: Navigasyon */
.footer-new-heading {
  color: #d2d945;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.footer-new-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #d2d945;
}

.footer-new-center {
  text-align: left;
}

.footer-new-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-new-nav li {
  margin-bottom: 12px;
}

.footer-new-nav li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
  display: inline-block;
}

.footer-new-nav li a:hover {
  color: #d2d945;
  padding-left: 6px;
}

/* Sağ Kolon: İletişim */
.footer-new-right {
  text-align: left;
}

.footer-new-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-new-contact li {
  margin-bottom: 14px;
}

.footer-new-contact li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.footer-new-contact li a:hover {
  color: #d2d945;
}

.footer-new-contact li a .icon {
  font-size: 18px;
  margin-right: 10px;
  color: #d2d945;
  width: 22px;
  text-align: center;
}

/* Alt Kısım: Copyright */
.footer-new-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  text-align: center;
}

.footer-new-bottom .rights {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
}

/* Mobil: tek kolon, hepsi ortalı */
@media (max-width: 991px) {
  .footer-new-center,
  .footer-new-right {
    text-align: center;
  }

  .footer-new-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-new-contact li a {
    justify-content: center;
  }
}

/* Desktop: 3 kolon yan yana */
@media (min-width: 992px) {
  .footer-new {
    padding: 70px 0 0;
  }

  .footer-new-col {
    margin-bottom: 0;
  }

  .footer-new-left {
    text-align: left;
  }

  .footer-new-left .brand {
    display: block;
  }

  .footer-new-buttons {
    align-items: flex-start;
  }

  .footer-new-bottom {
    margin-top: 50px;
  }
}

.logo-bottom {
    display:flex; flex-direction:column; align-items:center; gap:5px;
    flex-shrink:0; animation: fadeUp 1s .55s cubic-bezier(.22,1,.36,1) both;
	padding: 20px;
}
.logo-bottom img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.dev-logo-link {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==================================================================
   FOOTER STİLLERİ
   Önceden ayrı bir footer.css dosyasındaydı, buraya birleştirildi.
   ================================================================== */
/* =================================================================
   Roof 264 — Footer Stilleri (footer.css)

   Tek dosyada toplu footer mantığı. Önceden style.css içinde
   "footer-new-*" prefix'iyle dağınıktı, buraya temizlenmiş ve
   modernize edilmiş halde taşındı. Class isimlerinden "new" çıkarıldı.

   İçerik:
     1) Genel footer (arkaplan, padding)
     2) 3 kolon yapısı (left / rooms-or-center / right)
     3) Sol kolon: logo + Maps butonu + butonlar + copyright
     4) Orta/Rooms kolonu: oda grid
     5) Diğer kolonlar: heading, nav, contact listeleri
     6) Footer şeridi (üst kenarda ayraç çizgi, container genişliğinde)
     7) Responsive (mobil tek kolon)
   ================================================================= */


/* ====================================================================
   1) GENEL FOOTER
   ==================================================================== */
.footer {
    background: #153750;
    padding: 60px 0 0;
}

.footer-row {
    padding-bottom: 20px;
}

.footer-col {
    margin-bottom: 40px;
}


/* ====================================================================
   2) SOL KOLON — Brand-row (logo + Maps) + Butonlar + Copyright
   ==================================================================== */

.footer-left {
    text-align: center;
}

/* Brand-row: logo solda, Google Maps butonu sağa yaslı */
.footer-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.footer-brand-row .brand {
    display: inline-flex;
    flex-shrink: 0;
}

.footer-brand-row .brand img {
    width: 120px;
    height: 72px;
    object-fit: contain;
    display: block;
    opacity: 0.95;
    transition: opacity 0.3s ease;
}

.footer-brand-row .brand:hover img {
    opacity: 1;
}

/* Google Maps Konum Butonu */
.footer-map {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1.5px solid rgba(210, 217, 69, 0.25);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    flex-shrink: 0;
    cursor: pointer;
}

.footer-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease, filter 0.3s ease;
}

/* Karanlık overlay (resmin üzerinde) */
.footer-map::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(21, 55, 80, 0.55) 0%, rgba(13, 10, 10, 0.4) 100%);
    z-index: 1;
    transition: background 0.3s ease;
    pointer-events: none;
}

/* İkon + "Konumumuza Git" yazısı */
.footer-map__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    z-index: 2;
    color: #ffffff;
    text-align: center;
    pointer-events: none;
}

.footer-map__icon {
    font-size: 26px;
    line-height: 1;
    color: #d2d945;
    transition: color 0.3s ease, transform 0.4s ease;
}

.footer-map__text {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    line-height: 1.2;
    padding: 0 6px;
}

/* HOVER — overlay açılır, resim zoom, marker zıplar */
.footer-map:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
    border-color: #d2d945;
    text-decoration: none;
}

.footer-map:hover::before {
    background: linear-gradient(135deg, rgba(21, 55, 80, 0.88) 0%, rgba(21, 55, 80, 0.7) 100%);
}

.footer-map:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.footer-map:hover .footer-map__icon {
    color: #d2d945;
    animation: footer-map-bounce 0.6s ease;
}

.footer-map:hover .footer-map__text {
    opacity: 1;
    transform: translateY(0);
}

@keyframes footer-map-bounce {
    0%, 100% { transform: translateY(0); }
    30%      { transform: translateY(-6px); }
    50%      { transform: translateY(0); }
    70%      { transform: translateY(-3px); }
}

.footer-map:focus-visible {
    outline: 2px solid #d2d945;
    outline-offset: 3px;
}


/* Butonlar — sadece sol kolonda 100% genişlik */
.footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.footer-left .footer-buttons {
    width: 100%;
}

.footer-left .footer-buttons .button {
    width: 100%;
    max-width: 100%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}


/* Copyright (butonların altında, çizgisiz) */
.footer-rights {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin: 18px 0 0;
    line-height: 1.5;
    border: none;
    padding: 0;
}


/* ====================================================================
   3) ORTA / SAĞ KOLON BAŞLIKLARI
   ==================================================================== */

.footer-heading {
    color: #d2d945;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #d2d945;
}


/* ====================================================================
   4) ORTA KOLON — Navigasyon (sayfalar)
   ==================================================================== */

.footer-center {
    text-align: left;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav li {
    margin-bottom: 12px;
}

.footer-nav li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: inline-block;
}

.footer-nav li a:hover {
    color: #d2d945;
    padding-left: 6px;
}


/* ====================================================================
   5) SAĞ KOLON — İletişim listesi
   ==================================================================== */

.footer-right {
    text-align: left;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 14px;
}

.footer-contact li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.footer-contact li a:hover {
    color: #d2d945;
}

.footer-contact li a .icon {
    font-size: 18px;
    margin-right: 10px;
    color: #d2d945;
    width: 22px;
    text-align: center;
}


/* ====================================================================
   6) FOOTER STRIP — Author logo ile footer arasında ayraç çizgi
   ==================================================================== */
/* Sadece görsel ayraç. Çizgi sayfa içeriği genişliğinde (ekran kenarına dayanmıyor). */

.footer-strip {
    background: transparent;
}

.footer-strip__container {
    max-width: 1170px; /* Container ile aynı max-width */
    margin: 0 auto;
    padding: 0 15px;
}

/* Çizginin kendisi */
.footer-strip__line {
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
}

/* Geniş ekranlarda container'ı bootstrap'in xl/xxl genişlikleriyle eşle */
@media (min-width: 1200px) {
    .footer-strip__container { max-width: 1140px; }
}

@media (min-width: 1400px) {
    .footer-strip__container { max-width: 1320px; }
}


/* ====================================================================
   7) RESPONSIVE
   ==================================================================== */

/* Mobil/tablet: tek kolon, hepsi ortalı */
@media (max-width: 991px) {
    .footer-left,
    .footer-center,
    .footer-right,
    .footer-rooms {
        text-align: center;
    }

    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-contact li a {
        justify-content: center;
    }

    .footer-brand-row {
        justify-content: center;
    }

    .footer-rights {
        text-align: center;
    }
}

/* Desktop: 3 kolon yan yana */
@media (min-width: 992px) {
    .footer {
        padding: 70px 0 0;
    }

    .footer-col {
        margin-bottom: 0;
    }

    .footer-left {
        text-align: left;
    }

    .footer-buttons {
        align-items: flex-start;
    }
}

/* Küçük mobil: brand+map küçülsün */
@media (max-width: 480px) {
    .footer-brand-row .brand img,
    .footer-map {
        width: 120px;
        height: 72px;
    }

    .footer-map__icon { font-size: 22px; }
    .footer-map__text { font-size: 8.5px; }
}


.slider-section {
    background: #153750;
    padding-bottom: 85px;
}

@media (max-width: 767px) {
    .slider-section {
    	padding-bottom: 56px;
    }
}

.rd-navbar-brand .brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding: 2px;
    /* GPU compositing — animasyon hatasız */
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Logo görseli — masaüstü hover hazırlığı */
.rd-navbar-brand .brand .header-logo,
.rd-navbar-brand .brand picture {
    transition:
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        filter 0.4s ease;
    will-change: transform;
}

/* Shine reflection — yalnızca masaüstü hover'da kayan ışık parıltısı */
.rd-navbar-brand .brand::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    background: linear-gradient(
        100deg,
        transparent 0%,
        rgba(210, 217, 69, 0) 40%,
        rgba(210, 217, 69, 0.5) 50%,
        rgba(210, 217, 69, 0) 60%,
        transparent 100%
    );
    transform: skewX(-15deg) translateX(-100%);
    pointer-events: none;
    transition: transform 0.7s ease;
    z-index: 2;
}

/* ===== MASAÜSTÜ (hover destekli cihazlar) ===== */
@media (hover: hover) and (pointer: fine) {
    .rd-navbar-brand .brand:hover {
        transform: scale(1.08);
    }

    .rd-navbar-brand .brand:hover .header-logo,
    .rd-navbar-brand .brand:hover picture {
        transform: rotate(-8deg) scale(1.05);
        filter: drop-shadow(0 0 12px rgba(210, 217, 69, 0.55))
                drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
    }

    /* Shine sweep'i tetikle */
    .rd-navbar-brand .brand:hover::before {
        transform: skewX(-15deg) translateX(350%);
    }

    .rd-navbar-brand .brand:active {
        transform: scale(1.02);
        transition-duration: 0.15s;
    }
}

/* ===== MOBİL / DOKUNMATİK (hover yok, sadece tap) ===== */
@media (hover: none), (pointer: coarse) {
    /* Shine efekti gizli (touch'ta gereksiz) */
    .rd-navbar-brand .brand::before {
        display: none;
    }

    /* Tap aktif olunca — kısa pulse + brightness flash */
    .rd-navbar-brand .brand:active {
        animation: navbar-logo-tap 0.5s ease;
    }

    .rd-navbar-brand .brand:active .header-logo,
    .rd-navbar-brand .brand:active picture {
        animation: navbar-logo-flash 0.5s ease;
    }
}

/* Tap animasyonları (mobil) */
@keyframes navbar-logo-tap {
    0%   { transform: scale(1); }
    40%  { transform: scale(0.92); }
    70%  { transform: scale(1.06); }
    100% { transform: scale(1); }
}

@keyframes navbar-logo-flash {
    0%   { filter: brightness(1); }
    40%  { filter: brightness(1.3) drop-shadow(0 0 8px rgba(210, 217, 69, 0.6)); }
    100% { filter: brightness(1); }
}

/* Reduced motion — animasyonu sustur */
@media (prefers-reduced-motion: reduce) {
    .rd-navbar-brand .brand,
    .rd-navbar-brand .brand .header-logo,
    .rd-navbar-brand .brand picture {
        transition: none;
        animation: none;
    }
    .rd-navbar-brand .brand::before {
        display: none;
    }
}


/* ====================================================================
   ROOM MODAL — Fotoğraf Yükleniyor Spinner'ı
   Ana fotoğraf yüklenirken çift halkalı bir spinner gösterir,
   yüklenince fade ile kaybolur (.is-loading class'ı kaldırılır).
   ==================================================================== */

/* Loading overlay (varsayılan: gizli, .is-loading verilince görünür) */
.room-modal__main {
    position: relative;
}

.room-modal__loading {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: rgba(21, 55, 80, 0.85);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    pointer-events: none;
}

.room-modal__main.is-loading .room-modal__loading {
    opacity: 1;
    visibility: visible;
}

/* Spinner — çift halkalı, dönme animasyonu */
.room-modal__spinner {
    width: 56px;
    height: 56px;
    position: relative;
}

.room-modal__spinner::before,
.room-modal__spinner::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid transparent;
}

/* Dış halka — saat yönü */
.room-modal__spinner::before {
    border-top-color: #d2d945;
    border-right-color: #d2d945;
    animation: room-spinner-cw 1.1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

/* İç halka — saat yönünün tersi, daha küçük */
.room-modal__spinner::after {
    inset: 9px;
    border-bottom-color: rgba(255, 255, 255, 0.7);
    border-left-color:  rgba(255, 255, 255, 0.7);
    animation: room-spinner-ccw 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

@keyframes room-spinner-cw {
    to { transform: rotate(360deg); }
}

@keyframes room-spinner-ccw {
    to { transform: rotate(-360deg); }
}

/* Yükleniyor yazısı */
.room-modal__loading-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

/* Fotoğraf yüklenirken, görsel hafifçe karartılsın (smooth UX) */
.room-modal__main.is-loading picture img {
    opacity: 0.45;
    transition: opacity 0.3s ease;
}

.room-modal__main picture img {
    transition: opacity 0.3s ease;
}

/* Reduced motion — spinner çok yavaş dönsün */
@media (prefers-reduced-motion: reduce) {
    .room-modal__spinner::before,
    .room-modal__spinner::after {
        animation-duration: 5s;
    }
}


/* ====================================================================
   ROOM MODAL — Thumbnail Loading Spinner (mini)
   Alt önizleme şeridindeki her thumbnail için kendi spinner'ı.
   .is-loading class'ı kalkınca spinner kaybolur, fotoğraf görünür.
   ==================================================================== */

.room-modal__thumb {
    position: relative;
    overflow: hidden;
}

.room-modal__thumb-loading {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(21, 55, 80, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
}

.room-modal__thumb.is-loading .room-modal__thumb-loading {
    opacity: 1;
    visibility: visible;
}

.room-modal__thumb-spinner {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-top-color: #d2d945;
    animation: room-thumb-spin 0.8s linear infinite;
}

@keyframes room-thumb-spin {
    to { transform: rotate(360deg); }
}

/* Thumbnail görsel: yüklenirken biraz karart, anlık geçiş */
.room-modal__thumb.is-loading picture img {
    opacity: 0.3;
    transition: opacity 0.25s ease;
}

.room-modal__thumb picture img {
    transition: opacity 0.25s ease;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
  display: flex;
  align-items: center;
}

.lang-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 4px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  margin-left: 14px;
  flex-shrink: 0;
  overflow: hidden;           /* Indicator pill, çerçeveyi aşmasın */
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.lang-switcher:hover {
  border-color: rgba(210, 217, 69, 0.38);
  box-shadow: 0 0 0 3px rgba(210, 217, 69, 0.07);
}

/* ── Kayan sarı gösterge (JS tarafından transform ile konumlandırılır) ── */
.lang-indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: calc(100% - 8px);
  width: 0;                   /* JS init'te buton genişliğine ayarlanır */
  background: rgba(210, 217, 69, 0.14);
  border: 1px solid rgba(210, 217, 69, 0.32);
  border-radius: 15px;
  pointer-events: none;
  z-index: 0;
  will-change: transform, width;
  transition:
    transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    width     0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Dil butonu (ortak) ── */
.lang-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  background: transparent;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
  transition: transform 0.18s ease;
}

.lang-btn:active {
  transform: scale(0.93);
}

/* ── Bayrak görseli ── */
.lang-flag {
  display: block;
  width: 64px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  /* İnaktif: soluk ve az doygun */
  filter: brightness(0.62) saturate(0.55);
  opacity: 0.82;
  transition: filter 0.32s ease, opacity 0.32s ease;
}

/* Aktif butonun bayrağı: tam canlı */
.lang-btn--active .lang-flag {
  filter: brightness(1) saturate(1);
  opacity: 1;
}

/* Hover'da inaktif bayrak biraz parlar */
.lang-btn:hover:not(.lang-btn--active) .lang-flag {
  filter: brightness(0.82) saturate(0.82);
  opacity: 0.92;
}

/* ── Dil kodu metni ── */
.lang-code {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(255, 255, 255, 0.42);
  transition: color 0.3s ease;
}

.lang-btn--active .lang-code {
  color: #d2d945;
}

.lang-btn:hover:not(.lang-btn--active) .lang-code {
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 767px) {
  .lang-switcher {
    margin-left: 8px;
    padding: 3px;
  }

  .lang-indicator {
    top: 3px;
    height: calc(100% - 6px);
  }

  .lang-btn {
    padding: 4px 8px;
    gap: 5px;
  }

  .lang-flag {
    width: 48px;
    height: 30px;
  }

  .lang-code {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lang-indicator,
  .lang-btn,
  .lang-flag,
  .lang-code {
    transition: none;
  }
}