/* THEADX Havayolları Index CSS */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,400i,500,600,700,800,900|Roboto:300,400,500,700,900&display=swap');
html, body {
	scroll-behavior: smooth;
	margin:0;
	padding:0;
	min-height: 100%;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	color:#3a3a3a;
	font-weight:400;
	-webkit-font-smoothing:antialiased;
}
h2 {
	color:#1f93ff;
	font-size:32px;
	font-weight:700;
	margin-bottom:30px;
}
h2 strong {
	font-weight:900;
}
h3 {
	font-size:24px;
	font-weight:700;
}
::-webkit-scrollbar {
	width: 10px;
	height:10px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 10px 10px rgba(0,0,0,.05);
	border: solid 3px transparent;
	border-radius:30px;
}
::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 10px 10px rgba(0,0,0,.2);
	border: solid 3px transparent;
	border-radius:30px;
}
::-webkit-scrollbar-thumb:hover {
	box-shadow:inset 0 0 10px 10px rgba(31, 147, 255, 1);
}
.roboto {
	font-family: 'Roboto', sans-serif;
}
.ires {
	max-width:100%;
}
.center-text {
	width:100%;
	display:block;
	text-align:center;
}
.theadx-export {

}
.theadx-export .navbar-toggler {
	padding:0;
}
.theadx-export .navbar-toggler-icon {
	width:30px;
	height:30px;
	background:url(../images/index/menu.svg) center center no-repeat;
	background-size:contain;
}
.theadx-export .navbar {
	padding:10px 15px;
	background-color:#2d3842;
	z-index:1;
}
.navbar-brand {
	width:156px;
	height:30px;
	padding:0;
}
.navbar-brand img {
	display:block;
	width:100%;
	height:100%;
}
.theadx-export .navbar .dropdown-menu {
	color:#e2e2e2;
	background-color:#2d3842;
	border:none;
	border-radius:2px;
	min-width:250px;
	transition:all ease-in-out .1s;
}
.theadx-export .navbar .dropdown-menu li a {
	font-weight:500;
}
.theadx-export .nav {
	width:100%;
}
.theadx-export .nav li {
	position:relative;
}
.theadx-export .nav li a {
	font-size:14px;
	font-weight:700;
	color:#e2e2e2;
	padding:8px 10px;
	border-radius:2px;
	transition:all ease-in-out .1s;
}
.theadx-export .nav li a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:rgba(0,0,0,.25);
}
.btn-basvur {
	float:right;
	display:block;
	padding:3px 15px;
	border-radius:2px;
	font-size:14px;
	font-weight:700;
	color:#ffffff;
	white-space:nowrap;
	text-decoration:none;
	background-color:#089673;
	transition:all ease-in-out .1s;
}
.btn-basvur:hover {
	color:#ffffff;
	text-decoration:none;
	box-shadow:0 0 0 2px rgba(8,150,115,.25);
}
.theadx-export-logo {
	display:block;
	width:300px;
	max-width:calc(80% - 30px);
	margin:15px auto 45px auto;
}
.hero {
	position:absolute;
	left:0;
	top:0;
	min-width:100%;
	min-height:100%;
	text-align:center;
	color:#ffffff;
	padding:60px 0;
	background:#3a3a3a url(../images/index/hero-bg.jpg) center center no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.hero h1 {
	font-size:48px;
	font-weight:900;
}
.hero h2 {
	font-size:24px;
	font-weight:400;
	color:#ffffff;
}
.hero hr {
	max-width:360px;
	border-bottom:2px solid #ffa430;
}
.hero .search-bar {
	width:100%;
	height:50px;
	position:relative;
	margin-bottom:30px;
}
.hero .search-bar input[type="text"] {
	-webkit-appearance:none;
	display:block;
	background:#ffffff url(../images/index/icon-search.svg) left 10px center no-repeat;
	background-size:24px;
	border:none;
	border-radius:4px;
	width:100%;
	padding:0 15px 0 45px;
	line-height:50px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:500;
	color:#3a3a3a;
	outline:none;
	box-shadow:0 0 0 2px rgba(255,255,255,.25);
	transition:all ease-in-out .1s;
}
.search-country input[type="text"] {
	background:#ffffff url(../images/index/icon-placemark.svg) left 10px center no-repeat !important;
	background-size:24px !important;
}
.hero .search-bar input[type="text"]:focus {
	box-shadow:0 0 0 4px rgba(31,147,255,.75);
}
.hero .search-bar button {
	-webkit-appearance:none;
	color:#ffffff;
	text-decoration:none;
	background-color:#1f93ff;
	line-height:42px;
	font-size:16px;
	border-radius:4px;
	font-weight:600;
	padding:0 15px;
	border:none;
	transition:all ease-in-out .1s;
	outline:none;
}
.hero .search-bar button:hover {
	background-color:#0e82ee;
	box-shadow:0 0 0 2px rgba(31,147,255,.5);
	cursor:pointer;
}
.search-auto-complete {
	display:none;
	position:absolute;
	left:0;
	top:48px;
	width:100%;
	max-height:200px;
	color:#3a3a3a;
	font-family:'Roboto',sans-serif;
	font-size:14px;
	font-weight:500;
	text-align:left;
	background:#ffffff;
	border-radius:0 0 4px 4px;
	z-index:2;
	overflow-x:hidden;
	overflow-y:auto;
}
.show-sac {
	display:block;
}
.sac-item {
	background-color:#fcfcfc;
	border-bottom:1px solid rgba(0,0,0,.1);
	transition:all ease-in-out .1s;
}
.sac-item:hover {
	color:#1a1a1a;
	background-color:#ffffff;
}
.sac-item:last-child {
	border-bottom:none;
}
.sac-item input[type="checkbox"] {
	display:none;
}
.sac-item label {
	display:block;
	padding:8px;
	margin-bottom:0;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.sac-item label::before {
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	margin-right:5px;
	background-image:url(../images/index/icon-check.svg);
	background-repeat:no-repat;
	background-position:center;
	background-size:16px;
	vertical-align:text-top;
}
.sac-item input[type="checkbox"]:checked + label::before {
	background-image:url(../images/index/icon-checked.svg);
}
.sac-item input[type="checkbox"]:checked + label {
	color:#000000;
	background-color:rgba(8,150,115,.1);
}
.sac-sub-item {
	padding-left:20px;
}
.sac-sub-item-2 {
	padding-left:40px;
}
.hero p {
	font-size:14px;
	color:rgba(255,255,255,.75);
	line-height:18px;
	font-weight:500;
}
.theadx-export-specs > div {
	margin-bottom:30px;
}
.theadx-export-spec {
	display:block;
	text-decoration:none;
	border:2px solid rgba(255,255,255,.2);
	transition:all ease-in-out .1s;
	border-radius:4px;
	padding:15px;
	height:100%;
}
.theadx-export-spec:hover {
	box-shadow: 0 0 25px rgba(0,0,0,.25);
	text-decoration:none;
	border:2px solid rgba(255,255,255,.5);
	background-color: rgba(0, 0, 74, .2);
}
.theadx-export-spec img {
	display:block;
	width:calc(100% - 15px);
	max-width:210px;
	height:auto;
	margin:0 auto 15px auto;
}
.theadx-export-spec hr {
	max-width:50%;
	border-top:2px;
	border-color:rgba(255,255,255,.2);
}
.theadx-export-spec p {
	color:#ffffff;
	font-size:18px;
	font-weight:600;
}
.neden-onemli {
	padding:100px 0;
}
ul.blue-square {
	margin:0;
	padding:0;
	list-style:none;
}
ul.blue-square li {
	margin-bottom:15px;
}
ul.blue-square li::before {
	content:'';
	width:16px;
	height:16px;
	background-color:#1f93ff;
	display:inline-block;
	margin-right:10px;
}
.nereden {
	padding:100px 0;
	background-color:#fafafa;
}
.hacimler {
	padding:100px 0;
}
.graph-percents {
	width:100%;
}
.graph-percents th,
.graph-percents td {
	padding:4px;
	font-family:'Roboto',Arial,sans-serif;
}
.graph-percents th {
	font-size:14px;
}
.graph-percents td {
	border-bottom:1px dotted rgba(0,0,0,.1);
}
.graph-percents td span {
	display:block;
	width:12px;
	height:12px;
	border-radius:50%;
}
.adimlar {
	padding:100px 0;
	background-color:#3a3a3a;
	color:#ffffff;
}
.adimlar h2 {
	color:#ffffff;
}
.adimlar h3 {
	font-size:32px;
}
.adimlar .row .col-md-6 {
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
.img-step {
	border:5px solid rgba(0,0,0,.1);
	border-radius:4px;
	overflow:hidden;
}
.step {
	display:block;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	font-size:72px;
	margin-bottom:15px;
}
.step::before {
	content:'';
	display:inline-block;
	width:96px;
	height:96px;
	background:#1f93ff url(../images/index/icon-footprint.svg) center center no-repeat;
	background-size:72px;
	border:2px dotted rgba(255,255,255,.1);
	margin-right:14px;
	border-radius:50%;
	vertical-align:middle;
}
.lang {
	position: absolute;
	right: 10px;
	top: 60px;
	font-size: 10px;
	font-weight:700;
	z-index:2;
}
.btn-lang {
	position:relative;
	display:inline-block;
	padding:2px 4px;
	text-decoration:none;
	color:#ffffff;
	background-color: #1f93ff;
	border-radius:2px;
}
.btn-lang:hover {
	color:#ffffff;
	text-decoration:none;
	background-color: #03A9F4;
}
.active-lang::after {
	content:'';
	position:absolute;
	bottom:-4px;
	left:0;
	width:100%;
	height:2px;
	background-color: #cce7ff;
	border-radius:2px;
}
.phone > .iti {
	display:block;
}
@media(max-width:991px) {
	.theadx-export nav li a {
		padding:16px;
		display:block;
		border-bottom:1px solid rgba(0,0,0,.1);
	}
	.btn-basvur {
		margin-top:15px;
		float:none;
		padding:8px 16px;
		text-align:center;
	}
}
@media(max-width:768px) {
	.ires {
		margin:15px auto;
		max-width:100% !important;
	}
	.theadx-export h2 {
		font-size:18px;
	}
}
@media(max-width:460px) {
	.theadx-export .search-bar {

	}
	.theadx-export .search-auto-complete {

	}
	.theadx-export .search-bar button {
		width:100%;
	}
}