body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #f0f0f0;
}

body.menu-active {
  overflow: hidden;
}

/**/


.neden-bizcii {
    width: 100%;
    height: auto;
    position: relative;
}

.neden-bizcii .neden-bizcii-ic {}

.neden-bizcii .neden-bizcii-sol {
    width: 100%;
    height: 100%;
    position: relative;
}

.neden-bizcii .neden-bizcii-sol img {
    width: 100%;
    height: 100%;
    width: calc(100% + 81px);
    object-fit: cover;
}

.neden-bizcii .neden-bizcii-sag {
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.neden-bizcii .neden-bizcii-sag li:nth-child(2) {
    margin-top: 0px;
}

.neden-bizcii .neden-bizcii-sag li {
    list-style: none;
    width: 32%;
    height: auto;
    display: flex;
    padding: 30px 30px;
    z-index: 2;
    overflow: hidden;
    position: relative;
    align-items: flex-start;
    line-height: 1;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px #00000012;
    margin-bottom: 20px;
    margin-right: 16px;
}

.neden-bizcii .neden-bizcii-sag li .icon {
    width: 8px;
    height: 8px;
    position: relative;
    margin-top: 7px;
    top: 12px;
}

.neden-bizcii .neden-bizcii-sag li .icon:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    position: absolute;
    background: #01559d;
    border-radius: 50%;
}

.neden-bizcii .neden-bizcii-sag li .icon::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: 0;
    position: absolute;
    animation: c02192 1.25s ease-in infinite;
    border-radius: 50%;
}

@-webkit-keyframes c02192 {
    0% {
        box-shadow: 0 0 0 0 #01559d0f;
    }

    100% {
        box-shadow: 0 0 0 15px #01559d05;
    }
}

.neden-bizcii .neden-bizcii-sag li .text {
    display: block;
    width: calc(100% + 8px);
    padding-left: 30px;

}

