@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI Light"),
    url(../../fonts/segoeUI-semilight.woff2) format("woff2"),
    url(../../fonts/segoeUI-semilight.woff) format("woff");
  font-weight: 100;
}

@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI Semilight"),
    url(../../fonts/segoeUI-normal.2) format("woff2"),
    url(../../fonts/segoeUI-normal.woff) format("woff");
  font-weight: 200;
}

@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI"),
    url(../../fonts/segoeUI-semibold.woff2) format("woff2"),
    url(../../fonts/segoeUI-semibold.woff) format("woff");
  font-weight: 400;
}

html,
body {
  position: relative;
  height: 100%;
  color: #0b2545;
  margin: 0;
  padding: 0;
  font-family: "SegoeUI", sans-serif;
}

a,
a:hover {
  outline: unset;
  text-decoration: none;
  color: #0b2545;
}

button,
input {
  outline: unset;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

section {
  padding: 60px 0;
}
section#hakkimizda {
  padding: 45px 0;
}

/* Burger Menu */

.burger-menu {
  position: fixed;
  top: 0;
  left: -200px;
  width: 200px;
  height: 100%;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  background-color: #0b2545;
  z-index: 9999;
}
.burger-menu.opened {
  left: 0;
}
.burger-menu-content {
  padding: 15px;
}
.burger-menu-content img {
  height: 63px;
}
.burger-menu-content ul li {
  margin: 8px 0;
}
.burger-menu-content ul li a {
  color: #fff;
}
.burger-menu-logo a {
  font-size: 34px;
  color: #fff;
}
/* Burger Menü Bitiş */

/* Header */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 50;
  -webkit-transition: all 0.5s ease;
  transition: all 0.25s ease;
}
header.sticky {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(104, 104, 104, 0.1);
}
header .navbar {
  -webkit-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}
header.sticky .navbar {
  padding: 0;
}
header.sticky .navbar-brand {
  color: #0b2545;
}
header.sticky .navbar-expand-lg .navbar-nav .nav-link {
  color: #0b2545;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header.sticky .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #f08300;
}
header.sticky .navbar-expand-lg .navbar-nav .nav-link.btn-orange {
  background-color: #0b2545;
  color: #fff;
}
header.sticky .navbar-expand-lg .navbar-nav .nav-link i.fa-phone {
  color: #f08300;
}
nav.navbar {
  background-color: transparent;
  padding: 0.25rem 1.5rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #0b2545;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover {
  color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link.btn-orange:hover {
  color: #fff;
}

.navbar-brand {
  color: #fff;
  font-size: 34px;
  padding-top: 0;
  padding-bottom: 10px;
}
.navbar-brand img {
  height: 70px;
}
.sticky-logo {
  display: none;
}
header.sticky .navbar-brand img {
  display: none;
}
header.sticky .navbar-brand img.sticky-logo {
  display: block;
}
.navbar-brand:hover {
  color: #fff;
}
.nav-item {
  margin: 0 10px;
}
.nav-item:last-child {
  margin-right: 0;
}
.nav-item:last-child a {
  padding-right: 0 !important;
}
.nav-item a {
  font-size: 14px;
}
.nav-item a.btn-orange {
  background-color: #f08300;
  padding: 6px 48px !important;
  border-radius: 5px;
}
.nav-item:last-child a {
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

/* Header Bitiş */

/* Swiper */

.swiper-wrapper {
  position: relative;
}
.swiper-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b2545;
  opacity: 0.5;
  z-index: 5;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 20px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff59;
  outline: none;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.swiper-caption {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 60;
  width: 80%;
}
.swiper-caption h2 {
  color: #fff;
  font-size: 29px;
  line-height: 32px;
}
.swiper-caption p {
  font-size: 24px;
  color: #fff;
}

#moveToDown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 40px;
  z-index: 99999;
}
/* Swiper Bitiş */

.content-title {
  margin-bottom: 24px;
}
.content-title h3 {
  font-weight: 600;
}
/* LightBox */
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  background-size: 35px;
  filter: invert(1);
}
/* LightBox Bitiş */
/* Tab */

