/*
Theme Name: Lana1
Description: Creative Coming Soon Template
Author: Erilisdesign
Theme URI: https://preview.erilisdesign.com/html/lana/
Author URI: https://themeforest.net/user/erilisdesign
Version: 1.3.0
License: https://themeforest.net/licenses/standard
*/

/*------------------------------------------------------------------
[Table of contents]

1. Global Styles
2. Typography
3. Header
4. Footer
5. Fullpage
6. Forms
7. Buttons
8. Progress Bars
9. Listing & List Group
10. Tables
11. Blocks
12. Feature Block
13. Modals
14. Divider
15. Overlays
16. Preloader
17. Scroll Progress
18. Portfolio
19. Slider
20. Countdown
21. Other
22. Responsive utilities
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Global Styles]
*/
body {
	position: relative;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	white-space: normal;
	min-height: 100vh;
}

.main-container {
	clear: both;
}

section {
	position: relative;
	padding: 4.5rem 0;
}

.container,
.container-fluid {
	position: relative;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

video {
	max-width: 100%;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
}

iframe {
	display: block;
	width: 100%;
	border: 0;
	overflow: hidden;
}

.csstransitions .animated,
.animated {
	visibility: hidden;
}

.csstransitions .visible {
	visibility: visible;
}

/*------------------------------------------------------------------
[2. Typography]
*/
html {
	font-size: 16px;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.75rem;
	color: #252729;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	color: inherit;
}

	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		color: inherit;
	}

h1,
.h1 {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 3.75rem;
}

h2,
.h2 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 3rem;
}

h3,
.h3 {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.25rem;
}

h4,
.h4 {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.875rem;
}

h5,
.h5 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.875rem;
}

h6,
.h6 {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.875rem;
}

/* Heading Uppercase */
.heading-uppercase {
	text-transform: uppercase;
	font-weight: 700;
}

h1.heading-uppercase,
.h1.heading-uppercase {
	letter-spacing: 4px;
	margin-right: -4px;
}

h2.heading-uppercase,
.h2.heading-uppercase {
	letter-spacing: 4px;
	margin-right: -4px;
}

h3.heading-uppercase,
.h3.heading-uppercase {
	letter-spacing: 4px;
	margin-right: -4px;
}

h4.heading-uppercase,
.h4.heading-uppercase {
	letter-spacing: 4px;
	margin-right: -4px;
}

h5.heading-uppercase,
.h5.heading-uppercase {
	font-weight: 700;
	letter-spacing: 2px;
	margin-right: -2px;
}

h6.heading-uppercase,
.h6.heading-uppercase {
	font-weight: 700;
	letter-spacing: 2px;
	margin-right: -2px;
}

.heading-line::before {
	content: '';
	position: relative;
	display: block;
	width: 54px;
	float: left;
	height: 100%;
	border-bottom: 3px solid #fff;
	margin-top: -3px;
	margin-right: 27px;
	padding-top: 1em;
}

.heading-line.heading-line-dark::before {
	border-color: #000;
}

p {
	margin-bottom: 1rem;
}

	p.lead {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.875;
	}

a {
	cursor: pointer;
	color: #037de8;
	text-decoration: none;
}

	a:not(.btn) {
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	a:hover,
	a:focus {
		text-decoration: none;
		outline: 0;
		color: #037de8;
	}

a,
button {
	outline: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
	margin-bottom: 1rem;
}

pre {
	margin: 0;
	padding: 9.5px;
	color: #333;
	background-color: #f7f7f7;
	border: 1px solid #e8e8e8;
	border-radius: 0px;
	text-align: left;
}

input,
select,
textarea {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

	p:last-child,
	ul:last-child,
	ol:last-child,
	pre:last-child,
	table:last-child,
	blockquote:last-child {
		margin-bottom: 0;
	}

/*------------------------------------------------------------------
[3. Header]
*/
.site-header {
	position: relative;
	padding: 15px;
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-brand {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

	.header-brand .logo {
		display: table;
		margin-left: 0;
		color: #252729;
	}

.logo img {
	display: block;
}

img.logo-light {
	display: none;
}

img.logo-dark {
	display: block;
}

.header-brand .nav-toggle {
	color: black;
	display: block;
	position: relative;
	border: 0;
	margin-left: auto;
	margin-right: 0;
	padding: 0;
	background: transparent;
	width: 37px;
	height: 44px;
	outline: none;
	cursor: pointer;
}

.nav-toggle span {
	display: block;
	position: absolute;
	right: 0;
	height: 2px;
	background: #252729;
	transition: all .3s ease, background .7s cubic-bezier(0.54, 0.18, 0.36, 0.81);
}

	.nav-toggle span:nth-child(1) {
		top: 50%;
		margin-top: -10px;
		width: 100%;
	}

	.nav-toggle span:nth-child(2) {
		top: 50%;
		margin-top: -1px;
		width: 70%;
	}

	.nav-toggle span:nth-child(3) {
		top: 50%;
		margin-top: 8px;
		width: 50%;
	}

.nav-toggle.open span {
	width: 100%;
}

.header-collapse {
	display: none;
	width: 100%;
}

.header-collapse-inner {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

	.header-collapse-inner .btn + .btn {
		margin-left: 0;
	}

.site-nav {
	margin-top: 15px;
	margin-bottom: 15px;
}

	.site-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}

	.site-nav a {
		display: block;
		font-family: 'Poppins', sans-serif;
		font-size: 0.875rem;
		font-style:normal;
		line-height: 1.3;
		color: #252729;
		position: relative;
	}

		.site-nav a:hover {
			color: #252729;
			opacity: .75;
		}

	.site-nav > ul > li > a {
		margin-top: 5px;
		margin-bottom: 5px;
	}

.site-header a.btn {
	display: block;
}

/* Styles */
.header-mobile-semi-light {
	background: rgba(255, 255, 255, .93);
}

.header-mobile-semi-dark {
	background: rgba(52, 58, 64, .93);
}

.header-mobile-light {
	background: rgb(246, 239, 233);
}

.header-content-mobile-light {
	color: #000;
}

	.header-content-mobile-light .nav-toggle span {
		background: #fff;
	}

	.header-content-mobile-light .logo-light {
		display: block;
	}

	.header-content-mobile-light .logo-dark {
		display: none;
	}

	.header-content-mobile-light .site-nav a,
	.header-content-mobile-light .site-nav a:hover {
		color: #000;
	}

.header-mobile-dark {
	background: #050709;
}

.header-content-mobile-dark {
	color: #050709;
}

	.header-content-mobile-dark .nav-toggle span {
		background: #050709;
	}

	.header-content-mobile-dark .logo-light {
		display: none;
	}

	.header-content-mobile-dark .logo-dark {
		display: block;
	}

	.header-content-mobile-dark .site-nav a,
	.header-content-mobile-dark .site-nav a:hover {
		color: #252729;
	}

@media (min-width: 1200px) {

	.site-header {
		background: transparent;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 2.5rem 9rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		transition: color .7s cubic-bezier(0.54, 0.18, 0.36, 0.81);
	}

	.header-brand {
		width: auto;
	}

		.header-brand .logo {
			color: #fff;
		}

	img.logo-light {
		display: block;
	}

	img.logo-dark {
		display: none;
	}

	.header-brand .nav-toggle {
		display: none;
		color: black;
	}

	.header-collapse {
		display: block;
		margin-left: auto;
		margin-right: 0;
		width: auto;
	}

	.header-collapse-inner {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

		.header-collapse-inner .btn + .btn {
			margin-left: 2rem;
		}

	.site-nav + .btn {
		margin-left: 2rem;
	}

	.site-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

		.site-nav a {
			transition: color .7s cubic-bezier(0.54, 0.18, 0.36, 0.81);
		}

			.site-nav a,
			.site-nav a:hover {
				color: #fff;
			}

		.site-nav ul {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
		}

		.site-nav > ul > li {
			margin-right: 5px;
		}

			.site-nav > ul > li:first-child {
				margin-left: 0;
			}

			.site-nav > ul > li:last-child {
				margin-right: 0;
			}

			.site-nav > ul > li > a {
				margin-top: 0;
				margin-bottom: 0;
				padding-top: 5px;
				padding-bottom: 5px;
			}

			.site-nav > ul > li > a {
				margin-top: 0;
				margin-bottom: 0;
				padding: 10px 15px;
				font-weight: bold;
			}

				.site-nav > ul > li > a:before {
					content: '';
					position: absolute;
					bottom: 0;
					left: 0;
					right: 0;
					transition: all .7s cubic-bezier(0.54, 0.18, 0.36, 0.81);
					width: 100%;
					height: 100%;
					border-radius: 6px;
					z-index: -1;
				}

	body.layout-mobile .site-header {
		position: absolute;
		padding: 2.5rem;
	}

	/*Styles */
	.header-content-light {
		color: #fff;
	}

		.header-content-light .nav-toggle span {
			background: #fff;
		}

		.header-content-light .logo-light {
			display: block;
		}

		.header-content-light .logo-dark {
			display: none;
		}

		.header-content-light .site-nav a,
		.header-content-light .site-nav a:hover {
			color: #000;
		}

		.header-content-light .site-nav > ul > li.active > a:before {
			background-color: #fff;
		}

		.header-content-light .site-nav > ul > li.active > a {
			color: #000;
		}

	.header-content-dark {
		color: #252729;
	}

		.header-content-dark .nav-toggle span {
			background: #252729;
		}

		.header-content-dark .logo-light {
			display: none;
		}

		.header-content-dark .logo-dark {
			display: block;
		}

		.header-content-dark .site-nav a,
		.header-content-dark .site-nav a:hover {
			color: #252729;
		}

		.header-content-dark .site-nav > ul > li.active > a:before {
			border-bottom-color: #252729;
		}
}

@media (max-width: 1199px) {

	.site-header.header-mobile-sticky {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}

	.header-mobile-sticky .header-collapse-inner {
		max-height: calc(100vh - 100px);
		overflow-y: auto;
	}

	.contact-area .col-lg-4.d-flex {
		display: block !important;
	}
}

/*------------------------------------------------------------------
[4. Footer]
*/
.site-footer {
	transition: color .7s cubic-bezier(0.54, 0.18, 0.36, 0.81);
}

	.site-footer .copyright-container {
		text-align: center;
	}

	.site-footer.footer-content-mobile-light {
		color: #fff;
	}

	.site-footer.footer-content-mobile-dark {
		color: #252729;
	}

	.site-footer .socials-icons {
		overflow: hidden;
		margin: 0;
		margin-bottom: 15px;
	}

		.site-footer .socials-icons ul {
			display: table;
			margin: 0;
		}

		.site-footer .socials-icons li {
			display: block;
			float: left;
			margin: 0;
			margin-left: 20px;
		}

			.site-footer .socials-icons li:first-child {
				margin-left: 0;
			}

		.site-footer .socials-icons a {
			display: block;
			margin: 0;
			font-size: 18px;
			text-align: center;
			-webkit-transition: opacity .3s ease-out;
			-moz-transition: opacity .3s ease-out;
			transition: opacity .3s ease-out;
		}

	.site-footer .social-icon:last-child {
		margin-right: 0;
	}

	.site-footer .socials-icons a,
	.site-footer .socials-icons a i,
	.site-footer .socials-icons a:hover,
	.site-footer .socials-icons a:hover i {
		color: inherit;
	}

	.site-footer .socials-icons ul:hover a {
		opacity: .54;
	}

		.site-footer .socials-icons ul:hover a:hover {
			opacity: 1;
		}

@media (max-width: 1199px) {
	.site-footer {
		position: relative;
		overflow: hidden;
		padding: 30px 0;
	}

	.copyright-container a {
		color: #000 !important;
		padding-bottom: 15px;
	}

	.copyright-container p {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 1200px) {

	body.layout-mobile .site-footer {
		position: relative;
		overflow: hidden;
		padding: 4.5rem 0;
	}

	body:not(.layout-mobile) .site-footer.footer-content-light {
		color: #fff;
	}

	body:not(.layout-mobile) .site-footer.footer-content-dark {
		color: #252729;
	}

	body:not(.layout-mobile) .site-footer > .overlay {
		display: none;
	}

	body:not(.layout-mobile) .site-footer .copyright-container {
		text-align: right;
	}

		body:not(.layout-mobile) .site-footer .copyright-container.container,
		body:not(.layout-mobile) .site-footer .copyright-container.container-fluid {
			position: fixed;
			bottom: -4.5rem;
			left: 0;
			width: auto;
			max-width: 100%;
			padding-left: 9rem;
			padding-right: 9rem;
			line-height: 1;
			transition: bottom .7s cubic-bezier(0.54, 0.18, 0.36, 0.81);
			width: 100%;
			text-align: left;
			display: flex;
			justify-content: space-between;
		}

	body:not(.layout-mobile).ln-fullpage-intro-active .site-footer .copyright-container.container,
	body:not(.layout-mobile).ln-fullpage-intro-active .site-footer .copyright-container.container-fluid {
		bottom: 4.5rem;
	}

	body:not(.layout-mobile) .site-footer .socials-container.container,
	body:not(.layout-mobile) .site-footer .socials-container.container-fluid {
		position: fixed;
		bottom: 4.5rem;
		left: 0;
		width: 4.5rem;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	body:not(.layout-mobile) .site-footer .socials-icons {
		margin: 0;
	}

		body:not(.layout-mobile) .site-footer .socials-icons ul {
			margin: 0 auto;
		}

		body:not(.layout-mobile) .site-footer .socials-icons li {
			float: none;
			margin: 0;
			margin-top: 2rem;
		}

			body:not(.layout-mobile) .site-footer .socials-icons li:first-child {
				margin-top: 0;
			}

		body:not(.layout-mobile) .site-footer .socials-icons a {
			line-height: 1;
		}
}

/*------------------------------------------------------------------
[5. Fullpage]
*/
html.fp-enabled {
	margin: 0 !important;
}

div#fp-nav {
	z-index: 9999;
}

	div#fp-nav.right {
		top: 2.0625rem;
		right: 19px;
		margin: 0 !important;
	}

	div#fp-nav ul li {
		width: 20px;
		height: 20px;
	}

		div#fp-nav ul li a span {
			background: #fff;
			transition: background .7s cubic-bezier(0.54, 0.18, 0.36, 0.81);
		}

		div#fp-nav ul li .fp-tooltip {
			transition: color .7s cubic-bezier(0.54, 0.18, 0.36, 0.81);
		}

			div#fp-nav ul li .fp-tooltip.right {
				right: 4.5rem;
			}

/*------------------------------------------------------------------
[6. Forms]
*/
.form-control {
	height: calc(1.5em + 1.25rem + 3px);
	padding: 0.4375rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: #252729;
	border: 1px solid #cfd0d1;
	border-radius: 0.25rem;
}

	.form-control:focus {
		color: #252729;
		border-color: #cfd0d1;
		box-shadow: none;
	}

	.form-control::-webkit-input-placeholder {
		color: #6c757d
	}

	.form-control::-moz-placeholder {
		color: #6c757d
	}

	.form-control:-ms-input-placeholder {
		color: #6c757d
	}

	.form-control::-ms-input-placeholder {
		color: #6c757d
	}

	.form-control::placeholder {
		color: #6c757d
	}

	.form-control:disabled,
	.form-control[readonly] {
		background-color: #e9ecef;
	}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.625rem + 2px);
}

