/*body, html { font-family: 'Roboto', sans-serif; color: #333333 ; font-size: 14px }*/
/*body, html { font-family: 'Encode Sans Condensed', sans-serif; color: #333333 ; font-size: 14px }*/
/*body, html { font-family: 'Open Sans', sans-serif; color: #333333 ; font-size: 14px }*/
body, html { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 400; color: #333333 ; font-size: 16px; letter-spacing: 0.01em }
a { color: #333333 }
a:hover, a:focus, a:active { text-decoration: none }
ul, li, a {
	margin:0 ; padding: 0 ; list-style: none ; text-decoration: none
}
a:active, a:focus {
	text-decoration: none
}

.header_container {
	background: #fff;
	color: #2c77bc;
	padding: 10px 0;
	border-bottom: 1px solid rgba(44, 119, 188, 0.1);
}
.topbar {
	direction: ltr;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}
.topbar__left,
.topbar__right {
	display: flex;
	align-items: center;
}
.topbar__left {
	gap: 12px;
	flex-wrap: wrap;
	min-width: 0;
}
.topbar__right {
	margin-left: auto;
}
.topbar__social {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
}
.topbar__social li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.topbar__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(44, 119, 188, 0.22);
	color: #2c77bc;
	font-size: 14px;
	line-height: 1;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.topbar__social a:hover,
.topbar__social a:focus {
	background: #2c77bc;
	border-color: #2c77bc;
	color: #fff;
	text-decoration: none;
}
.topbar__sep {
	width: 1px;
	height: 18px;
	background: rgba(44, 119, 188, 0.22);
	flex-shrink: 0;
}
.topbar__contact {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #2c77bc;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.01em;
	white-space: nowrap;
	line-height: 1;
}
.topbar__contact i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(44, 119, 188, 0.08);
	font-size: 14px;
}
.topbar__contact--wa i {
	background: rgba(37, 211, 102, 0.12);
	color: #1fa855;
}
.topbar__contact:hover,
.topbar__contact:focus {
	color: #1d5f9a;
	text-decoration: none;
}
.topbar__contact--wa:hover i,
.topbar__contact--wa:focus i {
	background: #25d366;
	color: #fff;
}

/* SOCIAL (legacy) */
ul.social, ul.social li {
	display: inline-block;
	margin:0 ; padding:0
}
ul.social li a {
	display: inline-block;
	background: #fff;
	color: #2c77bc;
	width: 25px;
	height: 25px;
	line-height: 22px;
	margin-left: 5px;
	border-radius: 100%;
	text-align:center;
	border: 2px solid transparent;
	font-size: 18px
}
ul.social li a:hover {
	background: #2c77bc;
	color: #fff;
	border-color: #2c77bc
}
/* SOCIAL */
/* LANG */
.header-lang-col {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.lang-switch {
	direction: ltr;
	display: inline-flex;
	align-items: stretch;
	padding: 3px;
	border: 1px solid rgba(44, 119, 188, 0.18);
	border-radius: 999px;
	background: #f6f9fc;
	box-shadow: 0 1px 2px rgba(44, 119, 188, 0.06);
}
.lang-switch__item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	color: #2c77bc;
	line-height: 1;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.lang-switch__code {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
}
.lang-switch__name {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.01em;
	opacity: 0.86;
}
.lang-switch__item:hover,
.lang-switch__item:focus {
	background: rgba(44, 119, 188, 0.08);
	color: #2c77bc;
	text-decoration: none;
}
.lang-switch__item.is-active {
	background: #2c77bc;
	color: #fff;
	box-shadow: 0 6px 14px rgba(44, 119, 188, 0.28);
}
.lang-switch__item.is-active .lang-switch__name {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.lang-switch__name {
		display: none;
	}
	.lang-switch__item {
		padding: 7px 10px;
	}
	.topbar {
		gap: 10px;
	}
	.topbar__contact span {
		display: none;
	}
	.topbar__sep {
		display: none;
	}
}
/* LANG */

/* NAV MENU */

.m_button {
	display: none
}

.m_button i {
	display: inline-block;
	color: #2c77bc;
	padding: 4px 6px
}
/*.m_button i:hover, .m_button i.active {*/
.m_button i.active {
	color: #fff;
	background: #2c77bc;
	cursor: pointer
}

.menu ul.menu li {
	display: inline-block;
}

.menu ul.menu li  a{
	font-family: 'Plus Jakarta Sans', sans-serif;
	display: inline-block;
	padding: 25px 10px;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0.03em;
	border-bottom: 4px solid transparent;
	transition: border 1s cubic-bezier(0.77,0.2,0.05,1.0);
}
.menu ul.menu li  a:hover, .menu ul.menu li  a.active {
	border-bottom-color: #2c77bc;
	color: #2c77bc
}

.menu ul.menu li  a.randevu{
	background: #66d0cc;
	border-radius: #66d0cc;
	color: #fff;
	padding: 15px 20px;
	border-radius: 8px
}

.m_menu {
	position: relative;
	background: #2c77bc;
}
.m_menu input {
	position: absolute;
	left: -9999px;
}
.m_menu ul.menu {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 0;
	background: #2c77bc;
	overflow: hidden;
	transition: max-height 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	z-index: 999
}
.m_menu ul.menu li {
	display: block
}
.m_menu ul.menu li a {
	display: block;
	color: #fff;
	padding: 10px 10px;
	font-weight: 500;
}
.m_menu input:checked ~ ul.menu{
		max-height: 1000px;
	}

@media screen and (max-width: 1200px) {
	div.menu{
		display: none
	}
	.m_button {
		display: inline-block
	}
}

/*.menu {
	position: relative;
	background: lightblue
}
.menu a {
	display: inline-block;
	padding: 15px 5px;
}
.menu:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	background: yellow
}
.menu_container {
	position: relative;
	margin-top: 50px
}
.menu_container:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background: red
}*/

/* NAV MENU */

/* MAIN PRODUCT */

.main_text {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	border: 8px solid #88c336
}
/*.main_text{
	position: relative;
	padding: 20px
}
.main_text:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	border-top-color: transparent;
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.main_text:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	width: 98%;
	height: 100%;
	border: 1px solid #ddd;
	border-top-color: transparent;
	margin: 0 auto;
	transform: translateX(-50%);
}*/

section {
	padding: 20px 0px
}

.main_product {
	background: #e9edf0;
	padding: 20px 0px
}
.main_product .row:nth-child(1) {
	margin-bottom: 20px
}
.main_product img {
	height: 60px;
	max-height: 60px
}
.main_product h3 a {
	display: inline-block;
	color: #405f68;
	padding: 5px 0px
}
.main_product ul li a:hover {
	color: #405f68;
	text-decoration: underline
}
.p_card {
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 4px
}
.p_card:hover {
	background: #fff;
	box-shadow: 0 5px 30px rgba(0,0,0,.2)
}

/* MAIN PRODUCT */

/* CIRCLE IMG */
.circle_img{
	padding: 8px;
	width: 300px;
	height: 300px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	overflow: hidden
}
.circle_img img{
	height: 100%;
	width: auto;
	border-radius: 50%;
}
.circle_img.green img{
	border: 8px solid #88c336
}
.circle_img.blue {
	position: relative;
	top: -90px;
	left: 150px;
	/*float: right;*/
	text-align: center;
	z-index: 9
}
.circle_img.blue img {
	border: 8px solid #75b6ce
}
.circle-img:hover {
	opacity: 0.7
}
.hvr_rotate {
	transition: all .3s
}
.hvr_rotate:active, .hvr_rotate:focus, .hvr_rotate:hover {
	transform: rotate(4deg);
}
/* CIRCLE IMG */

/* SLIDER */

.slider {
	background: gray;
	height: 250px;
}

.slide-caption {
	position: absolute;
	left: 24px;
	top: 318px;
	width: 620px;
	height: 160px;
	z-index: 4;
}
.slide_text {
	display: block;
	max-width: 100%;
	padding: 18px 22px;
	background: linear-gradient(165deg, rgba(12, 28, 48, 0.42) 0%, rgba(44, 119, 188, 0.32) 100%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(8, 24, 48, 0.18);
	position: relative;
	overflow: hidden;
}
.slide_text[dir="rtl"] {
	text-align: right;
}
.slide_text h4 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.35;
	text-shadow: none;
}
.slide_text p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
	text-shadow: none;
}

/* SLIDER */

/* NAV MENU */

nav {
	position: relative;
}

nav button.m_on {
	position: absolute;
	left: 10px;
	top: 50%;
    transform: translateY(-50%);
	cursor: pointer;
	z-index: 9
}

nav .logo {
	width: 80%;
}

.nav_menu_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: #343a40;
	display: none;
	z-index: 30;
}