.tab-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab-image-wrapper .tab-images {
  width: calc(100% * 1 / 4.2);
  height: 360px;
}
.tab-image-wrapper .tab-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab {
  width: 100%;
  display: flex;
}

.tab ul {
  width: 100%;
}

.tab ul li {
  float: left;
}

.tab ul li:not(:first-child) {
  margin-left: 25px;
}

.tab ul li a {
  font-size: 18px;
}

.tab ul li.active a {
  color: #f08300;
}

.tabs {
  margin-top: 15px;
}

.tabs.hide {
  display: none;
}

.tabs ul + ul {
  margin-top: 20px;
}

.tab-content {
  position: relative;
}


#kisisel-veri-saklama::-webkit-scrollbar-thumb{
    background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff;
  height:20%;
}
#horizntal-tab-content.tab-content .tabs {
  height: 400px;
  margin-bottom: 40px;
}
#horizntal-tab-content.tab-content #vizyon-misyon,
#horizntal-tab-content.tab-content #hikayemiz,
#kisisel-veri-saklama,
#calisan-adayi-aydinlatma,
#kvkk-basvuru-metni,
#horizntal-tab-content.tab-content #degerlerimiz {
  overflow-y: scroll;
}

#horizntal-tab-content.tab-content #vizyon-misyon::-webkit-scrollbar,
#horizntal-tab-content.tab-content #hikayemiz::-webkit-scrollbar,
#kisisel-veri-saklama::-webkit-scrollbar,
#calisan-adayi-aydinlatma::-webkit-scrollbar,
#kvkk-basvuru-metni::-webkit-scrollbar,
#horizntal-tab-content.tab-content #degerlerimiz::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

/* background of the scrollbar except button or resizer */
#horizntal-tab-content.tab-content #vizyon-misyon::-webkit-scrollbar-track,
#horizntal-tab-content.tab-content #hikayemiz::-webkit-scrollbar-track,
#kisisel-veri-saklama::-webkit-scrollbar-track,
#calisan-adayi-aydinlatma::-webkit-scrollbar-track,
#kvkk-basvuru-metni::-webkit-scrollbar-track,
#horizntal-tab-content.tab-content #degerlerimiz::-webkit-scrollbar-track {
  background-color: #fff;
}

/* scrollbar itself */
#horizntal-tab-content.tab-content #vizyon-misyon::-webkit-scrollbar-thumb,
#horizntal-tab-content.tab-content #hikayemiz::-webkit-scrollbar-thumb,
#calisan-adayi-aydinlatma::-webkit-scrollbar-thumb,
#kvkk-basvuru-metni::-webkit-scrollbar-thumb,
#horizntal-tab-content.tab-content #degerlerimiz::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff;
}

.horizontal-line {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 50px;
  background-color: #eee;
}

.horizontal-line span {
  content: "";
  display: block;
  position: relative;
  left: 0;
  width: 20%;
  height: 10px;
  background-color: #f08300;
  border-radius: 50px;
  transition: all 0.5s ease;
}

.horizontal-line-kvkk {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 50px;
  background-color: #eee;
}

.horizontal-line-kvkk span {
  content: "";
  display: block;
  position: relative;
  left: 0;
  width: 33.3%;
  height: 10px;
  background-color: #f08300;
  border-radius: 50px;
  transition: all 0.5s ease;
}

.vertical-line {
  position: absolute;
  top: -50px;
  right: 0;
  width: 10px;
  height: 100%;
  border-radius: 50px;
  background-color: #eee;
}

.vertical-line span {
  content: "";
  display: block;
  position: relative;
  top: 0;
  right: 0;
  width: 10px;
  height: 50px;
  background-color: #f08300;
  border-radius: 50px;
  transition: all 0.5s ease;
}

/* Tab Bitiş */