select.form-control:focus::-ms-value {
	color: #252729;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	padding: 0.1875rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.75rem;
	border-radius: 0.25rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
	height: calc(2.125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	padding: 0.75rem 0.75rem;
	font-size: 1rem;
	line-height: 1.75rem;
	border-radius: 0.25rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
	height: calc(3.25rem + 2px);
}

.custom-control-input:checked ~ .custom-control-label::before {
	background-color: #037de8;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #037de8;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #037de8;
}

.custom-select {
	height: calc(2.625rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: #252729;
	border: 1px solid #cfd0d1;
	border-radius: 0.25rem;
}

	.custom-select:focus {
		border-color: #037de8;
		box-shadow: none;
	}

		.custom-select:focus::-ms-value {
			color: #252729;
		}

	.custom-select[multiple],
	.custom-select[size]:not([size="1"]) {
		height: auto;
		padding-right: 0.75rem;
		background-image: none;
	}

	.custom-select:disabled {
		color: #6c757d;
		background-color: #e9ecef;
	}

.custom-select-sm {
	height: calc(2.125rem + 2px);
	padding-top: 0.1875rem;
	padding-bottom: 0.1875rem;
	font-size: 0.875rem;
}

.custom-select-lg {
	font-size: 1rem;
	height: calc(3.25rem + 2px);
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 125%;
}

.custom-file {
	height: calc(2.625rem + 2px);
}

.custom-file-input {
	height: calc(2.625rem + 2px);
	font-size: .875rem;
	line-height: 1.75rem;
}

	.custom-file-input:focus ~ .custom-file-control {
		border-color: #037de8;
		box-shadow: 0 0 0 0 transparent;
	}

		.custom-file-input:focus ~ .custom-file-control::before {
			border-color: #80bdff;
		}

.custom-file-label {
	height: calc(2.625rem + 2px);
	line-height: 1.75rem;
	color: #252729;
	border: 1px solid #cfd0d1;
}

	.custom-file-label::after {
		height: calc(calc(2.625rem + 2px) - 1px * 2);
		padding: 0.375rem 0.75rem;
		line-height: 1.75rem;
		color: #252729;
		content: "Browse";
		background-color: #f7f7f7;
		border-left: 1px solid #cfd0d1;
	}

.form-row {
	margin-right: -10px;
	margin-left: -10px;
}

	.form-row > .col,
	.form-row > [class*=col-] {
		padding-right: 10px;
		padding-left: 10px;
	}

/*------------------------------------------------------------------
[7. Buttons]
*/

/* Function Buttons */
a.backtotop {
	display: block;
	position: fixed;
	bottom: 4.5rem;
	right: -4.5rem;
	width: 4.5rem;
	z-index: 5000;
	color: #fff;
	text-align: center;
	line-height: 1;
	transition: color .7s cubic-bezier(0.54, 0.18, 0.36, 0.81), right .7s cubic-bezier(0.54, 0.18, 0.36, 0.81);
}

	a.backtotop:hover,
	a.backtotop:focus {
		color: #fff;
	}

	a.backtotop span {
		display: block;
		white-space: nowrap;
		font-family: 'Montserrat', Helvetica, sans-serif;
		font-variant-ligatures: common-ligatures;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0;
		transform: translate(0, -47px) rotate(-90deg);
	}

	a.backtotop.active {
		right: 0;
	}

/* Base styles */
.btn:first-child {
	margin-left: 0;
}

@media (min-width: 768px) {
	.btn + .btn {
		margin-left: 1rem;
	}
}

/* New */
.btn {
	border: 1px solid transparent;
	padding: 0.4375rem 1.375rem;
	font-size: 0.875rem;
	line-height: 1.75rem;
	border-radius: 0.25rem;
}

	.btn:focus,
	.btn.focus {
		box-shadow: none;
	}

	.btn.disabled,
	.btn:disabled {
		opacity: 0.54;
	}

.btn-primary {
	background-color: #037de8;
	border-color: #037de8;
}

	.btn-primary:hover {
		background-color: #036ecc;
		border-color: #036ecc;
	}

	.btn-primary:focus,
	.btn-primary.focus {
		box-shadow: none;
		color: #fff;
	}

	.btn-primary.disabled,
	.btn-primary:disabled {
		background-color: #5082ff;
		border-color: #5082ff;
	}

	.btn-primary:not(:disabled):not(.disabled):active,
	.btn-primary:not(:disabled):not(.disabled).active,
	.show > .btn-primary.dropdown-toggle {
		background-color: #0464b9;
		border-color: #0464b9;
	}

		.btn-primary:not(:disabled):not(.disabled):active:focus,
		.btn-primary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-primary.dropdown-toggle:focus {
			box-shadow: none;
		}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

	.btn-secondary:hover {
		color: #fff;
		background-color: #5a6268;
		border-color: #545b62;
	}

	.btn-secondary:focus,
	.btn-secondary.focus {
		box-shadow: none;
		color: #fff;
	}

	.btn-secondary.disabled,
	.btn-secondary:disabled {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d;
	}

	.btn-secondary:not(:disabled):not(.disabled):active,
	.btn-secondary:not(:disabled):not(.disabled).active,
	.show > .btn-secondary.dropdown-toggle {
		color: #fff;
		background-color: #545b62;
		border-color: #545b62;
	}

		.btn-secondary:not(:disabled):not(.disabled):active:focus,
		.btn-secondary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-secondary.dropdown-toggle:focus {
			box-shadow: none;
		}

.btn-white {
	color: #252729;
	background-color: #fff;
	border-color: #fff;
}

	.btn-white:hover {
		color: #252729;
		background-color: #fff;
		border-color: #fff;
	}

	.btn-white:focus,
	.btn-white.focus {
		box-shadow: none;
		color: #252729;
	}

	.btn-white.disabled,
	.btn-white:disabled {
		color: #979797;
		background-color: #fff;
		border-color: #fff;
	}

	.btn-white:not(:disabled):not(.disabled):active,
	.btn-white:not(:disabled):not(.disabled).active,
	.show > .btn-white.dropdown-toggle {
		color: #252729;
		background-color: #fff;
		border-color: #fff;
	}

		.btn-white:not(:disabled):not(.disabled):active:focus,
		.btn-white:not(:disabled):not(.disabled).active:focus,
		.show > .btn-white.dropdown-toggle:focus {
			box-shadow: none;
		}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

	.btn-light:hover {
		color: #212529;
		background-color: #e2e6ea;
		border-color: #dae0e5;
	}

	.btn-light:focus,
	.btn-light.focus {
		box-shadow: none;
		color: #212529;
	}

	.btn-light.disabled,
	.btn-light:disabled {
		color: #212529;
		background-color: #f8f9fa;
		border-color: #f8f9fa;
	}

	.btn-light:not(:disabled):not(.disabled):active,
	.btn-light:not(:disabled):not(.disabled).active,
	.show > .btn-light.dropdown-toggle {
		color: #212529;
		background-color: #dae0e5;
		border-color: #dae0e5;
	}

		.btn-light:not(:disabled):not(.disabled):active:focus,
		.btn-light:not(:disabled):not(.disabled).active:focus,
		.show > .btn-light.dropdown-toggle:focus {
			box-shadow: none;
		}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

	.btn-dark:hover {
		color: #fff;
		background-color: #23272b;
		border-color: #1d2124;
	}

	.btn-dark:focus,
	.btn-dark.focus {
		box-shadow: none;
		color: #fff;
	}

	.btn-dark.disabled,
	.btn-dark:disabled {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40;
	}

	.btn-dark:not(:disabled):not(.disabled):active,
	.btn-dark:not(:disabled):not(.disabled).active,
	.show > .btn-dark.dropdown-toggle {
		color: #fff;
		background-color: #1d2124;
		border-color: #1d2124;
	}

		.btn-dark:not(:disabled):not(.disabled):active:focus,
		.btn-dark:not(:disabled):not(.disabled).active:focus,
		.show > .btn-dark.dropdown-toggle:focus {
			box-shadow: none;
		}

.btn-outline-primary {
	color: #037de8;
	border-color: #037de8;
}

	.btn-outline-primary:hover {
		background-color: #036ecc;
		border-color: #036ecc;
	}

	.btn-outline-primary:focus,
	.btn-outline-primary.focus {
		box-shadow: none;
		color: #037de8;
	}

	.btn-outline-primary.disabled,
	.btn-outline-primary:disabled {
		color: #5082ff;
		background-color: transparent;
	}

	.btn-outline-primary:not(:disabled):not(.disabled):active,
	.btn-outline-primary:not(:disabled):not(.disabled).active,
	.show > .btn-outline-primary.dropdown-toggle {
		background-color: #0464b9;
		border-color: #0464b9;
	}

		.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
		.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-primary.dropdown-toggle:focus {
			box-shadow: none;
		}

.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d;
}

	.btn-outline-secondary:hover {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d;
	}

	.btn-outline-secondary:focus,
	.btn-outline-secondary.focus {
		box-shadow: none;
		color: #6c757d;
	}

	.btn-outline-secondary.disabled,
	.btn-outline-secondary:disabled {
		color: #6c757d;
		background-color: transparent;
	}

	.btn-outline-secondary:not(:disabled):not(.disabled):active,
	.btn-outline-secondary:not(:disabled):not(.disabled).active,
	.show > .btn-outline-secondary.dropdown-toggle {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d;
	}

		.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
		.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-secondary.dropdown-toggle:focus {
			box-shadow: none;
		}

.btn-outline-white {
	color: #fff;
	background-color: transparent;
	background-image: none;
	border-color: #fff;
}

	.btn-outline-white:hover {
		color: #212529;
		background-color: #fff;
		border-color: #fff;
	}

	.btn-outline-white:focus,
	.btn-outline-white.focus {
		box-shadow: none;
		color: #fff;
	}

	.btn-outline-white.disabled,
	.btn-outline-white:disabled {
		color: #fff;
		background-color: transparent;
	}

	.btn-outline-white:not(:disabled):not(.disabled):active,
	.btn-outline-white:not(:disabled):not(.disabled).active,
	.show > .btn-outline-white.dropdown-toggle {
		color: #212529;
		background-color: #fff;
		border-color: #fff;
	}

		.btn-outline-white:not(:disabled):not(.disabled):active:focus,
		.btn-outline-white:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-white.dropdown-toggle:focus {
			box-shadow: none;
		}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa;
}

	.btn-outline-light:hover {
		color: #212529;
		background-color: #f8f9fa;
		border-color: #f8f9fa;
	}

	.btn-outline-light:focus,
	.btn-outline-light.focus {
		box-shadow: none;
		color: #f8f9fa;
	}

	.btn-outline-light.disabled,
	.btn-outline-light:disabled {
		color: #f8f9fa;
		background-color: transparent;
	}

	.btn-outline-light:not(:disabled):not(.disabled):active,
	.btn-outline-light:not(:disabled):not(.disabled).active,
	.show > .btn-outline-light.dropdown-toggle {
		color: #212529;
		background-color: #f8f9fa;
		border-color: #f8f9fa;
	}

		.btn-outline-light:not(:disabled):not(.disabled):active:focus,
		.btn-outline-light:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-light.dropdown-toggle:focus {
			box-shadow: none;
		}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40;
}

	.btn-outline-dark:hover {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40;
	}

	.btn-outline-dark:focus,
	.btn-outline-dark.focus {
		box-shadow: none;
		color: #343a40;
	}

	.btn-outline-dark.disabled,
	.btn-outline-dark:disabled {
		color: #343a40;
		background-color: transparent;
	}

	.btn-outline-dark:not(:disabled):not(.disabled):active,
	.btn-outline-dark:not(:disabled):not(.disabled).active,
	.show > .btn-outline-dark.dropdown-toggle {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40;
	}

		.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
		.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-dark.dropdown-toggle:focus {
			box-shadow: none;
		}

