@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: "KoHo", sans-serif;
}


:root {
  --anarenk: #003964;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --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 30px;
	height:60px;
	border-radius:30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}


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

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--yesil);
	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(--yesil);
	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(--yesil);
	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;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 5px;
    color: #003964;
	margin-bottom:20px;
}
.aciklama p 
{
	color: #434343;
    font-weight: 500;
    font-size: 14px;
	margin-bottom:20px;
}
/*------------------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;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:center;
	flex-wrap:Wrap;
	padding:10px 0px;
}
#header .alan .sol {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	width:25%;
}
#header .alan .sol .menuac i {
	font-size:60px;
	color:var(--anarenk);
}
#header .alan .orta {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50%;
}
#header .alan .sag {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	width:25%;
}
#header .alan .logo {
	
}
#header .alan .logo img {
	height:126px;
}
#header.sabit .alan .logo img {
	height:86px;
}

#header .menu {
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	font-weight: 500;
    font-size: 14px;
	line-height:40px;
    color: #fff;
    letter-spacing: .15em;
}
#header .menu .link-item:hover {
    color: #fff;
}

#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 a {
	position:relative;
	display:inline-flex;
	align-items:center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-left:20px;
}
#header .alan .sag a i {
	font-size: 24px;
}

#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:fixed;
	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;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:60px;
}

#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:flex;
	flex-direction:column;
	position:fixed;
	top:0px;
	left:0px;
	width:25%;
	height:100%;
	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;
	margin-top:auto;
}
#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);
}


/*------------------slider----------------------*/

#slider {
	position:relative;
}
#slider .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
}
/*------------------rakamlar----------------------*/

#rakamlar {
	position:relative;
	padding:50px 0px;
}
#rakamlar .rakam {
	padding:10px;
}
#rakamlar .rakam .sayi {
    font-weight: 700;
    font-size: 30px;
    color: #003964;
    display: flex;
    justify-content: center;
}
#rakamlar .rakam .adi {
    font-weight: 700;
    font-size: 14px;
    color: #003964;
	text-align:center;
}
/*------------------sabitler----------------------*/

.cizgi {
	position:relative;
	display:flex;
	justify-content:center;
	align-items:flex-end;
	height:10px;
}
.cizgi div {
	width:1px;
	height:100px;
	background:#c2d0da;
}
.baslik {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
    color: #ddd;
}
.baslik.dark {
    color: var(--anarenk);
}
.altbaslik {
	color: #c2d0da;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
}
.altbaslik.dark {
	color: var(--anarenk);
}
.kutular {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
.kutular a {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0px 30px;
	height:50px;
	border: 1px solid #CFE9FC;
	background:#fff;
	color: #003964;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s;
}
.kutular a:hover {
	border: 1px solid #CFE9FC;
	background:#CFE9FC;
	color: #003964;
}
/*------------------sektorler----------------------*/

#sektorler {
	position:relative;
	padding:50px 0px;
	z-index:20;
}
#sektorler:after {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:80%;
	background: linear-gradient(180deg, #137BC7, #003964);
	z-index:-2;
}
#sektorler:before {
	position:absolute;
	content:"";
	top:-50px;
	left:30%;
	width:40%;
	height:100%;
	background:url('../img/logodark.svg');
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center top;
	opacity:0.05;
	z-index:-1;
}
/*------------------sektoritem----------------------*/

.sektoritem {
	position:relative;
	display:block;
	border:2px solid #fff;
	width:100%;
	aspect-ratio:600/830;
	overflow:hidden;
}
.sektoritem .resim {
	width:100%;
	aspect-ratio:600/830;
	object-fit:cover;
	object-position:center;
	transition:all 0.5s ease;
}
.sektoritem:hover .resim {
	scale:1.1;
}

/*------------------hizmetler----------------------*/

#hizmetler {
	position:relative;
	padding:50px 0px;
	z-index:20;
}
/*------------------hizmetitem----------------------*/

.hizmetitem {
	position:relative;
	display:block;
	width:100%;
	aspect-ratio:900/700;
	background:linear-gradient(180deg, #137BC7, #003964);
	overflow:hidden;
}
.hizmetitem.buyuk {
	aspect-ratio:900/1440;
}
.hizmetitem .resim {
	width:100%;
	aspect-ratio:900/700;
	object-fit:cover;
	object-position:center;
    filter: brightness(0.5);
	transition:all 5.8s ease;
}
.hizmetitem.buyuk .resim{
	aspect-ratio:900/1440;
}
.hizmetitem:hover .resim {
    filter: brightness(1);
	scale:1.1;
}
.hizmetitem .adi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:20px 10px;
	text-align:center;
	color: #fff;
    font-size: 25px;
	transition:all 0.3s ease;
}
.hizmetitem:hover .adi {
	padding-bottom:30px;
}
/*------------------referanslar----------------------*/

#referanslar {
	position:relative;
	padding:50px 0px;
	z-index:20;
	background: url('../img/referansback.jpg');
	background-size:cover;
	background-position:center top;
}

.refitem {
	position:relative;
	display:flex;
	aspect-ratio:1/1;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background:#fff;
	padding:20px;
}
.refitem .resim {
	width:100%;
	max-height:200px;
	object-fit:contain;
    mix-blend-mode: darken;
}
/*------------------blog----------------------*/

#blog {
	position:relative;
	padding:100px 0px;
	z-index:20;
}