.bg-gray {
  background-color: #eee;
}

.bg-orange {
  background-color: #f08300;
}

/* Belgelerimiz */

.doc-title {
  margin-top: 10px;
  width: 75%;
  text-align: center;
}
.doc-image img {
  width: 75%;
  border: 5px solid #0b2545;
}
/* Belgelerimiz Bitiş */

/* Cv Form */

#cv-form input::-webkit-input-placeholder {
  color: #fff;
  transition: color 0.5s ease;
}

#cv-form input::-moz-placeholder {
  color: #fff;
  transition: color 0.5s ease;
}

#cv-form input:focus::-webkit-input-placeholder {
  color: #0b2545;
}

#cv-form input:focus::-moz-placeholder {
  color: #0b2545;
}

#cv-form input {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  color: #fff;
  transition: border 0.5s ease;
}

#cv-form input:focus {
  border-color: #0b2545;
}

#cv-form button {
  width: 100%;
  color: #fff;
  border: 1px solid #0b2545;
  border-radius: 5px;
  background-color: #0b2545;
  padding: 8px;
  margin-top: 40px;
}
/*  iletişim form  */

#iletisim-form input::-webkit-input-placeholder {
  color: #fff;
  transition: color 0.5s ease;
}

#iletisim-form input::-moz-placeholder {
  color: #fff;
  transition: color 0.5s ease;
}

#iletisim-form input:focus::-webkit-input-placeholder {
  color: #0b2545;
}

#iletisim-form input:focus::-moz-placeholder {
  color: #0b2545;
}

#iletisim-form input {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  color: #fff;
  transition: border 0.5s ease;
}

#iletisim-form input:focus {
  border-color: #0b2545;
}

#iletisim-form button {
  width: 100%;
  color: #fff;
  border: 1px solid #0b2545;
  border-radius: 5px;
  background-color: #0b2545;
  padding: 8px;
  margin-top: 40px;
}

.form-title {
  margin-bottom: 2rem;
  text-align: center;
}

.form-title h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.form-content {
  padding: 0 2rem;
}

.form-content .form-group {
  margin-bottom: 2rem;
  position: relative;
}
.form-content .form-group:last-child {
  margin-bottom: 0;
}
#contact-form.form-content {
  padding: 0;
}

label[for="cv-gonder"] {
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
label.absolute {
  position: absolute;
  top: 0;
  right: 10px;
  color: #fff;
}

/* Cv Form Bitiş */

/* References */

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 21px;
  outline: none;
}

/* Referances Bitiş */

/*  İşçiliklerimiz */

#isciliklerimiz {
  background-image: url("../../img/iscilikler-background/iscilikler-5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 510px;
}

#isciliklerimiz:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #041222;
  opacity: 0.5;
  z-index: 10;
}

#isciliklerimiz .container {
  position: relative;
  z-index: 10;
}

#isciliklerimiz h3,
#isciliklerimiz .tab ul li a,
#isciliklerimiz p {
  color: #fff;
}

#isciliklerimiz .tab ul li.active a {
  color: #f08300;
}

#isciliklerimiz .tab-content {
  height: 300px;
}

#isciliklerimiz .tabs {
  display: flex;
  justify-content: flex-start;
}

#isciliklerimiz .tabs.hide {
  display: none;
}

.tabs-image {
  width: 20%;
  height: 200px;
  margin-right: 30px;
}

.tabs-parag {
  width: 80%;
  padding-right: 15px;
}

.tabs-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs-parag p {
  font-size: 18px;
}

/* İşçiliklerimiz Bitiş */

/* Banka Bilgilerimiz */

.bank-info {
  padding: 25px 25px 15px;
  background-color: #eee;
  border-radius: 8px;
}

.bank-info .bank-logo {
  margin-bottom: 15px;
}

.bank-info img {
  height: 40px;
}

/* Banka Bilgilerimiz Bitiş */