.btn-link {
	font-weight: 400;
	color: #037de8;
	background-color: transparent;
}

	.btn-link:hover {
		color: #036ecc;
		text-decoration: underline;
		background-color: transparent;
		border-color: transparent;
	}

	.btn-link:focus,
	.btn-link.focus {
		text-decoration: underline;
		border-color: transparent;
		box-shadow: none;
		color: #036ecc;
	}

	.btn-link:disabled,
	.btn-link.disabled {
		color: #6c757d;
	}

.btn-xl,
.btn-group-xl > .btn {
	padding: 1.25rem 2.1875rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	border-radius: 0.25rem;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 0.75rem 1.6875rem;
	font-size: 1rem;
	line-height: 1.75rem;
	border-radius: 0.25rem;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 0.1875rem 1.25rem;
	font-size: 0.875rem;
	line-height: 1.75rem;
	border-radius: 0.25rem;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 0.125rem 0.9375rem;
	font-size: 0.75rem;
	line-height: 1.375rem;
	border-radius: 0.25rem;
}

.btn-block + .btn-block {
	margin-top: 0.5rem;
}

.btn-norounded {
	border-radius: 0;
}

.btn-rounded-circle {
	border-radius: 1.375rem;
}

.btn-xl.btn-rounded-circle,
.btn-group-xl > .btn-rounded-circle {
	border-radius: 2.1875rem;
}

