@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('intlTelInput.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: Outfit;
	background:url('../img/filigran-1.png') #E6EAF2;
}


:root {
  --anarenk: #1D439B;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --turuncu: #DD8B52;
  --krem: #fcfcf9;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 30px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}

.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 16px;
	height:44px;
	border-radius:16px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 14px */
	text-align: center;
}
.btn-yesil {
	background:#34BF53;
	border:1px solid #34BF53;
	color:#fff;
}
.btn-yesil:hover {
	background:var(--anarenk);
	border:1px solid #34BF53;
	color:#fff;
}
.btn-ana {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-ana:hover {
	background:#34BF53;
	border:1px solid #34BF53;
	color:#fff;
}


/*------------------header----------------------*/

.aciklama {
	margin-bottom:24px;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 10px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--anarenk);
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--anarenk);
	opacity: 1;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--anarenk);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--anarenk);
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
	margin-bottom:20px;
}


/*------------------form----------------------*/
.select {
	position:relative;
	width:100%;
    height: 44px;
	background:#fff;
    border: 1px solid rgb(29 67 155 / 30%);
	border-radius:16px;
}
.select:before {
	position:absolute;
	content:"\f107";
	top:0px;
	right:0px;
	width:44px;
	height:44px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size:18px;
	color:#fff;
	z-index:1;
	border-radius:16px;
}
.select .form-control {
	position:relative;
	z-index:2;
	background:transparent;
	border-radius:16px;
	border:0px;
}
.select .form-control:focus {
	color:var(--anarenk);
}
.select .form-control option {
	background:#fff;
}
.form-control {
    height: 44px;
	background:#fff;
	border:0px;
    border: 1px solid rgb(29 67 155 / 30%);
	color:var(--anarenk);
	border-radius:16px;
}

textarea.form-control {
    height: 104px;
}

.uyari {
	font-size:12px;
	font-weight:600;
	color:var(--kirmizi);
}

/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:#fff;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:#fff;
}
#header .alan {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:14px 0px;
}
#header .alan .logo {
	width:15%;
	margin-right:auto;
}
#header .alan .logo img {
	height:58px;
}

#header .menu {
	width:70%;
	margin:0px auto;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #1D439B;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 14px */
}
#header .menu .link-item:hover {
    color: var(--turuncu);
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}


#header .alan .sag {
	display:flex;
	justify-content:flex-end;
	width:15%;
}

#header .arama {
	position:absolute;
	top:100%;
	right:0px;
	background:var(--krem);
	padding:0px;
	overflow:hidden;
	height:0px;
	transition:all 0.3s ease;
}
#header .arama.active {
	padding:20px;
	height:auto;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:2px solid var(--siyah);
	color:var(--siyah);
    height: 36px;
    line-height: 36px;
}
#header .arama .form-control:focus {
	background:transparent !important;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:2px solid var(--siyah) !important;
	color:var(--siyah) !important;
}
#header .arama .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--siyah);
  opacity: 1; /* Firefox */
}
#header .arama .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--siyah);
}
#header .arama .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--siyah);
}
#header .arama .btn {
	position:absolute;
	top:20px;
	right:20px;
	width:36px;
	height:36px;
	font-size:20px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}
#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	height:100%;
}
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border:1px solid #fff;
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#header .dil:hover .acilan {
	display:block;
}


/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:#fff;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:65%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:55px;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:rgb(0, 0, 0);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}

/*------------------ruyasorgula----------------------*/

#ruyasorgula {
	position:relative;
	display:flex;
	flex-direction:column;
	min-height:100vh;
	padding:45px 0px 15px 0px;
}
#ruyasorgula .logo {
	display:block;
	text-align:center;
	margin-bottom:40px;
}
#ruyasorgula .logo img {
	height:100px;
}
#ruyasorgula .uygulama {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	margin-bottom:20px;
}
#ruyasorgula .uygulama a {
	position:relative;
	display:block;
}
#ruyasorgula .uygulama a img {
	height:50px;
}
#ruyasorgula .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	grid-gap:10px;
}
#ruyasorgula .sosyal small {
	width:100%;
	color: #1D439B;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:center;
}
#ruyasorgula .sosyal a {
	display: flex;
	width:40px;
	height:40px;
	align-items:center;
	justify-content:center;
	border-radius: 11px;
	border: 1px solid rgba(168, 170, 181, 0.90);
	font-size:20px;
	color:rgba(168, 170, 181, 0.90);
}
#ruyasorgula .sosyal a:hover {
	border: 1px solid var(--anarenk);
	color:var(--anarenk);
}


/*------------------bloglarust----------------------*/

