/* Kaydırma Çaubuğu */
::-webkit-scrollbar {
  width: 8px;
  background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
  background-color: #D6D6D6;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #A5A5A5;
}

::-webkit-scrollbar-thumb:active {
  background-color: #A5A5A5;
}

body {
  background-color: white;
  font-family: 'Nunito', sans-serif;
  color: black;
  font-size: 16px;
}

h1 {
  font-size: 24px;
}

p {
  font-size: 16px;
}

a {
  color: #eb611f;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #dd6f3b;
}

.no-gutters {
  padding: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
  list-style: none !important;
  padding-left: 0;
}

ol,
ul {
  margin-bottom: 0;
  list-style: none !important;
  padding-left: 0;
}


/*nav*/

.navbar {
  position: relative;
  z-index: 9;
  width: 100%;
  transition: ease-in-out .5s;
}

.stickyx {
  background-color: #000000;
  transition: ease-in-out .5s;
}

.navbar-brand img {
  height: 50px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #eb611f;
}

.navbar-light .navbar-nav .nav-link span {
  color: gray;
}

.sticky {
  background-color: black !important;
  margin: 0;
  transition: all .5s ease-in-out;
  z-index: 1;
  border-bottom: 1px solid white;
}

#navbar {
  position: fixed;
  /* Make it stick/fixed */
  top: 0;
  /* Stay on top */
  width: 100%;
  /* Full width */
  transition: top 0.3s;
  /* Transition effect when sliding down (and up) */
}

.sayac {
  width: 100%;
  letter-spacing: 30px;
  text-align: center;
}

.sayi {
  font-size: 90px;
  font-weight: 800;
}

.bg-dark {
  background-color: #1a1a1a !important;
}

.bg-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: 700;
}

/*slider*/

.banner-item {
  background-image: url(../images/img/banner2.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  /*  height: 100vh;*/
}

.banner-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.banner-owl .owl-dots {
  display: none;
}

.banner-owl {
  padding-top: 220px;
}

.banner-owl .item {
  font-size: 24px;
  color: #fff;
}

.banner-owl .item-title {
  font-size: 46px;
  font-weight: 800;
}

.banner-owl .item-small {
  font-size: 36px;
  font-weight: 200;
}

.banner-sektorler {
  background-color: rgba(0, 0, 0, 0.83);
  padding: 30px;
}

.banner-sektorler li {
  position: relative;
  z-index: 1;
}

.banner-stitle {
  padding: 7px;
  color: #eb611f;
  font-size: 20px;
  position: relative;
  z-index: 2;
}

.bnbtn {
  padding: 7px;
  color: #fff;
  display: block;
  transition: .5s;
}

.bnbtn:hover {
  color: white;
  background: rgb(251, 82, 0);
  background: linear-gradient(90deg, rgba(251, 82, 0, 0.7203081916360294) 35%, rgba(0, 0, 0, 0.17969194513742992) 100%);
}

.badge {
  margin-left: 5px;
}


/*içerik*/

.kurumsal {
  margin: 150px 0;
  margin-bottom: 220px;
}

.kurumsal-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 30px;
}

.vm-title {
  font-size: 24px;
  font-weight: 800;
  margin: 20px 0px;
  color: #eb611f;
}

.vmdiv .k-card {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #c8c8c8;
}

.card-icon img {
  height: 50px;
  margin: 10px 0;
}

.vmdiv {
  position: absolute;
  width: 800px;
  z-index: 1;
}

.two-card {
  padding: 0 200px;
}

.eklenenler {
  background-color: #333;
  padding: 30px;
}

    .eklenenler .title {
        font-size: 0;
        color: #151414;
    }

.eklenenler .txt {
  margin-bottom: 30px;
  color: #999;
}

.partnerler .title {
  font-size: 24px;
  color: #fff;
}

.partnerler {
  background-color: #eb611f;
  padding: 30px;
  margin-top: 10px;
}