/* Haberler */
.haber-title h2 {
  font-weight: 600;
}
#haberler h3 {
  font-weight: 600;
  font-size: 18px;
}
.haber-content {
  margin: 40px 0 50px;
  width: 48%;
}

.haber-content p {
  font-size: 18px;
}

.haber-button a {
  color: #f08300;
}
.mobile-column-reverse {
  padding-left: 9px;
}

/* Haberler Bitiş */

/* Payment */

.payment-form {
  padding: 4rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.payment-form .form-group {
  position: relative;
}

.payment-form input {
  width: 100%;
  border: none;
  padding: 8px 10px;
  border-radius: 5px;
}

.payment-form img.show-password {
  position: absolute;
  top: 10px;
  font-size: 21px;
  right: 10px;
  opacity: 0.3;
  cursor: pointer;
  height: 22px;
}
.payment-image {
  height: 100%;
}
.payment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.user-trans {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.user-trans a {
  color: #fff;
}

.payment-form button {
  width: 100%;
  padding: 8px;
  background-color: #0b2545;
  border: 1px solid #0b2545;
  border-radius: 5px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 25px;
}

.payment-form span {
  color: #fff;
}

.payment-form span a {
  color: #fff;
  font-weight: 600;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.payment-title {
  margin-bottom: 60px;
}

.payment-title h3 {
  color: #fff;
}

#online-satis input[type="text"]::-webkit-input-placeholder,
#online-satis input[type="password"]::-webkit-input-placeholder {
  opacity: 0.7;
}
#online-satis input[type="text"]::-moz-placeholder,
#online-satis input[type="password"]::-moz-placeholder {
  opacity: 0.7;
}

/* Payment Bitiş */

/* Contact */

section#iletisim {
  padding: 60px 0 0;
}

.bottom-line {
  width: 100%;
  height: 1px;
  background-color: #0b2545;
  margin: 3px 15px 15px;
  opacity: 0.1;
}

.contact-content ul li {
  line-height: 32px;
}

.contact-content ul li,
.contact-content ul li a,
.bottom-contact a {
  font-size: 18px;
  color: #0b2545a6;
}

.bottom-contact a {
  font-size: 18px;
  word-break: break-all;
}

/* Contact Bitiş */

/* Contact Form */

#contact-form input::-webkit-input-placeholder {
  color: #0b2545;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#contact-form input::-moz-placeholder {
  color: #0b2545;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#contact-form input:focus::-webkit-input-placeholder {
  color: #0b2545;
  opacity: 1;
}

#contact-form input:focus::-moz-placeholder {
  color: #0b2545;
  opacity: 1;
}

#contact-form input {
  border-color: rgba(11, 37, 69, 0.2);
  transition: all 0.5s ease;
  color: #0b2545;
}

#contact-form input:focus {
  border-color: rgba(11, 37, 69, 1);
}

#contact-form .form-group {
  margin-bottom: 2rem;
}

#contact-form button {
  margin-top: 2rem;
}

/* Contact Form Bitiş */

/* Footer */

footer {
  background-image: url("../../img/footer-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 60px;
  position: relative;
}

footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #041222;
  opacity: 0.5;
  z-index: 10;
}

footer .container {
  position: relative;
  z-index: 50;
}

footer .copy-right {
  margin-top: 20px;
}

footer .copy-right p {
  color: #fff;
}

footer .artiiki-logo {
  text-align: right;
  margin-top: 12px;
}

footer .artiiki-logo img {
  height: 40px;
}

/* Footer Bitiş */
.navbar-toggler {
  outline: unset;
}
.navbar-toggler-icon:before {
  content: "\f0c9";
  display: block;
  font-family: "FontAwesome";
  color: #fff;
  margin-top: 5px;
}
button:focus {
  outline: none;
}

/* Cookie */