.btn-lg.btn-rounded-circle,
.btn-group-lg > .btn-rounded-circle {
	border-radius: 1.6875rem;
}

.btn-sm.btn-rounded-circle,
.btn-group-sm > .btn-rounded-circle {
	border-radius: 1.25rem;
}

.btn-xs.btn-rounded-circle,
.btn-group-xs > .btn-rounded-circle {
	border-radius: 0.9375rem;
}

.btn-shadow {
	box-shadow: 0 9px 27px rgba(0, 0, 0, 0.18);
}

	.btn-shadow:hover {
		box-shadow: 0 9px 27px rgba(0, 0, 0, 0.21);
	}

	.btn-shadow:focus,
	.btn-shadow.focus {
		box-shadow: 0 9px 27px rgba(0, 0, 0, 0.18);
	}

	.btn-shadow:not(:disabled):not(.disabled):active,
	.btn-outline-dark:not(:disabled):not(.disabled).active,
	.show > .btn-shadow.dropdown-toggle {
		box-shadow: 0 9px 27px rgba(0, 0, 0, 0.27);
	}

		.btn-shadow:not(:disabled):not(.disabled):active:focus,
		.btn-shadow:not(:disabled):not(.disabled).active:focus,
		.show > .btn-shadow.dropdown-toggle:focus {
			box-shadow: 0 9px 27px rgba(0, 0, 0, 0.27);
		}

/*------------------------------------------------------------------
[8. Progress Bars]
*/
.progress {
	background-color: #f7f7f7;
	border-radius: 0;
}

.progress-bar {
	background-color: #037de8;
}

/*------------------------------------------------------------------
[9. Listing & List Group]
*/
.list-group-item {
	border-radius: 0 !important;
	border-color: #e8e8e8;
}

.badge {
	font-weight: 600;
	line-height: 18px;
	border-radius: 4px;
	background-color: #f7f7f7;
	border: 1px solid #e8e8e8;
	color: #252729;
}

.list-group-item > .badge {
	margin-top: 1px;
}

.list-group.style-2 .list-group-item {
	padding-left: 0;
	padding-right: 0;
	background: transparent;
	border: 0;
}

.badge.style-2 {
	border: 0;
	background: transparent;
	font-size: 13px;
}

/* Listing Base Style */
.listing {
	padding-left: 17px;
}

	.listing ul {
		margin: 5px 0 5px 17px;
	}

	.listing a {
		color: #252729;
	}

		.listing a:hover {
			color: #037de8;
		}

/* Icon List */
.iconlist {
	padding-left: 30px;
}

	.iconlist ul {
		list-style-type: none;
		margin: 5px 0 5px 25px;
	}

	.iconlist li {
		position: relative;
	}

	.iconlist > li i {
		position: absolute;
		left: -30px;
		text-align: center;
		top: 0;
		width: 14px;
		line-height: 28px;
	}

/* Disc List */
.disclist,
.disclist ul {
	list-style-type: disc;
}

/* Square List */
.squarelist,
.squarelist ul {
	list-style-type: square;
}

/* Decimal List */
.decimallist,
.decimallist ul {
	list-style-type: decimal;
}

/* Roman List */
.romanlist,
.romanlist ul {
	list-style-type: upper-roman;
}

/* Greek List */
.greeklist,
.greeklist ul {
	list-style-type: lower-greek;
}

/* Lower alpha List */
.loweralphalist,
.loweralphalist ul {
	list-style-type: lower-alpha;
}

/* Upper alpha List */
.upperalphalist,
.upperalphalist ul {
	list-style-type: upper-alpha;
}

/*------------------------------------------------------------------
[10. Tables]
*/
.table {
	border-color: #e7e7e7;
}

	.table:not([class*="mb-"]) {
		margin-bottom: 1.5rem;
	}

	.table:last-child:not([class*="mb-"]) {
		margin-bottom: 0;
	}

	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
		padding: .5rem;
		line-height: 1.5;
		border-color: #e7e7e7;
	}

	.table > thead > tr > th {
		border-color: #e7e7e7;
		border-bottom-width: 1px;
		font-weight: 500;
	}

	.table > tbody + tbody {
		border-color: #e7e7e7;
		border-top-width: 1px;
	}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: .3125rem;
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border-color: #e7e7e7;
}

	.table-bordered > thead > tr > th,
	.table-bordered > thead > tr > td {
		border-bottom-width: 1px;
	}

.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover {
	background-color: #f7f7f7;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f7f7f7;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #f3f3f3;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		border-color: #e7e7e7;
	}

		.table-responsive:not([class*="mb-"]) {
			margin-bottom: 1.5rem;
		}

		.table-responsive:last-child:not([class*="mb-"]) {
			margin-bottom: 0;
		}

	.portfolio-item .item-media .media-container .bg-image-holder {
		background-size: contain;
	}

	#accordion {
		margin-bottom: 0;
	}

	#accordion2 {
		margin: 0;
	}

	.site-header {
		position: absolute;
		width: 100%;
		background: transparent;
	}

	.header-content-mobile-dark .nav-toggle span {
		background: black;
	}

	.header-collapse {
		background: white;
		padding: 0 20px;
		border-radius: 0.25rem;
	}

	.logo-aselsan img {
		width: 65%;
	}
}

/*------------------------------------------------------------------
[11. Blocks]
*/
.block,
.block > * {
	position: relative;
}

.block-shadow {
	box-shadow: 0 9px 27px rgba(0, 0, 0, 0.12);
}

.block-rounded {
	border-radius: .25rem;
}

.block.block-boxed {
	border: 1px solid #fff;
	padding: 30px 30px;
}

/*------------------------------------------------------------------
[12. Feature Block]
*/
.feature-block,
.feature-block > * {
	position: relative;
}

	.feature-block.feature-boxed {
		border: 1px solid #fff;
		padding: 30px 30px;
	}

	.feature-block .feature-icon div:first-child {
		display: table;
		position: relative;
		font-size: 44px;
		line-height: 1;
		transition: all .3s ease-out;
	}

	.feature-block:hover .feature-icon div:first-child {
		transform: translateY(-4px);
	}

/*------------------------------------------------------------------
[13. Modals]
*/
.modal {
	z-index: 10000;
}

.mfp-bg {
	z-index: 10000 !important;
	background-color: #00050e !important;
}

.mfp-wrap {
	z-index: 10000 !important;
}

.mfp-modal {
	position: relative;
	background: #fff;
	width: auto;
	max-width: 730px;
	margin: 20px auto;
}

	.mfp-modal.mfp-modal-small {
		max-width: 430px;
	}

#subscribe-modal {
	max-width: 540px;
}

.mfp-modal-title {
	margin: 0;
	padding: 15px 20px;
	background: #f7f7f7;
	border-bottom: 1px solid #e8e8e8;
}

.mfp-modal-content {
	padding: 30px;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.mfp-modal-footer {
	margin: 0;
	padding: 15px 20px;
	border-top: 1px solid #e8e8e8;
}

.mfp-modal .overlay {
	z-index: 0;
}

.mfp-modal .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	font-size: 24px;
}

.mfp-close i {
	position: relative;
	z-index: -1;
}

.mfp-modal .mfp-close:active {
	top: 0;
}

.mfp-close-btn-in .mfp-close-btn-white .mfp-close {
	color: #fff;
}

/* Overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

	.mfp-fade.mfp-bg.mfp-ready {
		opacity: 0.8;
	}

	.mfp-fade.mfp-bg.mfp-removing {
		opacity: 0;
	}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Zoom effect */
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Bootstrap Modal */
.modal-header .close {
	margin-top: 0;
	width: 34px;
	height: 34px;
	position: relative;
	z-index: 1;
	outline: 0;
}

.modal-content {
	border: 0px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 rgba(0, 0, 0, .5);
}

.mfp-close-btn-in .mfp-ajax-holder .mfp-close {
	background-color: #f7f7f7;
	opacity: 1;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
}

	.mfp-close-btn-in .mfp-ajax-holder .mfp-close:hover {
		color: #037de8;
	}