.nav_menu_container button.m_off {
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,.1);
	font-size: 28px;
	z-index: 99
}
.nav_menu_container button.m_off span {
	margin: 2px 6px
}

ul.nav_menu {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: #343a40 !important;
}

ul.nav_menu > li {
	border-bottom: 1px solid #484849;	
}

ul.nav_menu li, ul.nav_menu li a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 4px 0px
}

ul.drop_item {
	display: none;
	border-radius: 4px;
	background: rgba(255,255,255,0.7);
	margin: 10px
}

li.drop_menu > .drop_item > .drop_menu > .drop_item a {
	color: #343a40
}

li.drop_menu > a > span {
	position: relative;
	display: inline-block
}
li.drop_menu > a > span:before {
	content: '\f13a';
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	right: -20px;
	top: 50%;
    transform: translateY(-50%);
}

/* NAV MENU */

/* PAGE */
.page_title {
	background: url("../images/title_bg2.png") #2c77bc;
	color: #fff;
	padding: 20px 0px ; margin-bottom: 20px
}
.alt_sayfalar {
	display: block;
	/*background: #2c77bc;*/
	box-shadow: 0 1px 8px rgba(0,0,0,.1);
	margin-bottom: 20px;
}
.alt_sayfalar li h2 {
	
}
.alt_sayfalar li a, .alt_sayfalar li h3 {
	display: block;
	font-weight: 800;
	color: #fff;
	border-bottom: 1px solid #e9edf0;
	/*padding: .9722222222rem 1.3888888889rem;*/
	padding: 15px 20px
}
.alt_sayfalar li h3 {
	background: #2c77bc;
	color: #fff;
	
}
.alt_sayfalar li a {
	position: relative;
	color: #2c77bc;
	transition: all .3s;
}
.alt_sayfalar li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #2c77bc;
	transform: translateY(-50%);
	filter: alpha(opacity=0);
	opacity: 0;
	transition: opacity .3s;
}
.alt_sayfalar li a:hover:before, .alt_sayfalar li a.active:before {
	filter: alpha(opacity=100);
	opacity: 1;
}
.alt_sayfalar li a:hover, .alt_sayfalar li a.active {
	padding-left: 30px;
}

