@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: Switzer;
}


:root {
  --anarenk: #072851;
  --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 - 170px);	
}

.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;
	grid-gap:20px;
	padding:0px 27px;
	height:48px;
	border-radius:10px;
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.14px;
	text-align: center;
}
.btn-ana {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-ana:hover {
	background:#000;
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-light {
	background:#fff;
	border:1px solid #fff;
	color:var(--anarenk);
}
.btn-light:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}


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

.aciklama {
	margin-bottom:24px;
}
.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(--anarenk);
	opacity: 1;
	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:var(--anarenk);
	border-bottom:1px solid rgba(255,255,255,0.15);
}
#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:20px 0px;
}
#header .alan .sol {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	grid-gap:10px;
	width:20%;
}
#header .alan .orta {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	width:60%;
}
#header .alan .sag {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:10px;
	width:20%;
}
#header .alan .logo {
}
#header .alan .logo img {
	height:62px;
}

#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;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
}
#header .menu .link-item:hover:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:calc(50% - 4px);
	width:8px;
	height:8px;
	border-radius:50%;
	background:#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 .menuac {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:5px;
	height:40px;
	padding:0px 15px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: var(--anarenk);
	background:#fff;
	text-transform:uppercase;
}

#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	height:100%;
}
#header .dil .default {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:5px;
	height:40px;
	padding:0px 15px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background:var(--anarenk);
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:16px;
}

#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:var(--anarenk);
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--anarenk);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--anarenk);
}

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

#mobilheader .alanorta {
	width:30%;
	display:flex;
	align-items:center;
	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;
	color:#fff;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:100%;
}

#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: #fff;
	border:1px solid #fff;
	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;
	background:var(--anarenk);
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#fff;
}
#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);
}


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

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
	filter: brightness(0.9);
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:flex-end;
	padding:133px 0px;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: 70px; /* 106.2px */
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #fff;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:100px;
	bottom:160px;
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:80px;
}
#slider .kaydir {
	position:absolute;
	bottom:20px;
	left:calc(50% - 50px);
	width:100px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	z-index:20;
}
#slider .kaydir span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	border-radius:50%;
	border:1px solid #fff;
	font-size:8px;
	color:#fff;
}
#slider .kaydir div {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 114.286% */
	letter-spacing: 3.6px;
	text-transform: uppercase;
}
#slider .izle {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:20;
	padding-right:80px;
	display:flex;
	flex-direction:column;
}
#slider .izle:before {
	position:absolute;
	content:"";
	bottom:-87px;
	right:0px;
	z-index:-1;
	width:372px;
	height:137px;
	background:var(--anarenk);
	border-radius: 22px 0px 0px 22px;
}
#slider .izle .katman1 {
	width:190px;
	padding: 27px 37px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.30);
	backdrop-filter: blur(16px);
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:20px;
	text-align:center;
}
#slider .izle .katman2 {
	width:190px;
	padding: 27px 37px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.30);
	backdrop-filter: blur(16px);
	color: #FFF;
	font-size: 16.976px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	margin-bottom:20px;
}
#slider .izle .katman2 i {
	font-size: 36px;
}
.swiper-pagination-bullets {
	display:flex;
	align-items:center;
	grid-gap:4px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 20px;
    height: 5px;
    display: inline-block;
	border-radius: 170px;
	opacity: 0.3;
	background: #FFF;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 34px;
	height: 5px;
	border-radius: 170px;
	background: #FFF;
	opacity: 1;
}

/*------------------başlıklar----------------------*/

.anabaslik {
	position:relative;
	padding-left:42px;
	margin-bottom:33px;
	color: #072851;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 100% */
	letter-spacing: 3.6px;
	text-transform: uppercase;
}
.anabaslik.dark {
	color: #072851;
}
.anabaslik.light {
	color: #fff;
}
.anabaslik:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:25px;
	height:25px;
}
.anabaslik.dark:before {
	background:url('../img/icon/icon-1.png');
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
}
.anabaslik.light:before {
	background:url('../img/icon/icon-2.png');
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
}