.neden-bizcii .neden-bizcii-sag li .text span {
    display: block;
    color: #01559d;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.neden-bizcii .neden-bizcii-sag li .text small {
    display: block;
    color: #151515;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}


/**/

/* 4. kutu */
.neden-bizcii .neden-bizcii-sag li:nth-child(4) {
    background-color: #01559d; /* mavi arka plan */
}

.neden-bizcii .neden-bizcii-sag li:nth-child(4) .icon:after {
    background: #ffffff; /* ikon beyaz olsun kontrast için */
}

.neden-bizcii .neden-bizcii-sag li:nth-child(4) .text small,
.neden-bizcii .neden-bizcii-sag li:nth-child(4) .text span {
    color: #ffffff; /* başlık beyaz */
}

/* 5. kutu */
.neden-bizcii .neden-bizcii-sag li:nth-child(5) {
    background-color: #1bbe47; /* yeşil arka plan */
}

.neden-bizcii .neden-bizcii-sag li:nth-child(5) .icon:after {
    background: #ffffff; /* ikon beyaz */
}

.neden-bizcii .neden-bizcii-sag li:nth-child(5) .text small,
.neden-bizcii .neden-bizcii-sag li:nth-child(5) .text span {
    color: #ffffff; /* başlık beyaz */
}




/**/



.bayilik-basvuru {
    box-shadow: 0px 20px 44px 0px rgb(0 0 0 / 22%);
    padding: 15px 25px;
    font-size: 14px;
    color: #fff !important;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    border-radius: 30px;
    background: #1bbe47;
    cursor: pointer;
    font-weight: 700;
    min-width: 270px;
    text-align: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    color: white !important;
}

.bayilik-basvuru .icon {
    width: 34px;
    height: 34px;
    color: #776e53;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.bayilik-basvuru span {color: white;letter-spacing: 0.5px;}

.bayilik-basvuru:hover {
}

.bayilik-basvuru.whatsapp {
    bottom: 80px;
    background: #01559d;
}

.bayilik-basvuru.whatsapp .icon {
    color: #30BB31;
    background: #fff;
}

a.WhatsApp1:hover{
  color: white;
}

a.WhatsApp1 {
    display: flex;
    font-size: 18px;
    background: #2EB843;
    font-weight: 600;
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    color: #fff;
    align-items: center;
    justify-content: center;
    animation: whatsapp infinite 2s linear;
    z-index: 9999;
}

@keyframes whatsapp {
    0% {
        box-shadow: 0 0 0 0 #2EB843;
    }
    50% {
        box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}



a:hover {
  color: #01559d !important;
}

* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.site-header .container {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header.bd-menu {
  background-color: black;
  box-shadow: 0px 0px 10px 0px #00000026;
}

/* --- HEADER ANA YAPI --- */
.site-header {
  width: 100%;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0px;
}

/* --- ÜST BİLGİ BARI --- */
.top-bar {
  background-color: #4a4a4a;
  padding: 0px 0;
  font-size: 13px;
  color: #aeaeae;
}
.top-bar .container {
  flex-wrap: wrap;
}
.top-bar-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-bar-info span {
  margin-right: 25px;
  white-space: nowrap;
}
.top-bar-info i {
  color: white;
  margin-right: 8px;
  font-size: 14px;
}
.consultation-button-wrapper {
  background-color: #000;
}
.free-consultation-btn {
  display: block;
  padding: 12px 25px;
  color: #01559d;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5px;
}

/* --- ANA HEADER (LOGO VE MENÜ) --- */
.main-header {
  background-color: #ffffff;
  padding: 15px 0;
  position: relative;
  border-top: solid 5px;
  border-image: linear-gradient(to right, #01559d, #1bbe47) 1;
}

/* Logo */
.logo-wrapper a {
  display: flex;
  align-items: center;
}

.logo-wrapper a img {
  height: 90px;
}
.logo-icon {
  margin-right: 15px;
  fill: #01559d;
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.brand-name {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
}
.tagline {
  font-size: 11px;
  font-weight: 700;
  color: #aeaeae;
  letter-spacing: 2px;
}

/* --- MASAÜSTÜ NAVİGASYON --- */
.header-right {
  display: flex;
  align-items: center;
  width: 100%;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.main-nav li:first-child{
  display: none;
}

.main-nav li {
  margin-left: 35px;
}

/* --- YENİ EKLENEN KISIM: Geçiş ve Hover Efektleri --- */
.main-nav a {
  color: #000000;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 0;
  position: relative;
  /* Yumuşak geçiş efekti */
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* Aktif olmayan linklere hover efekti (Masaüstü) */
.main-nav ul li a:hover {
  color: #01559d;
}
/* --- YENİ EKLENEN KISIM SONU --- */

.main-nav li.active a {
  color: #01559d !important;
  padding: 0 15px;
}
.main-nav li.active a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #01559d;
  border-left: 3px solid #01559d;
}
.main-nav li.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #01559d;
  border-right: 3px solid #01559d;
}

.header-search {
  margin-left: 40px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

/* --- MOBİL MENÜ İÇİN EKLEMELER --- */
.hamburger-menu,
.close-menu {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
}

/* ============================================= */
/* --- RESPONSIVE AYARLAR (MOBİL & TABLET) --- */
/* ============================================= */
@media (max-width: 1024px) {
  .top-bar .container {
    justify-content: center;
    gap: 10px;
  }
  .top-bar-info {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .top-bar-info span {
    margin: 0 10px;
  }
  .free-consultation-btn {
    width: 100%;
    text-align: center;
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    max-width: 80%;
    height: 100vh;
    background: linear-gradient(to right, #01559d, #1bbe47);
    padding-top: 80px;
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1000;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  }
  .main-nav.menu-open {
    right: 0;
  }
  .main-nav ul {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .main-nav li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  .main-nav a {
    display: block;
    padding: 15px 25px;
    font-size: 16px;
    color: white;
  }
  .main-nav li:first-child {
    border-top: 1px solid #ffffff;
  }

  /* Mobil menüdeki aktif linkin stili */
  .main-nav li.active a,
            /* --- YENİ EKLENEN KISIM: Mobil Hover Efekti --- */
            .main-nav li a:hover {
    background-color: #01559d;
    color: #212121;
  }
  .main-nav li.active a {
    padding: 15px 25px;
  } /* Mobil için padding sıfırlaması */
  .main-nav li.active a::before,
  .main-nav li.active a::after {
    display: none; /* Köşedeki kutuları mobilde kaldır */
  }

  .header-search {
    margin-left: 20px;
  }
  .hamburger-menu,
  .close-menu {
    display: block;
  }
}

@media (max-width: 768px) {
  .brand-name {
    font-size: 22px;
  }
  .tagline {
    font-size: 9px;
  }
  .logo-icon {
    width: 45px;
    height: 36px;
  }
  .top-bar-info .d-none-sm {
    display: none;
  }
}

/**/

/* Ana Slider Konteyneri */

/* --- Slider Alanı --- */
.slider-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Ekran yüksekliğinin %80'i kadar */
  min-height: 600px;
  overflow: hidden;
}

.slides {
  display: flex;
  /* width değeri JavaScript tarafından eklenecek */
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

.slide {
  /* width değeri JavaScript tarafından eklenecek */
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

/* Slayt üzerine karanlık katman */
.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0%;
}

.slide-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
  margin-top: 50px;
}

/* --- Slayt İçeriği ve Animasyonları --- */
.slide .tagline,
.slide .main-heading,
.slide .subheading,
.slide .buttons {
  opacity: 0;
  transform: translateY(50px);
}

/* Aktif slayttaki elemanlara animasyon uygula */
.slide.active .tagline,
.slide.active .main-heading,
.slide.active .subheading,
.slide.active .buttons {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Animasyonları sıralı hale getirmek için gecikme (stagger effect) */
.slide.active .tagline {
  transition-delay: 0.2s;
}
.slide.active .main-heading {
  transition-delay: 0.4s;
}
.slide.active .subheading {
  transition-delay: 0.6s;
}
.slide.active .buttons {
  transition-delay: 0.8s;
}

.tagline {
  color: #fdb900;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.main-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
}

.subheading {
  font-size: 15px;
  line-height: 1.4;
  max-width: 480px;
  margin: 0 auto 35px;
  font-weight: 500;
}

.buttons .btn {
  text-decoration: none;
  color: white;
  padding: 15px 35px;
  margin: 0 10px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 13px;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn.btn-primary {
  background-color: #fdb900;
  border-color: #fdb900;
  color: #222;
}
.btn.btn-primary:hover {
  background-color: #e0a300;
}

.btn.btn-secondary {
  background-color: transparent;
  border: 2px solid white;
}
.btn.btn-secondary:hover {
  background-color: white;
  color: #222;
}

/* --- Slider Okları --- */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
  transition: background-color 0.3s;
}

.slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.prev-btn {
  left: 30px;
}

.next-btn {
  right: 30px;
}

/**/

.main-header .info-btn {
  color: black;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 8px 0;
  padding-left: 54px;
  position: relative;
  text-align: left;
}
.main-header .info-btn small {
  color: #808287;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.main-header .info-btn i {
  background: linear-gradient(to right, #01559d, #1bbe47);
  border-radius: 50%;
  color: white;
  font-size: 18px;
  height: 44px;
  left: 0;
  line-height: 44px;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 44px;
}
.main-header .info-btn:hover {
  color: var(--bg-theme-color2);
}
/**/

.about-section-five {
  position: relative;
  padding: 120px 0 70px;
}

.about-section-five .float-image {
  position: absolute;
  right: -430px;
  bottom: -90px;
  z-index: 9;
}

.about-section-five .icon-dots-1 {
  left: -100px;
  top: -50px;
}

.about-section-five .icon-dotted-map {
  left: -320px;
  bottom: 100px;
}

.about-section-five .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}

.about-section-five .content-column .inner-column {
  position: relative;
  padding-left: 70px;
  margin-top: 0;
}

.about-section-five .content-column .btm-box {
  margin-top: 45px;
}

.about-block-five {
  position: relative;
  padding-left: 100px;
  min-height: 90px;
  padding-bottom: 5px;
  border-bottom: 1px solid #efeae4;
  margin-bottom: 25px;
}

.about-block-five:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about-block-five .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  background-color: #01559d0f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #01559d;
  font-size: 35px;
  color: #01559d;
  transition: all 300ms ease;
  border-radius: 0 0 50px 50px;
}

.about-block-five:hover .icon {
  background-color: #01559d;
  color: white;
}

.about-block-five .title {
  position: relative;
  font-size: 24px;
  color: var(--theme-color2);
  font-weight: 700;
  top: -3px;
  margin-bottom: 10px;
}

.about-block-five .text {
  font-size: 16px;
  line-height: 28px;
  color: #767676;
  margin-top: 5px;
}

.about-section-five .image-column {
  position: relative;
  margin-bottom: 30px;
}

.about-section-five .image-column .inner-column {
  position: relative;
  display: flex;
  height: 100%;
}

.about-section-five .image-column .image-1 {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

.about-section-five .image-column .image-1:before {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 70px;
  background-image: url(../images/icons/shape-1.png);
  content: "";
}

.about-section-five .image-column .image-1 img {
  min-width: 290px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about-section-five .image-column .image-2 {
  position: relative;
  margin-bottom: 20px;
}

.about-section-five .image-column .image-2:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  width: 70px;
  background-image: url(../images/icons/shape-2.png);
  content: "";
}

.about-section-five .image-column .image-2 img {
  min-width: 290px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about-section-five .experience {
  position: absolute;
  bottom: 150px;
  left: -90px;
  max-width: 240px;
  background: #ffffff;
  padding: 30px 20px 25px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  font-weight: 700;
  border: 3px solid #01559d;
  border-radius: 30px;
  letter-spacing: 0.1em;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  text-transform: uppercase;
  opacity: 0;
}

.about-section-five .experience strong {
  position: relative;
  padding-left: 70px;
  font-size: 24px;
  line-height: 20px;
  color: #01559d;
  font-weight: 700;
  display: block;
  min-height: 54px;
  margin-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 0;
  padding-top: 10px;
}

.about-section-five .experience strong .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #4aab3d;
  font-size: 54px;
  line-height: 1em;
}

/**/

.sec-title {
  position: relative;
  margin-bottom: 50px;
  z-index: 2;
}
.sec-title .sub-title {
    position: relative;
    top: 0;
    font-size: 18px;
    color: #222429;
    line-height: 1.2em;
    font-weight: 700;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 20px;
}
.sec-title .sub-title:before {
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.2em;
  content: "//";
  color: #1bbe47;
}
.sec-title h1 {
  position: relative;
  font-size: 60px;
  line-height: 1em;
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
}
.sec-title h2 {
    position: relative;
    font-size: 40px;
    color: #222429;
    font-weight: 700;
    margin-top: -5px;
    margin-bottom: 0;
}
.sec-title .text {
  margin-top: 30px;
}

.sec-title .row .text {
  max-width: 450px;
  width: 100%;
}

.sec-title.light h3,
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.light .sub-title,
.sec-title.light .text {
  color: #8f8f8f;
}

/**/

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  padding: 15px 50px;
  font-weight: 800;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(to right, #01559d, #1bbe47);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 30px;
  overflow: hidden;
}
.btn-style-one span{
  z-index: 9;
  position: relative;
}
.btn-style-one:before {
  left: 0;
  top: 0;
  content: "";
  background-color: #1a900a;
  border-radius: 10px;
  height: 100%;
  width: 24px;
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  opacity: 0;
}
.btn-style-one:hover {
  color: #ffffff;
}
.btn-style-one:hover .btn-title {
  color: #ffffff;
}
.btn-style-one:hover:before {
  width: 100%;
}
.btn-style-one.light {
  background-color: #ffffff;
  color: #4aab3d;
}
.btn-style-one.light:before {
  background-color: #e8e8e8;
}
.btn-style-one.light:hover .btn-title {
  color: #4aab3d;
}

/**/

.services-section-six {
  position: relative;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-section-six:before {
  max-height: 454px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #F8F8F8;
  opacity: 0.9;
  content: "";
}

.services-section-six .icon-wave-line {
  left: -620px;
  bottom: -90px;
}

.service-block-six {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.service-block-six .inner-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

.service-block-six .inner-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-block-six .content-box {
  position: relative;
  padding: 20px 30px 35px;
  background-color: #ffffff;
}

.service-block-six .content-box .icon {
  position: absolute;
  right: 20px;
  top: -20px;
  height: 70px;
  width: 70px;
  background: linear-gradient(to right, #01559d, #1bbe47);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 42px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: none;
}

.service-block-six .content-box .sub-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #767676;
}

.service-block-six .content-box .title {
  color: var(--theme-color2);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-block-six .content-box .title a {
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-six .content-box .title a:hover {
  color: #4aab3d;
}

.service-block-six .content-box .text {
  font-size: 15px;
  line-height: 30px;
  color: #767676;
  font-weight: 500;
}

.service-block-six .image-box {
  position: relative;
}

.service-block-six .image-box .image {
  overflow: hidden;
  margin-bottom: 0;
}

.service-block-six .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/**/

.features-section-six {
  position: relative;
  padding: 120px 0 90px;
  z-index: 1;
  background: white;
}

.feature-block-nine {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.feature-block-nine .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #1bbe47;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.feature-block-nine .inner-box:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.feature-block-nine .boxcu {
  position: relative;
  background: linear-gradient(to right, #01559d, #1bbe47);
  min-width: 110px;
  text-align: center;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feature-block-nine .boxcu .icon {
  display: block;
  color: #ffffff;
  font-size: 45px;
  margin-top: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block-nine .boxcu .count {
  font-size: 40px;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
}

.feature-block-nine .content-box {
  position: relative;
  padding: 25px 30px;
}

.feature-block-nine .content-box .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

.feature-block-nine .content-box .title a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: black;
}

.feature-block-nine .content-box .title a:hover {
  color: #4aab3d;
}

.feature-block-nine .content-box .text {
  font-size: 16px;
  line-height: 26px;
  color: #767676;
}

.feature-block-nine:hover .boxcu .count {
  color: #fff;
}

/**/

.work-section-four {
  position: relative;
  background-size: cover;
}

.work-section-four .content-column {
  position: relative;
}

.work-section-four .content-column .inner-column {
  max-width: max-content;
  width: 100%;
  padding: 120px 0 90px 0px;
  padding-right: 0;
}

.work-section-four .content-column .sec-title {
  margin-bottom: 70px;
}

.work-section-four .content-column .sec-title .sub-title {
  color: #4aab3d;
}

.work-section-four .content-column .sec-title .text {
  color: #9898a0;
}

.work-section-four .image-column {
  position: relative;
}

.work-section-four .image-column .image {
  position: relative;
  margin-bottom: 0;
  height: 100%;
}

.work-section-four .image-column .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.work-block-four {
  position: relative;
  margin-bottom: 50px;
}

.work-block-four .inner-box {
  position: relative;
  padding-left: 90px;
  min-height: 60px;
}

.work-block-four .inner-box:hover .icon {
  color: #ffffff;
}

.work-block-four .title {
  color: #ffffff;
  line-height: 1.4em;
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
}

.work-block-four p{
  color: white;
  font-size: 13px;
  opacity: 80%;
}

.work-block-four .icon {
  position: absolute;
  left: 20px;
  top: 0px;
  font-size: 42px;
  color: #1bbe47;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.work-block-four .icon::after {
  position: absolute;
  left: -20px;
  top: -10px;
  height: 54px;
  width: 54px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
  z-index: -1;
  content: "";
}



/**/

.counter-section{
    position:relative;
    z-index:10;
}

.counter-section .auto-container{
}

.counter-section .inner-container{
    position:relative;
    border-radius: 0;
    overflow:hidden;
    padding: 60px 40px 60px;
    background: linear-gradient(to right, #01559d, #1bbe47);
}

.counter-section .vector-layer-one{
    position:absolute;
    left:-60px;
    top:-40px;
    width:200px;
    height:205px;
}

.counter-section .vector-layer-two{
    position:absolute;
    right:-65px;
    bottom:-40px;
    width:200px;
    height:205px;
}

.counter-section .vector-layer-three{
    position:absolute;
    left:42%;
    top:-90px;
    width:200px;
    height:205px;
}

.counter-section .vector-layer-four{
    position:absolute;
    left:19%;
    top:-100px;
    width:202px;
    height:201px;
}

.counter-section .vector-layer-five{
    position:absolute;
    right:19%;
    top:-100px;
    width:202px;
    height:201px;
}

.counter-section .vector-layer-six{
    position:absolute;
    left:42%;
    bottom:-100px;
    width:202px;
    height:201px;
}





.fact-counter{
    position:relative;
}

.fact-counter .counter-column{
    position:relative;
    margin-bottom:var(--margin-bottom-30);
}

.fact-counter .counter-column .inner{
    position:relative;
    text-align:center;
}

.fact-counter .counter-column .inner .content{
    position:relative;
}

.fact-counter .counter-column .inner .icon{
    font-weight:400;
    color:white;
    font-size:50px;
    font-family: "Flaticon";
    display:inline-block;
    margin-bottom:var(--margin-bottom-35);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fact-counter .counter-column .inner:hover .icon{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.fact-counter .count-outer .percentage{
    position:relative;
}

.fact-counter .counter-column .inner .count-outer{
    position:relative;
    font-weight: 600;
    line-height:1em;
    color:white;
    font-size: 60px;
    font-family:var(--font-family-Teko);
}

.fact-counter .counter-column h5{
    font-weight:400;
    color:white;
    margin-top:10px;
    font-family:var(--font-family-Roboto);
}


/**/

.main-footer {
  position: relative;
}

.main-footer .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-footer .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 80%;
  content: "";
}

/* Widgets Section */
.main-footer .widgets-section {
  position: relative;
  padding: 110px 0 65px;
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .widget-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2em;
  padding-bottom: 18px;
  margin-bottom: 25px;
}

.main-footer .widget-title:after {
  position: absolute;
  left: 0%;
  bottom: 0;
  height: 2px;
  width: 85px;
  background: linear-gradient(to right, #01559d, #1bbe47);
  content: "";
}

.main-footer .widget-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
}

.main-footer .about-widget {
  position: relative;
}

.main-footer .about-widget .logo {
  position: relative;
  margin-bottom: 22px;
}

.main-footer .about-widget .text {
  font-size: 16px;
  line-height: 30px;
  color: #8c8f94;
  margin-bottom: 20px;
}

/*=== User LInks ===*/
.user-links {
  position: relative;
  padding: 0;
}

.user-links li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #8c8f94;
  font-weight: 400;
  margin-bottom: 14px;
  list-style: none;
}

.user-links li:last-child {
  margin-bottom: 0;
}

.user-links li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.user-links li a:hover {
  color: #FFFFFF;
}

.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color3);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.user-links li a:hover:before {
  width: 100%;
}

/* Contact Widget */
.contact-widget {
  position: relative;
}

.contact-widget .text {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 25px;
}

.contact-widget .contact-info {
  position: relative;
  padding: 0;
}

.contact-widget .contact-info li {
  position: relative;
  padding-left: 38px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  list-style: none;
}

.contact-widget .contact-info li a {
  -webkit-transition: none;
  transition: none;
  color: white;
}

.contact-widget .contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #01559d;
  line-height: 26px;
  width: 20px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-widget .contact-info li:hover {
  color: #4aab3d;
}

.contact-widget .contact-info li:hover i {
  color: #4aab3d;
}

/* Gallery Widget */
.gallery-widget {
  position: relative;
}

.gallery-widget .outer {
  position: relative;
  margin: 0px -7px;
}

.gallery-widget .outer .image {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0px 7px;
  margin-bottom: 14px;
}

.gallery-widget .image img {
  display: block;
  width: 100%;
}

.gallery-widget .image a {
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-widget .image a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--theme-color2) padding-box content-box;
  opacity: 0.8;
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-widget .image a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gallery-widget .image a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gallery-widget .image a:after {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f0c1";
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  color: #4aab3d;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  width: 100%;
}

.footer-bottom .inner-container {
  position: relative;
  text-align: center;
  background: linear-gradient(to right, #01559d, #1bbe47);
  padding: 35px 15px;
  border-radius: 10px 10px 0px 0px;
}

.footer-bottom .copyright-text {
  position: relative;
  color: #ffffff;
}

.footer-bottom .copyright-text a {
  color: #ffffff;
}

.footer-bottom .copyright-text a:hover {
  color: #ffffff;
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  line-height: 42px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(to right, #01559d, #1bbe47);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a:hover {
  color: #ffffff;
  background: white;
}



/**/

.guvenlik_resim{
    position: relative;
    left: 170px;
    bottom: 40px;  
}

@media(max-width:1024px){
  body {
    padding-top: 120px;
  }

  .features-section-six {
      position: relative;
      padding: 80px 0 50px;
  }

  .about-section-five {
      position: relative;
      padding: 70px 0 20px;
  }

  .about-section-five .content-column .inner-column {
      position: relative;
      padding-left: 0;
  }

  .sec-title h2 {
      position: relative;
      font-size: 30px;
  }

  .sec-title .sub-title:before{
      display: none;
  }

  .work-section-four .content-column .inner-column {
      max-width: max-content;
      width: 100%;
      padding: 80px 0 40px 0px;
  }

  .work-section-four{
    display: none;
    background: black;
    background-image: none !important;
  }

  .fact-counter .counter-column .inner .count-outer {
      font-size: 40px;
  }

  .services-section-six {
      position: relative;
      padding: 80px 0 50px;
      z-index: 1;
  }

  .main-header .info-btn{
    margin: 0 auto;
  }

  .hamburger-menu{
    color: black;
  }

  .about-section-five .image-column{
    display: none;
  }
  
  .slider-container {
    height: 40vh;
    min-height: 400px;
  }
  
  .main-footer .widgets-section {
    position: relative;
    padding: 60px 0 15px;
  }

  .page-baslik3{
    margin-top: 0 !important;
  }
  
  .main-nav li.active a {
    color: #ffffff !important;
  }

  .main-footer{
    margin-bottom: 35px;
  }
  
  .mobilbuttonlar {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
  }

  .btn1{
      background:#666666;
      border-color:#666666 ;
      color: white;
  }
  .btn2{
      background:#2c2d2d;
      border-color:#2c2d2d ;
      color: white;
  }
  .btn3{
      background:#0f0f0f ;
      border-color: #0f0f0f;
      color: white;
  }

  a.WhatsApp1{
    bottom: 60px;
  }
  
  .logo-wrapper a img {
    height: 60px;
  } 

}