#bloglarust {
	position:relative;
	padding:60px 0px 60px 0px;
	z-index:10;
	background:#fff;
}
#bloglarust:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:50%;
	background: #F1F2F5;
	z-index:-1;
}
#bloglarust .resim {
	position:relative;
}
#bloglarust .resim img {
	width:100%;
	aspect-ratio:646/465;
	max-height:800px;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
}
#bloglarust .resim span {
	position:absolute;
	top:38px;
	left:41px;
	padding:10px 16px;
	border-radius: 4px;
	background: #FFF;
	color: #1D439B;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
#bloglarust .tarih {
	color: #1D439B;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.328px; /* 140.984% */
	margin-bottom:27px;
}
#bloglarust .tarih small {
	color: #A8AAB5;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
	margin-right:10px;
}
#bloglarust .adi {
	position:relative;
	z-index:20;
	padding:40px;
	background: #FFF;
	margin-bottom:27px;
	margin-left:-80px;
	color: #1D439B;
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-align: justify;
}
#bloglarust .desc {
	color: #16194B;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
	text-align: justify;
	margin-bottom:27px;
}

#bloglarust .butonlar {
	position:absolute;
	top:100px;
	right:0px;
	z-index:30;
	width:40px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	grid-gap:18px;
}
#bloglarust .butonlar div {
	width:26px;
	height:26px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(168, 170, 181, 1);
	font-size:14px;
	color:var(--anarenk);
	border-radius:50%;
}
#bloglarust .butonlar div:hover {
	background:var(--turuncu);
	color:var(--anarenk);
}

/*------------------bloglarpage----------------------*/

#bloglarpage {
	position:relative;
	padding:30px 0px 30px 0px;
	z-index:10;
	background:#fff;
}
#bloglarpage .baslik {
	color: #1D439B;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:40px;
}
.blogitem {
	position:relative;
	display:block;
	padding:26px;
	border-radius: 34.91px;
	border: 0.873px solid #E0E2E8;
	background: rgba(241, 242, 245, 0.60);
}
.blogitem:hover {
	border: 0.873px solid #E0E2E8;
	background: rgba(241, 242, 245, 0.60);
}
.blogitem .resim {
	position:relative;
	display:block;
	margin-bottom:23px;
}
.blogitem .resim:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:50%;
	opacity: 0.5;
	background: linear-gradient(180deg, rgba(58, 78, 133, 0.00) 0%, #3A4E85 100%);
	border-radius: 17.455px;
	z-index:1;
}
.blogitem .resim img {
	width:100%;
	aspect-ratio:363/242;
	max-height:500px;
	object-fit:cover;
	object-position:center;
	border-radius: 17.455px;
}
.blogitem .resim span {
	position:absolute;
	bottom:19px;
	left:calc(50% - 20px);
	display:flex;
	align-items:center;
	justify-content:center;
	transform:rotate(-45deg);
	width:40px;
	height:40px;
	border-radius:20px;
	background:#fff;
	font-size:20px;
	color:#000;
	z-index:2;
}
.blogitem .tarih {
	color: #1D439B;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.328px; /* 140.984% */
	margin-bottom:23px;
}
.blogitem .tarih small {
	color: #A8AAB5;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
	margin-right:10px;
}
.blogitem .adi {
	color: #1D439B;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:23px;
}
.blogitem .desc {
	color: #16194B;
	text-align: justify;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.328px;
	opacity: 0.7;
}
/*------------------blogdetay----------------------*/

#blogdetay {
	position:relative;
	padding:60px 0px 60px 0px;
	z-index:10;
	background:#fff;
}
#blogdetay:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:20%;
	background: #F1F2F5;
	z-index:-1;
}
#blogdetay .resim {
	width:100%;
	aspect-ratio:625/417;
	max-height:800px;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
	margin-bottom:27px;
}
#blogdetay .katman1 {
	display:flex;
	align-items:center;
	margin-bottom:27px;
}
#blogdetay .katman1 .tarih {
	color: #1D439B;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.328px; /* 140.984% */
	margin-right:auto;
}
#blogdetay .katman1 .tarih small {
	color: #A8AAB5;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
	margin-right:10px;
}
#blogdetay .katman1 .sosyal {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#blogdetay .katman1 .sosyal small {
	color: #1D439B;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#blogdetay .katman1 .sosyal a {
	display: flex;
	width:40px;
	height:40px;
	align-items:center;
	justify-content:center;
	border-radius: 11px;
	border: 1px solid rgba(168, 170, 181, 0.40);
	font-size:20px;
	color:rgba(168, 170, 181, 0.40);
}
#blogdetay .katman1 .sosyal a:hover {
	border: 1px solid var(--anarenk);
	color:var(--anarenk);
}
#blogdetay .adi {
	color: #1D439B;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:27px;
}