.altbaslik {
	position:relative;
	font-size: 45.898px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px; /* 130.723% */
	letter-spacing: -1.5px;
	margin-bottom:33px;
}
.altbaslik.dark {
	color: #072851;
}
.altbaslik.light {
	color: #fff;
}
.altyazi {
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px; /* 182.353% */
	letter-spacing: 0.17px;
	margin-bottom:33px;
}
.altyazi.dark {
	color: #072851;
}
.altyazi.light {
	color: #fff;
}
/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	padding:73px 0px;
	background:url('../img/filigran-1.png');
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
}
#hakkimizda .resim img {
	width:100%;
}
/*------------------hizmetler----------------------*/

#hizmetler {
	position:relative;
	padding:73px 0px;
	background:url('../img/filigran-2.png') var(--anarenk);
	background-size:90% auto;
	background-repeat:no-repeat;
	background-position:center 10% ;
}
#hizmetler .ust {
	margin-bottom:50px;
}
#hizmetler .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	margin-top:40px;
}

#hizmetler .butonlar div {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:38px;
	height:38px;
	border-radius:50%;
	border:1px solid #fff;
	font-size:18px;
	color:#fff;
}

.hizmetitem {
	position:relative;
	display:block;
}
.hizmetitem .resim {
	width:100%;
	aspect-ratio:376/506;
	object-fit:cover;
	object-position:center;
	border-radius:22px;
}
.hizmetitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding:16px;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(7, 40, 81, 0.00) 0%, #0728518c 100%);
}
.hizmetitem .bilgi .altalan {
	padding:0px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0);
}
.hizmetitem:hover .bilgi .altalan {
	padding:20px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 1);
}
.hizmetitem .bilgi .adi {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.22px;
	transition:all 0.3s ease;
}
.hizmetitem:hover .bilgi .adi {
	color: #072851;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px; /* 110% */
	letter-spacing: -0.4px;
	margin-bottom:45px;
}
.hizmetitem .bilgi .icon {
	display:none;
	text-align:right;
}
.hizmetitem:hover .bilgi .icon {
	display:block;
}
.hizmetitem .bilgi .icon span {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:38px;
	height:38px;
	border-radius:50%;
	border:1px solid var(--anarenk);
	font-size:18px;
	color:var(--anarenk);
}
/*------------------sektorler----------------------*/

#sektorler {
	position:relative;
	background:url('../img/filigran-3.png') #08356D;
	background-size:50% 100%;
	background-repeat:no-repeat;
	background-position:left center;
}
#sektorler .sol {
	padding:85px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#sektorler .resim {
	width:100%;
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	background:var(--anarenk);
}
#footer .ust {
	padding:60px 0px;
}
#footer .logo {
	margin-bottom:auto;
}
#footer .logo img {
	height:62px;
}
#footer .bilgi {
	margin-bottom:10px;
}
#footer .bilgi small {
	display:block;
	color: #6181AA;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.5px; /* 150% */
}
#footer .bilgi b {
	display:block;
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.5px; /* 102.273% */
}
#footer .menubas {
	display:block;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
	letter-spacing: -0.72px;
	margin-bottom:11px;
}
#footer .menulink {
	display:block;
	color: rgba(255, 255, 255, 0.60);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.5px; /* 150% */
	margin-bottom:11px;
}
#footer .ebulten {
	display:block;
	margin-bottom:auto;
}
#footer .ebulten .ebultenbas {
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px; /* 125% */
	margin-bottom:4px;
}
#footer .ebulten .ebultenyazi {
	color: rgba(255, 255, 255, 0.50);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 281.25% */
	margin-bottom:20px;
}
#footer .ebulten .bulten {
	position:relative;
}
#footer .ebulten .bulten .form-control {
	height:62px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	border:0px;
}
#footer .ebulten .bulten button {
	position:absolute;
	top:calc(50% - 18px);
	right:16px;
	display: flex;
	width: 36px;
	height: 36px;
	justify-content: center;
	align-items: center;
	gap: 9px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	border-radius: 170px;
	background: #FFF;
	border:0px;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	margin-top:100px;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 36px;
	height: 36px;
	font-size:20px;
	color:#fff;
}
#footer .alt {
	padding:20px 0px;
	border-top:1px solid #204675;
}
#footer .alt .altic {
	display:flex;
	align-items:center;
	justify-content:center;
}
#footer .copy {
	color: #41638E;
	font-family: Switzer;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px; /* 300% */
}
/*------------------kurumsal----------------------*/

