*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

svg:not(:root) {
  overflow: hidden;
}
svg:not(:root) {
  overflow: hidden;
}

.text_yellow {
  color: #f8ed36 !important;
}
.yellow_bg {
  color: #f8ed36 !important;
  opacity: 1 !important;
}
.z_bg {
  z-index: -1 !important;
}
.cover_contact .yellow_bg {
  top: 12%;
  width: 38%;
  left: 21%;
}

@media (max-width: 1200px) {
  .cover_contact .yellow_bg {
    top: -10%;
  }
}
@media (max-width: 1023px) {
  .cover_contact .yellow_bg {
    top: 0;
    width: 60%;
    left: 37%;
  }
}
@media (max-width: 767px) {
  .cover_contact .yellow_bg {
    top: -13%;
    width: 50%;
    left: 27%;
  }
	.project-details {
		padding: 0 30px;
	}
}

.swipe-section {
    overflow: hidden;
}
img[class^="header-logo"] {
  transform: scale(1);
}

.logoAnim {
	width: 100%;
  	height: 200px;
	overflow: hidden
}



@media (max-width:991px) {
    .project-info>.project-block {
        width: 50% !important
    }
}

@media (max-width:479px) {
    .project-info>.project-block {
        width: 100% !important
    }
    .project-info {
        flex-direction: column
    }
}

.project-info {
    justify-content: center;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(0, 0, 0, 0.5);
    border-right-color: rgba(0, 0, 0, 0.5);
    border-bottom-color: rgba(0, 0, 0, 0.5);
    border-left-color: rgba(0, 0, 0, 0.5);
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom-width: 0px
}

@media (max-width:991px) {
    .project-info {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        padding-bottom: 0px;
        padding-top: 0px;
        margin-bottom: 10px
    }
}

.project-columns {
	display:flex;
	width:100%;
	flex-direction:row;
	align-items:stretch;
	justify-content:flex-start;
	flex-wrap:wrap;
}