button.mfp-arrow {
	position: absolute;
	opacity: 1;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
}

	button.mfp-arrow:active {
		margin-top: -55px;
	}

	button.mfp-arrow:before {
		display: none;
	}

	button.mfp-arrow.mfp-arrow-left::after,
	button.mfp-arrow.mfp-arrow-right::after {
		top: 0;
		height: 110px;
		width: 90px;
		padding: 0;
		margin: 0;
		border: 0;
		color: #fff;
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 32px;
		line-height: 110px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	button.mfp-arrow.mfp-arrow-left::after {
		content: "\f104";
	}

	button.mfp-arrow.mfp-arrow-right::after {
		content: "\f105";
	}

/*------------------------------------------------------------------
[14. Divider]
*/
.divider {
	display: block;
	margin: 20px 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
}

	.divider.divider-alt {
		width: 1px;
		height: 54px;
		background-color: rgba(0, 0, 0, .1);
	}

		.divider.divider-alt.divider-light {
			background-color: #fff;
		}

		.divider.divider-alt.divider-dark {
			background-color: #252729;
		}

/*------------------------------------------------------------------
[15. Overlays]
*/
.global-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

	.global-overlay .global-overlay-color {
		display: none;
		transition: background .7s cubic-bezier(0.54, 0.18, 0.36, 0.81), opacity .7s cubic-bezier(0.54, 0.18, 0.36, 0.81);
	}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

	.overlay-inner canvas {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

.overlay-video {
	background-color: #000;
	top: -20px;
	bottom: -20px;
	left: -20px;
	right: -20px;
}

.video-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	background-color: #000;
}

	.video-wrapper video {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		width: auto;
		height: auto;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

.bg-image-holder img {
	display: none !important
}

@media (min-height:768px) and (min-width:1200px) {
	.global-overlay .global-overlay-color {
		display: block;
	}

	.overlay.has-mobile-overlay {
		display: none;
	}
}

/*------------------------------------------------------------------
[16. Preloader]
*/
.preloader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

	.preloader .loader-status {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 54px;
		height: 54px;
		margin: auto;
	}

	.preloader .circle-side {
		position: relative;
		width: 54px;
		height: 54px;
		-webkit-animation: circle infinite .75s linear;
		-moz-animation: circle infinite .75s linear;
		-o-animation: circle infinite .75s linear;
		animation: circle infinite .75s linear;
		border: 5px solid #037de8;
		border-top-color: rgba(0, 0, 0, .27);
		border-right-color: rgba(0, 0, 0, .27);
		border-bottom-color: rgba(0, 0, 0, .27);
		border-radius: 100%;
	}

	.preloader .circle-side {
		border-top-color: rgba(0, 0, 0, .27);
		border-right-color: rgba(0, 0, 0, .27);
		border-bottom-color: rgba(0, 0, 0, .27);
	}

	.preloader.preloader-dark {
		background: #050709;
	}

		.preloader.preloader-dark .circle-side {
			border-top-color: rgba(255, 255, 255, .27);
			border-right-color: rgba(255, 255, 255, .27);
			border-bottom-color: rgba(255, 255, 255, .27);
		}

@-webkit-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*------------------------------------------------------------------
[17. Scroll Progress]
*/
body.layout-mobile .scroll-progress {
	display: none;
}

.scroll-progress {
	display: none;
}

	.scroll-progress .sp-left,
	.scroll-progress .sp-right {
		position: fixed;
		width: 1px;
		top: 0;
		bottom: 4.5rem;
		z-index: 5000;
	}

	.scroll-progress .sp-left {
		left: 4.5rem;
	}

	.scroll-progress .sp-right {
		right: 4.5rem;
	}

	.scroll-progress .sp-inner {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		opacity: .4;
		transition: background .7s cubic-bezier(0.54, 0.18, 0.36, 0.81), height .7s cubic-bezier(0.54, 0.18, 0.36, 0.81), opacity .7s cubic-bezier(0.54, 0.18, 0.36, 0.81);
	}

		.scroll-progress .sp-inner.progress {
			background: #fff;
			opacity: .7;
			height: 0;
		}

	.scroll-progress .sp-left .sp-inner.progress {
		bottom: auto;
	}

	.scroll-progress .sp-right .sp-inner.progress {
		top: auto;
	}

@media(min-width:1200px) {
	.scroll-progress {
		display: block;
	}
}

/*------------------------------------------------------------------
[18. Portfolio]
*/

/* Portfolio Item */
.portfolio-item {
	position: relative;
}

	.portfolio-item .item-media {
		position: relative;
		overflow: hidden;
	}

		.portfolio-item .item-media a,
		.portfolio-item .item-media img {
			display: block;
		}

		.portfolio-item .item-media .media-container {
			position: relative;
			overflow: hidden;
		}

@media (max-width: 575px) {
	.portfolio-item .item-media .media-container {
		height: 70vh;
	}
}

@media (min-width: 576px) {
	.portfolio-item .item-media .media-container {
		height: 70vh;
	}
}

@media (min-width: 768px) {
	.portfolio-item .item-media .media-container {
		height: 70vh;
	}
}

@media (min-width: 992px) {
	.portfolio-item .item-media .media-container {
		height: 70vh;
	}
}

@media (min-width: 1200px) {
	body:not(.layout-mobile) .portfolio-item {
		margin-bottom: 0 !important;
	}

	.portfolio-item .item-media .media-container {
		height: 50vh;
	}
}

.portfolio-item .item-media .media-container .bg-image-holder {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
}

.portfolio-item .item-details {
	position: relative;
	display: table;
	padding-top: 1.5rem;
}

	.portfolio-item .item-details .item-title {
		margin-bottom: 0;
	}

	.portfolio-item .item-details .item-cat {
		font-style: italic;
	}

/*------------------------------------------------------------------
[19. Slider]
*/
.slick-slide {
	outline: none;
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 21px;
	line-height: 1;
	position: absolute;
	top: 50%;
	display: block;
	width: 54px;
	height: 54px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	border: none;
	border-radius: .25rem;
	outline: none;
	background: #fff;
	color: #979797;
	z-index: 100;
	transition: all .3s ease-out;
}

	.slick-prev:hover,
	.slick-prev:focus,
	.slick-next:hover,
	.slick-next:focus {
		color: #252729;
		outline: none;
		background: #fff;
	}

.slick-prev {
	right: 30px;
	bottom: 0;
	top: auto;
}

.slick-next {
	bottom: 0;
	top: auto;
	right: -40px;
}

/* Dots */
.slick-dots {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 1.5rem;
	list-style: none;
	text-align: center;
}

.slick-dotted.slick-slider.dots-inside .slick-dots {
	position: absolute;
	bottom: 1rem;
	margin: 0;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

	.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 10px;
		height: 10px;
		margin: 5px;
		cursor: pointer;
		color: transparent;
		border: 0;
		border-radius: .125rem;
		outline: none;
		padding: 0;
		background: #d7d7d7;
	}

	.slick-dots li.slick-active button {
		width: 20px;
		height: 20px;
		margin: 0;
		border-radius: .25rem;
		background: #252729;
	}

	.slick-dots li button:hover,
	.slick-dots li button:focus {
		outline: none;
	}

.slick-dotted.slick-slider.dots-light .slick-dots li button {
	background: #fff;
}

/*------------------------------------------------------------------
[20. Countdown]
*/
.countdown {
	display: table;
}

	.countdown .number {
		font-size: 2.5rem;
		font-weight: 300;
		line-height: 3.75rem;
	}

/*------------------------------------------------------------------
[21. Other]
*/
hr {
	border-top-width: 2px;
	border-color: #f7f7f7;
}

	hr.light {
		border-color: #fff;
	}

	hr.dark {
		border-color: #252729;
	}

/*------------------------------------------------------------------
[22. Responsive utilities]
*/
@media (max-width: 470px) {

	/* Buttons */
	.btn {
		display: block;
		min-width: auto;
	}

		.btn + .btn {
			margin-top: 20px;
		}
}

@media (min-width: 1200px) {

	/* Global Styles */
	section {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}

		section.is-scrollable {
			padding-top: 0;
			padding-bottom: 0;
		}

			section.is-scrollable .fp-scroller {
				padding-top: 9rem;
				padding-bottom: 9rem;
			}

	body:not(.layout-boxed) section > .container,
	body:not(.layout-boxed) section > .container-wide,
	body:not(.layout-boxed) section.is-scrollable .fp-scroller > .container,
	body:not(.layout-boxed) section.is-scrollable .fp-scroller > .container-wide {
		max-width: 100%;
		padding-left: 9rem;
		padding-right: 9rem;
	}

	/* UI */
	body.ui-light .header-content-light,
	body.ui-light .header-content-dark,
	body.ui-light .header-content-light .site-nav a,
	body.ui-light .header-content-light .site-nav a:hover,
	body.ui-light .header-content-dark .site-nav a,
	body.ui-light .header-content-dark .site-nav a:hover,
	body.ui-light .site-footer.footer-content-light,
	body.ui-light .site-footer.footer-content-dark,
	body.ui-light a.backtotop,
	body.ui-light #fp-nav ul li .fp-tooltip {
		color: #fff;
	}

		body.ui-light .header-content-light .nav-toggle span,
		body.ui-light .header-content-dark .nav-toggle span,
		body.ui-light .scroll-progress .sp-inner,
		body.ui-light .scroll-progress .sp-inner.progress,
		body.ui-light div#fp-nav ul li a span {
			background: #fff;
		}

		body.ui-light .header-content-light .logo-light,
		body.ui-light .header-content-dark .logo-light {
			display: block;
		}

		body.ui-light .header-content-light .logo-dark,
		body.ui-light .header-content-dark .logo-dark {
			display: none;
		}

		body.ui-light .header-content-light .site-nav > ul > li.active > a:before,
		body.ui-light .header-content-dark .site-nav > ul > li.active > a:before {
			border-bottom-color: #fff;
		}

	body.ui-light .ui-light-d-block {
		display: block !important;
	}

	body.ui-light .ui-light-d-none {
		display: none !important;
	}

	body.ui-dark .header-content-light,
	body.ui-dark .header-content-dark,
	body.ui-dark .header-content-light .site-nav a,
	body.ui-dark .header-content-light .site-nav a:hover,
	body.ui-dark .header-content-dark .site-nav a,
	body.ui-dark .header-content-dark .site-nav a:hover,
	body.ui-dark .site-footer.footer-content-light,
	body.ui-dark .site-footer.footer-content-dark,
	body.ui-dark a.backtotop,
	body.ui-dark #fp-nav ul li .fp-tooltip {
		color: #252729;
	}

		body.ui-dark .header-content-light .nav-toggle span,
		body.ui-dark .header-content-dark .nav-toggle span,
		body.ui-dark .scroll-progress .sp-inner,
		body.ui-dark .scroll-progress .sp-inner.progress,
		body.ui-dark div#fp-nav ul li a span {
			background: #050709;
		}

		body.ui-dark .header-content-light .logo-light,
		body.ui-dark .header-content-dark .logo-light {
			display: none;
		}

		body.ui-dark .header-content-light .logo-dark,
		body.ui-dark .header-content-dark .logo-dark {
			display: block;
		}

		body.ui-dark .header-content-light .site-nav > ul > li.active > a:before,
		body.ui-dark .header-content-dark .site-nav > ul > li.active > a:before {
			border-bottom-color: #050709;
		}

	body.ui-dark .scroll-progress .sp-inner {
		opacity: .27;
	}

		body.ui-dark .scroll-progress .sp-inner.progress {
			opacity: .93;
		}

	body.ui-dark .ui-dark-d-block {
		display: block !important;
	}

	body.ui-dark .ui-dark-d-none {
		display: none !important;
	}
}