.blogitem {
	position:relative;
	display:block;
}

.blogitem.buyuk {
	position:relative;
	display:flex;
	height:100%;
}

.blogitem .resim {
	width:100%;
	aspect-ratio:283/150;
	object-fit:cover;
	object-position:Center;
}

.blogitem .bilgi {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	padding:15px 0px;
}
.blogitem.buyuk .bilgi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;
	padding:30px;
	background:rgba(0,0,0,0.2);
}

.blogitem .bilgi .adi {
    display: -webkit-box;
    -webkit-line-clamp: 2; /*Kaç Stırda sınırlamak istiyorsanız */
    -webkit-box-orient: vertical; 
    overflow:hidden;
    color: #003964;
	font-size:16px;
	line-height:24px;
    font-weight: 700;
}
.blogitem.buyuk .bilgi .adi {
    display: -webkit-box;
    -webkit-line-clamp: 2; /*Kaç Stırda sınırlamak istiyorsanız */
    -webkit-box-orient: vertical; 
    overflow:hidden;
    color: #fff;
	font-size:26px;
	line-height:34px;
    font-weight: 700;
	text-align:center;
}
.blogitem .bilgi .desc {
	line-height: 18px;
    font-size: 12px;
	color: #434343;
}
.blogitem .bilgi .detay {
	display:flex;
	align-items:center;
	grid-gap:10px;
    font-size: 13px;
	color: #333;
}
.blogitem.buyuk .bilgi .detay {
	color: #fff;
}

.blogitem .bilgi .detay i {
    font-size: 23px;
	color: var(--anarenk);
}
.blogitem.buyuk .bilgi .detay i {
	color: #fff;
}

/*------------------footer----------------------*/

#footer {
	position:relative;
	z-index:20;
}
#footer .logo {
	position:relative;
	z-index:20;
	text-align:center;
	padding:20px 0px;
}
#footer .logo:before {
	position:absolute;
	content:"";
	top:calc(50% - 0.5px);
	left:0px;
	width:100%;
	height:1px;
	background:#c2d0da;
	z-index:-1;
}
#footer .logo img {
	height:150px;
	background:#fff;
	padding:0px 30px;
}

#footer .ust {
	position:relative;
	padding:68px 0px 28px 0px;
}
#footer .bilgi1 {
	color: var(--anarenk);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 18px */
	margin-bottom:8px;
}
#footer .bilgi2 {
	color: var(--anarenk);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 22.5px */
	margin-bottom:8px;
}
#footer .bilgi3 {
	color: var(--anarenk);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 12px */
	opacity: 0.7;
	margin-bottom:8px;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	grid-gap:10px;
	margin-top:8px;
	margin-bottom:auto;
}
#footer .sosyal a {
	font-size:20px;
	color:var(--anarenk);
}
#footer .sosyal a:hover {
	font-size:20px;
	color:var(--anarenk);
}
#footer .menubas {
	display:block;
	color: var(--anarenk);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 15px */
	margin-bottom:15px;
}
#footer .menulink {
	display:block;
	color: var(--anarenk);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 14px */
	margin-bottom:15px;
}
#footer .menulink:hover {
	color: var(--anarenk);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	text-decoration-line: underline;
}
#footer iframe {
	width:100%;
	height:200px;
	border-radius:16px;
}
#footer .alt {
	padding:30px 0px;
}
#footer .altic {
	display:flex;
	align-items:center
}
#footer .alt .copy {
	color: #16194B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	margin-right:auto;
}
#footer .form  {
	background:var(--anarenk);
	padding:30px;
	border-radius:20px;
}
#footer .formbas {
	color: #EBC7AE;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px; /* 171.429% */
	margin-bottom:29px;
}
#footer .form .form-control {
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: #16194B;
	color:#fff;
	height:55px;
}
#footer .form .form-check-label {
	color:#fff;
}

/*------------------kurumsal----------------------*/

#kurumsal {
	position:relative;
	padding:120px 0px 30px 0px;
	z-index:20;
}
#kurumsal .resim {
	width:100%;
}


/*------------------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;
}

.form-control {
	border-radius: 6px;
	height:55px;
}
.form-control[type=file] {
	line-height:44px;
}


.hesapmenu a {
	display:flex;
	align-items:center;
	padding:10px 20px 10px 20px;
	font-size:16px;
	font-weight:500;
    border-radius: 25px;
    border: 1px solid #efefef;
	color:rgba(0,0,0,0.7);
	margin-bottom:10px;
}
.hesapmenu a span {
	margin-left:auto;
	font-size:22px;
}
.hesapmenu a:hover {
	color:#fff;
	background:var(--anarenk);
}
.hesapmenu a.active {
	color:#fff;
	background:var(--anarenk);
}

.giriscikis {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:10px;
}
.giriscikis .icon {
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:8px;
	font-size:24px;
}
.giriscikis.gir .icon {
	background:rgba(25,135,84,0.5);
	color:rgba(25,135,84,1);
}
.giriscikis.cik .icon {
	background:rgba(220,53,69,0.5);
	color:rgba(220,53,69,1);
}
.giriscikis .yazi {
	width:calc(100% - 40px);
	padding-left:10px;
}
.giriscikis .yazi b {
	display:block;
	font-size:14px;
	line-height:20px;
	color:#000;
}
.giriscikis .yazi small {
	display:block;
	font-size:14px;
	line-height:20px;
	color:#000;
}