.partnerler .txt {
  margin-bottom: 30px;
  color: #fbc596;
}

.partner-owl h3,
.ek-owl h3 {
  font-size: 15px;
}


.two-card .owl-dots {
  display: none;
}

.owl-btn {
  margin-top: 40px;
}

.obtn {
  background-color: #242424;
  padding: 15px 30px;
  color: #fff;
  border-left: 3px solid #eb611f;
  font-weight: 600;
}

.obtn:hover {
  color: #eb611f;
}

.owl-btn {
  margin-top: 40px;
}

.obtn2 {
  background-color: #c44b12;
  padding: 15px 30px;
  color: #fff;
  border-left: 3px solid #333;
  font-weight: 600;
}

.obtn2:hover {
  color: #eaeaea;
  ;
}

.rakamlar {
  height: 280px;
  background-image: url(../images/img/bg-section-02.jpg);
}

.rable {
  position: relative;
  top: 30%;
}

.rakam-txt .title {
  font-size: 36px;
  color: #eb611f;
  font-weight: 700;
}

.blog {
  margin: 50px 0px;
  padding: 100px 0;
  background-color: #f7f7f7;
}

.blog-card {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #c8c8c8;
  height: 400px;
  display: flex;
  flex-direction: column;
  height: 49vh;
}

.blog-head {
  font-size: 36px;
  font-weight: 700;
  border-bottom: 2px solid #eb611f;
  margin-bottom: 30px;
  display: inline-block;
}

.blog-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}

.blog-txt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* عدد السطور */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
  color: #333;
}

.detay-btn {
  margin-top: auto;
}

.dbtn {
  color: #333;
}

.dbtn:hover {
  color: #eb611f;
}

.dbtn i {
  color: #fff;
  background-color: #eb611f;
  padding: 5px 10px;
  margin-left: 5px;
}

.blog .owl-dot {
  margin-top: 25px;
}

.zoom {
  transition: all .5s ease-in-out;
  position: relative;
  overflow: hidden;
}

.zoom img {
  transition: all .5s ease-in-out;
}

.zoom:hover img {
  transform: scale(1.1);
}

.c-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.i-icon {
  height: 50px;
  width: 50px;
  background-color: #333;
  float: left;
  margin-right: 15px;
}

.i-icon i {
  padding: 14px 0 0px 15px;
  font-size: 20px;
  color: #fff;
}

.li-txt span {
  font-size: 20px;
  font-weight: 700;
}

.li-txt {
  display: inline-block;
}

.li-txt li {
  margin-bottom: 0px !important;
}

.iletisim-li li {
  margin-bottom: 30px;
}

.form-control {
  height: calc(2em + .75rem + 2px);
}

.btn-primary {
  color: #fff;
  background-color: #eb611f;
  border-color: #eb611f;
}

.btn {
  padding: .5rem 1rem;
}

.btn-primary:hover {
  color: #fff;
  background-color: #c44b12;
  border-color: #c44b12;
}

.footer {
  background-color: #1a1a1a;
  margin-top: 100px;
  padding: 80px 0;
}

.i-footer {
  background-color: #1a1a1a;
  padding: 80px 0;
}

.f-title {
  color: #fff;
  font-weight: 600;
}

.footer a {
  color: #808080;
  text-decoration: none;
  background-color: transparent;
  transition: .5s;
}

.footer a:hover {
  color: #eb611f;
  padding-left: 5px;
}

.i-footer a {
  color: #808080;
  text-decoration: none;
  background-color: transparent;
  transition: .5s;
}

.i-footer a:hover {
  color: #eb611f;
  padding-left: 5px;
}

.footer-logo img {
  height: 45px;
}

.fo-logo img {
  float: left;
  height: 20px;
  margin-right: 20px;
  filter: grayscale(100%);
}

.fo-logo a {
  color: #808080;
  text-decoration: none;
  background-color: transparent;
}