#kurumsal {
	position:relative;
}
#kurumsal .katman1 {
	position:relative;
	background:var(--anarenk);
}
#kurumsal .katman1 .ust {
	position:relative;
	background:var(--anarenk);
	padding:32px 0px;
}
#kurumsal .katman1 .resim {
	width:100%;
}
#kurumsal .katman1 .kaydir {
	position:absolute;
	bottom:20px;
	left:calc(50% - 50px);
	width:100px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	z-index:20;
}
#kurumsal .katman1 .kaydir span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	border-radius:50%;
	border:1px solid #fff;
	font-size:8px;
	color:#fff;
}
#kurumsal .katman1 .kaydir div {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 114.286% */
	letter-spacing: 3.6px;
	text-transform: uppercase;
}
#kurumsal .katman2 {
	position:relative;
	padding:32px 0px;
	background:url('../img/filigran-4.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center;
}
#kurumsal .katman2 .resim {
	width:100%;
	border-radius: 22px;
	margin-top:200px;
	margin-bottom:30px;
}
#kurumsal .katman3 {
	position:relative;
	padding:32px 0px;
	background:url('../img/filigran-5.png') var(--anarenk);
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center;
}
#kurumsal .kutu {
	position:relative;
	padding:25px;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	border-radius: 17.302px;
	background: #FFF;
}
#kurumsal .kutu .icon {
	text-align:right;
}
#kurumsal .kutu .icon img {
	height:65px;
}
#kurumsal .kutu .adi {
	color: #072851;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%; /* 31.25px */
}
#kurumsal .kutu .desc {
	color: #072851;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 156.25% */
	letter-spacing: 0.16px;
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:79px 0px 0px 0px;
}
#iletisimpage .sol {
	position:relative;
	padding:60px;
	border-radius: 10px;
	background: #F6F6F6;
	display:flex;
	flex-direction:column;
	justify-content:center;
	grid-gap:20px;
}
#iletisimpage .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:54px;
	height:54px;
	border-radius:50%;
	font-size:20px;
	color:#fff;
	background:var(--anarenk);
}
#iletisimpage .bilgi .yazi {
	width:calc(100% - 54px);
	padding-left:25px;
	color: #072851;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 31px; /* 134.783% */
	letter-spacing: 0.23px;
}
#iletisimpage .form-control {
	height: 62px;
	border-radius: 10px;
	background: #F6F6F6;
	border:0px;
}
#iletisimpage textarea.form-control {
	height: 146px;
}
#iletisimpage iframe {
	width:100%;
	height:400px;
}
/*------------------hizmetlerpage----------------------*/

#hizmetlerpage {
	position:relative;
}
#hizmetlerpage .katman1 {
	position:relative;
	padding:60px 0px;
	background:url('../img/filigran-2.png') var(--anarenk);
	background-size:90% auto;
	background-repeat:no-repeat;
	background-position:center 10% ;
}
#hizmetlerpage .katman1 .kaydir {
	display:inline-flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	z-index:20;
}
#hizmetlerpage .katman1 .kaydir span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	border-radius:50%;
	border:1px solid #fff;
	font-size:8px;
	color:#fff;
}
#hizmetlerpage .katman1 .kaydir div {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 114.286% */
	letter-spacing: 3.6px;
	text-transform: uppercase;
}
#hizmetlerpage .katman1 .resim {
	width:100%;
	border-radius:22px;
	margin-top:100px;
}
#hizmetlerpage .katman2 {
	position:relative;
	padding:60px 0px;
}
/*------------------hizmetpage----------------------*/

