.logo-wrap img {
  max-height: 36px;
}
.logo-wrap.shrink img {
  max-height: 28px;
}
.nav-type-1 .navbar-nav > li > a {
  font-weight: 400;
  font-family: "Open Sans";
  font-size: 12px;
  letter-spacing: 1px;
}

.footer.footer-type-2,
header .navigation {
  background-color: #0e1514;
  /*0B1623*/
}

.bottom-footer {
  background-color: #000;
  padding: 24px 0;
}

header .navigation.sticky {
  background-color: #0e1514d9;
}

.nav-type-1 .container-fluid {
  padding: 0 36px;
}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a:hover,
.navbar-nav > li > a:active,
.navbar-nav > .active > a {
  position: relative;
  color: #fff !important;
}
.ibraImage {
  padding: 11px;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.ibraButton {
  border: solid 1px rgba(255, 255, 255, 0.2);
  background: transparent;
}
.btn i {
  margin-right: 4px;
}

.bg-dark {
  background-color: #0e1514;
}
i.icon-ibra:before {
  content: "";
  background-image: url(../images/icon.png);
  background-size: 42%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.process-wrap h3 {
  line-height: 1.6em;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}

.footer-icon img {
  max-width: 280px;
  opacity: 0.1;
  filter: brightness(0) invert(1);
}

.mk-table {
  width: 100%;
  border: 0;
  border: solid 2px #eee;
  border-radius: 4px 4px 0 0;
}
.mk-table thead {
  background: #f7fdf1;

  border-bottom: solid 2px #eee;
}
.mk-table tbody {
  border-top: none;
}
.mk-table tbody tr {
  border-bottom: solid 2px #eee;
}
.mk-table th,
.mk-table td {
  padding: 7px 8px;
  font-size: 14px;
  color: #777;
}

.page-title.style-2 .title-text h1 {
  font-size: 20px;
}

.service-item-box {
  padding-inline: 36px;
}

.service-item-box.detail {
  padding-inline: 24px;
  padding-block-end: 38px;
}

.service-item-box.detail p {
  font-size: 12px;
  line-height: 22px;
}

.service-item-box i.custom {
  color: #ccc;
  font-size: 32px;
  line-height: 40px;
}

.process-wrap {
  display: block;
  border: solid 1px #eee;
  min-height: 140px;
  padding: 10px;
}
.process-wrap h3 {
  text-transform: inherit;
  font-size: 14px;
}
.process-wrap i {
  display: none;
}

.features-text h6 {
  text-transform: inherit;
  font-size: 14px;
}
.kullanim .service-item-box .hi-icon {
  width: 50px;
  height: 50px;
}
.kullanim .service-item-box i {
  font-size: 20px;
  line-height: 50px;
}
.kullanim .features-text {
  padding-left: 70px;
  padding-top: 15px !important;
}
.kullanim .features-icons .service-item-box {
  margin-bottom: 40px;
}

.gallery-item {
  aspect-ratio: 13.5 / 9;
  object-fit: cover;
  padding: 6px;
  border: solid 1px #eee;
  margin-bottom: 30px;
}

.homeImage {
  width: 100%;
  height: auto;
  aspect-ratio: 23 / 11.8;
  object-fit: cover;
}

.service-item-box p {
  margin-bottom: 0;
}

a,
.contact-icon i {
  color: #0e1514;
}
.contact-icon {
  border-color: #0e1514;
}
ul li.lang span {
  padding-inline: 6px;
}

@media (min-width: 992px) {
  .navbar-nav > li > a:hover:before,
  .navbar-nav > .active > a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: white;
    position: absolute;
    left: 49%;
    bottom: 20px;
    border-radius: 50%;
    opacity: 8;
  }
  .navigation.sticky .navbar-nav > li > a:hover:before,
  .navigation.sticky .navbar-nav > .active > a:before {
    bottom: 11px;
  }
  .d-text-right {
    text-align: right;
  }
  /*.service-item-box.detail {
		max-height:346px;
		overflow:hidden;
	}
	.service-item-box.detail:hover {
		max-height:inherit;
	}*/
  .md-mt-60 {
    margin-top: 60px;
  }
  .navbar-nav > li > a {
    line-height: 84px;
  }
  ul li.lang span {
    display: none;
  }
  .navbar-nav > li.lang > a {
    padding: 0 14px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    background: white;
    border: none;
    width: 100%;
  }
  header .navbar-collapse {
    background-color: #0e1514;
  }
  .navbar .navbar-collapse.in .navbar-nav .dropdown > a:after {
    color: #888;
  }
  .navbar-nav > li > a {
    line-height: 64px;
  }
  .nav-type-1 .container-fluid {
    padding: 0 15px;
  }
  .mobile-hide {
    display: none;
  }
  .promo-description {
    padding-block: 0;
  }
  .page-title.style-2 .title-text h1 {
    font-size: 22px;
  }
  .homeImage {
    aspect-ratio: 23/16;
  }
  .process-wrap {
    min-height: inherit;
  }
}