.fo-logo a:hover {
  color: #eb611f;
  padding-left: 0;
}

.f-txt {
  font-size: 15px;
  color: #808080;
  padding: 15px 0;
}

.f-title-txt {
  font-size: 14px;
  color: #808080;
  margin-bottom: 15px;
}

.ebulten .form-control {
  color: #4a4a4a;
  background-color: #0d0d0d;
  background-clip: padding-box;
  border: 1px solid #0d0d0d;
  border-radius: .25rem;
}

.ebulten .btn-primary {
  /*color: #808080;*/
  /*background-color: #2b2a2a;
    border-color: #2b2a2a;*/
  color: #ffffff;
}

.ebulten .btn-primary:hover {
  /* color: #808080;*/
  /*  background-color: #2b2a2a;
    border-color: #555;*/
  color: #ffffff;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b7b7b7;
  outline: 0;
  box-shadow: none;
}

.owl-search {
  margin: 50px 0;
}

.slideUpward a {
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.slideUpward a span {
  color: #fff !important;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.slideUpward a span::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  position: absolute;
  left: 0;
  top: 100%;
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0, );
  -moz-transform: translate3d(0, 0, 0, );
  transform: translate3d(0, 0, 0, );
}

.slideUpward a:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  color: white !important;
}

.kabtn {
  background-color: #eb611f;
  border-radius: 3px;
  position: relative;
}

.kabtn:hover {
  color: #fff !important;
  background: #ee753c;
}

.dropdown-menu {
  min-width: auto;
}

.dropdown:hover .dropdown-menu {
  display: block;
}


/* media */

@media only screen and (max-width: 1600px) {
  .banner-owl {
    padding-top: 160px;
  }

  .owl-search {
    margin: 5px 0;
  }
}