@media (min-width: 1200px) and (max-width: 1344px) {

	body.layout-boxed section > .container,
	body.layout-boxed section > .container-wide {
		max-width: 100%;
		padding-left: 9rem;
		padding-right: 9rem;
	}
}

.story-text {
	/*max-height: 450px;*/
	overflow: hidden;
}



.video-popup {
	width: 60%;
	margin: 0 auto;
	position: relative;
}

	.video-popup img {
		border-radius: 30px;
		width: 100%;
		max-height: 500px;
		object-fit: cover;
	}

	.video-popup .overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.video-popup .overlay a {
			background-color: #e64545;
			border-radius: 100%;
			border: none;
			width: 100px;
			height: 100px;
			font-size: 34px;
			color: #fff;
			display: block;
			text-align: center;
			line-height: 100px;
		}

.form-control.file {
	height: 50px;
}


.myaccordion {
	max-width: 500px;
	margin: 50px auto;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

	.myaccordion .card,
	.myaccordion .card:last-child .card-header {
		border: none;
	}

	.myaccordion .card {
		margin-bottom: 5px;
	}

	.myaccordion .card-header {
		border-bottom-color: #EDEFF0;
		background: transparent;
	}

	.myaccordion .fa-stack {
		font-size: 14px;
	}

	.myaccordion .btn {
		width: 100%;
		font-weight: bold;
		color: #000;
		padding: 0;
	}

	.myaccordion .btn-link:hover,
	.myaccordion .btn-link:focus {
		text-decoration: none;
	}

	.myaccordion li + li {
		margin-top: 10px;
	}

.copyright-container a {
	color: #fff;
}

.story-text .divider.divider-alt {
	float: left;
	margin-right: 15px;
}

.js .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	max-width: 80%;
	font-size: 1.25rem;
	/* 20px */
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
	/* 10px 20px */
}

.no-js .inputfile + label {
	display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	/* pointer-events: none; */
	/* in case of FastClick lib use */
}

.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	/* 4px */
	margin-right: 0.25em;
	/* 4px */
}


/* style 1 */

.inputfile-1 + label {
	color: #000;
	background-color: #fff;
	border-radius: .25rem;
	font-size: 14px;
}

	.inputfile-1:focus + label,
	.inputfile-1.has-focus + label,
	.inputfile-1 + label:hover {
		background-color: #000;
		color: #fff;
	}

.site-nav > ul > li.language {
	border-left: 1px solid #000;
	margin-left: 0;
	padding-left: 15px;
}



@media (max-width: 1199px) {
	.video-popup {
		width: 50%;
		margin: 0 auto;
		position: relative;
	}

	.site-nav > ul > li.language {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}
}


@media (max-width: 992px) {
	.video-popup {
		width: 75%;
		margin: 0 auto;
		position: relative;
	}
}

@media (max-width: 767px) {
	.video-popup {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}


		.video-popup figcaption a {
			width: 50px;
			height: 50px;
			line-height: 50px;
			font-size: 14px;
		}
}