.project-columns > .project-block {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.project-features  {
    padding-left: 10px;
    width: 25%;
	text-align: center;
    align-items: center;
    border-top-color: #f0f0f0;
    border-right-color: #f0f0f0;
    border-bottom-color: #f0f0f0;
    border-left-color: #f0f0f0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px
}

@media (max-width:991px) {
    .project-features {
        text-align: center;
        align-items: center;
    }
}

.project-feature-top {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 12px
}

@media (max-width:991px) {
    .project-feature-top {
        margin-bottom: 0px
    }
}

@media (max-width:767px) {
    .project-feature-top {
        font-size: 10px
    }
}

.project-feature-bottom {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #0c1136;
	display:inline-block;
	text-decoration:inherit;
}

.projects-btn {
	background-color: #0c1136;
    border: 1px solid #0c1136;
	color: #ffffff;
    padding: 13px 16px;
	font-weight: 600;
    border-radius: 0px;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.projects-btn {
		padding: 10px 13px;
		font-weight: 400;
		font-size: 10px;
	}
}


.b-container {
  padding-left: 200px;
  padding-right: 200px;
}

.b-container-m {
  margin-left: 200px;
  margin-right: 200px;
}

@media (max-width: 1750px) {
  .b-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .b-container-m {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media (max-width: 1199px) {
  .b-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .b-container-m {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .b-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-container-m {
    margin-left: 24px;
    margin-right: 24px;
  }
}


/* Banks */
.bank-accounts {
  margin: 70px 0;
}

.bank-accounts .bank-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bank-accounts .bank-item .bank-img {
  background: #fafafa;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 226px;
  height: 130px;
  padding: 50px;
  margin-left: 25px;
}

.bank-accounts .bank-item .bank-img img {}

.bank-accounts .bank-item+.bank-item {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgb(112 112 112 / 20%);
}

.bank-accounts .bank-item .bank-text {}

.bank-accounts .bank-item .bank-text h5 {
  font-weight: 500;
  font-size: 22px;
  color: #110f50;
  margin-bottom: 35px;
}

.bank-accounts .bank-item .bank-info {}

.bank-accounts .bank-item .bank-info ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0
}

.bank-accounts .bank-item .bank-info ul li {
	position: relative;
    line-height: 2em;
}

.bank-accounts .bank-item .bank-info ul li>span:nth-child(1) {
  font-weight: 300;
  color: #373536;
  opacity: 0.4;
  display: block;
}

.bank-accounts .bank-item .bank-info ul li>span:nth-child(2) {
  font-weight: 500;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 0;
  cursor: pointer;
  text-decoration: none;
}

.bank-accounts .bank-item .bank-info ul li>span:nth-child(2) a {
  text-decoration: none;
  color: #110f50;
}

.bank-accounts .bank-item .bank-info ul li>span:nth-child(2) svg {
  min-width: 18px;
  pointer-events: none;
}

@media only screen and (max-width: 1470px) {
  .bank-accounts .bank-item .bank-info ul {
    gap: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .bank-accounts .bank-item {
    flex-direction: column-reverse;
    align-items: flex-start;
	padding: 0 20px;
  }

  .bank-accounts .bank-item .bank-img {
    margin-bottom: 40px;
    margin-left: 0;
  }
}

.companyTitle {
	font-weight: 800;
	font-size: 1.2rem;
}
p.companyInfo > span svg {
    pointer-events: none;
	min-width: 18px;
}
p.companyInfo > span {
	display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .companyTitle {
	font-weight: 800;
	font-size: 0.9rem;
	}
	.companyInfo span{
		font-size: 0.8rem
	}
  .bank-accounts {
    margin: 20px 0;
  }

  .bank-accounts .bank-item .bank-text h5 {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .bank-accounts .bank-item .bank-info ul {
    gap: 15px 25px;
    flex-direction: column;
  }
	
  .bank-accounts .bank-item .bank-info ul li>span:nth-child(1) {
	  line-height: 8px;
	  font-size: 13px;
	}
  .bank-accounts .bank-item .bank-info ul li>span:nth-child(2) {
    font-size: 15px;
  }
  .bank-accounts .bank-item .bank-info ul li>span:nth-child(2) svg {
    pointer-events: none; /* tıklama SVG’ye değil span’a gider */
}

  .bank-accounts .bank-item .bank-img {
    margin-bottom: 30px;
	height: 90px;
    padding: 40px;
	border-radius: 15px;
  }

  .bank-accounts .bank-item+.bank-item {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
table {
    border-collapse: collapse;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,.table-success>td,.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}


.hizmetler-galeri {
	width: 33.3%;
    margin: 0 auto 8rem auto;
}
.hizmetler-liste {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 4rem;
	overflow: hidden;
	margin-bottom: 80px;
}
@media (max-width: 767px) {
  .hizmetler-galeri {
    width: 100%;
	margin:  4rem auto 0 auto;
  }
  .hizmetler-liste {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 2rem;
	overflow: hidden;
  }
	.hizmetler-galeri-title {
	font-size: 1.2rem !important;
	}
}

.hizmetler-galeri-title p{
	font-size: 1.5rem;
	font-weight: 500;
    letter-spacing: -.01em;
    line-height: 1.2em;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    margin-bottom: 5px;
}

.hizmetler-galeri-title p:nth-child(2){
	font-size: 1rem;
	font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.2em;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    margin-bottom: 20px;
	opacity: .5;
}

.hizmetler-galeri-size {
	max-height: 695px;
	cursor: pointer;
}

.kvkk-text p {
	margin: 18px 0
}
.kvkk-text .kvkk-title {
	font-size: 22px
}
ul.kvkk-list li {
	list-style-type: circle;
    list-style-position: inside;
    padding-bottom: 15px;
}
.belgeler {
	padding-bottom: 300px;
	padding-top: 50px;
}
.belge-listesi {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    padding: 0 200px;
    border-top-left-radius: 100px;
	gap: 50px;
}

.belge-listesi .belge-item {
    width: 25%;
    display: flex;
    justify-content: center;
}

.belge-listesi .belge-item .item-content {
    position: relative;
    height: 338px;
    width: 252px;
    padding: 15px 40px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.belge-listesi .belge-item .item-content>svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.belge-listesi .belge-item .item-content>svg>path {
    transition: .4s;
    color: rgb(136 136 136 / 20%);
}
.belge-listesi .belge-item .item-content:hover>svg>path {
    stroke: #0c1136;
}
.belge-listesi .belge-item .item-content .view {
    font-weight: 400;
    font-size: 15px;
    color: #0c1136;
    opacity: .5;
    display: flex;
    align-items: center;
    transition: .4s;
}
.belge-listesi .belge-item:hover .item-content .view {
    opacity: 1;
}
.belge-listesi .belge-item .item-content .view svg {
    margin-right: 10px;
    fill: none;
    stroke: #0c1136;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}
.belge-listesi .belge-item .item-content .type {
    font-weight: 400;
    font-size: 19px;
    color: #0c1136;
}
.belge-listesi .belge-item .item-content .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #0c1136;
}
.belge-listesi .belge-item .item-content .name .kurum-logo{
    width: 70%;
    margin-bottom: 20px;
}
.belge-listesi .belge-item .item-content .name span {
    font-weight: 500;
}
	
.belge-listesi .belge-item .item-content .view {
    font-weight: 400;
    font-size: 16px;
    color: #0c1136;
    opacity: .5;
    display: flex;
    align-items: center;
    transition: .4s;
}
.firstTab {
	margin-top:2px;
}
@media only screen and (max-width: 1200px) {
    .belge-listesi {
        padding: 0 30px;
		gap:0;
    }
}
@media only screen and (max-width: 767px) {
	.firstTab {
		margin-top:-2px !important;
	}
    .belge-listesi .belge-item {
        width: 100% !important;
    }
    .belge-listesi .belge-item+.belge-item {
        margin-top: 35px;
    }
	.belge-listesi .belge-item .item-content .name .kurum-logo {
		width: 50%;
		margin-bottom: 15px;
	}
	.belgeler {
		padding-bottom: 100px;
		padding-top: 0;
	}
	video {
		aspect-ratio: 16 / 9;
		width: 100% !important;
	}
	#ornekDaireVideo {
		padding: 0 !important
	}
	.galeri-tab-btn {
	  font-size: 18px !important;
	}

	.galeri-tab-btn.active {
		font-size: 18px !important;
	}
}
@media only screen and (max-width: 900px) {
    .belge-listesi .belge-item {
        width: 50%;
    }
}
@media only screen and (max-width: 1440px) {
    .files .file-list .file-item {
        width: 33.3333%;
    }
}

.social-media svg {
    fill: none;
    stroke: #fff;
    transition: 0.4s;
}
.social-media a {
	display: flex;
    font-size: 10px;
	gap:5px;
	line-height: 22px
}

.jPvOEp {
    color: rgb(12, 17, 54); /* default renk */
}

header.header-blue .jPvOEp {
    color: rgb(255, 255, 255); /* header-blue aktif olduğunda */
}
header.header-transparent .jPvOEp {
    color: rgb(255, 255, 255); /* header-blue aktif olduğunda */
}

header.header-blue .jPvOEp::before {
	color: rgba(255, 255, 255, 0.5);
}
header.header-transparent .jPvOEp::before {
	color: rgba(255, 255, 255, 0.5);
}

.eQCnJk {
    gap: 4px 4px !important;
}
.jPvOEp {
    gap: 4px !important;
}

.project-info .project-features .project-feature-bottom a span.right {
    color: rgba(12,17,54,1.00);
    text-align: right;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: rgba(12, 17, 54, .5);
}

.proje-video {
	height: max-content;
    margin: 0 auto;
	overflow: hidden;
}
.project-container {
  display: flex;
  flex-wrap: wrap;
}

.galeri-tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.galeri-tab-btn {
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
}

.galeri-tab-btn.active {
	font-weight: 600;
    font-size: 24px;
}

.galeri-tab-content {
  display: none;
}

.galeri-tab-content.active {
  display: block;
}

.left-column {
  flex: 1 1 50%;
  min-width: 300px;
}

.gallery-section {
  width: 100%;
  height: auto; 
}
.right-column {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 250px;
}

#ornekDaireVideo {
	padding: 0 50px
}

.galeriTitle {
	color: rgba(12, 17, 54)
}