.sayfa_islemler {
	display: block;
	box-shadow: 0 1px 8px rgba(0,0,0,.1);
}
.sayfa_islemler li.ilk_islem {
	font-weight: 800;
	color: #56676b;
	border-bottom: 5px solid #e9edf0;
	padding: .9722222222rem 1.3888888889rem
}
.sayfa_islemler li a {
	display: block;
	font-weight: 800;
	color: #56676b;
	border-bottom: 1px solid #e9edf0;
	padding: .9722222222rem 1.3888888889rem
}
.sayfa_islemler li a:hover, .sayfa_islemler li a.active {
	text-decoration: none;
	background: #e9edf0
}

.page-shell {
	padding-bottom: 48px;
}
.page-layout {
	align-items: flex-start;
}
.page-article {
	background: #fff;
	border: 1px solid rgba(44, 119, 188, 0.1);
	border-radius: 20px;
	box-shadow: 0 12px 32px rgba(12, 32, 56, 0.06);
	padding: 32px 36px 36px;
	margin-bottom: 28px;
	min-width: 0;
	color: #3d5163;
	font-size: 16px;
	line-height: 1.8;
}
.page-article h2,
.page-article h3 {
	color: #1d3557;
	font-weight: 800;
	line-height: 1.35;
}
.page-article h2 {
	font-size: 22px;
	margin: 28px 0 12px;
}
.page-article h3 {
	font-size: 18px;
	margin: 22px 0 10px;
}
.page-article p {
	margin: 0 0 14px;
}
.page-article p:last-child {
	margin-bottom: 0;
}
.page-aside h3:not(:first-child) {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(44, 119, 188, 0.1);
}
@media screen and (max-width: 767px) {
	.page-article {
		padding: 22px 18px 24px;
	}
}
.page_container img,
.blog-article__body img {
	max-width: 100% !important;
	height: auto !important;
}
.page_container iframe,
.page_container video,
.blog-article__body iframe,
.blog-article__body video {
	max-width: 100% !important;
	width: 100%;
}
.page_container table,
.blog-article__body table {
	width: auto !important;
	max-width: 100%;
}