/*Home Page*/

	.home-page {
		
		display: flex;
		justify-content: space-between;
		overflow: hidden;
		width: 100%;
		position: relative;
		z-index: 1;
	}

	.home-page-all {
		width: 100%;
		position: relative;
		z-index: 1;
	}


	.home-page .left h1 p {
		color: #E39832;
		font-size: 40px;
		font-style: normal;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.different-color-title {
		color: #6c757d;
	}

	.home-page .left p {
		color: #202020;
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
	}

	.home-page .left {
		padding-top: 250px;
		padding-left: 180px;
		width: 690px;
	}

	.home-page .btn-light {
		padding: 16px 32px;
		width: 243.164px;
		height: 51.652px;
		flex-shrink: 0;
		border-radius: 50px;
		background: #E39832;
		color: white;
		position: relative
	}

.btn-light.enroll-icon::after {
	content: url('assets/arrow.png');
	position: absolute;
	padding: 0px 4px;
}

	.home-page .right {
		margin-top: 145px;
		margin-right: 60px;
	}
@media (max-width: 402px) {
	.section-divider {
		width: 100%;
		height: 2px;
		background-color: white;
		margin: 20px 0; 
	}
}
.section-divider{
	display:none;
}
@media (max-width: 1100px) {
	.home-page {
		margin-top: 50px;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 0 20px;
	}

		.home-page .right {
			width: 100%;
			margin-bottom: 30px;
			order: 1;
			display: flex;
			justify-content: center;
		}

		.home-page .left {
			padding: 20px;
			width: 100%;
			order: 2;
			
		}

			.home-page .left h1 {
				font-size: 50px;
				text-align:left;
			}

			.home-page .left p {
				font-size: 18px;
				text-align: left;
			}

		.home-page .btn-light {
			width: 165px;
			max-width: 100px;
			margin: 10px auto;
			display: block;
			right:15%;
		}

	.home-page-image {
		width: 100%;
		height: auto;
		max-width: 600px;
	}
}

@media (max-width: 768px) {
	.home-page {
		display: flex;
		flex-direction: column; /* Stack elements */
		align-items: center;
		text-align: center;
		padding: 0 10px;
	}

		.home-page .right {
			order: 1; /* Image first */
			width: 100%;
			display: flex;
			justify-content: center;
		}

	.home-page-image {
		width: 100%;
		max-width: 400px; /* Adjust size */
		height: auto;
		margin-left:60px;
	}

	.home-page .left {
		order: 2; /* Text second */
		width: 100%;
		padding: 10px;
	}

		.home-page .left h1 {
			font-size: 80px;
			margin-bottom: 10px;
		}

		.home-page .left p {
			font-size: 16px;
			margin-bottom: 20px;
		}

	.home-page .btn-light {
		width: 80%; /* Slightly reduce width for small screens */
		max-width: 250px;
	}
}

/*------------------------*/

.closer {
	margin-bottom: 5px;
	line-height: 1;
}

.upper-half {
	width: 100%;
	height: 50vh;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}

@media(max-width: 1100px) {
	.left {
		padding: 20px;
	}
}


.section-twoPage {
	width: 100%;
	height: 300px;
	background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80');
	background-repeat: no-repeat;
	background-size: 100% 200%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: sans-serif;
	font-size: 1.5rem;
}
/* Üst bölüm: fotoğrafın üst kısmı görünsün */
.section-twoPage.section-top {
	background-position: top;
}
/* Alt bölüm: fotoğrafın alt kısmı görünsün */
.section-twoPage.section-bottom {
	background-position: bottom;
}


/* Story Page Container */
.story-page {
	width: 100%;
	position: relative;
	z-index: 1;
}
/* Title Section */
.title-of-stories {
	text-align: center;
	margin: 40px 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

	.title-of-stories h1 {
		width: 472.22px;
		height: 61px;
		color: #050505;
		font-size: 22px;
		font-weight: 600;
		line-height: 90px;
		letter-spacing: 11px;
		background: #fff;
		transform: rotate(-1.13deg);
		display: inline-block;
	}
/* Videos Container & Navigation */
.videos-place {
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.video-wrapper {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	background: transparent;
}

.videos-nav {
	width: 40px;
	cursor: pointer;
}
/* Video Box & Content */
.video-box {
	width: 465px;
	height: 370px;
	flex-shrink: 0;
	border-radius: 5px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: relative;
}
/* Iframe Container to position overlay */
.iframe-container {
	position: relative;
	width: 408px;
	height: 277px;
}

	.iframe-container iframe {
		width: 100%;
		height: 100%;
		border-radius: 5px;
	}
/* Overlay covering the iframe */
.video-iframe-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	cursor: pointer;
	/* Optional: uncomment the background below for debugging clicks */
	/* background: rgba(255, 0, 0, 0.2); */
}
/* Video Title & Description */
.video-title {
	color: #141517;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.14px;
	margin-top: 10px;
	width: 100%;
	text-align: left;
}

.video-description {
	color: #141517;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.14px;
	width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* Overlay & Background (Figma-inspired) */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.overlay-inner {
	position: absolute;
	width: 100%;
	height: 100%;
}

.bg-image-holder {
	background-size: cover;
	background-position: center;
}

.overlay-inner.bg-image-holder {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(0deg, #de8000, #de8000), url('./assets/NBMT_4.png');
	background-blend-mode: normal, screen, normal;
	background-repeat:no-repeat;
	background-size:cover;
}
/* Optional additional icon positioning */
.story_icon_1,
.story_icon_2,
.story_icon_3 {
	position: absolute;
}

.story_icon_1 {
    bottom: -10px;
    position: absolute;
    right: 627px;
}

.story_icon_2 {
	top: 150px;
	position: absolute;
	left: 100px;
}

.story_icon_3 {
	top: 500px;
	right: 200px;
}
/* Default: Show Two Videos Side by Side */
.video-slider {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	width: 100%;
	max-width: 800px;
}

.video-box {
	width: 48%; /* Two videos side by side */
	max-width: 350px;
	height: auto;
	padding: 10px;
	background: #fff;
}

/* Left & Right Buttons */
.videos-nav {
	width: 40px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

/* Default: Show Two Videos Side by Side */
.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 80%;
    position: relative;
}

/* Smaller Video Box for Better Fit */
.video-box {
    width: 100%; /* Reduce width so they fit better */
    max-width: 465px; /* Smaller maximum size */
    height: 370px;
    padding: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Ensuring iframe-container is inside video-box */
.iframe-container {
    width: 100%;
    height: 180px; /* Reduce iframe height for better fit */
    position: relative;
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* Title - Responsive Scaling */
.title-of-stories {
	text-align: center;
	margin: 40px 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;
}
	.title-of-stories h1 {
		width: 600px;
		height: 61px;
		color: #050505;
		font-size: 22px;
		font-weight: 600;
		line-height: 90px;
		letter-spacing: 11px;
		background: #fff;
		transform: rotate(-1.13deg);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}



/* Left & Right Buttons - Properly Positioned with Percentages */
.videos-nav {
    width: 40px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.left-button {
    left: 20%;
	margin-top: 25px;
}

.right-button {
    right: 20%;
	margin-top: 25px;
}

/* Icons - Responsive Positioning */
.story_icon_1,
.story_icon_2,
.story_icon_3 {
    position: absolute;
    max-width: 5%;
    height: auto;
}

.story_icon_1 {
	top: 26%;
	right: 19%;
	transform: translateX(-50%);
}

.story_icon_2 {
	top: 100%;
	left: 10%;
}

.story_icon_3 {
	/* top: 50%; */
	bottom: 37%;
	right: 5%;
}

/* Responsive Styles for max-width: 1100px (Show Only One Video) */
@media (max-width: 1100px) {
    .video-wrapper {
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .video-box {
        width: 90%; /* Reduce video-box width */
        max-width: 360px; /* Further reduce max width */
        display: none;
    }

    .video-box:first-child {
        display: flex;
    }

    .iframe-container {
        height: 160px; /* Reduce iframe height */
    }

    .left-button {
        left: 3%;
    }

    .right-button {
        right: 3%;
    }

    /* Title Adjustments */
    .title-of-stories h1 {
        font-size: 22px;
        width: 60%;
        letter-spacing: 4px;
        padding: 5px;
    }

    /* Icons Adjust */
    .story_icon_1 {
        bottom: 10%;
    }

    .story_icon_2 {
        top: 15%;
        left: 3%;
    }

    .story_icon_3 {
        top: 60%;
        right: 3%;
    }
}

/* Responsive Styles for max-width: 768px (Smaller Screens) */
@media (max-width: 768px) {
    .video-wrapper {
        max-width: 100%;
    }

    .video-box {
        width: 85%; /* Reduce width further */
        max-width: 300px;
    }

    .iframe-container {
        height: 150px; /* Reduce iframe size */
    }

    .videos-nav {
        width: 35px;
    }

    .left-button {
        left: 2%;
    }

    .right-button {
        right: 2%;
    }

    /* Title Adjustments */
    .title-of-stories h1 {
        font-size: 18px;
        width: 75%;
        letter-spacing: 3px;
        padding: 5px;
    }

    /* Icons Adjust */
    .story_icon_1 {
        bottom: 15%;
    }

    .story_icon_2 {
        top: 20%;
        left: 2%;
    }

    .story_icon_3 {
        top: 70%;
        right: 2%;
    }
}

/* Responsive Styles for max-width: 402px (Title & Video Box Further Adjusted) */
@media (max-width: 402px) {
    .video-box {
        width: 90%; /* Keep video-box within screen */
        max-width: 280px; /* Smaller max size */
        padding: 5px;
    }

    .iframe-container {
        height: 140px; /* Reduce iframe size */
    }

    .title-of-stories h1 {
        font-size: 16px;
        width: 85%;
        letter-spacing: 2px;
        padding: 5px;
    }

    .videos-nav {
        width: 30px;
    }

    .left-button {
        left: 2%;
    }

    .right-button {
        right: 2%;
    }

	.story_icon_1 {
		top: 123%;
	}

	.story_icon_2 {
		top: 146%;
		left: 1%;
	}

    .story_icon_3 {
        top: 65%;
        right: 1%;
    }
}

/* Center Modal on Screen */
.modal {
	margin-left: 400px;
	margin-top: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px; /* Prevents overflow on small screens */
}

/* Ensure the modal content is responsive */
.modal-dialog {
	max-width: 90%;
	width: 100%;
}

/* Make the modal and video fully responsive */
.modal-content {
	width: 100%;
	max-width: 800px;
	position: relative;
	background-clip: padding-box;
	border: none;
	border-radius: 0;
}

/* Ensure the video container scales properly */
.ratio-16x9 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

	.ratio-16x9 iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* Close button styling */
.close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
	background: transparent;
	border: none;
	font-size: 24px;
	color: #000;
}
@media (max-width: 402px) {
	.modal {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		position: absolute !important;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
	}

		/* Prevent Bootstrap from forcing the modal to show */
		.modal.show {
			display: none !important;
		}

	/* Ensure no horizontal scrolling due to hidden modal */
	html, body {
		overflow-x: hidden !important;
	}
}

		/* ---------------------------------
   FAQ Section Container
-----------------------------------*/
		.title-of-faq {
	text-align: center;
	margin: 40px 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 100px;
	margin-bottom: 50px;
}

	.title-of-faq h1 {
		width: 600px;
		height: 61px;
		color: #050505;
		font-size: 22px;
		font-weight: 600;
		line-height: 90px;
		letter-spacing: 11px;
		background: #fff;
		transform: rotate(-1.13deg);
		display: inline-block;
	}

.faq-section {
	position: relative;
	padding: 80px 20px; /* top/bottom, left/right */
	max-width: 1200px; /* or whatever suits you */
	margin: 0 auto;
}

/* Decorative shapes behind the heading */
.faq-decorations {
	position: absolute;
	width: 120px;
	height: 120px;
	top: 100px;
	right: 50%;
	transform: translateX(600px) rotate(-1deg);
	/* You could insert background images, 
     or absolutely-positioned <svg> icons, etc. */
	pointer-events: none; /* so it doesn’t block clicks */
}



/* ---------------------------------
   FAQ Title
-----------------------------------*/
.faq-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 1px; /* or 11px if you really want that spaced-out look */
	text-align: center;
	margin-bottom: 40px;
	/* You can replicate line-height, etc., from Figma if needed */
}
.faq_icon_1 {
	top: 15px;
	position: absolute;
	left: 72px;
}
.faq_icon_2 {
	position: absolute;
	top: 60%;
	left: 100%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}
.faq_icon_3 {
	bottom: 50px;
	position: absolute;
	right: 100px;
}

/* -------------------------
   ACCORDION LAYOUT
------------------------- */
.accordion {
	width: 100%;
	max-width: 1071px; /* Example from your Figma code */
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.accordion-item {
	background: #ffffff;
	border: none;
}

.accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 32px;
	cursor: pointer;
}

/* For the question number */
.number {
	font-family: 'Inter', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: rgba(60, 60, 67, 0.5);
	margin-right: 16px;
}

/* For the question title */
.title {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	flex: 1; /* takes remaining space */
}

/* -------------------------
   ICONS
------------------------- */
.icon-container {
	margin-left: 10px;
	position: relative;
	width: 40px;
	height: 40px;
	background: #f3f5f6; /* Light gray when closed */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease;
}

/* The "icon" elements use pseudo-elements for + or × */
.icon {
	width: 14px;
	height: 14px;
	display: none; /* Hidden by default; we toggle visibility in CSS classes */
}

/* The plus icon (black, visible by default) */
.plus-icon::before {
	content: "+";
	color: #000000;
	font-size: 30px;
	line-height: 14px;
	justify-content: center;
	display: flex;
	align-items: center;
}

.plus-icon {
	display: block; /* show the plus by default */
}

/* The x icon (white, hidden by default) */
.x-icon::before {
	content: "x";
	color: #ffff;
	font-size: 18px;
	line-height: 14px;
	justify-content: center;
	display: flex;
	align-items: center;
}

/* When the item is open (JS toggles this class) */
.icon-container.open {
	background: #000000; /* black background for open state */
}

	.icon-container.open .plus-icon {
		display: none; /* hide the plus */
	}

	.icon-container.open .x-icon {
		display: block; /* show the X icon */
	}

/* -------------------------
   BODY CONTENT
------------------------- */
.accordion-body {
	padding: 0 32px 32px;
	display: block; /* visible by default, but we’ll override via .collapsed */
}

/* Collapsed state: hidden by default */
.collapsed {
	display: none !important;
}
/* Default - FAQ Title */
.title-of-faq {
	text-align: center;
	margin: 40px 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 100px;
	margin-bottom: 50px;
}

	.title-of-faq h1 {
		width: 600px;
		height: auto;
		color: #050505;
		font-size: 22px;
		font-weight: 600;
		line-height: 90px;
		letter-spacing: 11px;
		background: #fff;
		transform: rotate(-1.13deg);
		display: inline-block;
		text-align: center;
		padding: 5px 10px;
	}

/* FAQ Section */
.faq-section {
	position: relative;
	padding: 80px 20px;
	max-width: 1200px;
	margin: 0 auto;
}

/* Responsive Scaling */
@media (max-width: 1100px) {
	.title-of-faq h1 {
		font-size: 20px;
		width: 75%;
		letter-spacing: 8px;
		padding: 5px;
	}

	.faq-title {
		font-size: 20px;
	}

	.accordion-header {
		padding: 30px 24px;
	}

	.number {
		font-size: 28px;
	}

	.title {
		font-size: 18px;
	}

	.icon-container {
		width: 35px;
		height: 35px;
	}

	.faq_icon_1 {
		top: 10px;
		left: 5%;
		max-width: 7%;
	}

	.faq_icon_2 {
		top: 55%;
		left: 95%;
		max-width: 7%;
	}

	.faq_icon_3 {
		bottom: 30px;
		right: 5%;
		max-width: 7%;
	}
}

/* Responsive Scaling for max-width: 768px */
@media (max-width: 768px) {
	.title-of-faq {
		margin-top: 60px;
		margin-bottom: 30px;
	}

		.title-of-faq h1 {
			font-size: 18px;
			width: 85%;
			letter-spacing: 6px;
			padding: 4px;
			line-height: 60px;
		}

	.faq-title {
		font-size: 18px;
	}

	.accordion-header {
		padding: 20px 16px;
	}

	.number {
		font-size: 24px;
	}

	.title {
		font-size: 16px;
	}

	.icon-container {
		width: 30px;
		height: 30px;
	}

	/* Icons Adjustments */
	.faq_icon_1 {
		top: 5px;
		left: 3%;
		max-width: 6%;
	}

	.faq_icon_2 {
		top: 50%;
		left: 90%;
		max-width: 6%;
	}

	.faq_icon_3 {
		bottom: 20px;
		right: 3%;
		max-width: 6%;
	}
}

/* Responsive Scaling for Very Small Screens (max-width: 402px) */
@media (max-width: 402px) {
	.title-of-faq {
		margin-top: 40px;
		margin-bottom: 20px;
	}

		.title-of-faq h1 {
			font-size: 16px;
			width: 90%;
			letter-spacing: 4px;
			padding: 3px;
			line-height: 50px;
		}

	.faq-title {
		font-size: 16px;
	}

	.accordion-header {
		padding: 15px 12px;
	}

	.number {
		font-size: 20px;
	}

	.title {
		font-size: 14px;
	}

	.icon-container {
		width: 25px;
		height: 25px;
	}

	/* Icons Adjustments */
	.faq_icon_1 {
		top: 3px;
		left: 2%;
		max-width: 5%;

	}

	.faq_icon_2 {
		top: -96%;
		left: 59%;
		max-width: 27%;
	}

	.faq_icon_3 {
		bottom: 79px;
		right: 2%;
		max-width: 5%;
	}
}


/*CONTACT*/

.title-of-contact {
	text-align: center;
	margin: 40px 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 150px;
}

.title-of-contact h1 {
	width: 472.22px;
	height: 61px;
	color: #050505;
	font-size: 20px;
	font-weight: 600;
	line-height: 90px;
	letter-spacing: 11px;
	background: #fff;
	transform: rotate(-1.13deg);
	display: inline-block;
}
.contact-container {
	display: flex;
	justify-content: center;
	gap: 50px;
	padding: 50px;
}

.contact-item {
	padding: 20px;
	border-radius: 10px;
	width: 300px;
	text-align:center;
}

.icon-container-contact {
	width: 64px;
	height: 64px;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
}

	.contact-item h3 {
		color: #183B56;
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 500;
		line-height: 32px; /* 133.333% */
		letter-spacing: 0.2px;
	}

	.contect-item p {
		text-align:center;	
	}

p {
	color: #787878;
	font-size: 16px;
	line-height: 1.5;
}

.social-media {
	display: flex;
	justify-content: space-between;
	max-width: 1141px;
	margin: 20px auto;
	padding: 20px;
}

.social-link {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #2B2B2B;
	text-decoration: none;
}

	.social-link img {
		width: 24px;
		height: 24px;
	}

.footer-logo {	
	position:absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 20px;
	margin-left: 10px;
}


.footer-text {
	position:absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 20px;
	margin-right: 10px;
}

.contact {
	width: 100%;
	position: relative;
	z-index: 1;
}

.contact_icon_1 {
	position: absolute;
	top: 90%;
	left: 65%;
	margin-top: 30px;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}
/* Ensure Contact Section Takes Full Height */
.contact {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	overflow-x: hidden;
	padding: 0 20px; /* Prevents elements from touching edges */
}

/* Fix Title Overflow */
.title-of-contact {
	text-align: center;
	margin-top: 145px;
	width:100%;
	display: flex;
	justify-content: center;
}

	.title-of-contact h1 {
		width: 90%;
		max-width: 400px;
		font-size: 22px;
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: 3px;
		background: #fff;
		transform: rotate(-1.13deg);
		text-align: center;
		padding: 10px;
		word-wrap: break-word;
	}

/* Contact Container - Default */
.contact-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px;
	padding: 50px;
	max-width: 100%;
}

/* Ensure Contact Items Stay Inside */
.contact-item {
	width: 280px; /* Prevents items from being too large */
	max-width: 90%;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
}

/* Make Contact Items Column on Small Screen */
@media (max-width: 768px) {
	.contact-container {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
}

/* Social Media Icons - Default */
.social-media {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%;
	margin: 20px auto;
	padding: 20px;
	gap: 10px;
}

/* 3 icons in first row, 2 in second row */
@media (max-width: 768px) {
	.social-media {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		justify-content: center;
		text-align: center;
	}
		.social-link {
			width: 50%;
			display: flex;
			/* justify-content: center; */
		}
		.social-link:nth-child(n+4) {
			grid-column: span 2;
			justify-self: center;
		}
}

/* Footer Always at Bottom */
.footer-logo, .footer-text {
	position: absolute;
	bottom: 10px;
	max-width: 100%;
}

@media (max-width: 1100px) {
	.footer-logo, .footer-text {
		bottom: 5px;
	}
}

@media (max-width: 768px) {
	.footer-logo, .footer-text {
		position: relative;
		margin-top: auto;
	}

	.footer-text {
		text-align: center;
		font-size: 12px;
		margin-bottom: 10px;
	}
}





/* Social Media - Büyük Ekranlarda Yatay Düzende */
.social-media {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	max-width: 100%;
	margin: 20px auto;
	padding: 20px;
}

@media (max-width: 450px) {
	.ln-section[data-anchor="iletisim"] .overlay-inner.bg-image-holder {
		background-image: none !important; /* Removes the image */
		background-color: #FAF5EE !important; /* Replace with your desired color */
		background-size: cover;
		background-position: center;
	}
	/* Ensure Footer Appears at Bottom */
	.footer-container {
		width: 100%;
		background-color: white; /* White Footer */
		text-align: center;
		padding: 15px 0;
		position: relative;
		bottom: 0;
	}

	/* Adjust Footer Text and Logo */
	.footer-logo, .footer-text {
		position: relative;
		bottom: 0;
		text-align: center;
		margin-top: 10px;
	}

	.footer-text {
		font-size: 14px;
		color: #333;
	}
}

@media (max-width: 450px) {
	.ln-section[data-anchor="faydalibilgiler"] .overlay-inner.bg-image-holder {
		background-image: none !important; /* Removes the image */
		background-color: #FAF5EE !important; /* Replace with your desired color */
		background-size: cover;
		background-position: center;
	}
}
html, body {
	overflow-x: hidden;
	width: 100%;
}