.fixed-cookie {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0b2545;
  z-index: 100;
}
.fixed-cookie p {
  padding: 5px 0;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
.fixed-cookie a {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.fixed-cookie a:hover {
  color: #fff;
}

/* Cookie Bitiş */

/* Ipad */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #horizntal-tab-content.tab-content .tabs {
    overflow-y: scroll;
  }
  .form-content {
    padding: 0;
  }
  .tabs-image {
    height: 130px;
  }
  .bank-info img {
    height: 30px;
  }
  .bank-info .bank-logo {
    text-align: center;
  }
  .haber-title {
    margin-top: 0;
  }
  .haber-content {
    margin: 15px 0;
    height: 315px;
    overflow-y: scroll;
  }
  .payment-form {
    padding: 2rem;
  }
  .payment-image {
    height: 100%;
  }
  .payment-image img {
    height: 100%;
    object-fit: cover;
  }
  .form-title {
    text-align: center;
  }
  #ik .col-md-7 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .swiper-caption {
    width: 90%;
  }
  .swiper-caption h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .vertical-line {
    right: 5px;
  }
  .tab ul li:not(:first-child) {
    margin-left: 12px;
  }
  #isciliklerimiz .tabs {
    padding-right: 15px;
  }
  .form-title h4 {
    font-size: 17px;
  }
  .owl-theme .owl-dots .owl-dot span {
    margin-bottom: 0;
  }
  .doc-image img {
    width: 100%;
  }
  .doc-title {
    width: 100%;
  }
  .payment-title {
    position: relative;
    top: 20px;
  }
  .navbar-toggler-icon:before {
    color: #fff;
  }
  header.sticky .navbar-toggler-icon:before {
    color: #0b2545;
  }
  .ipad-res {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  footer .copy-right {
    margin-top: 24px;
  }
  footer .copy-right p {
    font-size: 12px;
  }
}
/* Ipad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .nav-item {
    margin: 0 5px;
  }
  .nav-item a.btn-orange {
    padding: 6px 25px !important;
    text-align: center;
  }
  .swiper-caption {
    width: 90%;
  }
  .swiper-caption h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .haber-title {
    margin-top: 10px;
  }
  .bank-content p {
    font-size: 15px;
  }
  .payment-image {
    height: 100%;
  }
  .payment-image img {
    height: 100%;
    object-fit: cover;
  }
}
/* Ipad Pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .nav-item a.btn-orange {
    padding: 6px 25px !important;
  }
  .bank-content p {
    font-size: 15px;
  }
  .vertical-line {
    right: -8px;
  }
  .nav-item {
    margin: 0 5px;
  }
  .ipad-res.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .ipad-res.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .ipad-res.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #haberDetay-carousel .owl-item {
    height: 450px;
    overflow-y: scroll;
  }
}

/* Ipad Pro Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  .swiper-caption {
    width: 90%;
  }
  .swiper-caption h2 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
  }
  .payment-title {
    position: relative;
    top: 20px;
  }
}

@media (max-width: 768px) {
  .swiper-caption p {
    font-size: 15px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .navbar-collapse {
    background-color: #fff;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #101010;
  }
  .vertical-line {
    top: -135px;
    right: -2px;
    width: 7px;
  }
  .vertical-line span {
    width: 7px;
  }
  #horizntal-tab-content.tab-content .tabs {
    height: 435px;
    overflow-y: scroll;
    padding-right: 0;
  }
  .tab-image-wrapper .tab-images {
    width: calc(100% * 1 / 2);
    padding: 5px;
    height: 220px;
  }
  .doc-image {
    padding-left: 2px;
  }
  .doc-image img {
    width: 100%;
  }
  .doc-title {
    margin: 5px 0 0;
    width: 100%;
  }
  .doc-title a {
    font-size: 12px;
  }
  .form-content {
    padding: 0;
  }
  #isciliklerimiz .tabs {
    flex-direction: column;
  }
  .tabs-image {
    width: 94%;
  }
  .tabs-parag {
    width: 100%;
    margin-top: 15px;
  }
  #isciliklerimiz {
    height: 570px;
  }
  .haber-title {
    margin-top: 0;
  }
  .haber-content {
    margin: 0;
    width: 100%;
    margin-top: 15px;
    height: 290px;
    overflow-y: scroll;
  }
  #haber-carousel {
    margin-bottom: 50px;
  }
  .mobile-column-reverse {
    flex-direction: column-reverse;
    padding-left: 0;
  }
  .payment-form {
    padding: 2rem 2rem 1rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .pr0 {
    padding: 15px;
    padding-bottom: 0;
  }
  .pl0 {
    padding: 15px;
    padding-top: 0;
  }
  .bottom-contact {
    text-align: left !important;
  }
  footer {
    height: auto;
  }
  footer .artiiki-logo {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
  }
  footer .copy-right {
    text-align: center;
  }
  #contact-form {
    margin-top: 50px;
  }
  .swiper-caption {
    width: 85%;
  }
  .swiper-caption h2 {
    font-size: 18px;
  }
  .form-content .form-group:last-child {
    margin-bottom: 0;
  }
  .form-title {
    text-align: center;
  }
  .content-title {
    margin-bottom: 30px;
  }
  header.sticky .navbar {
    padding: 0 1rem 0 0.9rem;
  }
  header.sticky .navbar-toggler-icon:before {
    color: #0b2545;
  }
  .bank-info:not(.bank-last) {
    margin-bottom: 15px;
  }
  .navbar-toggler {
    padding: 0.25rem 0;
  }
  .tabs-parag p {
    font-size: 16px;
  }
  .tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tab ul li:not(:last-child) {
    padding: 0;
    padding-right: 15px;
  }
  .tab ul li:not(:first-child) {
    margin-left: 0;
  }
  .payment-image img {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #ref-carousel {
    padding-left: 2px;
  }
  .payment-title {
    margin-bottom: 45px;
  }
  #online-satis {
    padding-bottom: 25px;
  }
  #iletisim + section {
    padding-top: 38px;
    padding-bottom: 0;
  }
  footer {
    background-position: center center;
  }
}

#haberDetay-carousel .item {
  display: flex;
  justify-content: space-between;
}

#haberDetay-carousel .item .haber-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#haberDetay-carousel .owl-nav {
  position: absolute;
  width: 110%;
  left: -55px;
  top: 40%;
  display: flex;
  justify-content: space-between;
}

#haberDetay-carousel .owl-nav button:hover {
  color: #041222;
  background: transparent;
}

#haberDetay-carousel .owl-nav button span {
  font-size: 50px;
}

.item .haber-content:last-child {
  overflow-y: hidden;
}

#haberler {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  #haberDetay-carousel .item .haber-content {
    width: 100%;
    display: block;
  }

  #haberDetay-carousel .item {
    flex-wrap: wrap;
  }

  #haberDetay-carousel .owl-nav {
    width: 20%;
    left: 41%;
    top: 0;
    bottom: -10%;
    align-items: flex-end;
  }
  #horizontal-tab {
    padding: 0 10px;
  }
  .tabs p {
    padding: 0 10px;
  }
  .tabs ul {
    padding: 0 10px;
  }
  .tabs h5 {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #haberDetay-carousel .item .haber-content {
    display: block;
  }

  #haberDetay-carousel .owl-nav {
    z-index: -100;
    left: -35px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  #haberDetay-carousel .item .haber-content {
    display: block;
  }

  #haberDetay-carousel .owl-nav {
    z-index: -100;
    left: -40px;
    width: 108%;
  }
}
header.sticky .sm-icon {
  color: #0b2545 !important;
}

header.kvkk-header {
  background-color: #0b2545;
}
header.kvkk-header i {
  color: #fff;
}
header.kvkk-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #fff !important;
}
header.sticky .navbar-expand-lg .navbar-nav .nav-link.btn-orange {
  color: #fff !important;
}

@media screen and (max-width: 1024px) {
  header.kvkk-header {
    background-color: #0b2545;
  }
}