#hizmetpage {
	position:relative;
}
#hizmetpage .katman1 {
	position:relative;
	z-index:10;
}
#hizmetpage .katman1 .resim {
	width:100%;
}
#hizmetpage .katman1 .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(0deg, rgba(7, 40, 81, 0.30) 0%, rgba(7, 40, 81, 0.30) 100%);
	display:flex;
	align-items:flex-end;
	padding:136px 0px;
}
#hizmetpage .katman2 {
	position:relative;
	z-index:20;
	background: #072851;
}
#hizmetpage .katman2 .sol {
	padding:106px 0px;
}
#hizmetpage .katman2 .menualan {
	position:relative;
	display:flex;
	flex-direction:column;
	height:100%;
	z-index:20;
}
#hizmetpage .katman2 .menu {
	position:absolute;
	bottom:20px;
	right:0px;
	width:100%;
	display:flex;
	flex-direction:column;
	grid-gap:20px;
}
#hizmetpage .katman2 .menu .list {
	display:flex;
	flex-direction:column;
	grid-gap:30px;
	padding:39px;
	border-radius: 15px;
	background: rgba(4, 27, 56, 0.60);
	backdrop-filter: blur(5px);
}
#hizmetpage .katman2 .menu .list b {
	display:block;
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:30px;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
#hizmetpage .katman2 .menu .list a {
	display:block;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#hizmetpage .katman2 .menu .soru {
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:39px;
	border-radius: 15px;
	background: rgba(4, 27, 56, 0.60);
	backdrop-filter: blur(5px);
}
#hizmetpage .katman2 .menu .soru a {
	display:flex;
	align-items:center;
	grid-gap:15px;
	color: #FFF;
	font-size: 14.713px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#hizmetpage .katman2 .menu .soru a i{
	color: #FFF;
	font-size: 26px;
}
#hizmetpage .katman3 {
	position:relative;
	z-index:20;	
	background:url('../img/filigran-1.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:136px 0px;
}
#hizmetpage .katman3:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:70%;
	background: linear-gradient(180deg, rgba(246, 246, 246, 0.00) 3.75%, rgba(127, 143, 163, 0.70) 100%);
	z-index:-1;
}
#hizmetpage .katman3 .icerikalan {
	position:relative;
	border-radius: 32px;
	background: #FFF;
	padding:30px 30px;
}
#hizmetpage .katman3 .icerikalan .resimler {
	text-align:center;
	margin-bottom:20px;
}
#hizmetpage .katman3 .icerikalan .resimler img {
	max-width:100%;
}
#hizmetpage .katman3 .icerikalan .icerik {
	color: #072851;
	text-align: center;
}
#hizmetpage .katman3 .icerikalan .icerik h2,h3,h4{
	margin-top:15px;
}
#hizmetpage .katman3 .icerikalan .icerik p {
	color: #072851;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px; /* 183.333% */
	letter-spacing: 0.18px;
}
#hizmetpage .katman3 .iletisimalan {
	position:relative;
	padding:130px 30px;
}
#hizmetpage .katman3 .iletisimalan .yazi1 {
	color: #072851;
	text-align: center;
	font-size: 46.516px;
	font-style: normal;
	font-weight: 500;
	line-height: 62.4px; /* 134.148% */
	margin-bottom:20px;
}
#hizmetpage .katman3 .iletisimalan .yazi2 {
	color: rgba(7, 40, 81, 0.50);
	text-align: center;
	font-size: 21.68px;
	font-style: normal;
	font-weight: 500;
	line-height: 33px; /* 152.216% */
	margin-bottom:20px;
}
/*------------------galeripage----------------------*/

#galeripage {
	position:relative;
}
#galeripage .katman1 {
	position:relative;
	padding:60px 0px;
	background:url('../img/filigran-2.png') var(--anarenk);
	background-size:90% auto;
	background-repeat:no-repeat;
	background-position:center 10% ;
}
#galeripage .katman1 .kaydir {
	display:inline-flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	z-index:20;
}
#galeripage .katman1 .kaydir span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	border-radius:50%;
	border:1px solid #fff;
	font-size:8px;
	color:#fff;
}
#galeripage .katman1 .kaydir div {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 114.286% */
	letter-spacing: 3.6px;
	text-transform: uppercase;
}
#galeripage .katman1 .resim {
	width:100%;
	border-radius:22px;
	margin-top:100px;
}
#galeripage .katman2 {
	position:relative;
	padding:60px 0px;
}
/*------------------galeriitem----------------------*/

.galeriitem {
	position:relative;
	display:block;
}
.galeriitem .resim {
	width:100%;
	aspect-ratio:16/10;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
}
.galeriitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius:20px;
	display:none;
	align-items:center;
	justify-content:center;
	background: linear-gradient(0deg, rgba(7, 40, 81, 0.40) 0%, rgba(7, 40, 81, 0.40) 100%);
}
.galeriitem:hover .bilgi {
	display:flex;
}
.galeriitem .bilgi .circ {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	background: rgba(0, 0, 0, 0.30);
	backdrop-filter: blur(16.410179138183594px);
	font-size:60px;
	color:#fff;
}