.blog-wrap {
	padding: 8px 0 64px;
}
.blog-intro {
	max-width: 760px;
	margin: 0 auto 36px;
	color: #4a5560;
	line-height: 1.7;
	text-align: center;
}
.blog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}
.blog-card {
	background: #fff;
	border: 1px solid rgba(44, 119, 188, 0.12);
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(12, 32, 56, 0.06);
	min-width: 0;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(12, 32, 56, 0.1);
}
.blog-card__link {
	display: block;
	padding: 26px 26px 24px;
	color: inherit;
	text-decoration: none;
	height: 100%;
}
.blog-card__link:hover,
.blog-card__link:focus {
	text-decoration: none;
	color: inherit;
}
.blog-card__label {
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: #2c77bc;
	margin-bottom: 10px;
}
.blog-card h2 {
	margin: 0 0 12px;
	color: #1d3557;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}
.blog-card p {
	margin: 0 0 18px;
	color: #5b6773;
	font-size: 14px;
	line-height: 1.7;
}
.blog-card__more {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: #2c77bc;
}
.blog-detail {
	align-items: flex-start;
}
.blog-article {
	background: #fff;
	border: 1px solid rgba(44, 119, 188, 0.1);
	border-radius: 20px;
	box-shadow: 0 12px 32px rgba(12, 32, 56, 0.06);
	padding: 28px 32px 32px;
	margin-bottom: 28px;
	min-width: 0;
}
.blog-crumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #7a8794;
	margin-bottom: 22px;
}
.blog-crumb a {
	color: #2c77bc;
	font-weight: 600;
}
.blog-article__body {
	color: #3a4550;
	font-size: 16px;
	line-height: 1.8;
	overflow-x: auto;
}
.blog-article__body h1,
.blog-article__body h2,
.blog-article__body h3 {
	color: #1d3557;
	font-weight: 700;
	line-height: 1.35;
	margin: 1.4em 0 0.6em;
}
.blog-article__body p {
	margin: 0 0 1em;
}
.blog-back {
	display: inline-flex;
	margin-top: 28px;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid rgba(44, 119, 188, 0.22);
	color: #2c77bc;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}
.blog-back:hover {
	background: #2c77bc;
	border-color: #2c77bc;
	color: #fff;
	text-decoration: none;
}
.blog-aside {
	background: #f7fafc;
	border: 1px solid rgba(44, 119, 188, 0.1);
	border-radius: 18px;
	padding: 22px 20px;
	margin-bottom: 28px;
}
.blog-aside h3 {
	margin: 0 0 14px;
	color: #1d3557;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.04em;
}
.blog-aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-aside li {
	list-style: none;
	border-top: 1px solid rgba(44, 119, 188, 0.08);
}
.blog-aside li:first-child {
	border-top: 0;
}
.blog-aside a {
	display: block;
	padding: 10px 0;
	color: #2c4a6e;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.45;
}
.blog-aside a:hover {
	color: #2c77bc;
	text-decoration: none;
}
.blog-aside a.active {
	color: #2c77bc;
	font-weight: 800;
}
@media screen and (max-width: 767px) {
	.blog-grid {
		grid-template-columns: 1fr;
	}
	.blog-article {
		padding: 20px 16px 24px;
	}
}
.page_container a {
	color: #2c77bc;
	font-weight: 700
}
.page_container a:hover {
	text-decoration: underline
}
.page_container ul {
	list-style: circle;
	padding: 0px 0px 0px 20px;
}
.page_container ul li {
	list-style: circle
}

.page_container ul.sira_number, .page_container ul.sira_number li {
	list-style-type:decimal;
}

.galeri img {
	height: 185px;
	margin-bottom: 20px
}

/* PAGE */

/* İLETİŞİM */
.iletisim_bilgileri {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 20px
}
.iletisim_bilgileri div.address_item {
	position:relative;
	padding-left: 30px;
	margin-bottom: 20px
}
.iletisim_bilgileri div:last-child {
	padding-left: 0px;
	margin-bottom: 0px
}
.iletisim_bilgileri div span {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}
/* İLETİŞİM */

/* FOOTER */

.flogo {
	padding: 10px 0px
}
.footer_top {
	background-color: /*#e9edf0*/#2c77bc;
	color: /*#56676b*/#fff;
	padding: 10px 0px
}
.footer_top h6 {
	color: /*#405f68*/#fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8
}
.footer_top a {
	color: /*#56676b*/#fff;
}
.footer_top a:hover {
	color: /*#405f68*/#fff;
	text-decoration: underline
}
.footer_bottom {
	background-color: #dbdee0;
	color: #56676b;
	font-size: 11px;
	padding: 10px 0px
}

/* FOOTER */


.wa-float {
	position: fixed;
	left: 22px;
	bottom: 22px;
	z-index: 1200;
	width: 58px;
	height: 58px;
	display: block;
	text-decoration: none !important;
}
.wa-float__btn {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: linear-gradient(180deg, #2fe076 0%, #1fb855 100%);
	color: #fff;
	font-size: 28px;
	box-shadow: 0 8px 22px rgba(20, 140, 70, 0.32);
	border: 2px solid rgba(255, 255, 255, 0.85);
	transition: transform .25s ease, box-shadow .25s ease;
}
.wa-float__btn i {
	margin: 0;
	line-height: 1;
}
.wa-float__pulse {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: rgba(37, 211, 102, 0.28);
	z-index: 1;
	animation: waPulse 2.4s ease-out infinite;
	pointer-events: none;
}
.wa-float::after {
	content: attr(data-tip);
	position: absolute;
	left: calc(100% + 12px);
	top: 50%;
	transform: translateY(-50%) translateX(6px);
	white-space: nowrap;
	background: #1d3557;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.2;
	padding: 8px 12px;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(29, 53, 87, 0.18);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.wa-float::before {
	content: "";
	position: absolute;
	left: calc(100% + 4px);
	top: 50%;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-right-color: #1d3557;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .22s ease, visibility .22s ease;
}
.wa-float:hover .wa-float__btn,
.wa-float:focus .wa-float__btn {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(20, 140, 70, 0.4);
	color: #fff;
}
.wa-float:hover::after,
.wa-float:focus::after,
.wa-float:hover::before,
.wa-float:focus::before {
	opacity: 1;
	visibility: visible;
}
.wa-float:hover::after,
.wa-float:focus::after {
	transform: translateY(-50%) translateX(0);
}
@keyframes waPulse {
	0% {
		transform: scale(1);
		opacity: 0.55;
	}
	70% {
		transform: scale(1.45);
		opacity: 0;
	}
	100% {
		transform: scale(1.45);
		opacity: 0;
	}
}
@media (prefers-reduced-motion: reduce) {
	.wa-float__pulse {
		animation: none;
	}
}
@media screen and (max-width: 575px) {
	.wa-float::after {
		left: 50%;
		right: auto;
		top: auto;
		bottom: calc(100% + 10px);
		transform: translateX(-50%) translateY(6px);
	}
	.wa-float::before {
		left: 50%;
		right: auto;
		top: auto;
		bottom: calc(100% - 2px);
		transform: translateX(-50%);
		border: 6px solid transparent;
		border-top-color: #1d3557;
		border-right-color: transparent;
	}
	.wa-float:hover::after,
	.wa-float:focus::after {
		transform: translateX(-50%) translateY(0);
	}
	html[dir="rtl"] .wa-float::after {
		left: 50%;
		right: auto;
		transform: translateX(-50%) translateY(6px);
	}
	html[dir="rtl"] .wa-float::before {
		left: 50%;
		right: auto;
		border-left-color: transparent;
		border-right-color: transparent;
		border-top-color: #1d3557;
	}
	html[dir="rtl"] .wa-float:hover::after,
	html[dir="rtl"] .wa-float:focus::after {
		transform: translateX(-50%) translateY(0);
	}
}

.slider-shell,
html[dir="rtl"] .slider-shell,
html[dir="rtl"] #jssor_1 {
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	direction: ltr;
	unicode-bidi: isolate;
	text-align: left;
}

.home-break {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 26px 20px 22px;
	background: #fff;
}
.home-break__line {
	display: block;
	width: min(240px, 30vw);
	height: 1px;
	background: linear-gradient(90deg, rgba(44, 119, 188, 0), rgba(44, 119, 188, 0.55) 55%, #66d0cc);
}
.home-break__line:last-of-type {
	background: linear-gradient(90deg, #66d0cc, rgba(44, 119, 188, 0.55) 45%, rgba(44, 119, 188, 0));
}
.home-break__mark {
	width: 9px;
	height: 9px;
	flex-shrink: 0;
	border: 2px solid #2c77bc;
	background: #fff;
	transform: rotate(45deg);
	box-shadow: 0 0 0 3px #fff;
}
.home-intro {
	padding-top: 42px;
	padding-bottom: 36px;
}

html[dir="rtl"] body {
	direction: rtl;
	text-align: right;
	overflow-x: hidden;
	max-width: 100%;
}
html[dir="rtl"] {
	overflow-x: hidden;
}
html[dir="rtl"] .row {
	margin-left: 0;
	margin-right: 0;
}
html[dir="rtl"] .circle_img {
	max-width: 100%;
}
html[dir="rtl"] .circle_img.blue {
	left: auto;
	right: 150px;
}
html[dir="rtl"] .page_container ul {
	padding-left: 0;
	padding-right: 20px;
}
html[dir="rtl"] .alt_sayfalar li a:hover,
html[dir="rtl"] .alt_sayfalar li a.active {
	padding-left: 0;
	padding-right: 30px;
}
html[dir="rtl"] .iletisim_bilgileri div.address_item {
	padding-left: 0;
	padding-right: 30px;
}
html[dir="rtl"] .iletisim_bilgileri div span {
	left: auto;
	right: 0;
}
html[dir="rtl"] .wa-float {
	left: auto;
	right: 22px;
}
html[dir="rtl"] .wa-float::after {
	left: auto;
	right: calc(100% + 12px);
	transform: translateY(-50%) translateX(-6px);
}
html[dir="rtl"] .wa-float::before {
	left: auto;
	right: calc(100% + 4px);
	border-right-color: transparent;
	border-left-color: #1d3557;
}
html[dir="rtl"] .wa-float:hover::after,
html[dir="rtl"] .wa-float:focus::after {
	transform: translateY(-50%) translateX(0);
}
html[dir="rtl"] .topbar,
html[dir="rtl"] .topbar__left,
html[dir="rtl"] .topbar__right {
	direction: ltr;
}
html[dir="rtl"] .topbar__right {
	margin-left: auto;
	margin-right: 0;
}
html[dir="rtl"] .header-lang-col {
	justify-content: flex-end;
}
html[dir="rtl"] .lang-switch {
	direction: ltr;
}
html[dir="rtl"] ul.social {
	direction: rtl;
}
html[dir="rtl"] .text-right {
	text-align: left !important;
}

.faq-page {
	background: #fff;
	border: 1px solid rgba(44, 119, 188, 0.12);
	border-radius: 18px;
	padding: 22px 22px 18px;
	box-shadow: 0 8px 28px rgba(29, 53, 87, 0.04);
}
.faq-crumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	font-size: 13px;
	color: #6b7c8d;
}
.faq-crumb a {
	color: #2c77bc;
	font-weight: 700;
}
.faq-lead {
	margin: 0 0 18px;
	color: #3d5163;
	line-height: 1.7;
}
.faq-toc {
	background: #f7fafc;
	border: 1px solid rgba(44, 119, 188, 0.1);
	border-radius: 14px;
	padding: 14px 16px 10px;
	margin: 0 0 20px;
}
.faq-toc__title {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.03em;
	color: #1d3557;
}
.faq-toc ol {
	margin: 0;
	padding: 0 0 0 18px;
}
.faq-toc li {
	margin: 0 0 6px;
	color: #2c4a6e;
}
.faq-toc a {
	color: #2c4a6e;
	font-weight: 600;
	font-size: 14px;
}
.faq-toc a:hover {
	color: #2c77bc;
	text-decoration: none;
}
.faq-item {
	border: 1px solid rgba(44, 119, 188, 0.14);
	border-radius: 14px;
	margin: 0 0 10px;
	background: #fff;
}
.faq-item summary {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
	list-style: none;
	padding: 14px 16px;
}
.faq-item summary::-webkit-details-marker {
	display: none;
}
.faq-item__n {
	flex: 0 0 auto;
	min-width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(44, 119, 188, 0.1);
	color: #2c77bc;
	font-size: 12px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}
.faq-item__q {
	flex: 1 1 auto;
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 800;
	color: #1d3557;
}
.faq-item__ico {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 5px;
	position: relative;
}
.faq-item__ico:before,
.faq-item__ico:after {
	content: "";
	position: absolute;
	background: #2c77bc;
	border-radius: 2px;
}
.faq-item__ico:before {
	left: 0;
	right: 0;
	top: 8px;
	height: 2px;
}
.faq-item__ico:after {
	top: 0;
	bottom: 0;
	left: 8px;
	width: 2px;
}
.faq-item[open] .faq-item__ico:after {
	display: none;
}
.faq-item[open] {
	border-color: rgba(44, 119, 188, 0.28);
	box-shadow: 0 6px 18px rgba(44, 119, 188, 0.08);
}
.faq-item__a {
	padding: 0 16px 16px 56px;
	color: #3d5163;
	line-height: 1.75;
}
.faq-item__a p:first-child {
	margin-top: 0;
}
.faq-item__a p:last-child {
	margin-bottom: 0;
}
.faq-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 0;
}
.faq-cta__btn {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	background: #2c77bc;
	color: #fff !important;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none !important;
}
.faq-cta__btn:hover {
	background: #1d5f9a;
	color: #fff !important;
}
.faq-cta__btn--ghost {
	background: #fff;
	color: #2c77bc !important;
	border: 1px solid rgba(44, 119, 188, 0.35);
}
.faq-cta__btn--ghost:hover {
	background: #f7fafc;
	color: #2c77bc !important;
}

.contact-wrap {
	padding: 8px 0 48px;
}
.contact-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 28px;
}
.contact-card {
	background: #fff;
	border: 1px solid rgba(44, 119, 188, 0.12);
	border-radius: 18px;
	padding: 22px 20px 20px;
	box-shadow: 0 8px 28px rgba(29, 53, 87, 0.05);
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.contact-card__icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(44, 119, 188, 0.1);
	color: #2c77bc;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 14px;
}
.contact-card--wa .contact-card__icon {
	background: rgba(37, 211, 102, 0.12);
	color: #1e9e4b;
}
.contact-card h2 {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1d3557;
}
.contact-card p {
	margin: 0 0 8px;
	color: #3d5163;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 600;
}
.contact-card p a {
	color: #2c4a6e;
	font-weight: 700;
}
.contact-card p a:hover {
	color: #2c77bc;
	text-decoration: none;
}
.contact-card__hint {
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #6b7c8d !important;
	flex: 1 1 auto;
}
.contact-card__link {
	display: inline-block;
	margin-top: 10px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #2c77bc;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
	align-self: flex-start;
}
.contact-card__link:hover {
	background: #1d5f9a;
	color: #fff !important;
}
.contact-card--wa .contact-card__link {
	background: #25d366;
}
.contact-card--wa .contact-card__link:hover {
	background: #1ebe57;
}
.contact-map {
	background: #fff;
	border: 1px solid rgba(44, 119, 188, 0.12);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 8px 28px rgba(29, 53, 87, 0.05);
}
.contact-map__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 56px;
	padding: 0 20px;
	border-bottom: 1px solid rgba(44, 119, 188, 0.1);
}
.contact-map__head h2 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1d3557;
}
.contact-map__head a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(44, 119, 188, 0.28);
	background: #fff;
	color: #2c77bc;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}