@media only screen and (max-width: 1440px) {
  .banner-owl {
    padding-top: 200px;
  }

  .two-card {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .banner-owl {
    padding-top: 110px;
  }

  .two-card {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-owl {
    padding-top: 180px;
  }

  .two-card {
    padding: 0 50px;
  }

  .bnbtn {
    padding: 5px;
    font-size: 14px;
  }

  .kurumsal-title {
    font-size: 24px;
  }

  .vmdiv {
    position: unset;
    width: 700px;
  }

    .obtn {
        padding: 10px 20px;
        font-size: 13PX;
    }
}

@media only screen and (max-width: 468px) {
  .banner-owl {
    padding-top: 200px;
  }

  .banner-owl .item-title {
    font-size: 24px;
    font-weight: 800;
  }

  .banner-owl .item-small {
    font-size: 24px;
    font-weight: 200;
  }

  .banner-sektorler {
    display: block;
  }

  .owl-search {
    margin: 50px 0;
  }

  .rable {
    position: relative;
    top: 10px;
  }

  .sayi {
    font-size: 80px;
    font-weight: 800;
  }

  .kurumsal {
    margin: 60px 0;
  }

  .vmdiv {
    position: unset;
    width: 100%;
  }

  .k-card:last-child {
    margin-bottom: 20px;
  }

  .eklenenler .txt {
    display: none;
  }

  .partnerler .txt {
    display: none;
  }

  .two-card {
    padding: 20px;
  }

  .eklenenler {
    padding: 30px;
  }

  .partnerler {
    padding: 30px;
    margin-top: 20px;
  }

  .eklenenler .title {
    margin-bottom: 15px;
  }

  .partnerler .title {
    margin-bottom: 15px;
  }

  .blog {
    margin: 0;
  }

  .contact {
    margin-top: 20px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer-link {
    margin: 20px 0;
  }

  .navbar-brand img {
    height: 40px;
  }
}

/*mobil menu*/


.mobile {}

header {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  height: 50px;
}

.logo {
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  padding: 0 0 0 20px;
  text-transform: capitalize;
}

/* menu button */
.menuBtn {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 101;
}

.menuBtn>span {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  -webkit-transition: height 100ms;
  transition: height 100ms;
}

.menuBtn>span:after,
.menuBtn>span:before {
  content: '';
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.menuBtn>span:after {
  top: -7px;
}

.menuBtn>span:before {
  bottom: -7px;
}

.menuBtn.act>span {
  height: 0;
}

.menuBtn.act>span:after,
.menuBtn.act>span:before {
  background-color: #eb611f;
  top: 1px;
}

.menuBtn.act>span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuBtn.act>span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* main menu block */
.mainMenu {
  background-color: #202020;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100vh;
  width: 100%;
  display: table;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mainMenu.act {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mainMenu.act ul li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mainMenu ul {
  display: table-cell;
  vertical-align: middle;
}

.mainMenu li {
  padding: 8px 0;
  -webkit-transition: all 400ms 510ms;
  transition: all 400ms 510ms;
  opacity: 0;
}

.mainMenu li:nth-child(odd) {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}

.mainMenu li:nth-child(even) {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}

.mainMenu li:last-child {
  -webkit-transform: none;
  transform: none;
}

.mainMenu a {
  color: #fff;
  display: inline-block;
  font-size: 20px;
}

.mainMenu a.suBtn {
  color: #fff;
}

/* sign up button */
.suBtn {
  background-color: #eb611f;
  border-radius: 5px;
  padding: 10px 20px;
}

@media only screen and (min-width: 769px) {
  .mobil-menu {
    display: none;
  }
}

/* kurumsal */

.kurumsal-banner {
  background-image: url(../images/img/banner2.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
}

.kurumsal-banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.kurumsal-page {
  margin: 100px 0;
}

.kurumsal-page-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.kurumsal-bg {
  padding: 25px;
  background-color: #eb611f;
  color: #fff;
  margin: 30px 0;
  font-size: 24px;
  border-radius: 5px;
}

.txt-img {
  float: right;
  margin: 0 0 15px 15px;
  width: 400px;
}

.txt-img-2 {
  float: left;
  margin: 0px 15px 15px 0;
  width: 400px;
}

@media only screen and (max-width: 768px) {
  .txt-img {
    width: 300px;
  }

  .txt-img-2 {
    width: 300px;
  }
}

@media only screen and (max-width: 468px) {
  .txt-img {
    width: 100%;
  }

  .txt-img-2 {
    width: 100%;
  }

  .kurumsal-banner {
    display: none;
  }
}

/* partnerler */

.partner-page {
  margin: 70px 0;
}

.partner-banner {
  background-image: url(../images/img/partner-bg.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
}

.partner-banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.partner-list {
  margin: 70px 0;
}

.partner-txt {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .partner-page {
    margin: 0px 0;
  }

  .partner-img {
    display: none;
  }

  .partner-list {
    margin: 10px 0;
  }
}

/* iletisim */

.iletisim {
  margin: 70px 0;
}

.iletisim-banner {
  background-image: url(../images/img/iletisim-bg.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
}

.iletisim-banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/* kayıt */

.kayit-banner {
  background-image: url(../images/img/kayit-bg.jpg);
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: relative;
}

.kayit-banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.kayit {
  margin-top: 100px;
}

.kayit-form {
  margin: 17px 0;
}

.kayit-sg {
  padding: 30px;
  background-color: #f7f7f7;
}

.kayit-sg-txt-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.kayit-txt {
  text-align: center;
}

.kayit-title {
  font-size: 34px;
  font-weight: 300;
  /* width: 45%; */

  /* margin-top: 9rem; */
  display: block;
}

.giris {
  background-color: #f7f7f7;
  padding: 30px;
  height: 100%;
  box-shadow: 2px 2px 8px #c8c8c8;
}

.giris-page {
  margin: 30px 0;
}

.giris-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.forget-pass {
  float: right;
}

.kbtn {
  color: #eb611f !important;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .giris-page {
    margin: 20px 0;
  }

  .giris-img {
    display: none;
  }

  .kayit-banner {
    height: 150px;
  }
}

a {
  color: #eb611f;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #dd6f3b;
}

.firma-title {
  font-size: 25px;
  font-weight: 600;
  color: #0d0d0d;
  margin-bottom: 0;
}

.mbar {
  position: relative;
  width: 100%;
  margin-top: 15px;
}

.sideleftbar {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 15px;
  border-radius: 5px;
  background: rgb(230, 230, 230);
  background: linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(235, 235, 235, 1) 35%, rgba(210, 210, 210, 1) 100%);
}

.sideleftbar p {
  color: #eb671e;
  font-size: 14px;
  margin-bottom: 5px;
}

.sideleftbar p strong {
  color: #222;
  font-size: 14px;
}

.syfic .syfbaslik {
  background-color: #f8f8f8;
  padding: 10px;
  position: relative;
  width: 100%;
  font-size: 20px;
  margin-bottom: 15px;
}

.frmyetkili {
  color: #eb671e;
  font-size: 16px;
  margin-bottom: 5px;
}

.frmyetkili p strong {
  color: #222;
  font-size: 16px;
  margin-bottom: 5px;
}

.frmyetkili a {
  color: #222;
  font-weight: bold;
}

.urunbox {
  width: 100%;
  position: relative;
}

.urunbox img {
  width: 100%;
  border-radius: 10px;
}

.urunbox .urunbaslik {
  color: #0d0d0d;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
}

.solmenu {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.solmenu .slmenu-li {
  padding: 10px 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-align: left;
  cursor: pointer;
}

.solmenu .slmenu-li .sl-menu-link {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  width: 100%;
  padding-left: 10px;
}

.solmenu .slmenu-li:hover {
  background-color: #eb671e8f;
  padding: 10px 0;
}

.solmenu .slmenu-li:hover .sl-menu-link {
  color: #fff;
  padding-left: 10px;
}

.solmenu .slmenu-li .sl-menu-link:hover {
  color: #fff;
}

.solmenu .linkactive {
  background-color: #eb671e !important;
}

.solmenu .linkactive .sl-menu-link {
  color: #fff !important;
}


.products .imgbox {
  float: left;
  margin-bottom: 30px;
  margin-right: 20px;
  width: 30%;
}

.f-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  /*color: #0d0d0d;*/
  color: #FFFFFF;
}

.iletisim-page {
  margin: 30px 0;
}

.iletisim-map {
  position: relative;
}

.search-banner {
  width: 100%;
  height: 150px;
  padding: 120px 100px;
  background-color: #242424;
  position: sticky;
}

.search-page {
  position: relative;
  width: 100%;
  margin: 50px 0;
}

.aramasnc {
  font-size: 20px;
  font-weight: 400;
  color: #eb611f;
}

.searchbox {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 5px;
  border: 1px solid #f7f7f7;
  padding: 10px 20px;
  transform: translate(0px, 0px);
  transition: .5s;
}

.searchbox:hover {
  transform: translate(0px, -5px);
  transition: .5s;
}

.searchbox .searchtt {
  font-size: 20px;
  color: #eb611f;
  font-weight: bold;
}


.searchbox .searchtxt p {
  font-size: 14px;
  margin-bottom: 0;
}

.searchbox .btn-dty {
  font-size: 14px;
  font-weight: 400;
  background-color: #c44b12;
  color: #fff;
  padding: 5px;
}

.news-page {
  position: relative;
  width: 100%;
  margin: 50px 0;
}

.haberbox {
  width: 100%;
  position: relative;
}

.haberbox img {
  width: 100%;
  border-radius: 10px;
}

.haberbox .haberbaslik {
  color: #0d0d0d;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
}

#firmalar,
#partner {
  background-color: snow;
}




.eklenenler .item h4 {
  font-size: 14px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 40px; */
  background: black;
  color: white;
  position: relative;
  top: 40px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  /* font-size: 13px; */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 3px;
  line-height: 2;
}

.eklenenler .owl-carousel .owl-item img {
  display: block;
  /*width: 100%;
    height: 50px;*/
  max-height: 100%;
  width: auto;
  margin: 1px auto;
  padding: 0px 0;
}

.eklenenler .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  overflow: hidden;
  user-select: none;
  position: relative;
  border-right: 1px solid black;
  padding: 10px;
  height: 130px;
}



.partnerler .item h4 {
  font-size: 14px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 40px; */
  background: black;
  color: white;
  position: relative;
  top: 40px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  /* font-size: 13px; */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 3px;
  line-height: 2;
}

.partnerler .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0px 0;
}

.partnerler .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-right: 1px solid black;
  padding: 10px;
  height: 130px;
}

.pkt-box {
  border-radius: 10px;
  position: relative;
  padding: 40px;
  margin: 0;
  width: 100%;
  height: auto;
  background-color: #f5eee9;
  color: #000;
  font-size: 16px;
  transition: .5s;
}

.pkt-box:hover {
  transition: .5s;
  transform: translate(0px, -10px);
}

.pkt-box .pkt-title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.pkt-box .pkt-txt {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}

.pkt-box .pkt-fyt {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0px;
}


.pkt-box .pkt-list {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pkt-box .pkt-list .pkt-li {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  padding-left: 15px;
}

.pkt-box .pkt-list .pkt-li.pkt-psfli {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #c8c8c8;
  text-decoration: line-through !important;
}

.pkt-box .pkt-list .pkt-li .pkt-ico {
  position: absolute;
  left: -10px;
  top: 5px;
  background-color: #fff;
  color: #000;
  text-align: center;
  width: 15px;
  height: 15px;
}



.pkt-box .pkt-list .pkt-li .pkt-ico.aktfico {
  font-size: 13px;
  background-color: orangered !important;
  color: #fff !important;
  border-radius: 50%;
}

.pkt-box .pkt-list .pkt-li .pkt-ico.psfico {
  background-color: red !important;
  color: #fff !important;
  font-size: 13px;
  border-radius: 50%;
}

.pkt-box .pkt-btn {
  background-color: orangered;
  text-align: center;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  margin: 15px 0;
}



/*Sektorlar*/
.sktr-box {
  width: 100%;
  position: relative;
  padding: 10px;
  margin: 10px 0;
  text-align: center;
  border: 1px solid #e1e1e1;
  transition: .5s;
}

.sktr-box:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: .5s;
}



.sktr-box .sktrimgbox {
  width: 100%;
  height: 250px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}


.sktr-box .sktrimgbox img {
  width: 100%;
  transform: scale(1);
  transition: .5s;
}

.sktr-box:hover .sktrimgbox img {
  transition: .5s;
  transform: scale(1.1);
}

.sktr-box .sktr-title {
  height: 31px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.sktr-box .sktdty-btn {
  position: relative;
  padding: 5px 10px;
  text-align: center;
  color: orangered;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid orangered;
  font-size: 14px;
  margin-bottom: 10px;
}




.sktdty-btn {
  position: relative;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background-color: orangered;
  text-decoration: none;
  display: inline-block;
  font-size: 14px
}


.sktdty-btn2 {
  position: relative;
  padding: 5px 10px;
  text-align: center;
  color: orangered;
  background-color: #fff;
  border: 1px solid orangered;
  text-decoration: none;
  display: inline-block;
  font-size: 14px
}


.imgboxskt {
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}


.imgboxskt img {
  width: 100%;
}

.sktr-title {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.kayit-form .form-group label {
  position: relative;
  top: 20px;
  z-index: 5;
  background: white;
  left: 15px;
  padding: 0 7px;
  font-size: 15px;
  color: #2e2e2e;
  font-weight: 400;
}

.form-check-label {
  top: inherit !important;
  left: inherit !important;
  background: transparent !important;
}

.kayit-form .form-control {
  border-radius: 0px !important;
  border: 1px solid #8a8a8a7d;
}


.kayit-form input::placeholder {
  font-size: 14.5px;
  font-weight: 300;
}

.emptyError {
  border: 1px solid #c8101082 !important;
  position: relative;
  animation: alertZipla 1s;
}

.emptyError::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "Bu alan doldurulmalıdır.";
  width: 200px;
  height: 25px;
  background: white;
}



@keyframes alertZipla {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1)
  }
}


.dontShowArdButton::before {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ffffffa1;
  content: "";
}

.dontShowArdButton {
  position: relative;
}

li.nav-item.dropdown {
  text-transform: uppercase;
}

.ücretsizBtn {
  padding: 10px;
  border: 2.5px solid #eb611f;
  margin-top: 20px;
  display: block;
  width: max-content;
  transition: .25s;
  border-radius: 3.5px;
  background: #eb611f !important;
  color: white;
}

.ücretsizBtn:hover {
  background: black !important;
  color: white;
  border: 2.5px solid black;
}

.ücretsizBtn.footerBB {
  color: white !important;

}

.ücretsizBtn.footerBB:hover {
  background: #eb611f;
  color: white;
}

.premiumBg::before {
  position: absolute;
  right: -35px;
  top: -1px;
  width: 121px;
  height: 30px;
  content: "\2605";
  font-family: Arial, sans-serif;
  font-size: 23px;
  color: #323232;
  transform: rotate(35deg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 11px;
  background: linear-gradient(45deg, #999 5%, #fff 10%, #ccc 30%, #ddd 50%, #ccc 70%, #fff 80%, #999 95%);
}



#navbar ul {
  margin: 0;
}



#navbarNavAltMarkup span {
  display: flex;
  align-items: center;
}

.bg-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: 700;
  position: relative;
  top: 10px;
}



.language {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  padding-top: 10px;
}

.language .lang-drpdwn-btn {
  color: #fff !important;
}

.language .lang-drpdwn-btn::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-language {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  padding: 10px;
}

.dropdown-language a {
  color: black;
  padding: 3px;
  text-decoration: none;
  display: block;
  margin-right: 0;
}

.dropdown-language a:hover {
  color: red;
}

.show {
  display: block;
}

.partner-card .partner-logo img {
  width: 30% !important;
}


.partner-img img {
  width: 100% !important;
}


.imgbox {
  width: 100% !important;
  position: relative;
  height: 70px;
  object-fit: cover;
  text-align: center;
  display: flex;
  justify-content: center;
}

.imgbox img {
  width: 60% !important;
  height: auto !important;
  position: relative;
  object-fit: contain;
}

.section-tag {
  background: #E84B1A;
  color: #fff;
  padding: 5px 14px;
  font-size: 11px;
}

.firma-hizmetler {
  padding: 80px 60px;
}

.fh2-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}

.fh2-title {
  font-size: 32px;
  font-weight: 800;
}

.hizmet-intro {
  border-left: 4px solid #E84B1A;
  padding: 20px;
  color: #666;
}

.neden-ttr {
  padding: 80px 60px;
}

.neden-list {
  list-style: none;
}

.neden-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.check {
  background: #E84B1A;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
}

.faq-section {
  padding: 60px 0;
  background: white;
}

.faq-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

.faq-box {
  max-width: 800px;
  margin: auto;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: 0.3s;
}

.faq-item:hover {
  transform: translateY(-2px);
}

.faq-question {
  padding: 18px 20px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: #222;
}

.faq-question .icon {
  position: absolute;
  right: 20px;
  color: #eb611f;
  font-weight: bold;
}

.faq-answer {
  display: none;
  padding: 0 20px 15px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}