.contact-map__head a:hover {
	background: #2c77bc;
	border-color: #2c77bc;
	color: #fff;
	text-decoration: none;
}
.contact-map__frame {
	position: relative;
	height: 420px;
	background: #eef3f8;
}
.contact-map__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
@media screen and (max-width: 991px) {
	.contact-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (max-width: 575px) {
	.contact-cards {
		grid-template-columns: 1fr;
	}
	.contact-map__frame {
		height: 320px;
	}
	.contact-map__head {
		min-height: 52px;
	}
}
html[dir="rtl"] .faq-toc ol {
	padding-left: 0;
	padding-right: 18px;
}
html[dir="rtl"] .faq-item__a {
	padding: 0 56px 16px 16px;
}
@media screen and (max-width: 767px) {
	.faq-page {
		padding: 16px 14px 12px;
	}
	.faq-item__a {
		padding: 0 14px 14px;
	}
	html[dir="rtl"] .faq-item__a {
		padding: 0 14px 14px;
	}
}

.proc-wrap {
	background: #f4f7fa;
	padding: 36px 0 48px;
}
.proc-head {
	text-align: center;
	margin: 0 0 28px;
}
.proc-head h2 {
	margin: 0;
	display: inline-block;
	color: #1d3557;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 2px solid #2c77bc;
}
.proc-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}
.proc-card {
	background: #fff;
	border: 1px solid rgba(44, 119, 188, 0.1);
	border-radius: 20px;
	padding: 26px 22px 20px;
	box-shadow: 0 10px 30px rgba(29, 53, 87, 0.05);
	display: flex;
	flex-direction: column;
	transition: transform .25s ease, box-shadow .25s ease;
}
.proc-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(29, 53, 87, 0.1);
}
.proc-card__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none !important;
	margin-bottom: 14px;
}
.proc-card__icon {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: rgba(44, 119, 188, 0.08);
	border: 1px solid rgba(44, 119, 188, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.proc-card__icon img {
	max-width: 42px;
	max-height: 42px;
	height: auto;
	width: auto;
}
.proc-card__top h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 800;
	color: #1d3557;
	line-height: 1.35;
}
.proc-card__top:hover h3 {
	color: #2c77bc;
}
.proc-card__list {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	flex: 1 1 auto;
	border-top: 1px solid rgba(44, 119, 188, 0.08);
}
.proc-card__list li {
	list-style: none;
	border-bottom: 1px solid rgba(44, 119, 188, 0.06);
}
.proc-card__list a {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 9px 6px;
	margin: 0 -6px;
	border-radius: 8px;
	color: #3d5163;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	position: relative;
	text-decoration: none;
	transition: color .28s ease, background-color .28s ease;
}
.proc-card__list a:before {
	content: "\2192";
	flex: 0 0 auto;
	color: #2c77bc;
	font-size: 13px;
	line-height: 1.45;
	opacity: 0.45;
	transition: opacity .28s ease, transform .28s ease;
}
.proc-card__list a:hover {
	color: #2c77bc;
	text-decoration: none;
	background-color: rgba(44, 119, 188, 0.06);
}
.proc-card__list a:hover:before {
	opacity: 1;
	transform: translateX(3px);
}
.proc-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 6px;
}
.proc-card__more,
.proc-card__faq {
	display: inline-flex;
	align-items: center;
	height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	white-space: nowrap;
}
.proc-card__more {
	background: #2c77bc;
	color: #fff !important;
}
.proc-card__more:hover {
	background: #1d5f9a;
	color: #fff !important;
}
.proc-card__faq {
	background: #fff;
	color: #2c77bc !important;
	border: 1px solid rgba(44, 119, 188, 0.28);
}
.proc-card__faq:hover {
	background: #f4f8fc;
	color: #2c77bc !important;
}
html[dir="rtl"] .proc-card__list a:before {
	content: "\2190";
}
html[dir="rtl"] .proc-card__list a:hover:before {
	transform: translateX(-3px);
}
@media screen and (max-width: 991px) {
	.proc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (max-width: 575px) {
	.proc-grid {
		grid-template-columns: 1fr;
	}
	.proc-wrap {
		padding: 24px 0 32px;
	}
}

.error-page {
	max-width: 640px;
	margin: 8px auto 56px;
	background: #fff;
	border: 1px solid rgba(44, 119, 188, 0.12);
	border-radius: 20px;
	box-shadow: 0 12px 32px rgba(12, 32, 56, 0.06);
	padding: 36px 32px 32px;
	text-align: center;
}
.error-page__code {
	margin: 0 0 8px;
	font-size: 48px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #2c77bc;
	line-height: 1;
}
.error-page__text {
	margin: 0 0 24px;
	color: #3d5163;
	font-size: 16px;
	line-height: 1.7;
}
.error-page__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0;
}
.error-page__btn {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding: 0 16px;
	border-radius: 999px;
	background: #2c77bc;
	color: #fff !important;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none !important;
}
.error-page__btn:hover {
	background: #1d5f9a;
	color: #fff !important;
}
.error-page__btn--ghost {
	background: #fff;
	color: #2c77bc !important;
	border: 1px solid rgba(44, 119, 188, 0.3);
}
.error-page__btn--ghost:hover {
	background: #f4f8fc;
	color: #2c77bc !important;
}