/*Created By Venus Agency*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Outfit', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #193A67;
}

  a:hover {
    color: #215DA6;
  }

ul, ol, li {
  padding: 0px;
  list-style: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.row {
  --bs-gutter-x: 0px;
}

.container-fluid {
  --bs-gutter-x: 0px;
}




 


@media only screen and (min-width: 1921px) {
  .container {
    max-width: 80%;
  }
.urunyb-tx1 {
    padding-left: 48px;
    margin: auto;
}

.urunyb-tx2 {
    padding-right: 48px;
    margin: auto;
}
.urunyb-page-text {
    margin-bottom: 48px;
}
.send-form {
  padding: 88px;
  text-align: center;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #163e71;
  width: 1.6em;
  height: 1.6em;
  border: 0.15em solid currentColor;
  border-radius: 1.6em;
  transform: translateY(-0.2em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: #163e71;
}

input[type="radio"]:checked::before {
  transform: scale(1.4);
}

.kilic-urunler h2 {
	font-size: 38px;
    color: #163e70;
}
.kilic-urunler .col-3 {
	margin: 1%;
    width: 23%;
}
.kilic-urunler h3 {
	font-size: 20px;
    padding: 18px;
}
.kbaliklar .img-thumbnail {
	padding: 18px;
	border: none;
}
.timeline-img img {
	width: 228px;
}
  .rakamlarla-kilic {
    width: 60%;
    margin: auto;
  }

  .tarifler .btn-tarifler {
    padding: 18px;
    border: 0.4px solid #163E70;
    color: #163E70;
    font-weight: 600;
    top: 20px;
    position: relative;
  }

  .col-tarifbox .col-md-6:nth-child(2) {
    justify-items: end;
    padding-right: 28px;
  }

  .yonetim-kurulu:nth-child(1) {
    border-top: 1px solid #163e71;
  }

  .kurumsal-videolar .col-md-6 {
    padding: 18px;
  }

  .kurumsal-videolar h3 {
    margin-top: 0px !important;
  }

  .kilic-docs {
    margin-bottom: 88px;
  }

    .kilic-docs .col-md-3 img {
      width: 28px;
    }

    .kilic-docs p {
      margin-bottom: 0px;
      font-size: 18px;
    }

  .contact-line {
    display: block;
    margin-top: 28px;
  }

    .contact-line .form-check {
      margin-top: 48px;
    }

    .contact-line .form-check-label {
      font-size: 14px;
      color: #60656d;
      margin-left: 18px;
    }

    .contact-line .form-check-input {
      border: none !important;
      margin-top: 0 !important;
    }

  .form-floating > label {
    color: #60656d;
  }

  .hab p {
    font-size: 24px;
    margin-top: 18px;
  }

  input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #163e71;
    width: 1.6em;
    height: 1.6em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.2em);
    display: grid;
    place-content: center;
  }

  .form-control + .form-control {
    margin-top: 1em;
  }

  input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    background-color: #163e71;
  }

  input[type="checkbox"]:checked::before {
    transform: scale(1.4);
  }

  .form-check {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-check .form-check-input {
    border: none;
  }

  .search-form {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(82, 82, 82, .71);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 9;
  }

    .search-form .content {
      max-width: 600px;
      width: 100%;
      position: relative;
      margin: 0 60px;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: .3s all;
      transition: .3s all;
    }

      .search-form .content button.close-search-form {
        position: absolute;
        right: -30px;
        top: -45px;
        border: 0;
        background-color: transparent;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
      }

      .search-form .content input[type="text"] {
        width: 100%;
        background: #333;
        color: #fff;
        line-height: 70px;
        padding: 0 30px;
        border: none;
        outline: none;
      }

      .search-form .content .search-button {
        position: absolute;
        width: 70px;
        height: 70px;
        right: 0;
        border: 0;
        background-color: #626262;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        display: block;
        top: 0;
        padding: 24px;
      }

    .search-form.active {
      opacity: 1;
      pointer-events: visible;
    }

      .search-form.active .content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }

  .open-search {
    background-color: transparent;
    width: 36px;
    cursor: pointer;
    border: none;
    color: #626262;
    outline: none;
  }

    .open-search img {
      height: 18px;
    }

  .list-group-numbered {
    list-style: decimal inside;
    padding: 0;
  }

  .list-group-alpha {
    list-style: lower-alpha inside;
    padding: 0;
  }

  .list-group-roman {
    list-style: lower-roman inside;
    padding: 0;
  }

  .list-group-alpha > li, .list-group-numbered > li {
    display: list-item
  }

  .surdurulebilirlik-row li, .page-inside li, .milestones .desc li, .pisirme-onerisi li {
    list-style: disc;
    padding-left: 8px;
  }

  .surdurulebilirlik-row ul, .page-inside ul, .milestones .desc ul, .pisirme-onerisi ul {
    padding-left: 16px;
  }

  .malzemeler {
    color: #A5BEE1;
  }

  .main-slider {
    width: 100%;
  }

    .main-slider .swiper-slide {
      width: 100%;
      height: 100%;
      display: flex;
    }

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

  .thumb-slider {
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
  }

  .slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  .manset-all-titles {
    position: absolute;
    z-index: 19;
    margin: auto;
    margin-top: -148px;
    width: 80%;
  }

    .manset-all-titles .col-md-3 {
      padding: 28px;
      border-right: 0.4px solid #ffffff8c;
      border-top: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .col-md-3 p {
        color: #ffffff;
        line-height: 18px;
      }

    .manset-all-titles .bannerslide {
      padding: 28px;
      border-right: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .bannerslide p {
        color: #ffffffbd;
        line-height: 26px;
        font-size: 22px;
        font-weight: 300;
        margin: 0;
        min-height: 58px;
      }

  .menu-item-wrapper {
    width: 100%;
    position: relative;
  }

  .mobile-toggle {
    padding: 10px 15px;
    cursor: pointer;
    color: #666;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu {
    position: relative;
  }

    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -5px;
    }

    .dropdown-submenu > .menu-item-wrapper > .dropdown-toggle::after {
      display: inline-block;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent;
    }

  .page-inside {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .kilic-docs .col-md-3 {
    padding: 18px;
    border: 0.4px solid #98a1ac;
    border-radius: 8px;
    min-height: 128px;
    width: 24%;
    margin: 8px;
    margin-bottom: 18px;
    align-content: center;
    background-color: #ffffff;
    min-height: 168px;
  }

  .page-inside h3 {
    font-size: 36px;
    margin-top: 48px;
    margin-bottom: 28px;
    color: #163e71;
  }

  .kurucumuz-msg .col-md-5 {
    padding-right: 48px;
  }

  .yonetim-kurulu .col-md-6 {
    border-bottom: 1px solid #163e71;
    padding: 18px;
    background-color: #f9f9f97a;
  }

  .yonetim-kurulu p {
    margin: 0px;
    font-weight: 300;
  }

  .yonetim-kurulu .pname {
    font-size: 20px;
    font-weight: 500;
    color: #163E70;
    margin: 0px;
  }

  .tarifler-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

    .tarifler-box .col-md-6 {
      padding-top: 28px;
      padding-bottom: 28px;
      padding-left: 28px;
      padding-right: 28px;
      margin: auto;
    }

    .tarifler-box h1 {
      font-size: 28px;
    }

    .tarifler-box p {
      color: #92ADD2;
    }

  .kilic-tarifler {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .fishrecipe-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-recipe-detay {
    margin-top: 88px;
  }

  .fishrecipe-title .col-fn:nth-child(1) {
  }

  .fishrecipe-title .col-fn:nth-child(2) {
  }

  .kilic-recipe-detay .col-fn {
    margin: auto;
  }

  .kilic-recipe-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fishrecipe-desc {
    margin-top: 28px;
  }

    .fishrecipe-desc .col-md-5 img {
      padding-bottom: 48px;
    }

    .fishrecipe-desc .col-md-7 {
      padding-right: 48px;
      margin: auto;
    }

  .malzemeler {
    background-image: url("../images/pisirme-onerisi-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .malzemeler h1 {
      color: #ffffff;
    }

    .malzemeler p {
      color: #ffffff;
      margin: 0;
    }

    .malzemeler .col-md-3 {
      margin: auto;
    }

    .malzemeler .col-md-6 {
      margin: auto;
    }

    .malzemeler .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-left: 48px;
      color: white;
      font-weight: 600;
    }

    .malzemeler li {
      font-size: 20px;
    }

  .kilicdeniz-h3 {
    font-size: 28px !important;
    margin-top: 38px !important;
    color: #163e71;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
  }

  .col-news {
    width: 30%;
    margin: 18px;
    padding: 8px;
  }

    .col-news p {
      min-height: 88px;
    }

    .col-news h3 {
      margin-top: 28px;
    }

  .news-page {
    margin-top: 88px;
    margin-bottom: 88px;
  }

    .news-page .btn-group {
      width: 280px;
      margin-top: 88px;
    }

    .news-page .btn:hover {
      border: 0.4px solid #163e72;
      color: #163e72;
    }

    .news-page .col-md-8 {
      padding-left: 48px;
    }

  .btn-news {
    padding: 12px;
    border: none;
    margin-top: 18px;
    color: #ffffff;
    background-color: #97a1ae;
    font-weight: 600;
    text-align: center;
    width: 180px;
    border: 0.4px solid #c5d2e2;
  }

  .fishpl-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urunpl-detay {
    margin-top: 88px;
    margin-bottom: 128px;
  }

    .kilic-urunpl-detay .col-md-8 {
      padding-left: 48px;
    }

    .kilic-urunpl-detay .col-fn {
      margin: auto;
    }

    .kilic-urunpl-detay span {
      padding: 12px;
      background-color: #F4F4F4;
    }

  .fishpl-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-desc .col-md-6:nth-child(2) {
    padding-left: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fishpl-img {
    margin-top: 48px;
    padding-top: 128px;
  }

    .fishpl-img .col-md-8 img {
    }

  .kilic-urunlerpl {
    margin-bottom: 88px;
  }

  .productpl-box .col-md-6 {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 28px;
    margin: auto;
  }

  .productpl-box h1 {
    font-size: 22px;
  }

  .productpl-box p {
    color: #92ADD2;
  }

  .productpl-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

  .page-pl {
    margin-top: 88px;
    margin-bottom: 28px;
  }

  .manset-all-titles .bannerslide:nth-child(1) {
    border-left: 0.4px solid #ffffff5e;
  }

  .swiper-backface-hidden .swiper-slide {
    cursor: pointer;
  }

  .navbar-toggler {
    color: white;
    display: none;
  }

  #timeline-kilic {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
    color: #4b5255;
  }

    #timeline-kilic h1 {
      font-size: 24px;
      font-weight: 700;
      margin-top: 8px;
    }

    #timeline-kilic:before {
      position: absolute;
      left: 50%;
      top: 0;
      content: ' ';
      display: block;
      width: 2px;
      height: 100%;
      margin-left: -3px;
      background: rgb(200, 200, 200);
      background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(198 198 198) 8%, rgb(200 200 200) 92%, rgba(80, 80, 80, 0) 100%);
      z-index: 5;
    }

    #timeline-kilic li {
      padding-bottom: 18px;
      list-style: none;
    }

      #timeline-kilic li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }

    #timeline-kilic .direction-l {
      position: relative;
      width: 46%;
      float: left;
      text-align: right;
    }

    #timeline-kilic .direction-r {
      position: relative;
      width: 46%;
      float: right;
    }

    #timeline-kilic .flag-wrapper {
      position: relative;
      display: inline-block;
      text-align: center;
    }

    #timeline-kilic .flag {
      font-weight: 400;
      font-size: 15px;
    }

    #timeline-kilic .direction-l .flag {
      color: #708AAE;
    }

    #timeline-kilic .direction-r .flag {
      color: #708AAE;
    }

      #timeline-kilic .direction-l .flag:before, #timeline-kilic .direction-r .flag:before {
        position: absolute;
        top: 50%;
        right: -76px;
        content: ' ';
        display: block;
        width: 14px;
        height: 14px;
        margin-top: -10px;
        background: #5FA4FF;
        border-radius: 10px;
        border: 2px solid #ffffff;
        z-index: 10;
      }

      #timeline-kilic .direction-r .flag:before {
        left: -80px;
      }

    #timeline-kilic .direction-l .flag:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-left-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .direction-r .flag:after {
      content: "";
      position: absolute;
      right: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-right-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .time-wrapper {
      display: inline;
      line-height: 1em;
      font-size: 0.66666em;
      color: rgb(250, 80, 80);
      vertical-align: middle;
    }

    #timeline-kilic .direction-l .time-wrapper {
      float: left;
    }

    #timeline-kilic .direction-r .time-wrapper {
      float: right;
    }

    #timeline-kilic .time {
      display: inline-block;
      padding: 4px 6px;
      background: rgb(248, 248, 248);
    }

    #timeline-kilic .desc {
      font-size: 20px;
      color: #163e71;
      font-weight: 400;
      width: 64%;
      margin: auto;
    }

    #timeline-kilic .timeline-img {
      width: 26%;
    }

  .deger-zinciri-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .page-deger-zinciri {
    margin-bottom: 88px;
  }

  .milestones-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .milestones {
    margin-bottom: 88px;
  }

  .surdurulebilirlik-yk {
    margin-bottom: 128px;
  }

    .surdurulebilirlik-yk li {
      font-size: 18px;
      font-weight: 400;
      color: #193A67;
      line-height: 24px;
    }

    .surdurulebilirlik-yk h3 {
      font-size: 26px;
      font-weight: 500;
      color: #193A67;
      line-height: 32px;
    }

    .surdurulebilirlik-yk p {
      line-height: 38px;
    }

  .surdurulebilirlik-row {
    margin-bottom: 88px;
	position: relative;
	display: flex;
  }

  .srd-text-line-l {
    background-color: #ffffff;
    padding-right: 88px;
	margin: auto;
  }

  .srd-text-line-r {
    background-color: #ffffff;
    padding-left: 88px;
    margin: auto;
  }

  .srt-bs1 {
    font-size: 58px;
    font-weight: 300;
    color: #4ACD16;
    margin-bottom: 28px;
  }

  .srt-bs2 {
    font-size: 58px;
    font-weight: 300;
    color: #215DA6;
    margin-bottom: 28px;
  }

  .srt-bs3 {
    font-size: 58px;
    font-weight: 300;
    color: #F77A1A;
    margin-bottom: 28px;
  }

  .st-cevre {
    position: absolute;
    margin-top: 6%;
    width: 258px;
  }

  .st-insan {
    position: absolute;
    margin-top: 6%;
    width: 258px;
  }

  .st-yonetim {
    position: absolute;
    margin-top: 6%;
    width: 258px;
  }

  .srdr-rapor {
    width: 38%;
    text-align: center;
    margin: auto;
    margin-top: 48px;
  }

  .btn-srdr {
    padding: 12px;
    border: none;
    color: #ffffff;
    background-color: #4ACD16;
    font-weight: 600;
    text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 28px;
  }

    .btn-srdr img {
      width: 28px;
      margin-right: 18px;
    }

  .srdr-rapor a:hover {
    color: #ffffff;
  }

  #accordionTesisler .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #193A67;
  }

  #accordionTesisler .accordion-header {
    border: 0.4px solid #D8D8D8;
    margin-bottom: 8px;
  }

  #accordionTesisler .accordion-item {
    border: none;
  }

  #accordionTesisler .accordion-button:not(.collapsed) {
    background-color: #183a66;
    box-shadow: none;
    color: #ffffff;
  }

  #accordionTesisler .accordion-button:focus {
    box-shadow: none;
  }

  #accordionTesisler .accordion-body {
    padding-bottom: 28px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  #accordionTesisler p {
    font-size: 16px;
    margin-left: 34px;
  }

  #accordionTesisler h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 34px;
  }

  #accordionTesisler .accordion-body img {
    width: 24px;
    position: absolute;
  }

  .tesislerimiz-page .form-control {
    border-radius: 0;
    width: 80%;
    float: right;
    margin-bottom: 28px;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    background-position-x: 94%;
  }

  .accordion-body .row {
    margin-bottom: 28px;
  }

  .gmap-line {
    padding-right: 28px;
  }

  .tesis-line {
    padding-left: 28px;
  }

  .tesislerimiz-page {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tesis-title-line {
    width: 48%;
    margin: auto;
    text-align: center;
    margin-bottom: 88px;
  }

  .tesis-btn {
    background-color: #D2E1F4;
    padding: 8px;
    margin-right: 8px;
    width: 23%;
    margin-bottom: 8px;
    border-radius: 2px;
    color: #3F75BD;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
  }

  .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(199deg, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 60%) 100%);
    z-index: 5;
  }

  .btn-tesisler {
    padding: 8px;
    border: 0.4px solid #A6ACC9;
    margin-top: 48px;
    color: #193A67;
    font-weight: 600;
    text-align: center;
  }

  .btn-gonder {
    padding: 12px;
    border: none;
    margin-top: 48px;
    color: #ffffff;
    background-color: #215DA6;
    font-weight: 600;
    text-align: center;
    width: 180px;
  }

  .c-tesisler img {
    width: 24px;
    margin-right: 8px;
  }

  .c-location {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .c-adres {
    padding-left: 88px;
    margin: auto;
  }

    .c-adres .row {
      margin-bottom: 28px;
    }

  .contact-us-form-info {
    gap: 8px;
  }

  .form-floating {
    margin-top: 18px;
  }

  .contact-us-form {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .c-location h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fish-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urun-detay {
    margin-top: 88px;
  }

  .fish-title .col-fn:nth-child(1) {
    width: 20%;
  }

  .fish-title .col-fn:nth-child(2) {
    width: 80%;
  }

  .kilic-urun-detay .col-fn {
    margin: auto;
  }

  .kilic-urun-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fish-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fish-desc .col-md-6:nth-child(2) {
    padding-left: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fish-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fish-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fish-img h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fish-img {
    min-height: 588px;
    background-image: url(../images/fish-detail-back.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin-top: 48px;
    padding-top: 128px;
  }

    .fish-img .col-md-8 img {
      width: 80%;
    }

  .inside-manset {
    position: relative;
  }

  .urun-secenek-l {
    border: 0.4px solid gray;
    padding: 18px;
    width: 38%;
    margin: 4px;
  }

    .urun-secenek-l p {
      font-weight: 300;
      margin: 0px;
    }

  .urun-secenek-r {
    border: 0.4px solid gray;
    padding: 18px;
    width: 58%;
    margin: 4px;
    background-color: #edeff1;
  }

    .urun-secenek-r p {
      font-weight: 500;
      margin: 0px;
    }

  .urun-secenekleri {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .lezzet-profili {
    background-color: #163E70;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .lezzet-profili h1 {
      color: #ffffff;
    }

    .lezzet-profili p {
      color: #ffffff;
      margin: 0;
    }

    .lezzet-profili .col-md-3 {
      margin: auto;
    }

    .lezzet-profili .col-md-9 {
      margin: auto;
    }

  .pisirme-onerisi {
    background-image: url("../images/pisirme-onerisi-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .pisirme-onerisi h1 {
      color: #ffffff;
    }

    .pisirme-onerisi p {
      color: #ffffff;
      margin: 0;
    }

    .pisirme-onerisi .col-md-3 {
      margin: auto;
    }

    .pisirme-onerisi .col-md-6 {
      margin: auto;
    }

    .pisirme-onerisi .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-left: 48px;
      color: white;
      font-weight: 600;
    }

  .raf-omru {
    background-image: url("../images/raf-omru-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .raf-omru h1 {
      color: #ffffff;
    }

    .raf-omru p {
      color: #ffffff;
      margin: 0;
    }

    .raf-omru .urun-secenek-l {
      border: 0.4px solid gray;
      padding: 18px;
      width: 20%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-l p {
        font-weight: 300;
        margin: 0px;
        color: #ffffff;
      }

    .raf-omru .urun-secenek-r {
      border: 0.4px solid gray;
      padding: 18px;
      width: 20%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-r p {
        font-weight: 500;
        margin: 0px;
        color: #ffffff;
      }

  .besin-degeri {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tarif-icon {
    margin-top: 8px;
    width: 24px !important;
  }

  .col-tarifbox h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 0.4px solid #c9cdd2;
  }

  .tarifler-title {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .tarifler-list {
    margin-bottom: 88px;
  }

  .product-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

    .product-box .col-md-6 {
      padding-top: 88px;
      padding-bottom: 88px;
      padding-left: 28px;
      padding-right: 28px;
      margin: auto;
    }

    .product-box h1 {
      font-size: 34px;
    }

    .product-box p {
      color: #92ADD2;
    }

  .kilic-urunler {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .hakkimizda-first {
    background-image: url("../images/hakkimizda-fish-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hakkimizda-page-text {
    text-align: center;
    width: 48%;
    margin: auto;
    padding: 128px;
    height: 680px;
  }

  .hakkimizda-tx1 {
    margin: auto;
    padding-right: 128px;
  }

  .hakkimizda-tx2 {
    margin: auto;
    padding-left: 128px;
  }

  .hakkimizda-page {
    margin-bottom: 128px;
	margin-top: 88px;
  }

  .hakkimizda-tx3 {
    margin: auto;
    padding-right: 128px;
    padding-top: 128px;
  }

  .hakkimizda-tx4 {
    margin: auto;
    padding-left: 128px;
    padding-top: 128px;
  }

  .col-prbox .row {
    justify-content: end;
  }

  #main-urunler h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 28px;
  }

  #main-urunler h1 {
    color: #ffffff;
  }

  #main-urunler .main-urunler-box {
    border: 0.4px solid #BACDD8;
    width: 48%;
    margin: 1%;
  }

  #main-urunler .fish-link {
    padding: 28px;
  }

  #main-urunler .main-urunler-text {
    margin: auto;
    text-align: end;
  }

  #main-urunler .container {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .dropdown-menu {
    padding: 0px;
    --bs-dropdown-border-radius: 0px;
    --bs-dropdown-inner-border-radius: 0px;
    --bs-dropdown-box-shadow: none;
    --bs-dropdown-border-color: #d0d6dc;
  }

  .dropdown-item {
    background-color: #ffffff;
    color: #163e71;
    padding-left: 18px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 0.4px solid #c9d0da;
    font-size: 15px;
  }

    .dropdown-item:hover {
      color: #193a67;
      background-color: #ffffff;
    }

  #main-surdurulebilirlik {
    background-color: #EDEFF2;
    padding-top: 48px;
    padding-bottom: 48px;
  }

    #main-surdurulebilirlik .main-sleft {
      padding: 28px;
    }

    #main-surdurulebilirlik .col-md-6:nth-child(2) {
      margin: auto;
    }

    #main-surdurulebilirlik .main-sright {
      width: 78%;
    }

  #main-deger-zinciri {
    background-image: url(../images/main-deger-zinciri-back.webp);
    margin: auto;
    padding-top: 128px;
    padding-bottom: 128px;
    background-repeat: no-repeat;
    background-size: cover;
  }

    #main-deger-zinciri .main-deger-zinciri-text {
      text-align: center;
    }

    #main-deger-zinciri .col-md-2 {
      padding: 18px;
      text-align: center;
      width: 14.25%;
    }

      #main-deger-zinciri .col-md-2:nth-child(2) {
        margin-top: 48px;
      }

      #main-deger-zinciri .col-md-2:nth-child(3) {
        margin-top: 128px;
      }

      #main-deger-zinciri .col-md-2:nth-child(4) {
        margin-top: 168px;
      }

      #main-deger-zinciri .col-md-2:nth-child(5) {
        margin-top: 128px;
      }

      #main-deger-zinciri .col-md-2:nth-child(6) {
        margin-top: 48px;
      }

      #main-deger-zinciri .col-md-2 img {
        margin-bottom: 28px;
      }

    #main-deger-zinciri span {
      color: #99AFCB;
      font-size: 14px;
      font-weight: 300;
    }

    #main-deger-zinciri h2 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
    }

    #main-deger-zinciri h1 {
      color: #ffffff;
    }

    #main-deger-zinciri p {
      color: #99AFCB;
    }

  #main-urunler {
    background-image: url(../images/main-urunler-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }

  #main-pratik-lezzetler {
    margin-top: 88px;
    margin-bottom: 88px;
  }

    #main-pratik-lezzetler .fish-arrow {
      width: 12px !important;
      padding: 1px;
      margin-top: 38px;
      margin-bottom: 8px;
    }

  .owl-prev img {
    width: 48px;
  }

  .owl-next img {
    width: 48px;
  }

  footer .col-footer1 {
    width: 28%;
  }

  footer .col-footer2 {
    width: 16%;
    margin-top: 28px;
  }

  footer .col-footer3 {
    width: 14%;
    margin-top: 28px;
  }

  footer .col-footer4 {
    width: 18%;
    margin-top: 28px;
  }

  footer .col-footer5 {
    width: 12%;
    margin-top: 28px;
  }

  footer .col-footer6 {
    width: 12%;
    margin-top: 28px;
  }

  footer p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
  }

  footer a {
    color: #A5BEE1;
    font-size: 16px;
  }

    footer a:hover {
      color: #ffffff;
    }

  footer {
    background-color: #163E70;
    padding-top: 88px;
    padding-bottom: 48px;
  }

    footer .f-menu ul {
      margin: 0;
    }

    footer .social-footer .fa-brands {
      font-size: 28px;
      padding-right: 28px;
    }

    footer .col-footer1 img {
      width: 148px;
      margin-bottom: 48px;
    }

    footer .social-kvkk {
      margin-top: 88px;
    }

    footer .kvkk-aydinlatma {
      justify-content: end;
      display: flex;
    }
	
	footer .kvkk-aydinlatma a {
      font-size: 14px;
    }

    footer h2 {
      font-size: 20px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 18px;
    }

    footer .f-menu li {
      margin-bottom: 8px;
    }

  footeralt .venus-footer {
    text-align: center;
    padding: 18px;
  }

  #main-donusum {
    position: relative;
  }

    #main-donusum .main-donusum-text {
      position: absolute;
      bottom: 28%;
    }

      #main-donusum .main-donusum-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-donusum .main-donusum-text h1 {
        color: #ffffff;
        width: 40%;
        margin-top: 28px;
      }

      #main-donusum .main-donusum-text p {
        color: #ffffff;
        width: 40%;
      }

  #main-global {
    position: relative;
  }

    #main-global .main-global-text {
      position: absolute;
      bottom: 28%;
      width: 100%;
    }

      #main-global .main-global-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-global .main-global-text h1 {
        color: #ffffff;
        width: 40%;
        margin-top: 28px;
      }

      #main-global .main-global-text h2 {
        color: #A5BEE1;
        width: 40%;
        font-size: 18px;
      }

      #main-global .main-global-text p {
        color: #ffffff;
        width: 40%;
      }

    #main-global .kilic-amblem {
      text-align: end;
    }

  .navbar .col {
    width: 48px;
    flex: none;
  }

  .search-img {
    width: 24px;
  }

  #main-about-kilic .col-md-7 {
    padding: 48px;
    width: 48%;
    margin: auto;
  }

  #slider-prbox h1 {
    font-size: 20px;
    font-weight: 600;
    min-height: 148px;
  }

  #slider-prbox .col-prbox {
    padding: 28px;
    border: 0.4px solid gray;
  }

  .kilic-prbox-title {
    text-align: center;
    margin-bottom: 48px;
  }

  .f-contact-text p {
    margin: 0;
  }

  h1 {
    font-size: 48px;
    font-weight: 700;
    color: #193A67;
  }

  p {
    font-size: 20px;
    font-weight: 400;
    color: #60656d;
  }

  .owl-manset-text {
    position: absolute;
    top: 42%;
    width: 100%;
    z-index: 5;
  }

    .owl-manset-text h1 {
      font-size: 78px;
      color: #ffffff;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 28px;
      color: #ffffff;
      font-weight: 300;
    }

  .logo-w {
    width: 128px !important;
    margin: auto;
    padding-bottom: 18px;
  }

  .lang-menu {
    font-size: 16px;
    font-weight: 400;
    position: relative;
  }

    .lang-menu ul {
      display: flex;
      margin-bottom: 0;
    }

    .lang-menu li {
      padding-left: 18px;
      font-size: 16px;
      font-weight: 600;
    }

  .site-header .container {
  }

  .site-header {
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #193A67;
    padding-right: 34px;
  }

  #main-about-kilic h1 {
    font-size: 54px;
    font-weight: 600;
  }

  #main-about-kilic p {
    font-size: 20px;
    font-weight: 400;
    color: #193A67;
  }

  #main-about-kilic .row:nth-child(1) {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  #main-about-kilic .row:nth-child(2) {
    padding-bottom: 48px;
  }

  .main-amblem {
    width: 38px;
    margin: auto;
    display: flex;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
    margin-top: 48px;
  }

  .bnr-shadow-main {
    background: linear-gradient(180deg, #0000001a 38%, #00000096 74%, #000000ba 84%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .inside-manset-text {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 6;
    ;
  }

    .inside-manset-text p {
      font-size: 24px;
      color: #ffffff;
      font-weight: 300;
    }

    .inside-manset-text h1 {
      font-size: 50px;
      color: #ffffff;
      font-weight: 500;
    }

  .content-page {
    margin-top: 88px;
    margin-bottom: 128px;
  }

  .content-image {
    left: -32%;
    position: relative;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  .container {
    max-width: 80%;
  }
.urunyb-tx1 {
    padding-left: 48px;
    margin: auto;
}

.urunyb-tx2 {
    padding-right: 48px;
    margin: auto;
}
.urunyb-page-text {
    margin-bottom: 48px;
}
.send-form {
  padding: 88px;
  text-align: center;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #163e71;
  width: 1.6em;
  height: 1.6em;
  border: 0.15em solid currentColor;
  border-radius: 1.6em;
  transform: translateY(-0.2em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: #163e71;
}

input[type="radio"]:checked::before {
  transform: scale(1.4);
}

.kilic-urunler h2 {
	font-size: 28px;
    color: #163e70;
}
.kilic-urunler .col-3 {
	margin: 1%;
    width: 23%;
}
.kilic-urunler h3 {
	font-size: 20px;
    padding: 18px;
}
.kbaliklar .img-thumbnail {
	padding: 18px;
	border: none;
}
.timeline-img img {
	width: 228px;
}
  .rakamlarla-kilic {
    width: 60%;
    margin: auto;
  }

  .tarifler .btn-tarifler {
    padding: 18px;
    border: 0.4px solid #163E70;
    color: #163E70;
    font-weight: 600;
    top: 20px;
    position: relative;
  }

  .col-tarifbox .col-md-6:nth-child(2) {
    justify-items: end;
    padding-right: 28px;
  }

  .yonetim-kurulu:nth-child(1) {
    border-top: 1px solid #163e71;
  }

  .kurumsal-videolar .col-md-6 {
    padding: 18px;
  }

  .kurumsal-videolar h3 {
    margin-top: 0px !important;
  }

  .kilic-docs {
    margin-bottom: 88px;
  }

    .kilic-docs .col-md-3 img {
      width: 28px;
    }

    .kilic-docs p {
      margin-bottom: 0px;
      font-size: 18px;
    }

  .contact-line {
    display: block;
    margin-top: 28px;
  }

    .contact-line .form-check {
      margin-top: 48px;
    }

    .contact-line .form-check-label {
      font-size: 14px;
      color: #60656d;
      margin-left: 18px;
    }

    .contact-line .form-check-input {
      border: none !important;
      margin-top: 0 !important;
    }

  .form-floating > label {
    color: #60656d;
  }

  .hab p {
    font-size: 24px;
    margin-top: 18px;
  }

  input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #163e71;
    width: 1.6em;
    height: 1.6em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.2em);
    display: grid;
    place-content: center;
  }

  .form-control + .form-control {
    margin-top: 1em;
  }

  input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    background-color: #163e71;
  }

  input[type="checkbox"]:checked::before {
    transform: scale(1.4);
  }

  .form-check {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-check .form-check-input {
    border: none;
  }

  .search-form {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(82, 82, 82, .71);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 9;
  }

    .search-form .content {
      max-width: 600px;
      width: 100%;
      position: relative;
      margin: 0 60px;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: .3s all;
      transition: .3s all;
    }

      .search-form .content button.close-search-form {
        position: absolute;
        right: -30px;
        top: -45px;
        border: 0;
        background-color: transparent;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
      }

      .search-form .content input[type="text"] {
        width: 100%;
        background: #333;
        color: #fff;
        line-height: 70px;
        padding: 0 30px;
        border: none;
        outline: none;
      }

      .search-form .content .search-button {
        position: absolute;
        width: 70px;
        height: 70px;
        right: 0;
        border: 0;
        background-color: #626262;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        display: block;
        top: 0;
        padding: 24px;
      }

    .search-form.active {
      opacity: 1;
      pointer-events: visible;
    }

      .search-form.active .content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }

  .open-search {
    background-color: transparent;
    width: 36px;
    cursor: pointer;
    border: none;
    color: #626262;
    outline: none;
  }

    .open-search img {
      height: 18px;
    }

  .list-group-numbered {
    list-style: decimal inside;
    padding: 0;
  }

  .list-group-alpha {
    list-style: lower-alpha inside;
    padding: 0;
  }

  .list-group-roman {
    list-style: lower-roman inside;
    padding: 0;
  }

  .list-group-alpha > li, .list-group-numbered > li {
    display: list-item
  }

  .surdurulebilirlik-row li, .page-inside li, .milestones .desc li, .pisirme-onerisi li {
    list-style: disc;
    padding-left: 8px;
  }

  .surdurulebilirlik-row ul, .page-inside ul, .milestones .desc ul, .pisirme-onerisi ul {
    padding-left: 16px;
  }

  .malzemeler {
    color: #A5BEE1;
  }

  .main-slider {
    width: 100%;
  }

    .main-slider .swiper-slide {
      width: 100%;
      height: 100%;
      display: flex;
    }

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

  .thumb-slider {
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
  }

  .slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  .manset-all-titles {
    position: absolute;
    z-index: 19;
    margin: auto;
    margin-top: -148px;
    width: 80%;
  }

    .manset-all-titles .col-md-3 {
      padding: 28px;
      border-right: 0.4px solid #ffffff8c;
      border-top: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .col-md-3 p {
        color: #ffffff;
        line-height: 18px;
      }

    .manset-all-titles .bannerslide {
      padding: 28px;
      border-right: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .bannerslide p {
        color: #ffffffbd;
        line-height: 26px;
        font-size: 22px;
        font-weight: 300;
        margin: 0;
        min-height: 58px;
      }

  .menu-item-wrapper {
    width: 100%;
    position: relative;
  }

  .mobile-toggle {
    padding: 10px 15px;
    cursor: pointer;
    color: #666;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu {
    position: relative;
  }

    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -5px;
    }

    .dropdown-submenu > .menu-item-wrapper > .dropdown-toggle::after {
      display: inline-block;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent;
    }

  .page-inside {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .kilic-docs .col-md-3 {
    padding: 18px;
    border: 0.4px solid #98a1ac;
    border-radius: 8px;
    min-height: 128px;
    width: 23%;
    margin: 8px;
    margin-bottom: 18px;
    align-content: center;
    background-color: #ffffff;
    min-height: 168px;
  }

  .page-inside h3 {
    font-size: 36px;
    margin-top: 48px;
    margin-bottom: 28px;
    color: #163e71;
  }

  .kurucumuz-msg .col-md-5 {
    padding-right: 48px;
  }

  .yonetim-kurulu .col-md-6 {
    border-bottom: 1px solid #163e71;
    padding: 18px;
    background-color: #f9f9f97a;
  }

  .yonetim-kurulu p {
    margin: 0px;
    font-weight: 300;
  }

  .yonetim-kurulu .pname {
    font-size: 20px;
    font-weight: 500;
    color: #163E70;
    margin: 0px;
  }

  .tarifler-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

    .tarifler-box .col-md-6 {
      padding-top: 28px;
      padding-bottom: 28px;
      padding-left: 28px;
      padding-right: 28px;
      margin: auto;
    }

    .tarifler-box h1 {
      font-size: 28px;
    }

    .tarifler-box p {
      color: #92ADD2;
    }

  .kilic-tarifler {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .fishrecipe-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-recipe-detay {
    margin-top: 88px;
  }

  .fishrecipe-title .col-fn:nth-child(1) {
  }

  .fishrecipe-title .col-fn:nth-child(2) {
  }

  .kilic-recipe-detay .col-fn {
    margin: auto;
  }

  .kilic-recipe-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fishrecipe-desc {
    margin-top: 28px;
  }

    .fishrecipe-desc .col-md-5 img {
      padding-bottom: 48px;
    }

    .fishrecipe-desc .col-md-7 {
      padding-right: 48px;
      margin: auto;
    }

  .malzemeler {
    background-image: url("../images/pisirme-onerisi-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .malzemeler h1 {
      color: #ffffff;
    }

    .malzemeler p {
      color: #ffffff;
      margin: 0;
    }

    .malzemeler .col-md-3 {
      margin: auto;
    }

    .malzemeler .col-md-6 {
      margin: auto;
    }

    .malzemeler .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-left: 48px;
      color: white;
      font-weight: 600;
    }

    .malzemeler li {
      font-size: 20px;
    }

  .kilicdeniz-h3 {
    font-size: 24px !important;
    margin-top: 38px !important;
    color: #163e71;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
  }

  .col-news {
    width: 30%;
    margin: 18px;
    padding: 8px;
  }

    .col-news p {
      min-height: 88px;
    }

    .col-news h3 {
      margin-top: 28px;
    }

  .news-page {
    margin-top: 88px;
    margin-bottom: 88px;
  }

    .news-page .btn-group {
      width: 280px;
      margin-top: 88px;
    }

    .news-page .btn:hover {
      border: 0.4px solid #163e72;
      color: #163e72;
    }

    .news-page .col-md-8 {
      padding-left: 48px;
    }

  .btn-news {
    padding: 12px;
    border: none;
    margin-top: 18px;
    color: #ffffff;
    background-color: #97a1ae;
    font-weight: 600;
    text-align: center;
    width: 180px;
    border: 0.4px solid #c5d2e2;
  }

  .fishpl-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urunpl-detay {
    margin-top: 88px;
    margin-bottom: 128px;
  }

    .kilic-urunpl-detay .col-md-8 {
      padding-left: 48px;
    }

    .kilic-urunpl-detay .col-fn {
      margin: auto;
    }

    .kilic-urunpl-detay span {
      padding: 12px;
      background-color: #F4F4F4;
    }

  .fishpl-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-desc .col-md-6:nth-child(2) {
    padding-left: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fishpl-img {
    margin-top: 48px;
    padding-top: 128px;
  }

    .fishpl-img .col-md-8 img {
    }

  .kilic-urunlerpl {
    margin-bottom: 88px;
  }

  .productpl-box .col-md-6 {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 28px;
    margin: auto;
  }

  .productpl-box h1 {
    font-size: 22px;
  }

  .productpl-box p {
    color: #92ADD2;
  }

  .productpl-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

  .page-pl {
    margin-top: 88px;
    margin-bottom: 28px;
  }

  .manset-all-titles .bannerslide:nth-child(1) {
    border-left: 0.4px solid #ffffff5e;
  }

  .swiper-backface-hidden .swiper-slide {
    cursor: pointer;
  }

  .navbar-toggler {
    color: white;
    display: none;
  }

  #timeline-kilic {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
    color: #4b5255;
  }

    #timeline-kilic h1 {
      font-size: 24px;
      font-weight: 700;
      margin-top: 8px;
    }

    #timeline-kilic:before {
      position: absolute;
      left: 50%;
      top: 0;
      content: ' ';
      display: block;
      width: 2px;
      height: 100%;
      margin-left: -3px;
      background: rgb(200, 200, 200);
      background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(198 198 198) 8%, rgb(200 200 200) 92%, rgba(80, 80, 80, 0) 100%);
      z-index: 5;
    }

    #timeline-kilic li {
      padding-bottom: 18px;
      list-style: none;
    }

      #timeline-kilic li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }

    #timeline-kilic .direction-l {
      position: relative;
      width: 46%;
      float: left;
      text-align: right;
    }

    #timeline-kilic .direction-r {
      position: relative;
      width: 46%;
      float: right;
    }

    #timeline-kilic .flag-wrapper {
      position: relative;
      display: inline-block;
      text-align: center;
    }

    #timeline-kilic .flag {
      font-weight: 400;
      font-size: 15px;
    }

    #timeline-kilic .direction-l .flag {
      color: #708AAE;
    }

    #timeline-kilic .direction-r .flag {
      color: #708AAE;
    }

      #timeline-kilic .direction-l .flag:before, #timeline-kilic .direction-r .flag:before {
        position: absolute;
        top: 50%;
        right: -76px;
        content: ' ';
        display: block;
        width: 14px;
        height: 14px;
        margin-top: -10px;
        background: #5FA4FF;
        border-radius: 10px;
        border: 2px solid #ffffff;
        z-index: 10;
      }

      #timeline-kilic .direction-r .flag:before {
        left: -80px;
      }

    #timeline-kilic .direction-l .flag:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-left-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .direction-r .flag:after {
      content: "";
      position: absolute;
      right: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-right-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .time-wrapper {
      display: inline;
      line-height: 1em;
      font-size: 0.66666em;
      color: rgb(250, 80, 80);
      vertical-align: middle;
    }

    #timeline-kilic .direction-l .time-wrapper {
      float: left;
    }

    #timeline-kilic .direction-r .time-wrapper {
      float: right;
    }

    #timeline-kilic .time {
      display: inline-block;
      padding: 4px 6px;
      background: rgb(248, 248, 248);
    }

    #timeline-kilic .desc {
      font-size: 20px;
      color: #163e71;
      font-weight: 400;
      width: 64%;
      margin: auto;
    }

    #timeline-kilic .timeline-img {
      width: 26%;
    }

  .deger-zinciri-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .page-deger-zinciri {
    margin-bottom: 88px;
  }

  .milestones-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .milestones {
    margin-bottom: 88px;
  }

  .surdurulebilirlik-yk {
    margin-bottom: 128px;
  }

    .surdurulebilirlik-yk li {
      font-size: 18px;
      font-weight: 400;
      color: #193A67;
      line-height: 28px;
    }

    .surdurulebilirlik-yk h3 {
      font-size: 24px;
      font-weight: 500;
      color: #193A67;
      line-height: 32px;
    }

    .surdurulebilirlik-yk p {
      line-height: 38px;
    }

  .surdurulebilirlik-row {
    margin-bottom: 88px;
	position: relative;
	display: flex;
  }

  .srd-text-line-l {
    background-color: #ffffff;
    padding-right: 88px;
	margin: auto;
  }

  .srd-text-line-r {
    background-color: #ffffff;
    padding-left: 88px;
    margin: auto;
  }

  .srt-bs1 {
    font-size: 58px;
    font-weight: 300;
    color: #4ACD16;
    margin-bottom: 28px;
  }

  .srt-bs2 {
    font-size: 58px;
    font-weight: 300;
    color: #215DA6;
    margin-bottom: 28px;
  }

  .srt-bs3 {
    font-size: 58px;
    font-weight: 300;
    color: #F77A1A;
    margin-bottom: 28px;
  }

  .st-cevre {
    position: absolute;
    margin-top: 6%;
    width: 258px;
  }

  .st-insan {
    position: absolute;
    margin-top: 6%;
    width: 258px;
  }

  .st-yonetim {
    position: absolute;
    margin-top: 6%;
    width: 258px;
  }

  .st-yonetim {
    position: absolute;
    margin-top: 6%;
    width: 258px;
  }

  .srdr-rapor {
    width: 38%;
    text-align: center;
    margin: auto;
    margin-top: 48px;
  }

  .btn-srdr {
    padding: 12px;
    border: none;
    color: #ffffff;
    background-color: #4ACD16;
    font-weight: 600;
    text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 28px;
  }

    .btn-srdr img {
      width: 28px;
      margin-right: 18px;
    }

  .srdr-rapor a:hover {
    color: #ffffff;
  }

  #accordionTesisler .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #193A67;
  }

  #accordionTesisler .accordion-header {
    border: 0.4px solid #D8D8D8;
    margin-bottom: 8px;
  }

  #accordionTesisler .accordion-item {
    border: none;
  }

  #accordionTesisler .accordion-button:not(.collapsed) {
    background-color: #183a66;
    box-shadow: none;
    color: #ffffff;
  }

  #accordionTesisler .accordion-button:focus {
    box-shadow: none;
  }

  #accordionTesisler .accordion-body {
    padding-bottom: 28px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  #accordionTesisler p {
    font-size: 16px;
    margin-left: 34px;
  }

  #accordionTesisler h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 34px;
  }

  #accordionTesisler .accordion-body img {
    width: 24px;
    position: absolute;
  }

  .tesislerimiz-page .form-control {
    border-radius: 0;
    width: 80%;
    float: right;
    margin-bottom: 28px;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    background-position-x: 94%;
  }

  .accordion-body .row {
    margin-bottom: 28px;
  }

  .gmap-line {
    padding-right: 28px;
  }

  .tesis-line {
    padding-left: 28px;
  }

  .tesislerimiz-page {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tesis-title-line {
    width: 48%;
    margin: auto;
    text-align: center;
    margin-bottom: 88px;
  }

  .tesis-btn {
    background-color: #D2E1F4;
    padding: 8px;
    margin-right: 8px;
    width: 23%;
    margin-bottom: 8px;
    border-radius: 2px;
    color: #3F75BD;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
  }

  .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(199deg, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 60%) 100%);
    z-index: 5;
  }

  .btn-tesisler {
    padding: 8px;
    border: 0.4px solid #A6ACC9;
    margin-top: 48px;
    color: #193A67;
    font-weight: 600;
    text-align: center;
  }

  .btn-gonder {
    padding: 12px;
    border: none;
    margin-top: 48px;
    color: #ffffff;
    background-color: #215DA6;
    font-weight: 600;
    text-align: center;
    width: 180px;
  }

  .c-tesisler img {
    width: 24px;
    margin-right: 8px;
  }

  .c-location {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .c-adres {
    padding-left: 88px;
    margin: auto;
  }

    .c-adres .row {
      margin-bottom: 28px;
    }

  .contact-us-form-info {
    gap: 8px;
  }

  .form-floating {
    margin-top: 18px;
  }

  .contact-us-form {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .c-location h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fish-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urun-detay {
    margin-top: 88px;
  }

  .fish-title .col-fn:nth-child(1) {
    width: 20%;
  }

  .fish-title .col-fn:nth-child(2) {
    width: 80%;
  }

  .kilic-urun-detay .col-fn {
    margin: auto;
  }

  .kilic-urun-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fish-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fish-desc .col-md-6:nth-child(2) {
    padding-left: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fish-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fish-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fish-img h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fish-img {
    min-height: 588px;
    background-image: url(../images/fish-detail-back.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin-top: 48px;
    padding-top: 128px;
  }

    .fish-img .col-md-8 img {
      width: 80%;
    }

  .inside-manset {
    position: relative;
  }

  .urun-secenek-l {
    border: 0.4px solid gray;
    padding: 18px;
    width: 38%;
    margin: 4px;
  }

    .urun-secenek-l p {
      font-weight: 300;
      margin: 0px;
    }

  .urun-secenek-r {
    border: 0.4px solid gray;
    padding: 18px;
    width: 58%;
    margin: 4px;
    background-color: #edeff1;
  }

    .urun-secenek-r p {
      font-weight: 500;
      margin: 0px;
    }

  .urun-secenekleri {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .lezzet-profili {
    background-color: #163E70;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .lezzet-profili h1 {
      color: #ffffff;
    }

    .lezzet-profili p {
      color: #ffffff;
      margin: 0;
    }

    .lezzet-profili .col-md-3 {
      margin: auto;
    }

    .lezzet-profili .col-md-9 {
      margin: auto;
    }

  .pisirme-onerisi {
    background-image: url("../images/pisirme-onerisi-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .pisirme-onerisi h1 {
      color: #ffffff;
    }

    .pisirme-onerisi p {
      color: #ffffff;
      margin: 0;
    }

    .pisirme-onerisi .col-md-3 {
      margin: auto;
    }

    .pisirme-onerisi .col-md-6 {
      margin: auto;
    }

    .pisirme-onerisi .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-left: 48px;
      color: white;
      font-weight: 600;
    }

  .raf-omru {
    background-image: url("../images/raf-omru-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .raf-omru h1 {
      color: #ffffff;
    }

    .raf-omru p {
      color: #ffffff;
      margin: 0;
    }

    .raf-omru .urun-secenek-l {
      border: 0.4px solid gray;
      padding: 18px;
      width: 28%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-l p {
        font-weight: 300;
        margin: 0px;
        color: #ffffff;
      }

    .raf-omru .urun-secenek-r {
      border: 0.4px solid gray;
      padding: 18px;
      width: 28%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-r p {
        font-weight: 500;
        margin: 0px;
        color: #ffffff;
      }

  .besin-degeri {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tarif-icon {
    margin-top: 8px;
    width: 24px !important;
  }

  .col-tarifbox h3 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 0.4px solid #c9cdd2;
    min-height: 90px;
  }

  .tarifler-title {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .tarifler-list {
    margin-bottom: 88px;
  }

  .product-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

    .product-box .col-md-6 {
      padding-top: 88px;
      padding-bottom: 88px;
      padding-left: 28px;
      padding-right: 28px;
      margin: auto;
    }

    .product-box h1 {
      font-size: 28px;
    }

    .product-box p {
      color: #92ADD2;
    }

  .kilic-urunler {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .hakkimizda-first {
    background-image: url("../images/hakkimizda-fish-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hakkimizda-page-text {
    text-align: center;
    width: 48%;
    margin: auto;
    padding: 88px;
    height: 628px;
  }

  .hakkimizda-tx1 {
    margin: auto;
    padding-right: 128px;
  }

  .hakkimizda-tx2 {
    margin: auto;
    padding-left: 128px;
  }

  .hakkimizda-page {
    margin-bottom: 128px;
	margin-top: 88px;
  }

  .hakkimizda-tx3 {
    margin: auto;
    padding-right: 128px;
    padding-top: 128px;
  }

  .hakkimizda-tx4 {
    margin: auto;
    padding-left: 128px;
    padding-top: 128px;
  }

  .col-prbox .row {
    justify-content: end;
  }

  #main-urunler h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 28px;
  }

  #main-urunler h1 {
    color: #ffffff;
  }

  #main-urunler .main-urunler-box {
    border: 0.4px solid #BACDD8;
    width: 48%;
    margin: 1%;
  }

  #main-urunler .fish-link {
    padding: 28px;
  }

  #main-urunler .main-urunler-text {
    margin: auto;
    text-align: end;
  }

  #main-urunler .container {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .dropdown-menu {
    padding: 0px;
    --bs-dropdown-border-radius: 0px;
    --bs-dropdown-inner-border-radius: 0px;
    --bs-dropdown-box-shadow: none;
    --bs-dropdown-border-color: #d0d6dc;
  }

  .dropdown-item {
    background-color: #ffffff;
    color: #163e71;
    padding-left: 18px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 0.4px solid #c9d0da;
    font-size: 15px;
  }

    .dropdown-item:hover {
      color: #193a67;
      background-color: #ffffff;
    }

  #main-surdurulebilirlik {
    background-color: #EDEFF2;
    padding-top: 48px;
    padding-bottom: 48px;
  }

    #main-surdurulebilirlik .main-sleft {
      padding: 28px;
    }

    #main-surdurulebilirlik .col-md-6:nth-child(2) {
      margin: auto;
    }

    #main-surdurulebilirlik .main-sright {
      width: 78%;
    }

  #main-deger-zinciri {
    background-image: url(../images/main-deger-zinciri-back.webp);
    margin: auto;
    padding-top: 128px;
    padding-bottom: 128px;
    background-repeat: no-repeat;
    background-size: cover;
  }

    #main-deger-zinciri .main-deger-zinciri-text {
      text-align: center;
    }

    #main-deger-zinciri .col-md-2 {
      padding: 18px;
      text-align: center;
      width: 14.25%;
    }

      #main-deger-zinciri .col-md-2:nth-child(2) {
        margin-top: 48px;
      }

      #main-deger-zinciri .col-md-2:nth-child(3) {
        margin-top: 128px;
      }

      #main-deger-zinciri .col-md-2:nth-child(4) {
        margin-top: 168px;
      }

      #main-deger-zinciri .col-md-2:nth-child(5) {
        margin-top: 128px;
      }

      #main-deger-zinciri .col-md-2:nth-child(6) {
        margin-top: 48px;
      }

      #main-deger-zinciri .col-md-2 img {
        margin-bottom: 28px;
      }

    #main-deger-zinciri span {
      color: #99AFCB;
      font-size: 14px;
      font-weight: 300;
    }

    #main-deger-zinciri h2 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
    }

    #main-deger-zinciri h1 {
      color: #ffffff;
    }

    #main-deger-zinciri p {
      color: #99AFCB;
    }

  #main-urunler {
    background-image: url(../images/main-urunler-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }

  #main-pratik-lezzetler {
    margin-top: 88px;
    margin-bottom: 88px;
  }

    #main-pratik-lezzetler .fish-arrow {
      width: 12px !important;
      padding: 1px;
      margin-top: 38px;
      margin-bottom: 8px;
    }

  .owl-prev img {
    width: 48px;
  }

  .owl-next img {
    width: 48px;
  }

  footer .col-footer1 {
    width: 28%;
  }

  footer .col-footer2 {
    width: 16%;
    margin-top: 28px;
  }

  footer .col-footer3 {
    width: 14%;
    margin-top: 28px;
  }

  footer .col-footer4 {
    width: 18%;
    margin-top: 28px;
  }

  footer .col-footer5 {
    width: 12%;
    margin-top: 28px;
  }

  footer .col-footer6 {
    width: 12%;
    margin-top: 28px;
  }

  footer p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
  }

  footer a {
    color: #A5BEE1;
    font-size: 16px;
  }

    footer a:hover {
      color: #ffffff;
    }

  footer {
    background-color: #163E70;
    padding-top: 88px;
    padding-bottom: 48px;
  }

    footer .f-menu ul {
      margin: 0;
    }

    footer .social-footer .fa-brands {
      font-size: 28px;
      padding-right: 28px;
    }

    footer .col-footer1 img {
      width: 148px;
      margin-bottom: 48px;
    }

    footer .social-kvkk {
      margin-top: 88px;
    }

    footer .kvkk-aydinlatma {
      justify-content: end;
      display: flex;
    }
	
	footer .kvkk-aydinlatma a {
      font-size: 14px;
    }

    footer h2 {
      font-size: 20px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 18px;
    }

    footer .f-menu li {
      margin-bottom: 8px;
    }

  footeralt .venus-footer {
    text-align: center;
    padding: 18px;
  }

  #main-donusum {
    position: relative;
  }

    #main-donusum .main-donusum-text {
      position: absolute;
      bottom: 28%;
    }

      #main-donusum .main-donusum-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-donusum .main-donusum-text h1 {
        color: #ffffff;
        width: 40%;
        margin-top: 28px;
      }

      #main-donusum .main-donusum-text p {
        color: #ffffff;
        width: 40%;
      }

  #main-global {
    position: relative;
  }

    #main-global .main-global-text {
      position: absolute;
      bottom: 28%;
      width: 100%;
    }

      #main-global .main-global-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-global .main-global-text h1 {
        color: #ffffff;
        width: 40%;
        margin-top: 28px;
      }

      #main-global .main-global-text h2 {
        color: #A5BEE1;
        width: 40%;
        font-size: 18px;
      }

      #main-global .main-global-text p {
        color: #ffffff;
        width: 40%;
      }

    #main-global .kilic-amblem {
      text-align: end;
    }

  .navbar .col {
    width: 48px;
    flex: none;
  }

  .search-img {
    width: 24px;
  }

  #main-about-kilic .col-md-7 {
    padding: 48px;
    width: 48%;
    margin: auto;
  }

  #slider-prbox h1 {
    font-size: 20px;
    font-weight: 600;
    min-height: 148px;
  }

  #slider-prbox .col-prbox {
    padding: 28px;
    border: 0.4px solid gray;
  }

  .kilic-prbox-title {
    text-align: center;
    margin-bottom: 48px;
  }

  .f-contact-text p {
    margin: 0;
  }

  h1 {
    font-size: 42px;
    font-weight: 700;
    color: #193A67;
  }

  p {
    font-size: 20px;
    font-weight: 400;
    color: #60656d;
  }

  .owl-manset-text {
    position: absolute;
    top: 42%;
    width: 100%;
    z-index: 5;
  }

    .owl-manset-text h1 {
      font-size: 78px;
      color: #ffffff;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 28px;
      color: #ffffff;
      font-weight: 300;
    }

  .logo-w {
    width: 128px !important;
    margin: auto;
    padding-bottom: 18px;
  }

  .lang-menu {
    font-size: 16px;
    font-weight: 400;
    position: relative;
  }

    .lang-menu ul {
      display: flex;
      margin-bottom: 0;
    }

    .lang-menu li {
      padding-left: 18px;
      font-size: 16px;
      font-weight: 600;
    }

  .site-header .container {
  }

  .site-header {
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #193A67;
    padding-right: 34px;
  }

  #main-about-kilic h1 {
    font-size: 54px;
    font-weight: 600;
  }

  #main-about-kilic p {
    font-size: 20px;
    font-weight: 400;
    color: #193A67;
  }

  #main-about-kilic .row:nth-child(1) {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  #main-about-kilic .row:nth-child(2) {
    padding-bottom: 48px;
  }

  .main-amblem {
    width: 38px;
    margin: auto;
    display: flex;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
    margin-top: 48px;
  }

  .bnr-shadow-main {
    background: linear-gradient(180deg, #0000001a 38%, #00000096 74%, #000000ba 84%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .inside-manset-text {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 6;
    ;
  }

    .inside-manset-text p {
      font-size: 24px;
      color: #ffffff;
      font-weight: 300;
    }

    .inside-manset-text h1 {
      font-size: 50px;
      color: #ffffff;
      font-weight: 500;
    }

  .content-page {
    margin-top: 88px;
    margin-bottom: 128px;
  }

  .content-image {
    left: -32%;
    position: relative;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  .container {
    max-width: 90%;
  }
.urunyb-tx1 {
    padding-left: 48px;
    margin: auto;
}

.urunyb-tx2 {
    padding-right: 48px;
    margin: auto;
}
.urunyb-page-text {
    margin-bottom: 48px;
}
.send-form {
  padding: 88px;
  text-align: center;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #163e71;
  width: 1.6em;
  height: 1.6em;
  border: 0.15em solid currentColor;
  border-radius: 1.6em;
  transform: translateY(-0.2em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: #163e71;
}

input[type="radio"]:checked::before {
  transform: scale(1.4);
}

.kilic-urunler h2 {
	font-size: 28px;
    color: #163e70;
}
.kilic-urunler .col-3 {
	margin: 1%;
    width: 23%;
}
.kilic-urunler h3 {
	font-size: 20px;
    padding: 18px;
}
.kbaliklar .img-thumbnail {
	padding: 18px;
	border: none;
}
.timeline-img img {
	width: 228px;
}
  .rakamlarla-kilic {
    width: 60%;
    margin: auto;
  }

  .tarifler .btn-tarifler {
    padding: 18px;
    border: 0.4px solid #163E70;
    color: #163E70;
    font-weight: 600;
    top: 20px;
    position: relative;
  }

  .col-tarifbox .col-md-6:nth-child(2) {
    justify-items: end;
    padding-right: 28px;
  }

  .yonetim-kurulu:nth-child(1) {
    border-top: 1px solid #163e71;
  }

  .kurumsal-videolar .col-md-6 {
    padding: 18px;
  }

  .kurumsal-videolar h3 {
    margin-top: 0px !important;
  }

  .kilic-docs {
    margin-bottom: 88px;
  }

    .kilic-docs .col-md-3 img {
      width: 28px;
    }

    .kilic-docs p {
      margin-bottom: 0px;
      font-size: 18px;
    }

  .contact-line {
    display: block;
    margin-top: 28px;
  }

    .contact-line .form-check {
      margin-top: 48px;
    }

    .contact-line .form-check-label {
      font-size: 14px;
      color: #60656d;
      margin-left: 18px;
    }

    .contact-line .form-check-input {
      border: none !important;
      margin-top: 0 !important;
    }

  .form-floating > label {
    color: #60656d;
  }

  .hab p {
    font-size: 24px;
    margin-top: 18px;
  }

  input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #163e71;
    width: 1.6em;
    height: 1.6em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.2em);
    display: grid;
    place-content: center;
  }

  .form-control + .form-control {
    margin-top: 1em;
  }

  input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    background-color: #163e71;
  }

  input[type="checkbox"]:checked::before {
    transform: scale(1.4);
  }

  .form-check {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-check .form-check-input {
    border: none;
  }

  .search-form {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(82, 82, 82, .71);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 9;
  }

    .search-form .content {
      max-width: 600px;
      width: 100%;
      position: relative;
      margin: 0 60px;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: .3s all;
      transition: .3s all;
    }

      .search-form .content button.close-search-form {
        position: absolute;
        right: -30px;
        top: -45px;
        border: 0;
        background-color: transparent;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
      }

      .search-form .content input[type="text"] {
        width: 100%;
        background: #333;
        color: #fff;
        line-height: 70px;
        padding: 0 30px;
        border: none;
        outline: none;
      }

      .search-form .content .search-button {
        position: absolute;
        width: 70px;
        height: 70px;
        right: 0;
        border: 0;
        background-color: #626262;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        display: block;
        top: 0;
        padding: 24px;
      }

    .search-form.active {
      opacity: 1;
      pointer-events: visible;
    }

      .search-form.active .content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }

  .open-search {
    background-color: transparent;
    width: 36px;
    cursor: pointer;
    border: none;
    color: #626262;
    outline: none;
  }

    .open-search img {
      height: 18px;
    }

  .list-group-numbered {
    list-style: decimal inside;
    padding: 0;
  }

  .list-group-alpha {
    list-style: lower-alpha inside;
    padding: 0;
  }

  .list-group-roman {
    list-style: lower-roman inside;
    padding: 0;
  }

  .list-group-alpha > li, .list-group-numbered > li {
    display: list-item
  }

  .surdurulebilirlik-row li, .page-inside li, .milestones .desc li, .pisirme-onerisi li {
    list-style: disc;
    padding-left: 8px;
  }

  .surdurulebilirlik-row ul, .page-inside ul, .milestones .desc ul, .pisirme-onerisi ul {
    padding-left: 16px;
  }

  .malzemeler {
    color: #A5BEE1;
  }

  .main-slider {
    width: 100%;
  }

    .main-slider .swiper-slide {
      width: 100%;
      height: 100%;
      display: flex;
    }

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

  .thumb-slider {
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
  }

  .slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  .manset-all-titles {
    position: absolute;
    z-index: 19;
    margin: auto;
    margin-top: -148px;
    width: 80%;
  }

    .manset-all-titles .col-md-3 {
      padding: 28px;
      border-right: 0.4px solid #ffffff8c;
      border-top: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .col-md-3 p {
        color: #ffffff;
        line-height: 18px;
      }

    .manset-all-titles .bannerslide {
      padding: 28px;
      border-right: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .bannerslide p {
        color: #ffffffbd;
        line-height: 24px;
        font-size: 20px;
        font-weight: 300;
        margin: 0;
        min-height: 58px;
      }

  .menu-item-wrapper {
    width: 100%;
    position: relative;
  }

  .mobile-toggle {
    padding: 10px 15px;
    cursor: pointer;
    color: #666;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu {
    position: relative;
  }

    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -5px;
    }

    .dropdown-submenu > .menu-item-wrapper > .dropdown-toggle::after {
      display: inline-block;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent;
    }

  .page-inside {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .kilic-docs .col-md-3 {
    padding: 18px;
    border: 0.4px solid #98a1ac;
    border-radius: 8px;
    min-height: 128px;
    width: 23%;
    margin: 8px;
    margin-bottom: 18px;
    align-content: center;
    background-color: #ffffff;
    min-height: 168px;
  }

  .page-inside h3 {
    font-size: 36px;
    margin-top: 48px;
    margin-bottom: 28px;
    color: #163e71;
  }

  .kurucumuz-msg .col-md-5 {
    padding-right: 48px;
  }

  .yonetim-kurulu .col-md-6 {
    border-bottom: 1px solid #163e71;
    padding: 18px;
    background-color: #f9f9f97a;
  }

  .yonetim-kurulu p {
    margin: 0px;
    font-weight: 300;
  }

  .yonetim-kurulu .pname {
    font-size: 20px;
    font-weight: 500;
    color: #163E70;
    margin: 0px;
  }

  .tarifler-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

    .tarifler-box .col-md-6 {
      padding-top: 28px;
      padding-bottom: 28px;
      padding-left: 28px;
      padding-right: 28px;
      margin: auto;
    }

    .tarifler-box h1 {
      font-size: 28px;
    }

    .tarifler-box p {
      color: #92ADD2;
    }

  .kilic-tarifler {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .fishrecipe-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-recipe-detay {
    margin-top: 88px;
  }

  .fishrecipe-title .col-fn:nth-child(1) {
  }

  .fishrecipe-title .col-fn:nth-child(2) {
  }

  .kilic-recipe-detay .col-fn {
    margin: auto;
  }

  .kilic-recipe-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fishrecipe-desc {
    margin-top: 28px;
  }

    .fishrecipe-desc .col-md-5 img {
      padding-bottom: 48px;
    }

    .fishrecipe-desc .col-md-7 {
      padding-right: 48px;
      margin: auto;
    }

  .malzemeler {
    background-image: url("../images/pisirme-onerisi-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .malzemeler h1 {
      color: #ffffff;
    }

    .malzemeler p {
      color: #ffffff;
      margin: 0;
    }

    .malzemeler .col-md-3 {
      margin: auto;
    }

    .malzemeler .col-md-6 {
      margin: auto;
    }

    .malzemeler .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-left: 48px;
      color: white;
      font-weight: 600;
    }

    .malzemeler li {
      font-size: 20px;
    }

  .kilicdeniz-h3 {
    font-size: 22px !important;
    margin-top: 38px !important;
    color: #163e71;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
  }

  .col-news {
    width: 30%;
    margin: 18px;
    padding: 8px;
  }

    .col-news p {
      min-height: 88px;
    }

    .col-news h3 {
      margin-top: 28px;
    }

  .news-page {
    margin-top: 88px;
    margin-bottom: 88px;
  }

    .news-page .btn-group {
      width: 280px;
      margin-top: 88px;
    }

    .news-page .btn:hover {
      border: 0.4px solid #163e72;
      color: #163e72;
    }

    .news-page .col-md-8 {
      padding-left: 48px;
    }

  .btn-news {
    padding: 12px;
    border: none;
    margin-top: 18px;
    color: #ffffff;
    background-color: #97a1ae;
    font-weight: 600;
    text-align: center;
    width: 180px;
    border: 0.4px solid #c5d2e2;
  }

  .fishpl-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urunpl-detay {
    margin-top: 88px;
    margin-bottom: 128px;
  }

    .kilic-urunpl-detay .col-md-8 {
      padding-left: 48px;
    }

    .kilic-urunpl-detay .col-fn {
      margin: auto;
    }

    .kilic-urunpl-detay span {
      padding: 12px;
      background-color: #F4F4F4;
    }

  .fishpl-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-desc .col-md-6:nth-child(2) {
    padding-left: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fishpl-img {
    margin-top: 48px;
    padding-top: 128px;
  }

    .fishpl-img .col-md-8 img {
    }

  .kilic-urunlerpl {
    margin-bottom: 88px;
  }

  .productpl-box .col-md-6 {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 28px;
    margin: auto;
  }

  .productpl-box h1 {
    font-size: 22px;
  }

  .productpl-box p {
    color: #92ADD2;
  }

  .productpl-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

  .page-pl {
    margin-top: 88px;
    margin-bottom: 28px;
  }

  .manset-all-titles .bannerslide:nth-child(1) {
    border-left: 0.4px solid #ffffff5e;
  }

  .swiper-backface-hidden .swiper-slide {
    cursor: pointer;
  }

  .navbar-toggler {
    color: white;
    display: none;
  }

  #timeline-kilic {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
    color: #4b5255;
  }

    #timeline-kilic h1 {
      font-size: 24px;
      font-weight: 700;
      margin-top: 8px;
    }

    #timeline-kilic:before {
      position: absolute;
      left: 50%;
      top: 0;
      content: ' ';
      display: block;
      width: 2px;
      height: 100%;
      margin-left: -3px;
      background: rgb(200, 200, 200);
      background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(198 198 198) 8%, rgb(200 200 200) 92%, rgba(80, 80, 80, 0) 100%);
      z-index: 5;
    }

    #timeline-kilic li {
      padding-bottom: 18px;
      list-style: none;
    }

      #timeline-kilic li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }

    #timeline-kilic .direction-l {
      position: relative;
      width: 46%;
      float: left;
      text-align: right;
    }

    #timeline-kilic .direction-r {
      position: relative;
      width: 46%;
      float: right;
    }

    #timeline-kilic .flag-wrapper {
      position: relative;
      display: inline-block;
      text-align: center;
    }

    #timeline-kilic .flag {
      font-weight: 400;
      font-size: 15px;
    }

    #timeline-kilic .direction-l .flag {
      color: #708AAE;
    }

    #timeline-kilic .direction-r .flag {
      color: #708AAE;
    }

      #timeline-kilic .direction-l .flag:before, #timeline-kilic .direction-r .flag:before {
        position: absolute;
        top: 50%;
        right: -76px;
        content: ' ';
        display: block;
        width: 14px;
        height: 14px;
        margin-top: -10px;
        background: #5FA4FF;
        border-radius: 10px;
        border: 2px solid #ffffff;
        z-index: 10;
      }

      #timeline-kilic .direction-r .flag:before {
        left: -80px;
      }

    #timeline-kilic .direction-l .flag:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-left-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .direction-r .flag:after {
      content: "";
      position: absolute;
      right: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-right-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .time-wrapper {
      display: inline;
      line-height: 1em;
      font-size: 0.66666em;
      color: rgb(250, 80, 80);
      vertical-align: middle;
    }

    #timeline-kilic .direction-l .time-wrapper {
      float: left;
    }

    #timeline-kilic .direction-r .time-wrapper {
      float: right;
    }

    #timeline-kilic .time {
      display: inline-block;
      padding: 4px 6px;
      background: rgb(248, 248, 248);
    }

    #timeline-kilic .desc {
      font-size: 20px;
      color: #163e71;
      font-weight: 400;
      width: 64%;
      margin: auto;
    }

    #timeline-kilic .timeline-img {
      width: 26%;
    }

  .deger-zinciri-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .page-deger-zinciri {
    margin-bottom: 88px;
  }

  .milestones-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .milestones {
    margin-bottom: 88px;
  }

  .surdurulebilirlik-yk {
    margin-bottom: 128px;
  }

    .surdurulebilirlik-yk li {
      font-size: 18px;
      font-weight: 400;
      color: #193A67;
      line-height: 24px;
    }

    .surdurulebilirlik-yk h3 {
      font-size: 22px;
      font-weight: 500;
      color: #193A67;
      line-height: 24px;
    }

    .surdurulebilirlik-yk p {
      line-height: 28px;
    }

  .surdurulebilirlik-row {
    margin-bottom: 88px;
	position: relative;
	display: flex;
  }

  .srd-text-line-l {
    background-color: #ffffff;
    padding-right: 88px;
	margin: auto;
  }

  .srd-text-line-r {
    background-color: #ffffff;
    padding-left: 88px;
    margin: auto;
  }

  .srt-bs1 {
    font-size: 58px;
    font-weight: 300;
    color: #4ACD16;
    margin-bottom: 28px;
  }

  .srt-bs2 {
    font-size: 58px;
    font-weight: 300;
    color: #215DA6;
    margin-bottom: 28px;
  }

  .srt-bs3 {
    font-size: 58px;
    font-weight: 300;
    color: #F77A1A;
    margin-bottom: 28px;
  }

  .st-cevre {
    position: absolute;
    margin-top: 6%;
    width: 208px;
  }

  .st-insan {
    position: absolute;
    margin-top: 6%;
    width: 208px;
  }

  .st-yonetim {
    position: absolute;
    margin-top: 6%;
    width: 208px;
  }

  .srdr-rapor {
    width: 38%;
    text-align: center;
    margin: auto;
    margin-top: 48px;
  }

  .btn-srdr {
    padding: 12px;
    border: none;
    color: #ffffff;
    background-color: #4ACD16;
    font-weight: 600;
    text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 28px;
  }

    .btn-srdr img {
      width: 28px;
      margin-right: 18px;
    }

  .srdr-rapor a:hover {
    color: #ffffff;
  }

  #accordionTesisler .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #193A67;
  }

  #accordionTesisler .accordion-header {
    border: 0.4px solid #D8D8D8;
    margin-bottom: 8px;
  }

  #accordionTesisler .accordion-item {
    border: none;
  }

  #accordionTesisler .accordion-button:not(.collapsed) {
    background-color: #183a66;
    box-shadow: none;
    color: #ffffff;
  }

  #accordionTesisler .accordion-button:focus {
    box-shadow: none;
  }

  #accordionTesisler .accordion-body {
    padding-bottom: 28px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  #accordionTesisler p {
    font-size: 16px;
    margin-left: 34px;
  }

  #accordionTesisler h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 34px;
  }

  #accordionTesisler .accordion-body img {
    width: 24px;
    position: absolute;
  }

  .tesislerimiz-page .form-control {
    border-radius: 0;
    width: 80%;
    float: right;
    margin-bottom: 28px;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    background-position-x: 94%;
  }

  .accordion-body .row {
    margin-bottom: 28px;
  }

  .gmap-line {
    padding-right: 28px;
  }

  .tesis-line {
    padding-left: 28px;
  }

  .tesislerimiz-page {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tesis-title-line {
    width: 48%;
    margin: auto;
    text-align: center;
    margin-bottom: 88px;
  }

  .tesis-btn {
    background-color: #D2E1F4;
    padding: 8px;
    margin-right: 8px;
    width: 23%;
    margin-bottom: 8px;
    border-radius: 2px;
    color: #3F75BD;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
  }

  .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(199deg, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 60%) 100%);
    z-index: 5;
  }

  .btn-tesisler {
    padding: 8px;
    border: 0.4px solid #A6ACC9;
    margin-top: 48px;
    color: #193A67;
    font-weight: 600;
    text-align: center;
  }

  .btn-gonder {
    padding: 12px;
    border: none;
    margin-top: 48px;
    color: #ffffff;
    background-color: #215DA6;
    font-weight: 600;
    text-align: center;
    width: 180px;
  }

  .c-tesisler img {
    width: 24px;
    margin-right: 8px;
  }

  .c-location {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .c-adres {
    padding-left: 88px;
    margin: auto;
  }

    .c-adres .row {
      margin-bottom: 28px;
    }

  .contact-us-form-info {
    gap: 8px;
  }

  .form-floating {
    margin-top: 18px;
  }

  .contact-us-form {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .c-location h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fish-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urun-detay {
    margin-top: 88px;
  }

  .fish-title .col-fn:nth-child(1) {
    width: 20%;
  }

  .fish-title .col-fn:nth-child(2) {
    width: 80%;
  }

  .kilic-urun-detay .col-fn {
    margin: auto;
  }

  .kilic-urun-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fish-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fish-desc .col-md-6:nth-child(2) {
    padding-left: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fish-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fish-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fish-img h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fish-img {
    min-height: 588px;
    background-image: url(../images/fish-detail-back.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin-top: 48px;
    padding-top: 128px;
  }

    .fish-img .col-md-8 img {
      width: 80%;
    }

  .inside-manset {
    position: relative;
  }

  .urun-secenek-l {
    border: 0.4px solid gray;
    padding: 18px;
    width: 38%;
    margin: 4px;
  }

    .urun-secenek-l p {
      font-weight: 300;
      margin: 0px;
    }

  .urun-secenek-r {
    border: 0.4px solid gray;
    padding: 18px;
    width: 58%;
    margin: 4px;
    background-color: #edeff1;
  }

    .urun-secenek-r p {
      font-weight: 500;
      margin: 0px;
    }

  .urun-secenekleri {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .lezzet-profili {
    background-color: #163E70;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .lezzet-profili h1 {
      color: #ffffff;
    }

    .lezzet-profili p {
      color: #ffffff;
      margin: 0;
    }

    .lezzet-profili .col-md-3 {
      margin: auto;
    }

    .lezzet-profili .col-md-9 {
      margin: auto;
    }

  .pisirme-onerisi {
    background-image: url("../images/pisirme-onerisi-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .pisirme-onerisi h1 {
      color: #ffffff;
    }

    .pisirme-onerisi p {
      color: #ffffff;
      margin: 0;
    }

    .pisirme-onerisi .col-md-3 {
      margin: auto;
    }

    .pisirme-onerisi .col-md-6 {
      margin: auto;
    }

    .pisirme-onerisi .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-left: 48px;
      color: white;
      font-weight: 600;
    }

  .raf-omru {
    background-image: url("../images/raf-omru-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .raf-omru h1 {
      color: #ffffff;
    }

    .raf-omru p {
      color: #ffffff;
      margin: 0;
    }

    .raf-omru .urun-secenek-l {
      border: 0.4px solid gray;
      padding: 18px;
      width: 20%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-l p {
        font-weight: 300;
        margin: 0px;
        color: #ffffff;
      }

    .raf-omru .urun-secenek-r {
      border: 0.4px solid gray;
      padding: 18px;
      width: 20%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-r p {
        font-weight: 500;
        margin: 0px;
        color: #ffffff;
      }

  .besin-degeri {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tarif-icon {
    margin-top: 8px;
    width: 24px !important;
  }

  .col-tarifbox h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 0.4px solid #c9cdd2;
  }

  .tarifler-title {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .tarifler-list {
    margin-bottom: 88px;
  }

  .product-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

    .product-box .col-md-6 {
      padding-top: 88px;
      padding-bottom: 88px;
      padding-left: 28px;
      padding-right: 28px;
      margin: auto;
    }

    .product-box h1 {
      font-size: 28px;
    }

    .product-box p {
      color: #92ADD2;
    }

  .kilic-urunler {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .hakkimizda-first {
    background-image: url("../images/hakkimizda-fish-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hakkimizda-page-text {
    text-align: center;
    width: 48%;
    margin: auto;
    padding: 128px;
    height: 680px;
  }

  .hakkimizda-tx1 {
    margin: auto;
    padding-right: 128px;
  }

  .hakkimizda-tx2 {
    margin: auto;
    padding-left: 128px;
  }

  .hakkimizda-page {
    margin-bottom: 128px;
	margin-top: 88px;
  }

  .hakkimizda-tx3 {
    margin: auto;
    padding-right: 128px;
    padding-top: 128px;
  }

  .hakkimizda-tx4 {
    margin: auto;
    padding-left: 128px;
    padding-top: 128px;
  }

  .col-prbox .row {
    justify-content: end;
  }

  #main-urunler h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 28px;
  }

  #main-urunler h1 {
    color: #ffffff;
  }

  #main-urunler .main-urunler-box {
    border: 0.4px solid #BACDD8;
    width: 48%;
    margin: 1%;
  }

  #main-urunler .fish-link {
    padding: 28px;
  }

  #main-urunler .main-urunler-text {
    margin: auto;
    text-align: end;
  }

  #main-urunler .container {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .dropdown-menu {
    padding: 0px;
    --bs-dropdown-border-radius: 0px;
    --bs-dropdown-inner-border-radius: 0px;
    --bs-dropdown-box-shadow: none;
    --bs-dropdown-border-color: #d0d6dc;
  }

  .dropdown-item {
    background-color: #ffffff;
    color: #163e71;
    padding-left: 18px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 0.4px solid #c9d0da;
    font-size: 15px;
  }

    .dropdown-item:hover {
      color: #193a67;
      background-color: #ffffff;
    }

  #main-surdurulebilirlik {
    background-color: #EDEFF2;
    padding-top: 48px;
    padding-bottom: 48px;
  }

    #main-surdurulebilirlik .main-sleft {
      padding: 28px;
    }

    #main-surdurulebilirlik .col-md-6:nth-child(2) {
      margin: auto;
    }

    #main-surdurulebilirlik .main-sright {
      width: 78%;
    }

  #main-deger-zinciri {
    background-image: url(../images/main-deger-zinciri-back.webp);
    margin: auto;
    padding-top: 128px;
    padding-bottom: 128px;
    background-repeat: no-repeat;
    background-size: cover;
  }

    #main-deger-zinciri .main-deger-zinciri-text {
      text-align: center;
    }

    #main-deger-zinciri .col-md-2 {
      padding: 18px;
      text-align: center;
      width: 14.25%;
    }

      #main-deger-zinciri .col-md-2:nth-child(2) {
        margin-top: 48px;
      }

      #main-deger-zinciri .col-md-2:nth-child(3) {
        margin-top: 128px;
      }

      #main-deger-zinciri .col-md-2:nth-child(4) {
        margin-top: 168px;
      }

      #main-deger-zinciri .col-md-2:nth-child(5) {
        margin-top: 128px;
      }

      #main-deger-zinciri .col-md-2:nth-child(6) {
        margin-top: 48px;
      }

      #main-deger-zinciri .col-md-2 img {
        margin-bottom: 28px;
      }

    #main-deger-zinciri span {
      color: #99AFCB;
      font-size: 14px;
      font-weight: 300;
    }

    #main-deger-zinciri h2 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
    }

    #main-deger-zinciri h1 {
      color: #ffffff;
    }

    #main-deger-zinciri p {
      color: #99AFCB;
    }

  #main-urunler {
    background-image: url(../images/main-urunler-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }

  #main-pratik-lezzetler {
    margin-top: 88px;
    margin-bottom: 88px;
  }

    #main-pratik-lezzetler .fish-arrow {
      width: 12px !important;
      padding: 1px;
      margin-top: 38px;
      margin-bottom: 8px;
    }

  .owl-prev img {
    width: 48px;
  }

  .owl-next img {
    width: 48px;
  }

  footer .col-footer1 {
    width: 28%;
  }

  footer .col-footer2 {
    width: 16%;
    margin-top: 28px;
  }

  footer .col-footer3 {
    width: 14%;
    margin-top: 28px;
  }

  footer .col-footer4 {
    width: 18%;
    margin-top: 28px;
  }

  footer .col-footer5 {
    width: 12%;
    margin-top: 28px;
  }

  footer .col-footer6 {
    width: 12%;
    margin-top: 28px;
  }

  footer p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
  }

  footer a {
    color: #A5BEE1;
    font-size: 16px;
  }

    footer a:hover {
      color: #ffffff;
    }

  footer {
    background-color: #163E70;
    padding-top: 88px;
    padding-bottom: 48px;
  }

    footer .f-menu ul {
      margin: 0;
    }

    footer .social-footer .fa-brands {
      font-size: 28px;
      padding-right: 28px;
    }

    footer .col-footer1 img {
      width: 148px;
      margin-bottom: 48px;
    }

    footer .social-kvkk {
      margin-top: 88px;
    }

    footer .kvkk-aydinlatma {
      justify-content: end;
      display: flex;
    }
	
	footer .kvkk-aydinlatma a {
      font-size: 14px;
    }

    footer h2 {
      font-size: 20px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 18px;
    }

    footer .f-menu li {
      margin-bottom: 8px;
    }

  footeralt .venus-footer {
    text-align: center;
    padding: 18px;
  }

  #main-donusum {
    position: relative;
  }

    #main-donusum .main-donusum-text {
      position: absolute;
      bottom: 28%;
    }

      #main-donusum .main-donusum-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-donusum .main-donusum-text h1 {
        color: #ffffff;
        width: 40%;
        margin-top: 28px;
      }

      #main-donusum .main-donusum-text p {
        color: #ffffff;
        width: 40%;
      }

  #main-global {
    position: relative;
  }

    #main-global .main-global-text {
      position: absolute;
      bottom: 28%;
      width: 100%;
    }

      #main-global .main-global-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-global .main-global-text h1 {
        color: #ffffff;
        width: 40%;
        margin-top: 28px;
      }

      #main-global .main-global-text h2 {
        color: #A5BEE1;
        width: 40%;
        font-size: 18px;
      }

      #main-global .main-global-text p {
        color: #ffffff;
        width: 40%;
      }

    #main-global .kilic-amblem {
      text-align: end;
    }

  .navbar .col {
    width: 48px;
    flex: none;
  }

  .search-img {
    width: 24px;
  }

  #main-about-kilic .col-md-7 {
    padding: 48px;
    width: 48%;
    margin: auto;
  }

  #slider-prbox h1 {
    font-size: 20px;
    font-weight: 600;
    min-height: 148px;
  }

  #slider-prbox .col-prbox {
    padding: 22px;
    border: 0.4px solid gray;
  }

  .kilic-prbox-title {
    text-align: center;
    margin-bottom: 48px;
  }

  .f-contact-text p {
    margin: 0;
  }

  h1 {
    font-size: 40px;
    font-weight: 700;
    color: #193A67;
  }

  p {
    font-size: 18px;
    font-weight: 400;
    color: #60656d;
  }

  .owl-manset-text {
    position: absolute;
    top: 42%;
    width: 100%;
    z-index: 5;
  }

    .owl-manset-text h1 {
      font-size: 78px;
      color: #ffffff;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 28px;
      color: #ffffff;
      font-weight: 300;
    }

  .logo-w {
    width: 128px !important;
    margin: auto;
    padding-bottom: 18px;
  }

  .lang-menu {
    font-size: 16px;
    font-weight: 400;
    position: relative;
  }

    .lang-menu ul {
      display: flex;
      margin-bottom: 0;
    }

    .lang-menu li {
      padding-left: 18px;
      font-size: 16px;
      font-weight: 600;
    }

  .site-header .container {
  }

  .site-header {
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #193A67;
    padding-right: 34px;
  }

  #main-about-kilic h1 {
    font-size: 54px;
    font-weight: 600;
  }

  #main-about-kilic p {
    font-size: 20px;
    font-weight: 400;
    color: #193A67;
  }

  #main-about-kilic .row:nth-child(1) {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  #main-about-kilic .row:nth-child(2) {
    padding-bottom: 48px;
  }

  .main-amblem {
    width: 38px;
    margin: auto;
    display: flex;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
    margin-top: 48px;
  }

  .bnr-shadow-main {
    background: linear-gradient(180deg, #0000001a 38%, #00000096 74%, #000000ba 84%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .inside-manset-text {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 6;
    ;
  }

    .inside-manset-text p {
      font-size: 22px;
      color: #ffffff;
      font-weight: 300;
    }

    .inside-manset-text h1 {
      font-size: 42px;
      color: #ffffff;
      font-weight: 500;
    }

  .content-page {
    margin-top: 88px;
    margin-bottom: 128px;
  }

  .content-image {
    left: -32%;
    position: relative;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .container {
    max-width: 90%;
  }
.urunyb-tx1 {
    padding-left: 48px;
    margin: auto;
}

.urunyb-tx2 {
    padding-right: 48px;
    margin: auto;
}
.urunyb-page-text {
    margin-bottom: 48px;
}
.send-form {
  padding: 88px;
  text-align: center;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #163e71;
  width: 1.6em;
  height: 1.6em;
  border: 0.15em solid currentColor;
  border-radius: 1.6em;
  transform: translateY(-0.2em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: #163e71;
}

input[type="radio"]:checked::before {
  transform: scale(1.4);
}

.kilic-urunler h2 {
	font-size: 28px;
    color: #163e70;
}
.kilic-urunler .col-3 {
	margin: 1%;
    width: 23%;
}
.kilic-urunler h3 {
	font-size: 20px;
    padding: 18px;
}
.kbaliklar .img-thumbnail {
	padding: 18px;
	border: none;
}
.timeline-img img {
	width: 228px;
}
  .rakamlarla-kilic {
    width: 60%;
    margin: auto;
  }

  .tarifler .btn-tarifler {
    padding: 18px;
    border: 0.4px solid #163E70;
    color: #163E70;
    font-weight: 600;
    top: 20px;
    position: relative;
  }

  .col-tarifbox .col-md-6:nth-child(2) {
    justify-items: end;
    padding-right: 28px;
  }

  .yonetim-kurulu:nth-child(1) {
    border-top: 1px solid #163e71;
  }

  .kurumsal-videolar .col-md-6 {
    padding: 18px;
  }

  .kurumsal-videolar h3 {
    margin-top: 0px !important;
  }

  .kilic-docs {
    margin-bottom: 88px;
  }

    .kilic-docs .col-md-3 img {
      width: 28px;
    }

    .kilic-docs p {
      margin-bottom: 0px;
      font-size: 18px;
    }

  .contact-line {
    display: block;
    margin-top: 28px;
  }

    .contact-line .form-check {
      margin-top: 48px;
    }

    .contact-line .form-check-label {
      font-size: 14px;
      color: #60656d;
      margin-left: 18px;
    }

    .contact-line .form-check-input {
      border: none !important;
      margin-top: 0 !important;
    }

  .form-floating > label {
    color: #60656d;
  }

  .hab p {
    font-size: 24px;
    margin-top: 18px;
  }

  input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #163e71;
    width: 1.6em;
    height: 1.6em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.2em);
    display: grid;
    place-content: center;
  }

  .form-control + .form-control {
    margin-top: 1em;
  }

  input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    background-color: #163e71;
  }

  input[type="checkbox"]:checked::before {
    transform: scale(1.4);
  }

  .form-check {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-check .form-check-input {
    border: none;
  }

  .search-form {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(82, 82, 82, .71);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 9;
  }

    .search-form .content {
      max-width: 600px;
      width: 100%;
      position: relative;
      margin: 0 60px;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: .3s all;
      transition: .3s all;
    }

      .search-form .content button.close-search-form {
        position: absolute;
        right: -30px;
        top: -45px;
        border: 0;
        background-color: transparent;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
      }

      .search-form .content input[type="text"] {
        width: 100%;
        background: #333;
        color: #fff;
        line-height: 70px;
        padding: 0 30px;
        border: none;
        outline: none;
      }

      .search-form .content .search-button {
        position: absolute;
        width: 70px;
        height: 70px;
        right: 0;
        border: 0;
        background-color: #626262;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        display: block;
        top: 0;
        padding: 24px;
      }

    .search-form.active {
      opacity: 1;
      pointer-events: visible;
    }

      .search-form.active .content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }

  .open-search {
    background-color: transparent;
    width: 36px;
    cursor: pointer;
    border: none;
    color: #626262;
    outline: none;
  }

    .open-search img {
      height: 18px;
    }

  .list-group-numbered {
    list-style: decimal inside;
    padding: 0;
  }

  .list-group-alpha {
    list-style: lower-alpha inside;
    padding: 0;
  }

  .list-group-roman {
    list-style: lower-roman inside;
    padding: 0;
  }

  .list-group-alpha > li, .list-group-numbered > li {
    display: list-item
  }

  .surdurulebilirlik-row li, .page-inside li, .milestones .desc li, .pisirme-onerisi li {
    list-style: disc;
    padding-left: 8px;
  }

  .surdurulebilirlik-row ul, .page-inside ul, .milestones .desc ul, .pisirme-onerisi ul {
    padding-left: 16px;
  }

  .malzemeler {
    color: #A5BEE1;
  }

  .main-slider {
    width: 100%;
  }

    .main-slider .swiper-slide {
      width: 100%;
      height: 100%;
      display: flex;
    }

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

  .thumb-slider {
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
  }

  .slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  .manset-all-titles {
    position: absolute;
    z-index: 19;
    margin: auto;
    margin-top: -148px;
    width: 80%;
  }

    .manset-all-titles .col-md-3 {
      padding: 28px;
      border-right: 0.4px solid #ffffff8c;
      border-top: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .col-md-3 p {
        color: #ffffff;
        line-height: 18px;
      }

    .manset-all-titles .bannerslide {
      padding: 28px;
      border-right: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .bannerslide p {
        color: #ffffffbd;
        line-height: 24px;
        font-size: 20px;
        font-weight: 300;
        margin: 0;
        min-height: 58px;
      }

  .menu-item-wrapper {
    width: 100%;
    position: relative;
  }

  .mobile-toggle {
    padding: 10px 15px;
    cursor: pointer;
    color: #666;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu {
    position: relative;
  }

    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -5px;
    }

    .dropdown-submenu > .menu-item-wrapper > .dropdown-toggle::after {
      display: inline-block;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent;
    }

  .page-inside {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .kilic-docs .col-md-3 {
    padding: 18px;
    border: 0.4px solid #98a1ac;
    border-radius: 8px;
    min-height: 128px;
    width: 23%;
    margin: 8px;
    margin-bottom: 18px;
    align-content: center;
    background-color: #ffffff;
    min-height: 168px;
  }

  .page-inside h3 {
    font-size: 36px;
    margin-top: 36px;
    margin-bottom: 28px;
    color: #163e71;
  }

  .kurucumuz-msg .col-md-5 {
    padding-right: 48px;
  }

  .yonetim-kurulu .col-md-6 {
    border-bottom: 1px solid #163e71;
    padding: 18px;
    background-color: #f9f9f97a;
  }

  .yonetim-kurulu p {
    margin: 0px;
    font-weight: 300;
  }

  .yonetim-kurulu .pname {
    font-size: 20px;
    font-weight: 500;
    color: #163E70;
    margin: 0px;
  }

  .tarifler-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

    .tarifler-box .col-md-6 {
      padding-top: 28px;
      padding-bottom: 28px;
      padding-left: 28px;
      padding-right: 28px;
      margin: auto;
    }

    .tarifler-box h1 {
      font-size: 28px;
    }

    .tarifler-box p {
      color: #92ADD2;
    }

  .kilic-tarifler {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .fishrecipe-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-recipe-detay {
    margin-top: 88px;
  }

  .fishrecipe-title .col-fn:nth-child(1) {
  }

  .fishrecipe-title .col-fn:nth-child(2) {
  }

  .kilic-recipe-detay .col-fn {
    margin: auto;
  }

  .kilic-recipe-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fishrecipe-desc {
    margin-top: 28px;
  }

    .fishrecipe-desc .col-md-5 img {
      padding-bottom: 48px;
    }

    .fishrecipe-desc .col-md-7 {
      padding-right: 48px;
      margin: auto;
    }

  .malzemeler {
    background-image: url("../images/pisirme-onerisi-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .malzemeler h1 {
      color: #ffffff;
    }

    .malzemeler p {
      color: #ffffff;
      margin: 0;
    }

    .malzemeler .col-md-3 {
      margin: auto;
    }

    .malzemeler .col-md-6 {
      margin: auto;
    }

    .malzemeler .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-left: 48px;
      color: white;
      font-weight: 600;
    }

    .malzemeler li {
      font-size: 20px;
    }

  .kilicdeniz-h3 {
    font-size: 22px !important;
    margin-top: 38px !important;
    color: #163e71;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
  }

  .col-news {
    width: 30%;
    margin: 18px;
    padding: 8px;
  }

    .col-news p {
      min-height: 88px;
    }

    .col-news h3 {
      margin-top: 28px;
    }

  .news-page {
    margin-top: 88px;
    margin-bottom: 88px;
  }

    .news-page .btn-group {
      width: 280px;
      margin-top: 88px;
    }

    .news-page .btn:hover {
      border: 0.4px solid #163e72;
      color: #163e72;
    }

    .news-page .col-md-8 {
      padding-left: 48px;
    }

  .btn-news {
    padding: 12px;
    border: none;
    margin-top: 18px;
    color: #ffffff;
    background-color: #97a1ae;
    font-weight: 600;
    text-align: center;
    width: 180px;
    border: 0.4px solid #c5d2e2;
  }

  .fishpl-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urunpl-detay {
    margin-top: 88px;
    margin-bottom: 128px;
  }

    .kilic-urunpl-detay .col-md-8 {
      padding-left: 48px;
    }

    .kilic-urunpl-detay .col-fn {
      margin: auto;
    }

    .kilic-urunpl-detay span {
      padding: 12px;
      background-color: #F4F4F4;
    }

  .fishpl-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-desc .col-md-6:nth-child(2) {
    padding-left: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fishpl-img {
    margin-top: 48px;
    padding-top: 128px;
  }

    .fishpl-img .col-md-8 img {
    }

  .kilic-urunlerpl {
    margin-bottom: 88px;
  }

  .productpl-box .col-md-6 {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 28px;
    margin: auto;
  }

  .productpl-box h1 {
    font-size: 22px;
  }

  .productpl-box p {
    color: #92ADD2;
  }

  .productpl-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

  .page-pl {
    margin-top: 88px;
    margin-bottom: 28px;
  }

  .manset-all-titles .bannerslide:nth-child(1) {
    border-left: 0.4px solid #ffffff5e;
  }

  .swiper-backface-hidden .swiper-slide {
    cursor: pointer;
  }

  .navbar-toggler {
    color: white;
    display: none;
  }

  #timeline-kilic {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
    color: #4b5255;
  }

    #timeline-kilic h1 {
      font-size: 24px;
      font-weight: 700;
      margin-top: 8px;
    }

    #timeline-kilic:before {
      position: absolute;
      left: 50%;
      top: 0;
      content: ' ';
      display: block;
      width: 2px;
      height: 100%;
      margin-left: -3px;
      background: rgb(200, 200, 200);
      background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(198 198 198) 8%, rgb(200 200 200) 92%, rgba(80, 80, 80, 0) 100%);
      z-index: 5;
    }

    #timeline-kilic li {
      padding-bottom: 18px;
      list-style: none;
    }

      #timeline-kilic li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }

    #timeline-kilic .direction-l {
      position: relative;
      width: 46%;
      float: left;
      text-align: right;
    }

    #timeline-kilic .direction-r {
      position: relative;
      width: 46%;
      float: right;
    }

    #timeline-kilic .flag-wrapper {
      position: relative;
      display: inline-block;
      text-align: center;
    }

    #timeline-kilic .flag {
      font-weight: 400;
      font-size: 15px;
    }

    #timeline-kilic .direction-l .flag {
      color: #708AAE;
    }

    #timeline-kilic .direction-r .flag {
      color: #708AAE;
    }

      #timeline-kilic .direction-l .flag:before, #timeline-kilic .direction-r .flag:before {
        position: absolute;
        top: 50%;
        right: -76px;
        content: ' ';
        display: block;
        width: 14px;
        height: 14px;
        margin-top: -10px;
        background: #5FA4FF;
        border-radius: 10px;
        border: 2px solid #ffffff;
        z-index: 10;
      }

      #timeline-kilic .direction-r .flag:before {
        left: -80px;
      }

    #timeline-kilic .direction-l .flag:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-left-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .direction-r .flag:after {
      content: "";
      position: absolute;
      right: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-right-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .time-wrapper {
      display: inline;
      line-height: 1em;
      font-size: 0.66666em;
      color: rgb(250, 80, 80);
      vertical-align: middle;
    }

    #timeline-kilic .direction-l .time-wrapper {
      float: left;
    }

    #timeline-kilic .direction-r .time-wrapper {
      float: right;
    }

    #timeline-kilic .time {
      display: inline-block;
      padding: 4px 6px;
      background: rgb(248, 248, 248);
    }

    #timeline-kilic .desc {
      font-size: 20px;
      color: #163e71;
      font-weight: 400;
      width: 64%;
      margin: auto;
    }

    #timeline-kilic .timeline-img {
      width: 26%;
    }

  .deger-zinciri-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .page-deger-zinciri {
    margin-bottom: 88px;
  }

  .milestones-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .milestones {
    margin-bottom: 88px;
  }

  .surdurulebilirlik-yk {
    margin-bottom: 128px;
  }

    .surdurulebilirlik-yk li {
      font-size: 16px;
      font-weight: 400;
      color: #193A67;
      line-height: 20px;
    }

    .surdurulebilirlik-yk h3 {
      font-size: 20px;
      font-weight: 500;
      color: #193A67;
      line-height: 22px;
    }

    .surdurulebilirlik-yk p {
      line-height: 28px;
    }

  .surdurulebilirlik-row {
    margin-bottom: 88px;
	position: relative;
	display: flex;
  }
.surdurulebilirlik-row:nth-child(1) .col-md-6 {
	width: 100%;
	text-align: center;
}
.surdurulebilirlik-row:nth-child(1) .container {
	width: 100%;
}
  .srd-text-line-l {
    background-color: #ffffff;
    padding-right: 88px;
	margin: auto;
  }

  .srd-text-line-r {
    background-color: #ffffff;
    padding-left: 88px;
    margin: auto;
  }

  .srt-bs1 {
    font-size: 44px;
    font-weight: 300;
    color: #4ACD16;
    margin-bottom: 28px;
  }

  .srt-bs2 {
    font-size: 44px;
    font-weight: 300;
    color: #215DA6;
    margin-bottom: 28px;
  }

  .srt-bs3 {
    font-size: 44px;
    font-weight: 300;
    color: #F77A1A;
    margin-bottom: 28px;
  }

  .st-cevre {
    position: absolute;
    margin-top: 6%;
    width: 188px;
  }

  .st-insan {
    position: absolute;
    margin-top: 6%;
    width: 188px;
  }

  .st-yonetim {
    position: absolute;
    margin-top: 6%;
    width: 188px;
  }

  .srdr-rapor {
    width: 68%;
    text-align: center;
    margin: auto;
    margin-top: 48px;
  }

  .btn-srdr {
    padding: 12px;
    border: none;
    color: #ffffff;
    background-color: #4ACD16;
    font-weight: 600;
    text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 28px;
  }

    .btn-srdr img {
      width: 28px;
      margin-right: 18px;
    }

  .srdr-rapor a:hover {
    color: #ffffff;
  }

  #accordionTesisler .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #193A67;
  }

  #accordionTesisler .accordion-header {
    border: 0.4px solid #D8D8D8;
    margin-bottom: 8px;
  }

  #accordionTesisler .accordion-item {
    border: none;
  }

  #accordionTesisler .accordion-button:not(.collapsed) {
    background-color: #183a66;
    box-shadow: none;
    color: #ffffff;
  }

  #accordionTesisler .accordion-button:focus {
    box-shadow: none;
  }

  #accordionTesisler .accordion-body {
    padding-bottom: 28px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  #accordionTesisler p {
    font-size: 16px;
    margin-left: 34px;
  }

  #accordionTesisler h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 34px;
  }

  #accordionTesisler .accordion-body img {
    width: 24px;
    position: absolute;
  }

  .tesislerimiz-page .form-control {
    border-radius: 0;
    width: 80%;
    float: right;
    margin-bottom: 28px;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    background-position-x: 94%;
  }

  .accordion-body .row {
    margin-bottom: 28px;
  }

  .gmap-line {
    padding-right: 28px;
  }

  .tesis-line {
    padding-left: 28px;
  }

  .tesislerimiz-page {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tesis-title-line {
    width: 48%;
    margin: auto;
    text-align: center;
    margin-bottom: 88px;
  }

  .tesis-btn {
    background-color: #D2E1F4;
    padding: 8px;
    margin-right: 8px;
    width: 23%;
    margin-bottom: 8px;
    border-radius: 2px;
    color: #3F75BD;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
  }

  .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(199deg, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 60%) 100%);
    z-index: 5;
  }

  .btn-tesisler {
    padding: 8px;
    border: 0.4px solid #A6ACC9;
    margin-top: 48px;
    color: #193A67;
    font-weight: 600;
    text-align: center;
  }

  .btn-gonder {
    padding: 12px;
    border: none;
    margin-top: 48px;
    color: #ffffff;
    background-color: #215DA6;
    font-weight: 600;
    text-align: center;
    width: 180px;
  }

  .c-tesisler img {
    width: 24px;
    margin-right: 8px;
  }

  .c-location {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .c-adres {
    padding-left: 88px;
    margin: auto;
  }

    .c-adres .row {
      margin-bottom: 28px;
    }

  .contact-us-form-info {
    gap: 8px;
  }

  .form-floating {
    margin-top: 18px;
  }

  .contact-us-form {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .c-location h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fish-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urun-detay {
    margin-top: 88px;
  }

  .fish-title .col-fn:nth-child(1) {
    width: 20%;
  }

  .fish-title .col-fn:nth-child(2) {
    width: 80%;
  }

  .kilic-urun-detay .col-fn {
    margin: auto;
  }

  .kilic-urun-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fish-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fish-desc .col-md-6:nth-child(2) {
    padding-left: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fish-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fish-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fish-img h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fish-img {
    min-height: 588px;
    background-image: url(../images/fish-detail-back.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin-top: 48px;
    padding-top: 128px;
  }

    .fish-img .col-md-8 img {
      width: 80%;
    }

  .inside-manset {
    position: relative;
  }

  .urun-secenek-l {
    border: 0.4px solid gray;
    padding: 18px;
    width: 38%;
    margin: 4px;
  }

    .urun-secenek-l p {
      font-weight: 300;
      margin: 0px;
    }

  .urun-secenek-r {
    border: 0.4px solid gray;
    padding: 18px;
    width: 58%;
    margin: 4px;
    background-color: #edeff1;
  }

    .urun-secenek-r p {
      font-weight: 500;
      margin: 0px;
    }

  .urun-secenekleri {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .lezzet-profili {
    background-color: #163E70;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .lezzet-profili h1 {
      color: #ffffff;
    }

    .lezzet-profili p {
      color: #ffffff;
      margin: 0;
    }

    .lezzet-profili .col-md-3 {
      margin: auto;
    }

    .lezzet-profili .col-md-9 {
      margin: auto;
    }

  .pisirme-onerisi {
    background-image: url("../images/pisirme-onerisi-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .pisirme-onerisi h1 {
      color: #ffffff;
    }

    .pisirme-onerisi p {
      color: #ffffff;
      margin: 0;
    }

    .pisirme-onerisi .col-md-3 {
      margin: auto;
    }

    .pisirme-onerisi .col-md-6 {
      margin: auto;
    }

    .pisirme-onerisi .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-left: 48px;
      color: white;
      font-weight: 600;
    }

  .raf-omru {
    background-image: url("../images/raf-omru-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .raf-omru h1 {
      color: #ffffff;
    }

    .raf-omru p {
      color: #ffffff;
      margin: 0;
    }

    .raf-omru .urun-secenek-l {
      border: 0.4px solid gray;
      padding: 18px;
      width: 20%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-l p {
        font-weight: 300;
        margin: 0px;
        color: #ffffff;
      }

    .raf-omru .urun-secenek-r {
      border: 0.4px solid gray;
      padding: 18px;
      width: 20%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-r p {
        font-weight: 500;
        margin: 0px;
        color: #ffffff;
      }

  .besin-degeri {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tarif-icon {
    margin-top: 8px;
    width: 24px !important;
  }

  .col-tarifbox h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 0.4px solid #c9cdd2;
  }

  .tarifler-title {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .tarifler-list {
    margin-bottom: 88px;
  }

  .product-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

    .product-box .col-md-6 {
      padding-top: 88px;
      padding-bottom: 88px;
      padding-left: 28px;
      padding-right: 28px;
      margin: auto;
    }

    .product-box h1 {
      font-size: 28px;
    }

    .product-box p {
      color: #92ADD2;
    }

  .kilic-urunler {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .hakkimizda-first {
    background-image: url("../images/hakkimizda-fish-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hakkimizda-page-text {
    text-align: center;
    width: 48%;
    margin: auto;
    padding: 128px;
    height: 680px;
  }

  .hakkimizda-tx1 {
    margin: auto;
    padding-right: 128px;
  }

  .hakkimizda-tx2 {
    margin: auto;
    padding-left: 128px;
  }

  .hakkimizda-page {
    margin-bottom: 128px;
	margin-top: 88px;
  }

  .hakkimizda-tx3 {
    margin: auto;
    padding-right: 128px;
    padding-top: 128px;
  }

  .hakkimizda-tx4 {
    margin: auto;
    padding-left: 128px;
    padding-top: 128px;
  }

  .col-prbox .row {
    justify-content: end;
  }

  #main-urunler h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 28px;
  }

  #main-urunler h1 {
    color: #ffffff;
  }

  #main-urunler .main-urunler-box {
    border: 0.4px solid #BACDD8;
    width: 48%;
    margin: 1%;
  }

  #main-urunler .fish-link {
    padding: 28px;
  }

  #main-urunler .main-urunler-text {
    margin: auto;
    text-align: end;
  }

  #main-urunler .container {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .dropdown-menu {
    padding: 0px;
    --bs-dropdown-border-radius: 0px;
    --bs-dropdown-inner-border-radius: 0px;
    --bs-dropdown-box-shadow: none;
    --bs-dropdown-border-color: #d0d6dc;
  }

  .dropdown-item {
    background-color: #ffffff;
    color: #163e71;
    padding-left: 18px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 0.4px solid #c9d0da;
    font-size: 15px;
  }

    .dropdown-item:hover {
      color: #193a67;
      background-color: #ffffff;
    }

  #main-surdurulebilirlik {
    background-color: #EDEFF2;
    padding-top: 48px;
    padding-bottom: 48px;
  }

    #main-surdurulebilirlik .main-sleft {
      padding: 28px;
    }

    #main-surdurulebilirlik .col-md-6:nth-child(2) {
      margin: auto;
    }

    #main-surdurulebilirlik .main-sright {
      width: 78%;
    }

  #main-deger-zinciri {
    background-image: url(../images/main-deger-zinciri-back.webp);
    margin: auto;
    padding-top: 128px;
    padding-bottom: 128px;
    background-repeat: no-repeat;
    background-size: cover;
  }

    #main-deger-zinciri .main-deger-zinciri-text {
      text-align: center;
    }

    #main-deger-zinciri .col-md-2 {
      padding: 18px;
      text-align: center;
      width: 14.25%;
    }

      #main-deger-zinciri .col-md-2:nth-child(2) {
        margin-top: 48px;
      }

      #main-deger-zinciri .col-md-2:nth-child(3) {
        margin-top: 128px;
      }

      #main-deger-zinciri .col-md-2:nth-child(4) {
        margin-top: 168px;
      }

      #main-deger-zinciri .col-md-2:nth-child(5) {
        margin-top: 128px;
      }

      #main-deger-zinciri .col-md-2:nth-child(6) {
        margin-top: 48px;
      }

      #main-deger-zinciri .col-md-2 img {
        margin-bottom: 28px;
      }

    #main-deger-zinciri span {
      color: #99AFCB;
      font-size: 14px;
      font-weight: 300;
    }

    #main-deger-zinciri h2 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
    }

    #main-deger-zinciri h1 {
      color: #ffffff;
    }

    #main-deger-zinciri p {
      color: #99AFCB;
    }

  #main-urunler {
    background-image: url(../images/main-urunler-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }

  #main-pratik-lezzetler {
    margin-top: 88px;
    margin-bottom: 88px;
  }

    #main-pratik-lezzetler .fish-arrow {
      width: 12px !important;
      padding: 1px;
      margin-top: 38px;
      margin-bottom: 8px;
    }

  .owl-prev img {
    width: 48px;
  }

  .owl-next img {
    width: 48px;
  }

  footer .col-footer1 {
    width: 28%;
  }

  footer .col-footer2 {
    width: 16%;
    margin-top: 28px;
  }

  footer .col-footer3 {
    width: 14%;
    margin-top: 28px;
  }

  footer .col-footer4 {
    width: 18%;
    margin-top: 28px;
  }

  footer .col-footer5 {
    width: 12%;
    margin-top: 28px;
  }

  footer .col-footer6 {
    width: 12%;
    margin-top: 28px;
  }

  footer p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
  }

  footer a {
    color: #A5BEE1;
    font-size: 16px;
  }

    footer a:hover {
      color: #ffffff;
    }

  footer {
    background-color: #163E70;
    padding-top: 88px;
    padding-bottom: 48px;
  }

    footer .f-menu ul {
      margin: 0;
    }

    footer .social-footer .fa-brands {
      font-size: 28px;
      padding-right: 28px;
    }

    footer .col-footer1 img {
      width: 148px;
      margin-bottom: 48px;
    }

    footer .social-kvkk {
      margin-top: 88px;
    }

    footer .kvkk-aydinlatma {
      justify-content: end;
      display: flex;
    }
	
	footer .kvkk-aydinlatma a {
      font-size: 13px;
    }

    footer h2 {
      font-size: 20px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 18px;
    }

    footer .f-menu li {
      margin-bottom: 8px;
    }

  footeralt .venus-footer {
    text-align: center;
    padding: 18px;
  }

  #main-donusum {
    position: relative;
  }

    #main-donusum .main-donusum-text {
      position: absolute;
      bottom: 28%;
    }

      #main-donusum .main-donusum-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-donusum .main-donusum-text h1 {
        color: #ffffff;
        width: 40%;
        margin-top: 28px;
      }

      #main-donusum .main-donusum-text p {
        color: #ffffff;
        width: 40%;
      }

  #main-global {
    position: relative;
  }

    #main-global .main-global-text {
      position: absolute;
      bottom: 28%;
      width: 100%;
    }

      #main-global .main-global-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-global .main-global-text h1 {
        color: #ffffff;
        width: 40%;
        margin-top: 28px;
      }

      #main-global .main-global-text h2 {
        color: #A5BEE1;
        width: 40%;
        font-size: 18px;
      }

      #main-global .main-global-text p {
        color: #ffffff;
        width: 40%;
      }

    #main-global .kilic-amblem {
      text-align: end;
    }

  .navbar .col {
    width: 48px;
    flex: none;
  }

  .search-img {
    width: 24px;
  }

  #main-about-kilic .col-md-7 {
    padding: 48px;
    width: 48%;
    margin: auto;
  }

  #slider-prbox h1 {
    font-size: 20px;
    font-weight: 600;
    min-height: 148px;
  }

  #slider-prbox .col-prbox {
    padding: 22px;
    border: 0.4px solid gray;
  }

  .kilic-prbox-title {
    text-align: center;
    margin-bottom: 48px;
  }

  .f-contact-text p {
    margin: 0;
  }

  h1 {
    font-size: 40px;
    font-weight: 700;
    color: #193A67;
  }

  p {
    font-size: 18px;
    font-weight: 400;
    color: #60656d;
  }

  .owl-manset-text {
    position: absolute;
    top: 42%;
    width: 100%;
    z-index: 5;
  }

    .owl-manset-text h1 {
      font-size: 58px;
      color: #ffffff;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 28px;
      color: #ffffff;
      font-weight: 300;
    }

  .logo-w {
    width: 128px !important;
    margin: auto;
    padding-bottom: 18px;
  }

  .lang-menu {
    font-size: 16px;
    font-weight: 400;
    position: relative;
  }

    .lang-menu ul {
      display: flex;
      margin-bottom: 0;
    }

    .lang-menu li {
      padding-left: 18px;
      font-size: 16px;
      font-weight: 600;
    }

  .site-header .container {
  }

  .site-header {
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #193A67;
    padding-right: 34px;
  }

  #main-about-kilic h1 {
    font-size: 54px;
    font-weight: 600;
  }

  #main-about-kilic p {
    font-size: 20px;
    font-weight: 400;
    color: #193A67;
  }

  #main-about-kilic .row:nth-child(1) {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  #main-about-kilic .row:nth-child(2) {
    padding-bottom: 48px;
  }

  .main-amblem {
    width: 38px;
    margin: auto;
    display: flex;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
    margin-top: 48px;
  }

  .bnr-shadow-main {
    background: linear-gradient(180deg, #0000001a 38%, #00000096 74%, #000000ba 84%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .inside-manset-text {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 6;
    ;
  }

    .inside-manset-text p {
      font-size: 22px;
      color: #ffffff;
      font-weight: 300;
    }

    .inside-manset-text h1 {
      font-size: 42px;
      color: #ffffff;
      font-weight: 500;
    }

  .content-page {
    margin-top: 88px;
    margin-bottom: 128px;
  }

  .content-image {
    left: -32%;
    position: relative;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .container {
    max-width: 90%;
  }
.urunyb-tx1 {
    padding-left: 48px;
    margin: auto;
}

.urunyb-tx2 {
    padding-right: 48px;
    margin: auto;
}
.urunyb-page-text {
    margin-bottom: 48px;
}
.send-form {
  padding: 88px;
  text-align: center;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #163e71;
  width: 1.6em;
  height: 1.6em;
  border: 0.15em solid currentColor;
  border-radius: 1.6em;
  transform: translateY(-0.2em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: #163e71;
}

input[type="radio"]:checked::before {
  transform: scale(1.4);
}

.kilic-urunler h2 {
	font-size: 28px;
    color: #163e70;
}
.kilic-urunler .col-3 {
	margin: 1%;
    width: 23%;
}
.kilic-urunler h3 {
	font-size: 20px;
    padding: 18px;
}
.kbaliklar .img-thumbnail {
	padding: 18px;
	border: none;
}
.timeline-img img {
	width: 228px;
}
  .rakamlarla-kilic {
    width: 80%;
    margin: auto;
  }

  .tarifler .btn-tarifler {
    padding: 18px;
    border: 0.4px solid #163E70;
    color: #163E70;
    font-weight: 600;
    top: 20px;
    position: relative;
  }

  .col-tarifbox .col-md-6:nth-child(2) {
    justify-items: end;
    padding-right: 28px;
  }

  .yonetim-kurulu:nth-child(1) {
    border-top: 1px solid #163e71;
  }

  .kurumsal-videolar .col-md-6 {
    padding: 18px;
  }

  .kurumsal-videolar h3 {
    margin-top: 0px !important;
  }

  .kilic-docs {
    margin-bottom: 88px;
  }

    .kilic-docs .col-md-3 img {
      width: 28px;
    }

    .kilic-docs p {
      margin-bottom: 0px;
      font-size: 14px;
    }

  .contact-line {
    display: block;
    margin-top: 28px;
  }

    .contact-line .form-check {
      margin-top: 48px;
    }

    .contact-line .form-check-label {
      font-size: 14px;
      color: #60656d;
      margin-left: 18px;
    }

    .contact-line .form-check-input {
      border: none !important;
      margin-top: 0 !important;
    }

  .form-floating > label {
    color: #60656d;
  }

  .hab p {
    font-size: 24px;
    margin-top: 18px;
  }

  input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #163e71;
    width: 1.6em;
    height: 1.6em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.2em);
    display: grid;
    place-content: center;
  }

  .form-control + .form-control {
    margin-top: 1em;
  }

  input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    background-color: #163e71;
  }

  input[type="checkbox"]:checked::before {
    transform: scale(1.4);
  }

  .form-check {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-check .form-check-input {
    border: none;
  }

  .search-form {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(82, 82, 82, .71);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 9;
  }

    .search-form .content {
      max-width: 600px;
      width: 100%;
      position: relative;
      margin: 0 60px;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: .3s all;
      transition: .3s all;
    }

      .search-form .content button.close-search-form {
        position: absolute;
        right: -30px;
        top: -45px;
        border: 0;
        background-color: transparent;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
      }

      .search-form .content input[type="text"] {
        width: 100%;
        background: #333;
        color: #fff;
        line-height: 70px;
        padding: 0 30px;
        border: none;
        outline: none;
      }

      .search-form .content .search-button {
        position: absolute;
        width: 70px;
        height: 70px;
        right: 0;
        border: 0;
        background-color: #626262;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        display: block;
        top: 0;
        padding: 24px;
      }

    .search-form.active {
      opacity: 1;
      pointer-events: visible;
    }

      .search-form.active .content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }

  .open-search {
    background-color: transparent;
    width: 36px;
    cursor: pointer;
    border: none;
    color: #626262;
    outline: none;
  }

    .open-search img {
      height: 18px;
    }

  .list-group-numbered {
    list-style: decimal inside;
    padding: 0;
  }

  .list-group-alpha {
    list-style: lower-alpha inside;
    padding: 0;
  }

  .list-group-roman {
    list-style: lower-roman inside;
    padding: 0;
  }

  .list-group-alpha > li, .list-group-numbered > li {
    display: list-item
  }

  .surdurulebilirlik-row li, .page-inside li, .milestones .desc li, .pisirme-onerisi li {
    list-style: disc;
    padding-left: 8px;
  }

  .surdurulebilirlik-row ul, .page-inside ul, .milestones .desc ul, .pisirme-onerisi ul {
    padding-left: 16px;
  }

  .malzemeler {
    color: #A5BEE1;
  }

  .main-slider {
    width: 100%;
  }

    .main-slider .swiper-slide {
      width: 100%;
      height: 100%;
      display: flex;
    }

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

  .thumb-slider {
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
  }

  .slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  .manset-all-titles {
    position: absolute;
    z-index: 19;
    margin: auto;
    margin-top: -148px;
    width: 80%;
  }

    .manset-all-titles .col-md-3 {
      padding: 28px;
      border-right: 0.4px solid #ffffff8c;
      border-top: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .col-md-3 p {
        color: #ffffff;
        line-height: 18px;
      }

    .manset-all-titles .bannerslide {
      padding: 28px;
      border-right: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .bannerslide p {
        color: #ffffffbd;
        line-height: 22px;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        min-height: 68px;
      }

  .menu-item-wrapper {
    width: 100%;
    position: relative;
  }

  .mobile-toggle {
    padding: 10px 15px;
    cursor: pointer;
    color: #666;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu {
    position: relative;
  }

    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -5px;
    }

    .dropdown-submenu > .menu-item-wrapper > .dropdown-toggle::after {
      display: inline-block;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent;
    }

  .page-inside {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .kilic-docs .col-md-3 {
    padding: 14px;
    border: 0.4px solid #98a1ac;
    border-radius: 8px;
    min-height: 128px;
    width: 23%;
    margin: 8px;
    margin-bottom: 18px;
    align-content: center;
    background-color: #ffffff;
    min-height: 128px;
  }

  .page-inside h3 {
    font-size: 24px;
    margin-top: 48px;
    margin-bottom: 28px;
    color: #163e71;
  }

  .kurucumuz-msg .col-md-5 {
    padding-right: 48px;
  }

  .yonetim-kurulu .col-md-6 {
    border-bottom: 1px solid #163e71;
    padding: 18px;
    background-color: #f9f9f97a;
  }

  .yonetim-kurulu p {
    margin: 0px;
    font-weight: 300;
  }

  .yonetim-kurulu .pname {
    font-size: 20px;
    font-weight: 500;
    color: #163E70;
    margin: 0px;
  }

  .tarifler-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

    .tarifler-box .col-md-6 {
      padding-top: 18px;
      padding-bottom: 18px;
      padding-left: 18px;
      padding-right: 18px;
      margin: auto;
    }

    .tarifler-box h1 {
      font-size: 20px;
      font-weight: 600;
    }

    .tarifler-box p {
      color: #92ADD2;
    }

  .kilic-tarifler {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .fishrecipe-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-recipe-detay {
    margin-top: 88px;
  }

  .fishrecipe-title .col-fn:nth-child(1) {
  }

  .fishrecipe-title .col-fn:nth-child(2) {
  }

  .kilic-recipe-detay .col-fn {
    margin: auto;
  }

  .kilic-recipe-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fishrecipe-desc {
    margin-top: 28px;
  }

    .fishrecipe-desc .col-md-5 img {
      padding-bottom: 48px;
    }

    .fishrecipe-desc .col-md-7 {
      padding-right: 48px;
      margin: auto;
    }

  .malzemeler {
    background-image: url("../images/pisirme-onerisi-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .malzemeler h1 {
      color: #ffffff;
    }

    .malzemeler p {
      color: #ffffff;
      margin: 0;
    }

    .malzemeler .col-md-3 {
      margin: auto;
    }

    .malzemeler .col-md-6 {
      margin: auto;
    }

    .malzemeler .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-left: 48px;
      color: white;
      font-weight: 600;
    }

    .malzemeler li {
      font-size: 20px;
    }

  .kilicdeniz-h3 {
    font-size: 22px !important;
    margin-top: 38px !important;
    color: #163e71;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
  }

  .col-news {
    width: 30%;
    margin: 18px;
    padding: 8px;
  }

    .col-news p {
      min-height: 88px;
    }

    .col-news h3 {
      margin-top: 28px;
    }

  .news-page {
    margin-top: 88px;
    margin-bottom: 88px;
  }

    .news-page .btn-group {
      width: 280px;
      margin-top: 88px;
    }

    .news-page .btn:hover {
      border: 0.4px solid #163e72;
      color: #163e72;
    }

    .news-page .col-md-8 {
      padding-left: 48px;
    }

  .btn-news {
    padding: 12px;
    border: none;
    margin-top: 18px;
    color: #ffffff;
    background-color: #97a1ae;
    font-weight: 600;
    text-align: center;
    width: 180px;
    border: 0.4px solid #c5d2e2;
  }

  .fishpl-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urunpl-detay {
    margin-top: 88px;
    margin-bottom: 128px;
  }

    .kilic-urunpl-detay .col-md-8 {
      padding-left: 48px;
    }

    .kilic-urunpl-detay .col-fn {
      margin: auto;
    }

    .kilic-urunpl-detay span {
      padding: 12px;
      background-color: #F4F4F4;
    }

  .fishpl-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-desc .col-md-6:nth-child(2) {
    padding-left: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fishpl-img {
    margin-top: 48px;
    padding-top: 128px;
  }

    .fishpl-img .col-md-8 img {
    }

  .kilic-urunlerpl {
    margin-bottom: 88px;
  }

  .productpl-box .col-md-6 {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 28px;
    margin: auto;
  }

  .productpl-box h1 {
    font-size: 22px;
  }

  .productpl-box p {
    color: #92ADD2;
  }

  .productpl-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

  .page-pl {
    margin-top: 88px;
    margin-bottom: 28px;
  }

  .manset-all-titles .bannerslide:nth-child(1) {
    border-left: 0.4px solid #ffffff5e;
  }

  .swiper-backface-hidden .swiper-slide {
    cursor: pointer;
  }

  .navbar-toggler {
    color: white;
    display: none;
  }

  #timeline-kilic {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
    color: #4b5255;
  }

    #timeline-kilic h1 {
      font-size: 24px;
      font-weight: 700;
      margin-top: 8px;
    }

    #timeline-kilic:before {
      position: absolute;
      left: 50%;
      top: 0;
      content: ' ';
      display: block;
      width: 2px;
      height: 100%;
      margin-left: -3px;
      background: rgb(200, 200, 200);
      background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(198 198 198) 8%, rgb(200 200 200) 92%, rgba(80, 80, 80, 0) 100%);
      z-index: 5;
    }

    #timeline-kilic li {
      padding-bottom: 14px;
      list-style: none;
    }

      #timeline-kilic li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }

    #timeline-kilic .direction-l {
      position: relative;
      width: 46%;
      float: left;
      text-align: right;
    }

    #timeline-kilic .direction-r {
      position: relative;
      width: 46%;
      float: right;
    }

    #timeline-kilic .flag-wrapper {
      position: relative;
      display: inline-block;
      text-align: center;
    }

    #timeline-kilic .flag {
      font-weight: 400;
      font-size: 15px;
    }

    #timeline-kilic .direction-l .flag {
      color: #708AAE;
    }

    #timeline-kilic .direction-r .flag {
      color: #708AAE;
    }

      #timeline-kilic .direction-l .flag:before, #timeline-kilic .direction-r .flag:before {
        position: absolute;
        top: 50%;
        right: -50px;
        content: ' ';
        display: block;
        width: 14px;
        height: 14px;
        margin-top: -10px;
        background: #5FA4FF;
        border-radius: 10px;
        border: 2px solid #ffffff;
        z-index: 10;
      }

      #timeline-kilic .direction-r .flag:before {
        left: -54px;
      }

    #timeline-kilic .direction-l .flag:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-left-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .direction-r .flag:after {
      content: "";
      position: absolute;
      right: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-right-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .time-wrapper {
      display: inline;
      line-height: 1em;
      font-size: 0.66666em;
      color: rgb(250, 80, 80);
      vertical-align: middle;
    }

    #timeline-kilic .direction-l .time-wrapper {
      float: left;
    }

    #timeline-kilic .direction-r .time-wrapper {
      float: right;
    }

    #timeline-kilic .time {
      display: inline-block;
      padding: 4px 6px;
      background: rgb(248, 248, 248);
    }

    #timeline-kilic .desc {
      font-size: 16px;
      color: #163e71;
      font-weight: 400;
      width: 64%;
      margin: auto;
    }

    #timeline-kilic .timeline-img {
      width: 26%;
    }

  .deger-zinciri-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .page-deger-zinciri {
    margin-bottom: 88px;
  }

  .milestones-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .milestones {
    margin-bottom: 88px;
  }

  .surdurulebilirlik-yk {
    margin-bottom: 128px;
  }

    .surdurulebilirlik-yk li {
      font-size: 16px;
      font-weight: 400;
      color: #193A67;
      line-height: 20px;
    }

    .surdurulebilirlik-yk h3 {
      font-size: 20px;
      font-weight: 500;
      color: #193A67;
      line-height: 22px;
      margin-top: 20px;
    }

    .surdurulebilirlik-yk p {
      line-height: 22px;
    }


    .surdurulebilirlik-row:nth-child(1) {
      margin-bottom: 28px !important;
    }

  .surdurulebilirlik-row {
    margin-bottom: 88px;
	position: relative;
	display: flex;
  }
.surdurulebilirlik-row:nth-child(1) .col-md-6 {
	width: 100%;
	text-align: center;
}
.surdurulebilirlik-row:nth-child(1) .container {
	width: 100%;
	margin-bottom: 48px;
}
  .srd-text-line-l {
    background-color: #ffffff;
    padding-right: 88px;
	margin: auto;
  }

  .srd-text-line-r {
    background-color: #ffffff;
    padding-left: 88px;
    margin: auto;
  }

  .srt-bs1 {
    font-size: 44px;
    font-weight: 300;
    color: #4ACD16;
    margin-bottom: 28px;
  }

  .srt-bs2 {
    font-size: 44px;
    font-weight: 300;
    color: #215DA6;
    margin-bottom: 28px;
  }

  .srt-bs3 {
    font-size: 44px;
    font-weight: 300;
    color: #F77A1A;
    margin-bottom: 28px;
  }

  .st-cevre {
    position: absolute;
    margin-top: 6%;
    width: 188px;
  }

  .st-insan {
    position: absolute;
    margin-top: 6%;
    width: 188px;
  }

  .st-yonetim {
    position: absolute;
    margin-top: 6%;
    width: 188px;
  }

  .srdr-rapor {
    width: 68%;
    text-align: center;
    margin: auto;
    margin-top: 48px;
  }

  .btn-srdr {
    padding: 12px;
    border: none;
    color: #ffffff;
    background-color: #4ACD16;
    font-weight: 600;
    text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 28px;
  }

    .btn-srdr img {
      width: 28px;
      margin-right: 18px;
    }

  .srdr-rapor a:hover {
    color: #ffffff;
  }

  #accordionTesisler .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #193A67;
  }

  #accordionTesisler .accordion-header {
    border: 0.4px solid #D8D8D8;
    margin-bottom: 8px;
  }

  #accordionTesisler .accordion-item {
    border: none;
  }

  #accordionTesisler .accordion-button:not(.collapsed) {
    background-color: #183a66;
    box-shadow: none;
    color: #ffffff;
  }

  #accordionTesisler .accordion-button:focus {
    box-shadow: none;
  }

  #accordionTesisler .accordion-body {
    padding-bottom: 28px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  #accordionTesisler p {
    font-size: 16px;
    margin-left: 34px;
  }

  #accordionTesisler h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 34px;
  }

  #accordionTesisler .accordion-body img {
    width: 24px;
    position: absolute;
  }

  .tesislerimiz-page .form-control {
    border-radius: 0;
    width: 80%;
    float: right;
    margin-bottom: 28px;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    background-position-x: 94%;
  }

  .accordion-body .row {
    margin-bottom: 28px;
  }

  .gmap-line {
    padding-right: 28px;
  }

  .tesis-line {
    padding-left: 28px;
  }

  .tesislerimiz-page {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tesis-title-line {
    width: 48%;
    margin: auto;
    text-align: center;
    margin-bottom: 88px;
  }

  .tesis-btn {
    background-color: #D2E1F4;
    padding: 4px;
    margin-right: 6px;
    width: 23%;
    margin-bottom: 8px;
    border-radius: 2px;
    color: #3F75BD;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
  }

  .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(199deg, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 60%) 100%);
    z-index: 5;
  }

  .btn-tesisler {
    padding: 8px;
    border: 0.4px solid #A6ACC9;
    margin-top: 48px;
    color: #193A67;
    font-weight: 600;
    text-align: center;
  }

  .btn-gonder {
    padding: 12px;
    border: none;
    margin-top: 48px;
    color: #ffffff;
    background-color: #215DA6;
    font-weight: 600;
    text-align: center;
    width: 180px;
  }

  .c-tesisler img {
    width: 24px;
    margin-right: 8px;
  }

  .c-location {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .c-adres {
    padding-left: 88px;
    margin: auto;
  }

    .c-adres .row {
      margin-bottom: 28px;
    }

  .contact-us-form-info {
    gap: 8px;
  }

  .form-floating {
    margin-top: 18px;
  }

  .contact-us-form {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .c-location h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fish-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urun-detay {
    margin-top: 88px;
  }

  .fish-title .col-fn:nth-child(1) {
    width: 20%;
  }

  .fish-title .col-fn:nth-child(2) {
    width: 80%;
  }

  .kilic-urun-detay .col-fn {
    margin: auto;
  }

  .kilic-urun-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fish-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fish-desc .col-md-6:nth-child(2) {
    padding-left: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fish-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fish-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fish-img h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fish-img {
    min-height: 588px;
    background-image: url(../images/fish-detail-back.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin-top: 48px;
    padding-top: 128px;
  }

    .fish-img .col-md-8 img {
      width: 80%;
    }

  .inside-manset {
    position: relative;
  }

  .urun-secenek-l {
    border: 0.4px solid gray;
    padding: 18px;
    width: 38%;
    margin: 4px;
  }

    .urun-secenek-l p {
      font-weight: 300;
      margin: 0px;
    }

  .urun-secenek-r {
    border: 0.4px solid gray;
    padding: 18px;
    width: 58%;
    margin: 4px;
    background-color: #edeff1;
  }

    .urun-secenek-r p {
      font-weight: 500;
      margin: 0px;
    }

  .urun-secenekleri {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .lezzet-profili {
    background-color: #163E70;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .lezzet-profili h1 {
      color: #ffffff;
    }

    .lezzet-profili p {
      color: #ffffff;
      margin: 0;
    }

    .lezzet-profili .col-md-3 {
      margin: auto;
    }

    .lezzet-profili .col-md-9 {
      margin: auto;
    }

  .pisirme-onerisi {
    background-image: url("../images/pisirme-onerisi-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .pisirme-onerisi h1 {
      color: #ffffff;
    }

    .pisirme-onerisi p {
      color: #ffffff;
      margin: 0;
    }

    .pisirme-onerisi .col-md-3 {
      margin: auto;
    }

    .pisirme-onerisi .col-md-6 {
      margin: auto;
    }

    .pisirme-onerisi .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-left: 48px;
      color: white;
      font-weight: 600;
    }

  .raf-omru {
    background-image: url("../images/raf-omru-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .raf-omru h1 {
      color: #ffffff;
    }

    .raf-omru p {
      color: #ffffff;
      margin: 0;
    }

    .raf-omru .urun-secenek-l {
      border: 0.4px solid gray;
      padding: 18px;
      width: 20%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-l p {
        font-weight: 300;
        margin: 0px;
        color: #ffffff;
      }

    .raf-omru .urun-secenek-r {
      border: 0.4px solid gray;
      padding: 18px;
      width: 20%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-r p {
        font-weight: 500;
        margin: 0px;
        color: #ffffff;
      }

  .besin-degeri {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tarif-icon {
    margin-top: 8px;
    width: 24px !important;
  }

  .col-tarifbox h3 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 0.4px solid #c9cdd2;
  }

  .tarifler-title {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .tarifler-list {
    margin-bottom: 48px;
  }

  .product-box {
    width: 48%;
    border: 0.4px solid gray;
    margin: 1%;
  }

    .product-box .col-md-6 {
      padding-top: 88px;
      padding-bottom: 88px;
      padding-left: 28px;
      padding-right: 28px;
      margin: auto;
    }

    .product-box h1 {
      font-size: 28px;
    }

    .product-box p {
      color: #92ADD2;
    }

  .kilic-urunler {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .hakkimizda-first {
    background-image: url("../images/hakkimizda-fish-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hakkimizda-page-text {
    text-align: center;
    width: 48%;
    margin: auto;
    padding: 48px;
    height: 428px;
  }

  .hakkimizda-tx1 {
    margin: auto;
    padding-right: 128px;
  }

  .hakkimizda-tx2 {
    margin: auto;
    padding-left: 128px;
  }

  .hakkimizda-page {
    margin-bottom: 48px;
	margin-top: 48px;
  }

  .hakkimizda-tx3 {
    margin: auto;
    padding-right: 128px;
    padding-top: 128px;
  }

  .hakkimizda-tx4 {
    margin: auto;
    padding-left: 128px;
    padding-top: 128px;
  }

  .col-prbox .row {
    justify-content: end;
  }

  #main-urunler h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 18px;
  }

  #main-urunler h1 {
    color: #ffffff;
  }

  #main-urunler .main-urunler-box {
    border: 0.4px solid #BACDD8;
    width: 48%;
    margin: 1%;
  }

  #main-urunler .fish-link {
    padding: 28px;
  }

  #main-urunler .main-urunler-text {
    margin: auto;
    text-align: end;
  }

  #main-urunler .container {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .dropdown-menu {
    padding: 0px;
    --bs-dropdown-border-radius: 0px;
    --bs-dropdown-inner-border-radius: 0px;
    --bs-dropdown-box-shadow: none;
    --bs-dropdown-border-color: #d0d6dc;
  }

  .dropdown-item {
    background-color: #ffffff;
    color: #163e71;
    padding-left: 18px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 0.4px solid #c9d0da;
    font-size: 15px;
  }

    .dropdown-item:hover {
      color: #193a67;
      background-color: #ffffff;
    }

  #main-surdurulebilirlik {
    background-color: #EDEFF2;
    padding-top: 48px;
    padding-bottom: 48px;
  }

    #main-surdurulebilirlik .main-sleft {
      padding: 28px;
    }

    #main-surdurulebilirlik .col-md-6:nth-child(2) {
      margin: auto;
    }

    #main-surdurulebilirlik .main-sright {
      width: 78%;
    }

  #main-deger-zinciri {
    background-image: url(../images/main-deger-zinciri-back.webp);
    margin: auto;
    padding-top: 128px;
    padding-bottom: 128px;
    background-repeat: no-repeat;
    background-size: cover;
  }

    #main-deger-zinciri .main-deger-zinciri-text {
      text-align: center;
    }

    #main-deger-zinciri .col-md-2 {
      padding: 18px;
      text-align: center;
      width: 14.25%;
    }

      #main-deger-zinciri .col-md-2:nth-child(2) {
        margin-top: 48px;
      }

      #main-deger-zinciri .col-md-2:nth-child(3) {
        margin-top: 128px;
      }

      #main-deger-zinciri .col-md-2:nth-child(4) {
        margin-top: 168px;
      }

      #main-deger-zinciri .col-md-2:nth-child(5) {
        margin-top: 128px;
      }

      #main-deger-zinciri .col-md-2:nth-child(6) {
        margin-top: 48px;
      }

      #main-deger-zinciri .col-md-2 img {
        margin-bottom: 28px;
      }

    #main-deger-zinciri span {
      color: #99AFCB;
      font-size: 14px;
      font-weight: 300;
    }

    #main-deger-zinciri h2 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
    }

    #main-deger-zinciri h1 {
      color: #ffffff;
    }

    #main-deger-zinciri p {
      color: #99AFCB;
    }

  #main-urunler {
    background-image: url(../images/main-urunler-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }

  #main-pratik-lezzetler {
    margin-top: 88px;
    margin-bottom: 88px;
  }

    #main-pratik-lezzetler .fish-arrow {
      width: 12px !important;
      padding: 1px;
      margin-top: 18px;
      margin-bottom: 8px;
    }

  .owl-prev img {
    width: 48px;
  }

  .owl-next img {
    width: 48px;
  }

  footer .col-footer1 {
    width: 28%;
  }

  footer .col-footer2 {
    width: 16%;
    margin-top: 28px;
  }

  footer .col-footer3 {
    width: 14%;
    margin-top: 28px;
  }

  footer .col-footer4 {
    width: 18%;
    margin-top: 28px;
  }

  footer .col-footer5 {
    width: 12%;
    margin-top: 28px;
  }

  footer .col-footer6 {
    width: 12%;
    margin-top: 28px;
  }

  footer p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
  }

  footer a {
    color: #A5BEE1;
    font-size: 14px;
  }

    footer a:hover {
      color: #ffffff;
    }

  footer {
    background-color: #163E70;
    padding-top: 88px;
    padding-bottom: 48px;
  }

    footer .f-menu ul {
      margin: 0;
    }

    footer .social-footer .fa-brands {
      font-size: 24px;
      padding-right: 24px;
    }

    footer .col-footer1 img {
      width: 148px;
      margin-bottom: 48px;
    }

    footer .social-kvkk {
      margin-top: 88px;
    }

    footer .kvkk-aydinlatma {
      justify-content: end;
      display: flex;
    }
	
	footer .kvkk-aydinlatma a {
      font-size: 13px;
    }

    footer h2 {
      font-size: 16px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 18px;
    }

    footer .f-menu li {
      margin-bottom: 8px;
    }

  footeralt .venus-footer {
    text-align: center;
    padding: 18px;
  }

  #main-donusum {
    position: relative;
  }

    #main-donusum .main-donusum-text {
      position: absolute;
      bottom: 28%;
    }

      #main-donusum .main-donusum-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-donusum .main-donusum-text h1 {
        color: #ffffff;
        width: 40%;
        margin-top: 28px;
      }

      #main-donusum .main-donusum-text p {
        color: #ffffff;
        width: 40%;
      }

  #main-global {
    position: relative;
  }

    #main-global .main-global-text {
      position: absolute;
      bottom: 28%;
      width: 100%;
    }

      #main-global .main-global-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-global .main-global-text h1 {
        color: #ffffff;
        width: 40%;
        margin-top: 28px;
      }

      #main-global .main-global-text h2 {
        color: #A5BEE1;
        width: 40%;
        font-size: 18px;
      }

      #main-global .main-global-text p {
        color: #ffffff;
        width: 40%;
      }

    #main-global .kilic-amblem {
      text-align: end;
    }

  .navbar .col {
    width: 48px;
    flex: none;
  }

  .search-img {
    width: 24px;
  }

  #main-about-kilic .col-md-7 {
    padding: 48px;
    width: 48%;
    margin: auto;
  }

  #slider-prbox h1 {
    font-size: 20px;
    font-weight: 600;
    min-height: 128px;
  }

  #slider-prbox .col-prbox {
    padding: 18px;
    border: 0.4px solid gray;
  }

  .kilic-prbox-title {
    text-align: center;
    margin-bottom: 48px;
  }

  .f-contact-text p {
    margin: 0;
  }

  h1 {
    font-size: 34px;
    font-weight: 700;
    color: #193A67;
  }

  p {
    font-size: 16px;
    font-weight: 400;
    color: #60656d;
  }

  .owl-manset-text {
    position: absolute;
    top: 42%;
    width: 100%;
    z-index: 5;
  }

    .owl-manset-text h1 {
      font-size: 48px;
      color: #ffffff;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 28px;
      color: #ffffff;
      font-weight: 300;
    }

  .logo-w {
    width: 128px !important;
    margin: auto;
    padding-bottom: 18px;
  }

  .lang-menu {
    font-size: 16px;
    font-weight: 400;
    position: relative;
  }

    .lang-menu ul {
      display: flex;
      margin-bottom: 0;
    }

    .lang-menu li {
      padding-left: 18px;
      font-size: 16px;
      font-weight: 600;
    }

  .site-header .container {
  }

  .site-header {
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #193A67;
    padding-right: 24px;
  }

  #main-about-kilic h1 {
    font-size: 40px;
    font-weight: 600;
  }

  #main-about-kilic p {
    font-size: 18px;
    font-weight: 400;
    color: #193A67;
  }

  #main-about-kilic .row:nth-child(1) {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  #main-about-kilic .row:nth-child(2) {
    padding-bottom: 48px;
  }

  .main-amblem {
    width: 38px;
    margin: auto;
    display: flex;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
    margin-top: 48px;
  }

  .bnr-shadow-main {
    background: linear-gradient(180deg, #0000001a 38%, #00000096 74%, #000000ba 84%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .inside-manset-text {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 6;
    ;
  }

    .inside-manset-text p {
      font-size: 22px;
      color: #ffffff;
      font-weight: 300;
    }

    .inside-manset-text h1 {
      font-size: 42px;
      color: #ffffff;
      font-weight: 500;
    }

  .content-page {
    margin-top: 88px;
    margin-bottom: 128px;
  }

  .content-image {
    left: -32%;
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 96%;
  }
.urunyb-tx1 {
    padding-left: 48px;
    margin: auto;
}

.urunyb-tx2 {
    padding-right: 48px;
    margin: auto;
}
.urunyb-page-text {
    margin-bottom: 48px;
}
.send-form {
  padding: 88px;
  text-align: center;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #163e71;
  width: 1.6em;
  height: 1.6em;
  border: 0.15em solid currentColor;
  border-radius: 1.6em;
  transform: translateY(-0.2em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: #163e71;
}

input[type="radio"]:checked::before {
  transform: scale(1.4);
}

.kilic-urunler h2 {
	font-size: 28px;
    color: #163e70;
}
.kilic-urunler .col-3 {
	margin: 1%;
    width: 23%;
}
.kilic-urunler h3 {
	font-size: 20px;
    padding: 18px;
}
.kbaliklar .img-thumbnail {
	padding: 18px;
	border: none;
}
  .rakamlarla-kilic {
    width: 100%;
    margin: auto;
  }

  .tarifler .btn-tarifler {
    padding: 18px;
    border: 0.4px solid #163E70;
    color: #163E70;
    font-weight: 600;
    top: 20px;
    position: relative;
  }

  .col-tarifbox .col-md-6:nth-child(2) {
    justify-items: end;
    width: 50%;
  }

  .col-tarifbox .col-md-6:nth-child(1) {
    width: 50%;
  }

  .yonetim-kurulu:nth-child(1) {
    border-top: 1px solid #163e71;
  }

  .kurumsal-videolar .col-md-6 {
    padding: 18px;
  }

  .kurumsal-videolar h3 {
    margin-top: 0px !important;
  }

  .kilic-docs {
    margin-bottom: 88px;
  }

    .kilic-docs .col-md-3 img {
      width: 28px;
    }

    .kilic-docs p {
      margin-bottom: 0px;
      font-size: 18px;
    }

  .contact-line {
    display: block;
    margin-top: 28px;
  }

    .contact-line .form-check {
      margin-top: 48px;
    }

    .contact-line .form-check-label {
      font-size: 14px;
      color: #60656d;
      margin-left: 18px;
    }

    .contact-line .form-check-input {
      border: none !important;
      margin-top: 0 !important;
    }

  .form-floating > label {
    color: #60656d;
  }

  .hab p {
    font-size: 24px;
    margin-top: 18px;
  }

  input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #163e71;
    width: 1.6em;
    height: 1.6em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.2em);
    display: grid;
    place-content: center;
  }

  .form-control + .form-control {
    margin-top: 1em;
  }

  input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    background-color: #163e71;
  }

  input[type="checkbox"]:checked::before {
    transform: scale(1.4);
  }

  .form-check {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-check .form-check-input {
    border: none;
  }

  .search-form {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(82, 82, 82, .71);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 9;
  }

    .search-form .content {
      max-width: 600px;
      width: 100%;
      position: relative;
      margin: 0 60px;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: .3s all;
      transition: .3s all;
    }

      .search-form .content button.close-search-form {
        position: absolute;
        right: -30px;
        top: -45px;
        border: 0;
        background-color: transparent;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
      }

      .search-form .content input[type="text"] {
        width: 100%;
        background: #333;
        color: #fff;
        line-height: 70px;
        padding: 0 30px;
        border: none;
        outline: none;
      }

      .search-form .content .search-button {
        position: absolute;
        width: 70px;
        height: 70px;
        right: 0;
        border: 0;
        background-color: #626262;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        display: block;
        top: 0;
        padding: 24px;
      }

    .search-form.active {
      opacity: 1;
      pointer-events: visible;
    }

      .search-form.active .content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }

  .open-search {
    background-color: transparent;
    width: 36px;
    cursor: pointer;
    border: none;
    color: #626262;
    outline: none;
  }

    .open-search img {
      height: 18px;
    }

  .list-group-numbered {
    list-style: decimal inside;
    padding: 0;
  }

  .list-group-alpha {
    list-style: lower-alpha inside;
    padding: 0;
  }

  .list-group-roman {
    list-style: lower-roman inside;
    padding: 0;
  }

  .list-group-alpha > li, .list-group-numbered > li {
    display: list-item
  }

  .surdurulebilirlik-row li, .page-inside li, .milestones .desc li, .pisirme-onerisi li {
    list-style: disc;
    padding-left: 8px;
  }

  .surdurulebilirlik-row ul, .page-inside ul, .milestones .desc ul, .pisirme-onerisi ul {
    padding-left: 16px;
  }

  .malzemeler {
    color: #A5BEE1;
  }

  .main-slider {
    width: 100%;
  }

    .main-slider .swiper-slide {
      width: 100%;
      height: 100%;
      display: flex;
    }

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

  .thumb-slider {
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
  }

  .slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  .manset-all-titles {
    position: absolute;
    z-index: 19;
    margin: auto;
    margin-top: -148px;
    width: 100%;
  }

    .manset-all-titles .col-md-3 {
      padding: 28px;
      border-right: 0.4px solid #ffffff8c;
      border-top: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .col-md-3 p {
        color: #ffffff;
        line-height: 18px;
      }

    .manset-all-titles .bannerslide {
      padding: 4px;
      border-right: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .bannerslide p {
        color: #ffffffbd;
        line-height: 14px;
        font-size: 12px;
        font-weight: 300;
        margin: 0;
        min-height: 58px;
      }

  .menu-item-wrapper {
    width: 100%;
    position: relative;
  }

  .mobile-toggle {
    padding: 10px 15px;
    cursor: pointer;
    color: #666;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .dropdown-menu {
    position: static !important;
    display: none;
    float: none;
    background: #fdfdfd;
    border: none;
    padding-left: 15px;
  }

    .dropdown-menu.show {
      display: block;
    }

  .mobile-toggle i {
    transition: transform 0.3s;
  }

  .mobile-toggle.open i {
    transform: rotate(180deg);
  }

  .page-inside {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .kilic-docs .col-md-3 {
    padding: 18px;
    border: 0.4px solid #98a1ac;
    border-radius: 8px;
    min-height: 128px;
    width: 100%;
    margin-bottom: 18px;
    align-content: center;
    background-color: #ffffff;
  }

  .page-inside h3 {
    font-size: 36px;
    margin-top: 48px;
    margin-bottom: 28px;
    color: #163e71;
  }

  .kurucumuz-msg .col-md-5 {
    padding-right: 28px;
  }
.kurucumuz-msg {
	margin-top: 48px;
}
  .yonetim-kurulu .col-md-6 {
    border-bottom: 1px solid #163e71;
    padding: 18px;
    background-color: #f9f9f97a;
  }

  .yonetim-kurulu p {
    margin: 0px;
    font-weight: 300;
  }

  .yonetim-kurulu .pname {
    font-size: 20px;
    font-weight: 500;
    color: #163E70;
    margin: 0px;
  }

  .tarifler-box {
    width: 100%;
    border: 0.4px solid gray;
    margin-bottom: 28px;
  }

    .tarifler-box .col-md-6 {
      padding-top: 28px;
      padding-bottom: 28px;
      padding-left: 28px;
      padding-right: 28px;
      margin: auto;
    }

    .tarifler-box h1 {
      font-size: 28px;
    }

    .tarifler-box p {
      color: #92ADD2;
    }

  .kilic-tarifler {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .fishrecipe-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-recipe-detay {
    margin-top: 88px;
  }

  .fishrecipe-title .col-fn:nth-child(1) {
  }

  .fishrecipe-title .col-fn:nth-child(2) {
  }

  .kilic-recipe-detay .col-fn {
    margin: auto;
  }

  .kilic-recipe-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fishrecipe-desc {
    margin-top: 28px;
  }

    .fishrecipe-desc .col-md-5 img {
      padding-bottom: 48px;
    }

    .fishrecipe-desc .col-md-7 {
      padding-right: 48px;
      margin: auto;
    }

  .malzemeler {
    background-image: url("../images/pisirme-onerisi-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .malzemeler h1 {
      color: #ffffff;
    }

    .malzemeler p {
      color: #ffffff;
      margin: 0;
    }

    .malzemeler .col-md-3 {
      margin: auto;
    }

    .malzemeler .col-md-6 {
      margin: auto;
    }

    .malzemeler .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-left: 48px;
      color: white;
      font-weight: 600;
    }

    .malzemeler li {
      font-size: 20px;
    }

  .kilicdeniz-h3 {
    font-size: 28px !important;
    margin-top: 28px !important;
    color: #163e71;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
  }

  .col-news {
    width: 100%;
    margin-bottom: 48px;
  }

    .col-news p {
    }

    .col-news h3 {
      margin-top: 28px;
    }

  .news-page {
    margin-top: 48px;
    margin-bottom: 48px;
  }

    .news-page .btn-group {
      width: 280px;
      margin-top: 88px;
    }

    .news-page .btn:hover {
      border: 0.4px solid #163e72;
      color: #163e72;
    }

    .news-page .col-md-8 {
      margin-top: 28px;
    }

  .btn-news {
    padding: 12px;
    border: none;
    margin-top: 18px;
    color: #ffffff;
    background-color: #97a1ae;
    font-weight: 600;
    text-align: center;
    width: 180px;
    border: 0.4px solid #c5d2e2;
  }

  .fishpl-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urunpl-detay {
    margin-top: 88px;
    margin-bottom: 128px;
  }

    .kilic-urunpl-detay .col-md-8 {
      padding-left: 48px;
    }

    .kilic-urunpl-detay .col-fn {
      margin: auto;
    }

    .kilic-urunpl-detay span {
      padding: 12px;
      background-color: #F4F4F4;
    }

  .fishpl-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-desc .col-md-6:nth-child(2) {
    padding-left: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fishpl-img {
    margin-top: 48px;
    padding-top: 128px;
  }

    .fishpl-img .col-md-8 img {
    }

  .kilic-urunlerpl {
    margin-bottom: 88px;
  }

  .productpl-box .col-md-6 {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 28px;
    margin: auto;
  }

  .productpl-box h1 {
    font-size: 22px;
  }

  .productpl-box p {
    color: #92ADD2;
  }

  .productpl-box {
    width: 100%;
    border: 0.4px solid gray;
    margin-bottom: 28px;
  }

  .page-pl {
    margin-top: 88px;
    margin-bottom: 28px;
  }

  .manset-all-titles .bannerslide:nth-child(1) {
    border-left: 0.4px solid #ffffff5e;
  }

  .swiper-backface-hidden .swiper-slide {
    cursor: pointer;
  }

  .navbar-toggler {
    color: white;
  }

  #timeline-kilic {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
    color: #4b5255;
  }

    #timeline-kilic h1 {
      font-size: 24px;
      font-weight: 700;
      margin-top: 8px;
    }

    #timeline-kilic:before {
      position: absolute;
      left: 50%;
      top: 0;
      content: ' ';
      display: none;
      width: 2px;
      height: 100%;
      margin-left: -3px;
      background: rgb(200, 200, 200);
      background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(198 198 198) 8%, rgb(200 200 200) 92%, rgba(80, 80, 80, 0) 100%);
      z-index: 5;
    }

    #timeline-kilic li {
      padding-bottom: 18px;
      list-style: none;
    }

      #timeline-kilic li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }

    #timeline-kilic .direction-l {
    }

    #timeline-kilic .direction-r {
    }

    #timeline-kilic .flag-wrapper {
      position: relative;
      display: inline-block;
      text-align: center;
    }

    #timeline-kilic .flag {
      font-weight: 400;
      font-size: 15px;
    }

    #timeline-kilic .direction-l .flag {
      color: #708AAE;
    }

    #timeline-kilic .direction-r .flag {
      color: #708AAE;
    }

    #timeline-kilic ul {
      padding-left: 0px;
    }

    #timeline-kilic li {
      padding-left: 0px;
    }

    #timeline-kilic .direction-l .flag:before, #timeline-kilic .direction-r .flag:before {
      position: absolute;
      top: 50%;
      right: -20px;
      content: ' ';
      display: block;
      width: 14px;
      height: 14px;
      margin-top: -7px;
      background: #5FA4FF;
      border-radius: 10px;
      border: 2px solid #ffffff;
      z-index: 10;
    }

    #timeline-kilic .direction-r .flag:before {
    }

    #timeline-kilic .direction-l .flag:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-left-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .direction-r .flag:after {
      content: "";
      position: absolute;
      right: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-right-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .time-wrapper {
      display: inline;
      line-height: 1em;
      font-size: 0.66666em;
      color: rgb(250, 80, 80);
      vertical-align: middle;
    }

    #timeline-kilic .direction-l .time-wrapper {
      float: left;
    }

    #timeline-kilic .direction-r .time-wrapper {
      float: right;
    }

    #timeline-kilic .time {
      display: inline-block;
      padding: 4px 6px;
      background: rgb(248, 248, 248);
    }

    #timeline-kilic .desc {
      font-size: 16px;
      color: #163e71;
      font-weight: 400;
      margin: auto;
    }

    #timeline-kilic .timeline-img {
		order: 1;
		border-bottom: 0.4px solid #133561;
    }
.timeline-img img {
	width: 228px;
}
  .deger-zinciri-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .page-deger-zinciri {
    margin-bottom: 88px;
  }

  .milestones-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .milestones {
    margin-bottom: 88px;
  }

  .surdurulebilirlik-yk {
    margin-bottom: 48px;
  }

    .surdurulebilirlik-yk li {
      font-size: 18px;
      font-weight: 400;
      color: #193A67;
      line-height: 32px;
    }

    .surdurulebilirlik-yk h3 {
      font-size: 22px;
      font-weight: 500;
      color: #193A67;
      line-height: 32px;
    }

    .surdurulebilirlik-yk p {
      line-height: 38px;
    }

  .surdurulebilirlik-row {
    margin-bottom: 28px;
	margin-top: 48px;
  }
.surdurulebilirlik-row:nth-child(2) .col-md-6:nth-child(1) {
	order: 2;
}
.surdurulebilirlik-row:nth-child(4) .col-md-6:nth-child(1) {
	order: 2;
}
.col-md-6 {
	width: 100%;
}
  .srd-text-line-l {
    background-color: #ffffff;
    padding: 28px;
    width: 100%;
  }

  .srd-text-line-r {
    background-color: #ffffff;
    padding: 28px;
    width: 100%;
  }

  .srt-bs1 {
    font-size: 44px;
    font-weight: 300;
    color: #4ACD16;
    margin-bottom: 28px;
  }

  .srt-bs2 {
    font-size: 44px;
    font-weight: 300;
    color: #215DA6;
    margin-bottom: 28px;
  }

  .srt-bs3 {
    font-size: 44px;
    font-weight: 300;
    color: #F77A1A;
    margin-bottom: 28px;
  }

  .st-cevre {
    width: 188px;
  }

  .st-insan {
    width: 188px;
  }

  .st-yonetim {
    width: 188px;
  }

  .srdr-rapor {
    text-align: center;
    margin: auto;
    margin-top: 28px;
    padding: 28px;
  }

  .btn-srdr {
    padding: 12px;
    border: none;
    color: #ffffff;
    background-color: #4ACD16;
    font-weight: 600;
    text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 28px;
  }

    .btn-srdr img {
      width: 28px;
      margin-right: 18px;
    }

  .srdr-rapor a:hover {
    color: #ffffff;
  }

  #accordionTesisler .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #193A67;
  }

  #accordionTesisler .accordion-header {
    border: 0.4px solid #D8D8D8;
    margin-bottom: 8px;
  }

  #accordionTesisler .accordion-item {
    border: none;
  }

  #accordionTesisler .accordion-button:not(.collapsed) {
    background-color: #183a66;
    box-shadow: none;
    color: #ffffff;
  }

  #accordionTesisler .accordion-button:focus {
    box-shadow: none;
  }

  #accordionTesisler .accordion-body {
    padding-bottom: 28px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  #accordionTesisler p {
    font-size: 16px;
    margin-left: 34px;
  }

  #accordionTesisler h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 34px;
  }

  #accordionTesisler .accordion-body img {
    width: 24px;
    position: absolute;
  }

  .tesislerimiz-page .form-control {
    border-radius: 0;
    width: 80%;
    float: right;
    margin-bottom: 28px;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    background-position-x: 94%;
  }

  .accordion-body .row {
    margin-bottom: 28px;
  }

  .gmap-line {
  }

  .tesis-line {
  }

  .tesislerimiz-page {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tesis-title-line {
    margin: auto;
    text-align: center;
    margin-bottom: 28px;
  }

  .tesis-btn {
    background-color: #D2E1F4;
    padding: 8px;
    margin-right: 8px;
    width: 31%;
    margin-bottom: 8px;
    border-radius: 2px;
    color: #3F75BD;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
  }

  .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(199deg, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 60%) 100%);
    z-index: 5;
  }

  .btn-tesisler {
    padding: 8px;
    border: 0.4px solid #A6ACC9;
    margin-top: 48px;
    color: #193A67;
    font-weight: 600;
    text-align: center;
  }

  .btn-gonder {
    padding: 12px;
    border: none;
    margin-top: 48px;
    color: #ffffff;
    background-color: #215DA6;
    font-weight: 600;
    text-align: center;
    width: 180px;
  }

  .c-tesisler img {
    width: 24px;
    margin-right: 8px;
  }

  .c-location {
    margin-top: 48px;
    margin-bottom: 28px;
  }

  .c-adres {
    margin-top: 48px;
  }

    .c-adres .row {
      margin-bottom: 28px;
    }

  .contact-us-form-info {
    gap: 8px;
  }

  .form-floating {
    margin-top: 18px;
  }

  .contact-us-form {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .c-location h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fish-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urun-detay {
    margin-top: 88px;
  }

  .fish-title .col-fn:nth-child(1) {
  }

  .fish-title .col-fn:nth-child(2) {
  }

  .kilic-urun-detay .col-fn {
    margin: auto;
  }

  .kilic-urun-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fish-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fish-desc .col-md-6:nth-child(2) {
  }

  .fish-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fish-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fish-img h1 {
    font-size: 28px;
    font-weight: 700;
  }

  .fish-img {
    min-height: 388px;
  }

    .fish-img .col-md-8 img {
      width: 80%;
    }

  .inside-manset {
    position: relative;
  }

  .urun-secenek-l {
    border: 0.4px solid gray;
    padding: 8px;
    width: 37%;
    margin: 4px;
  }

    .urun-secenek-l p {
      font-weight: 300;
      margin: 0px;
    }

  .urun-secenek-r {
    border: 0.4px solid gray;
    padding: 8px;
    width: 58%;
    margin: 4px;
    background-color: #edeff1;
  }

    .urun-secenek-r p {
      font-weight: 500;
      margin: 0px;
    }

  .urun-secenekleri {
    margin-top: 28px;
    margin-bottom: 48px;
  }

  .lezzet-profili {
    background-color: #163E70;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .lezzet-profili h1 {
      color: #ffffff;
    }

    .lezzet-profili p {
      color: #ffffff;
      margin: 0;
    }

    .lezzet-profili .col-md-3 {
      margin: auto;
    }

    .lezzet-profili .col-md-9 {
      margin: auto;
    }

  .pisirme-onerisi {
    background-image: url(../images/pisirme-onerisi-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 448px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

    .pisirme-onerisi h1 {
      color: #ffffff;
    }

    .pisirme-onerisi p {
      color: #ffffff;
      margin: 0;
    }

    .pisirme-onerisi .col-md-3 {
      margin: auto;
    }

    .pisirme-onerisi .col-md-6 {
      margin: auto;
    }

    .pisirme-onerisi .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-top: 18px;
      color: white;
      font-weight: 600;
      position: absolute;
    }

  .raf-omru {
    background-image: url("../images/raf-omru-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .raf-omru h1 {
      color: #ffffff;
    }

    .raf-omru p {
      color: #ffffff;
      margin: 0;
    }

    .raf-omru .urun-secenek-l {
      border: 0.4px solid gray;
      padding: 18px;
      width: 46%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-l p {
        font-weight: 300;
        margin: 0px;
        color: #ffffff;
      }

    .raf-omru .urun-secenek-r {
      border: 0.4px solid gray;
      padding: 18px;
      width: 46%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-r p {
        font-weight: 500;
        margin: 0px;
        color: #ffffff;
      }

  .besin-degeri {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tarif-icon {
    margin-top: 8px;
    width: 24px !important;
  }

  .col-tarifbox h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 0.4px solid #c9cdd2;
  }

  .tarifler-title {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .tarifler-list {
    margin-bottom: 88px;
  }

  .product-box {
    width: 100%;
    border: 0.4px solid gray;
    margin: 1%;
  }

    .product-box .col-md-6 {
      padding: 28px;
      margin: auto;
    }

    .product-box h1 {
      font-size: 28px;
    }

    .product-box p {
      color: #92ADD2;
    }

  .kilic-urunler {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .hakkimizda-first {
    background-image: url("../images/hakkimizda-fish-back.webp");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .hakkimizda-page-text {
    text-align: center;
    margin: auto;
    padding: 28px;
  }

  .hakkimizda-tx1 {
    margin: auto;
  }

  .hakkimizda-tx2 {
    margin: auto;
  }

  .hakkimizda-page {
    margin-bottom: 28px;
	margin-top: 48px;
  }

  .hakkimizda-tx3 {
    margin: auto;
    padding-top: 48px;
  }

  .hakkimizda-tx4 {
    margin: auto;
    padding-top: 48px;
  }

  .col-prbox .row {
    justify-content: end;
  }

  #main-urunler h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
  }

  #main-urunler h1 {
    color: #ffffff;
  }

  #main-urunler .main-urunler-box {
    border: 0.4px solid #BACDD8;
    width: 48%;
    margin: 1%;
  }

  #main-urunler .fish-link {
    padding: 14px;
  }

  #main-urunler .main-urunler-text {
    text-align: center;
    margin-top: 18px;
  }

  #main-urunler .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .dropdown-menu {
    padding: 0px;
    --bs-dropdown-border-radius: 0px;
    --bs-dropdown-inner-border-radius: 0px;
    --bs-dropdown-box-shadow: none;
    --bs-dropdown-border-color: #d0d6dc;
  }

  .dropdown-item {
    background-color: #ffffff;
    color: #163e71;
    padding-left: 18px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 0.4px solid #c9d0da;
    font-size: 15px;
  }

    .dropdown-item:hover {
      color: #193a67;
      background-color: #ffffff;
    }

  #main-surdurulebilirlik {
    background-color: #EDEFF2;
    padding-top: 48px;
    padding-bottom: 48px;
  }

    #main-surdurulebilirlik .main-sleft {
      padding: 28px;
    }

    #main-surdurulebilirlik .col-md-6:nth-child(2) {
      margin: auto;
    }

    #main-surdurulebilirlik .main-sright {
    }

  #main-deger-zinciri {
    background-image: url(../images/main-deger-zinciri-back.webp);
    margin: auto;
    padding-top: 128px;
    padding-bottom: 128px;
    background-repeat: no-repeat;
    background-size: cover;
  }

    #main-deger-zinciri .main-deger-zinciri-text {
      text-align: center;
    }

    #main-deger-zinciri .col-md-2 {
      padding: 18px;
      text-align: center;
      margin-bottom: 18px;
      width: 100%;
    }

      #main-deger-zinciri .col-md-2 img {
        margin-bottom: 28px;
        width: 128px;
      }

    #main-deger-zinciri span {
      color: #99AFCB;
      font-size: 14px;
      font-weight: 300;
      display: block;
    }

    #main-deger-zinciri h2 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
    }

    #main-deger-zinciri h1 {
      color: #ffffff;
    }

    #main-deger-zinciri p {
      color: #99AFCB;
    }

  #main-urunler {
    background-image: url(../images/main-urunler-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  #main-pratik-lezzetler {
    margin-top: 88px;
    margin-bottom: 88px;
  }

    #main-pratik-lezzetler .fish-arrow {
      width: 12px !important;
      padding: 1px;
      margin-top: 18px;
      margin-bottom: 8px;
    }

  .owl-prev img {
    width: 48px;
  }

  .owl-next img {
    width: 48px;
  }

  .footer-menu {
    display: block;
  }

  footer .col-footer1 {
  }

  footer .col-footer2 {
    margin-top: 28px;
  }

  footer .col-footer3 {
    margin-top: 28px;
  }

  footer .col-footer4 {
    margin-top: 28px;
  }

  footer .col-footer5 {
    margin-top: 28px;
  }

  footer .col-footer6 {
    margin-top: 28px;
  }

  footer p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
  }

  footer a {
    color: #A5BEE1;
    font-size: 16px;
  }

    footer a:hover {
      color: #ffffff;
    }

  footer {
    background-color: #163E70;
    padding-top: 88px;
    padding-bottom: 48px;
  }

    footer .f-menu ul {
      margin: 0;
    }

    footer .social-footer .fa-brands {
      font-size: 28px;
      padding-right: 28px;
    }

    footer .col-footer1 img {
      width: 148px;
      margin-bottom: 48px;
    }

    footer .social-kvkk {
      margin-top: 88px;
    }

    footer .kvkk-aydinlatma {
      justify-content: end;
      display: flex;
    }
	
	footer .kvkk-aydinlatma a {
      font-size: 13px;
    }

    footer h2 {
      font-size: 20px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 18px;
    }

    footer .f-menu li {
      margin-bottom: 8px;
    }

  footeralt .venus-footer {
    text-align: center;
    padding: 18px;
  }

  #main-donusum {
    position: relative;
  }

    #main-donusum .main-donusum-text {
      position: absolute;
      bottom: 28%;
    }

      #main-donusum .main-donusum-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-donusum .main-donusum-text h1 {
        color: #ffffff;
        width: 40%;
        margin-top: 28px;
      }

      #main-donusum .main-donusum-text p {
        color: #ffffff;
        display: none;
      }

  #main-global {
    position: relative;
  }

    #main-global .main-global-text {
      position: absolute;
      bottom: 10%;
      width: 100%;
    }

      #main-global .main-global-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-global .main-global-text h1 {
        color: #ffffff;
        margin-top: 28px;
      }

      #main-global .main-global-text h2 {
        color: #A5BEE1;
        font-size: 18px;
      }

      #main-global .main-global-text p {
        color: #ffffff;
        display: none;
      }

    #main-global .kilic-amblem {
      text-align: end;
    }

  .navbar .col {
    display: none;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .search-img {
    width: 24px;
  }

  #main-about-kilic .col-md-7 {
    padding: 28px;
    margin: auto;
  }

  #slider-prbox h1 {
    font-size: 20px;
    font-weight: 600;
    min-height: 88px;
  }

  #slider-prbox .col-prbox {
    padding: 28px;
    border: 0.4px solid gray;
  }

  .kilic-prbox-title {
    text-align: center;
    margin-bottom: 48px;
  }

  .f-contact-text p {
    margin: 0;
  }

  h1 {
    font-size: 34px;
    font-weight: 600;
    color: #193A67;
  }

  p {
    font-size: 18px;
    font-weight: 400;
    color: #60656d;
  }

  .owl-manset-text {
    position: absolute;
    top: 42%;
    width: 100%;
    z-index: 5;
  }

    .owl-manset-text h1 {
      font-size: 38px;
      color: #ffffff;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 18px;
      color: #ffffff;
      font-weight: 300;
    }

  .logo-w {
    width: 128px !important;
    margin: auto;
    padding-bottom: 18px;
  }

  .lang-menu {
    top: 48px;
    right: 88px;
    position: absolute;
    z-index: 15;
  }

    .lang-menu ul {
      display: flex;
      margin-bottom: 0;
    }

    .lang-menu li {
      padding-left: 18px;
      font-size: 16px;
      font-weight: 600;
    }

  .site-header .container {
  }

  .site-header {
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #193A67;
    padding-right: 34px;
  }

  #main-about-kilic h1 {
    font-size: 38px;
    font-weight: 600;
  }

  #main-about-kilic p {
    font-size: 18px;
    font-weight: 400;
    color: #193A67;
  }

  #main-about-kilic .row:nth-child(1) {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  #main-about-kilic .row:nth-child(2) {
    padding-bottom: 48px;
  }

  .main-amblem {
    width: 38px;
    margin: auto;
    display: flex;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
  }

  .bnr-shadow-main {
    background: linear-gradient(180deg, #0000001a 38%, #00000096 74%, #000000ba 84%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .inside-manset-text {
    position: absolute;
    top: 34%;
    width: 100%;
    z-index: 6;
  }

    .inside-manset-text p {
      font-size: 16px;
      color: #ffffff;
      font-weight: 300;
    }

    .inside-manset-text h1 {
      font-size: 28px;
      color: #ffffff;
      font-weight: 500;
    }

  .content-page {
    margin-top: 88px;
    margin-bottom: 128px;
  }

  .content-image {
    left: -32%;
    position: relative;
  }

  .contact-us-form-info {
    display: block;
  }

    .contact-us-form-info .col {
      width: 100%;
      margin-bottom: 8px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .container {
    max-width: 96%;
  }
.urunyb-tx1 {
    margin: auto;
}

.urunyb-tx2 {
    margin: auto;
	order: 2;
}
.urunyb-page-text {
    margin-bottom: 28px;
}
.send-form {
  padding: 88px;
  text-align: center;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #163e71;
  width: 1.6em;
  height: 1.6em;
  border: 0.15em solid currentColor;
  border-radius: 1.6em;
  transform: translateY(-0.2em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: #163e71;
}

input[type="radio"]:checked::before {
  transform: scale(1.4);
}

.kilic-urunler h2 {
	font-size: 28px;
    color: #163e70;
}
.kilic-urunler .col-3 {
	margin: 1%;
    width: 23%;
}
.kilic-urunler h3 {
	font-size: 20px;
    padding: 18px;
}
.kbaliklar .img-thumbnail {
	padding: 18px;
	border: none;
}
.timeline-img img {
	width: 228px;
}
  .rakamlarla-kilic {
    width: 100%;
    margin: auto;
  }

  .tarifler .btn-tarifler {
    padding: 18px;
    border: 0.4px solid #163E70;
    color: #163E70;
    font-weight: 600;
    top: 20px;
    position: relative;
  }

  .col-tarifbox .col-md-6:nth-child(2) {
    justify-items: end;
    width: 50%;
  }

  .col-tarifbox .col-md-6:nth-child(1) {
    width: 50%;
  }

  .yonetim-kurulu:nth-child(1) {
    border-top: 1px solid #163e71;
  }

  .kurumsal-videolar .col-md-6 {
    padding: 18px;
  }

  .kurumsal-videolar h3 {
    margin-top: 0px !important;
  }

  .kilic-docs {
    margin-bottom: 88px;
  }

    .kilic-docs .col-md-3 img {
      width: 28px;
    }

    .kilic-docs p {
      margin-bottom: 0px;
      font-size: 18px;
    }

  .contact-line {
    display: block;
    margin-top: 28px;
  }

    .contact-line .form-check {
      margin-top: 48px;
    }

    .contact-line .form-check-label {
      font-size: 14px;
      color: #60656d;
      margin-left: 18px;
    }

    .contact-line .form-check-input {
      border: none !important;
      margin-top: 0 !important;
    }

  .form-floating > label {
    color: #60656d;
  }

  .hab p {
    font-size: 24px;
    margin-top: 18px;
  }

  input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #163e71;
    width: 1.6em;
    height: 1.6em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.2em);
    display: grid;
    place-content: center;
  }

  .form-control + .form-control {
    margin-top: 1em;
  }

  input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    background-color: #163e71;
  }

  input[type="checkbox"]:checked::before {
    transform: scale(1.4);
  }

  .form-check {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-check .form-check-input {
    border: none;
  }

  .search-form {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(82, 82, 82, .71);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 9;
  }

    .search-form .content {
      max-width: 600px;
      width: 100%;
      position: relative;
      margin: 0 60px;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: .3s all;
      transition: .3s all;
    }

      .search-form .content button.close-search-form {
        position: absolute;
        right: -30px;
        top: -45px;
        border: 0;
        background-color: transparent;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
      }

      .search-form .content input[type="text"] {
        width: 100%;
        background: #333;
        color: #fff;
        line-height: 70px;
        padding: 0 30px;
        border: none;
        outline: none;
      }

      .search-form .content .search-button {
        position: absolute;
        width: 70px;
        height: 70px;
        right: 0;
        border: 0;
        background-color: #626262;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        display: block;
        top: 0;
        padding: 24px;
      }

    .search-form.active {
      opacity: 1;
      pointer-events: visible;
    }

      .search-form.active .content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }

  .open-search {
    background-color: transparent;
    width: 36px;
    cursor: pointer;
    border: none;
    color: #626262;
    outline: none;
  }

    .open-search img {
      height: 18px;
    }

  .list-group-numbered {
    list-style: decimal inside;
    padding: 0;
  }

  .list-group-alpha {
    list-style: lower-alpha inside;
    padding: 0;
  }

  .list-group-roman {
    list-style: lower-roman inside;
    padding: 0;
  }

  .list-group-alpha > li, .list-group-numbered > li {
    display: list-item
  }

  .surdurulebilirlik-row li, .page-inside li, .milestones .desc li, .pisirme-onerisi li {
    list-style: disc;
    padding-left: 8px;
  }

  .surdurulebilirlik-row ul, .page-inside ul, .milestones .desc ul, .pisirme-onerisi ul {
    padding-left: 16px;
  }

  .malzemeler {
    color: #A5BEE1;
  }

  .main-slider {
    width: 100%;
  }

    .main-slider .swiper-slide {
      width: 100%;
      height: 100%;
      display: flex;
    }

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

  .thumb-slider {
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
  }

  .slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  .manset-all-titles {
    position: absolute;
    z-index: 19;
    margin: auto;
    margin-top: -148px;
    width: 100%;
  }

    .manset-all-titles .col-md-3 {
      padding: 28px;
      border-right: 0.4px solid #ffffff8c;
      border-top: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .col-md-3 p {
        color: #ffffff;
        line-height: 18px;
      }

    .manset-all-titles .bannerslide {
      padding: 4px;
      border-right: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .bannerslide p {
        color: #ffffffbd;
        line-height: 14px;
        font-size: 12px;
        font-weight: 300;
        margin: 0;
        min-height: 58px;
      }

  .menu-item-wrapper {
    width: 100%;
    position: relative;
  }

  .mobile-toggle {
    padding: 10px 15px;
    cursor: pointer;
    color: #666;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .dropdown-menu {
    position: static !important;
    display: none;
    float: none;
    background: #fdfdfd;
    border: none;
    padding-left: 15px;
  }

    .dropdown-menu.show {
      display: block;
    }

  .mobile-toggle i {
    transition: transform 0.3s;
  }

  .mobile-toggle.open i {
    transform: rotate(180deg);
  }

  .page-inside {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .kilic-docs .col-md-3 {
    padding: 18px;
    border: 0.4px solid #98a1ac;
    border-radius: 8px;
    min-height: 128px;
    width: 100%;
    margin-bottom: 18px;
    align-content: center;
    background-color: #ffffff;
  }

  .page-inside h3 {
    font-size: 36px;
    margin-top: 48px;
    margin-bottom: 28px;
    color: #163e71;
  }

  .kurucumuz-msg .col-md-5 {
    margin-bottom: 28px;
  }

  .yonetim-kurulu .col-md-6 {
    border-bottom: 1px solid #163e71;
    padding: 18px;
    background-color: #f9f9f97a;
  }

  .yonetim-kurulu p {
    margin: 0px;
    font-weight: 300;
  }

  .yonetim-kurulu .pname {
    font-size: 20px;
    font-weight: 500;
    color: #163E70;
    margin: 0px;
  }

  .tarifler-box {
    width: 100%;
    border: 0.4px solid gray;
    margin-bottom: 28px;
  }

    .tarifler-box .col-md-6 {
      padding-top: 28px;
      padding-bottom: 28px;
      padding-left: 28px;
      padding-right: 28px;
      margin: auto;
    }

    .tarifler-box h1 {
      font-size: 28px;
    }

    .tarifler-box p {
      color: #92ADD2;
    }

  .kilic-tarifler {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .fishrecipe-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-recipe-detay {
    margin-top: 88px;
  }

  .fishrecipe-title .col-fn:nth-child(1) {
  }

  .fishrecipe-title .col-fn:nth-child(2) {
  }

  .kilic-recipe-detay .col-fn {
    margin: auto;
  }

  .kilic-recipe-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fishrecipe-desc {
    margin-top: 28px;
  }

    .fishrecipe-desc .col-md-5 img {
      padding-bottom: 48px;
    }

    .fishrecipe-desc .col-md-7 {
      padding-right: 48px;
      margin: auto;
    }

  .malzemeler {
    background-image: url("../images/pisirme-onerisi-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .malzemeler h1 {
      color: #ffffff;
    }

    .malzemeler p {
      color: #ffffff;
      margin: 0;
    }

    .malzemeler .col-md-3 {
      margin: auto;
    }

    .malzemeler .col-md-6 {
      margin: auto;
    }

    .malzemeler .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-left: 48px;
      color: white;
      font-weight: 600;
    }

    .malzemeler li {
      font-size: 20px;
    }

  .kilicdeniz-h3 {
    font-size: 28px !important;
    margin-top: 28px !important;
    color: #163e71;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
  }

  .col-news {
    width: 100%;
    margin-bottom: 48px;
  }

    .col-news p {
    }

    .col-news h3 {
      margin-top: 28px;
    }

  .news-page {
    margin-top: 48px;
    margin-bottom: 48px;
  }

    .news-page .btn-group {
      width: 280px;
      margin-top: 88px;
    }

    .news-page .btn:hover {
      border: 0.4px solid #163e72;
      color: #163e72;
    }

    .news-page .col-md-8 {
      margin-top: 28px;
    }

  .btn-news {
    padding: 12px;
    border: none;
    margin-top: 18px;
    color: #ffffff;
    background-color: #97a1ae;
    font-weight: 600;
    text-align: center;
    width: 180px;
    border: 0.4px solid #c5d2e2;
  }

  .fishpl-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urunpl-detay {
    margin-top: 88px;
    margin-bottom: 128px;
  }

    .kilic-urunpl-detay .col-md-8 {
      padding-left: 48px;
    }

    .kilic-urunpl-detay .col-fn {
      margin: auto;
    }

    .kilic-urunpl-detay span {
      padding: 12px;
      background-color: #F4F4F4;
    }

  .fishpl-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-desc .col-md-6:nth-child(2) {
    padding-left: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fishpl-img {
    margin-top: 48px;
    padding-top: 128px;
  }

    .fishpl-img .col-md-8 img {
    }

  .kilic-urunlerpl {
    margin-bottom: 88px;
  }

  .productpl-box .col-md-6 {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 28px;
    margin: auto;
  }

  .productpl-box h1 {
    font-size: 22px;
  }

  .productpl-box p {
    color: #92ADD2;
  }

  .productpl-box {
    width: 100%;
    border: 0.4px solid gray;
    margin-bottom: 28px;
  }

  .page-pl {
    margin-top: 88px;
    margin-bottom: 28px;
  }

  .manset-all-titles .bannerslide:nth-child(1) {
    border-left: 0.4px solid #ffffff5e;
  }

  .swiper-backface-hidden .swiper-slide {
    cursor: pointer;
  }

  .navbar-toggler {
    color: white;
  }

  #timeline-kilic {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
    color: #4b5255;
  }

    #timeline-kilic h1 {
      font-size: 24px;
      font-weight: 700;
      margin-top: 8px;
    }

    #timeline-kilic:before {
      position: absolute;
      left: 50%;
      top: 0;
      content: ' ';
      display: none;
      width: 2px;
      height: 100%;
      margin-left: -3px;
      background: rgb(200, 200, 200);
      background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(198 198 198) 8%, rgb(200 200 200) 92%, rgba(80, 80, 80, 0) 100%);
      z-index: 5;
    }

    #timeline-kilic li {
      padding-bottom: 18px;
      list-style: none;
    }

      #timeline-kilic li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }

    #timeline-kilic .direction-l {
    }

    #timeline-kilic .direction-r {
    }

    #timeline-kilic .flag-wrapper {
      position: relative;
      display: inline-block;
      text-align: center;
    }

    #timeline-kilic .flag {
      font-weight: 400;
      font-size: 15px;
    }

    #timeline-kilic .direction-l .flag {
      color: #708AAE;
    }

    #timeline-kilic .direction-r .flag {
      color: #708AAE;
    }

    #timeline-kilic ul {
      padding-left: 0px;
    }

    #timeline-kilic li {
      padding-left: 0px;
    }

    #timeline-kilic .direction-l .flag:before, #timeline-kilic .direction-r .flag:before {
      position: absolute;
      top: 50%;
      right: -20px;
      content: ' ';
      display: block;
      width: 14px;
      height: 14px;
      margin-top: -7px;
      background: #5FA4FF;
      border-radius: 10px;
      border: 2px solid #ffffff;
      z-index: 10;
    }

    #timeline-kilic .direction-r .flag:before {
    }

    #timeline-kilic .direction-l .flag:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-left-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .direction-r .flag:after {
      content: "";
      position: absolute;
      right: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-right-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .time-wrapper {
      display: inline;
      line-height: 1em;
      font-size: 0.66666em;
      color: rgb(250, 80, 80);
      vertical-align: middle;
    }

    #timeline-kilic .direction-l .time-wrapper {
      float: left;
    }

    #timeline-kilic .direction-r .time-wrapper {
      float: right;
    }

    #timeline-kilic .time {
      display: inline-block;
      padding: 4px 6px;
      background: rgb(248, 248, 248);
    }

    #timeline-kilic .desc {
      font-size: 16px;
      color: #163e71;
      font-weight: 400;
      margin: auto;
    }

    #timeline-kilic .timeline-img {
    }

  .deger-zinciri-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .page-deger-zinciri {
    margin-bottom: 88px;
  }

  .milestones-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .milestones {
    margin-bottom: 88px;
  }

  .surdurulebilirlik-yk {
    margin-bottom: 48px;
  }

    .surdurulebilirlik-yk li {
      font-size: 20px;
      font-weight: 400;
      color: #193A67;
      line-height: 38px;
    }

    .surdurulebilirlik-yk h3 {
      font-size: 28px;
      font-weight: 500;
      color: #193A67;
      line-height: 38px;
    }

    .surdurulebilirlik-yk p {
      line-height: 38px;
    }

  .surdurulebilirlik-row {
    margin-bottom: 28px;
  }

  .srd-text-line-l {
    background-color: #ffffff;
    padding: 28px;
    width: 100%;
  }

  .srd-text-line-r {
    background-color: #ffffff;
    padding: 28px;
    width: 100%;
  }

  .srt-bs1 {
    font-size: 44px;
    font-weight: 300;
    color: #4ACD16;
    margin-bottom: 28px;
  }

  .srt-bs2 {
    font-size: 44px;
    font-weight: 300;
    color: #215DA6;
    margin-bottom: 28px;
  }

  .srt-bs3 {
    font-size: 44px;
    font-weight: 300;
    color: #F77A1A;
    margin-bottom: 28px;
  }

  .st-cevre {
    width: 188px;
  }

  .st-insan {
    width: 188px;
  }

  .st-yonetim {
    width: 188px;
  }

  .srdr-rapor {
    text-align: center;
    margin: auto;
    margin-top: 28px;
    padding: 28px;
  }

  .btn-srdr {
    padding: 12px;
    border: none;
    color: #ffffff;
    background-color: #4ACD16;
    font-weight: 600;
    text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 28px;
  }

    .btn-srdr img {
      width: 28px;
      margin-right: 18px;
    }

  .srdr-rapor a:hover {
    color: #ffffff;
  }

  #accordionTesisler .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #193A67;
  }

  #accordionTesisler .accordion-header {
    border: 0.4px solid #D8D8D8;
    margin-bottom: 8px;
  }

  #accordionTesisler .accordion-item {
    border: none;
  }

  #accordionTesisler .accordion-button:not(.collapsed) {
    background-color: #183a66;
    box-shadow: none;
    color: #ffffff;
  }

  #accordionTesisler .accordion-button:focus {
    box-shadow: none;
  }

  #accordionTesisler .accordion-body {
    padding-bottom: 28px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  #accordionTesisler p {
    font-size: 16px;
    margin-left: 34px;
  }

  #accordionTesisler h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 34px;
  }

  #accordionTesisler .accordion-body img {
    width: 24px;
    position: absolute;
  }

  .tesislerimiz-page .form-control {
    border-radius: 0;
    width: 80%;
    float: right;
    margin-bottom: 28px;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    background-position-x: 94%;
  }

  .accordion-body .row {
    margin-bottom: 28px;
  }

  .gmap-line {
  }

  .tesis-line {
  }

  .tesislerimiz-page {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tesis-title-line {
    margin: auto;
    text-align: center;
    margin-bottom: 28px;
  }

  .tesis-btn {
    background-color: #D2E1F4;
    padding: 8px;
    margin-right: 8px;
    width: 31%;
    margin-bottom: 8px;
    border-radius: 2px;
    color: #3F75BD;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
  }

  .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(199deg, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 60%) 100%);
    z-index: 5;
  }

  .btn-tesisler {
    padding: 8px;
    border: 0.4px solid #A6ACC9;
    margin-top: 48px;
    color: #193A67;
    font-weight: 600;
    text-align: center;
  }

  .btn-gonder {
    padding: 12px;
    border: none;
    margin-top: 48px;
    color: #ffffff;
    background-color: #215DA6;
    font-weight: 600;
    text-align: center;
    width: 180px;
  }

  .c-tesisler img {
    width: 24px;
    margin-right: 8px;
  }

  .c-location {
    margin-top: 48px;
    margin-bottom: 28px;
  }

  .c-adres {
    margin-top: 48px;
  }

    .c-adres .row {
      margin-bottom: 28px;
    }

  .contact-us-form-info {
    gap: 8px;
  }

  .form-floating {
    margin-top: 18px;
  }

  .contact-us-form {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .c-location h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fish-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urun-detay {
    margin-top: 88px;
  }

  .fish-title .col-fn:nth-child(1) {
  }

  .fish-title .col-fn:nth-child(2) {
  }

  .kilic-urun-detay .col-fn {
    margin: auto;
  }

  .kilic-urun-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fish-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fish-desc .col-md-6:nth-child(2) {
  }

  .fish-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fish-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fish-img h1 {
    font-size: 28px;
    font-weight: 700;
  }

  .fish-img {
    min-height: 388px;
  }

    .fish-img .col-md-8 img {
      width: 80%;
    }

  .inside-manset {
    position: relative;
  }

  .urun-secenek-l {
    border: 0.4px solid gray;
    padding: 8px;
    width: 37%;
    margin: 4px;
  }

    .urun-secenek-l p {
      font-weight: 300;
      margin: 0px;
    }

  .urun-secenek-r {
    border: 0.4px solid gray;
    padding: 8px;
    width: 58%;
    margin: 4px;
    background-color: #edeff1;
  }

    .urun-secenek-r p {
      font-weight: 500;
      margin: 0px;
    }

  .urun-secenekleri {
    margin-top: 28px;
    margin-bottom: 48px;
  }

  .lezzet-profili {
    background-color: #163E70;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .lezzet-profili h1 {
      color: #ffffff;
    }

    .lezzet-profili p {
      color: #ffffff;
      margin: 0;
    }

    .lezzet-profili .col-md-3 {
      margin: auto;
    }

    .lezzet-profili .col-md-9 {
      margin: auto;
    }

  .pisirme-onerisi {
    background-image: url(../images/pisirme-onerisi-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 448px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

    .pisirme-onerisi h1 {
      color: #ffffff;
    }

    .pisirme-onerisi p {
      color: #ffffff;
      margin: 0;
    }

    .pisirme-onerisi .col-md-3 {
      margin: auto;
    }

    .pisirme-onerisi .col-md-6 {
      margin: auto;
    }

    .pisirme-onerisi .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-top: 18px;
      color: white;
      font-weight: 600;
      position: absolute;
    }

  .raf-omru {
    background-image: url("../images/raf-omru-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .raf-omru h1 {
      color: #ffffff;
    }

    .raf-omru p {
      color: #ffffff;
      margin: 0;
    }

    .raf-omru .urun-secenek-l {
      border: 0.4px solid gray;
      padding: 18px;
      width: 46%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-l p {
        font-weight: 300;
        margin: 0px;
        color: #ffffff;
      }

    .raf-omru .urun-secenek-r {
      border: 0.4px solid gray;
      padding: 18px;
      width: 46%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-r p {
        font-weight: 500;
        margin: 0px;
        color: #ffffff;
      }

  .besin-degeri {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tarif-icon {
    margin-top: 8px;
    width: 24px !important;
  }

  .col-tarifbox h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 0.4px solid #c9cdd2;
  }

  .tarifler-title {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .tarifler-list {
    margin-bottom: 88px;
  }

  .product-box {
    width: 100%;
    border: 0.4px solid gray;
    margin: 1%;
  }

    .product-box .col-md-6 {
      padding: 28px;
      margin: auto;
    }

    .product-box h1 {
      font-size: 28px;
    }

    .product-box p {
      color: #92ADD2;
    }

  .kilic-urunler {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .hakkimizda-first {
    background-image: url("../images/hakkimizda-fish-back.webp");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .hakkimizda-page-text {
    text-align: center;
    margin: auto;
    padding: 28px;
  }

  .hakkimizda-tx1 {
    margin: auto;
  }

  .hakkimizda-tx2 {
    margin: auto;
  }

  .hakkimizda-page {
    margin-bottom: 28px;
	margin-top: 48px;
  }

  .hakkimizda-tx3 {
    margin: auto;
    padding-top: 48px;
  }

  .hakkimizda-tx4 {
    margin: auto;
    padding-top: 48px;
  }

  .col-prbox .row {
    justify-content: end;
  }

  #main-urunler h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
  }

  #main-urunler h1 {
    color: #ffffff;
  }

  #main-urunler .main-urunler-box {
    border: 0.4px solid #BACDD8;
    width: 48%;
    margin: 1%;
  }

  #main-urunler .fish-link {
    padding: 14px;
  }

  #main-urunler .main-urunler-text {
    text-align: center;
    margin-top: 18px;
  }

  #main-urunler .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .dropdown-menu {
    padding: 0px;
    --bs-dropdown-border-radius: 0px;
    --bs-dropdown-inner-border-radius: 0px;
    --bs-dropdown-box-shadow: none;
    --bs-dropdown-border-color: #d0d6dc;
  }

  .dropdown-item {
    background-color: #ffffff;
    color: #163e71;
    padding-left: 18px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 0.4px solid #c9d0da;
    font-size: 15px;
  }

    .dropdown-item:hover {
      color: #193a67;
      background-color: #ffffff;
    }

  #main-surdurulebilirlik {
    background-color: #EDEFF2;
    padding-top: 48px;
    padding-bottom: 48px;
  }

    #main-surdurulebilirlik .main-sleft {
      padding: 28px;
    }

    #main-surdurulebilirlik .col-md-6:nth-child(2) {
      margin: auto;
    }

    #main-surdurulebilirlik .main-sright {
    }

  #main-deger-zinciri {
    background-image: url(../images/main-deger-zinciri-back.webp);
    margin: auto;
    padding-top: 128px;
    padding-bottom: 128px;
    background-repeat: no-repeat;
    background-size: cover;
  }

    #main-deger-zinciri .main-deger-zinciri-text {
      text-align: center;
    }

    #main-deger-zinciri .col-md-2 {
      padding: 18px;
      text-align: center;
      margin-bottom: 18px;
      width: 100%;
    }

      #main-deger-zinciri .col-md-2 img {
        margin-bottom: 28px;
        width: 128px;
      }

    #main-deger-zinciri span {
      color: #99AFCB;
      font-size: 14px;
      font-weight: 300;
      display: block;
    }

    #main-deger-zinciri h2 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
    }

    #main-deger-zinciri h1 {
      color: #ffffff;
    }

    #main-deger-zinciri p {
      color: #99AFCB;
    }

  #main-urunler {
    background-image: url(../images/main-urunler-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  #main-pratik-lezzetler {
    margin-top: 88px;
    margin-bottom: 88px;
  }

    #main-pratik-lezzetler .fish-arrow {
      width: 12px !important;
      padding: 1px;
      margin-top: 18px;
      margin-bottom: 8px;
    }

  .owl-prev img {
    width: 48px;
  }

  .owl-next img {
    width: 48px;
  }

  .footer-menu {
    display: block;
  }

  footer .col-footer1 {
  }

  footer .col-footer2 {
    margin-top: 28px;
  }

  footer .col-footer3 {
    margin-top: 28px;
  }

  footer .col-footer4 {
    margin-top: 28px;
  }

  footer .col-footer5 {
    margin-top: 28px;
  }

  footer .col-footer6 {
    margin-top: 28px;
  }

  footer p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
  }

  footer a {
    color: #A5BEE1;
    font-size: 16px;
  }

    footer a:hover {
      color: #ffffff;
    }

  footer {
    background-color: #163E70;
    padding-top: 88px;
    padding-bottom: 48px;
  }

    footer .f-menu ul {
      margin: 0;
    }

    footer .social-footer .fa-brands {
      font-size: 28px;
      padding-right: 28px;
    }

    footer .col-footer1 img {
      width: 148px;
      margin-bottom: 48px;
    }

    footer .social-kvkk {
      margin-top: 88px;
    }

    footer .kvkk-aydinlatma {
      justify-content: end;
      display: flex;
    }
	
	footer .kvkk-aydinlatma a {
      font-size: 14px;
    }

    footer h2 {
      font-size: 20px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 18px;
    }

    footer .f-menu li {
      margin-bottom: 8px;
    }

  footeralt .venus-footer {
    text-align: center;
    padding: 18px;
  }

  #main-donusum {
    position: relative;
  }

    #main-donusum .main-donusum-text {
      position: absolute;
      bottom: 28%;
    }

      #main-donusum .main-donusum-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-donusum .main-donusum-text h1 {
        color: #ffffff;
        width: 40%;
        margin-top: 28px;
      }

      #main-donusum .main-donusum-text p {
        color: #ffffff;
        display: none;
      }

  #main-global {
    position: relative;
  }

    #main-global .main-global-text {
      position: absolute;
      bottom: 10%;
      width: 100%;
    }

      #main-global .main-global-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-global .main-global-text h1 {
        color: #ffffff;
        margin-top: 28px;
      }

      #main-global .main-global-text h2 {
        color: #A5BEE1;
        font-size: 18px;
      }

      #main-global .main-global-text p {
        color: #ffffff;
        display: none;
      }

    #main-global .kilic-amblem {
      text-align: end;
    }

  .navbar .col {
    display: none;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .search-img {
    width: 24px;
  }

  #main-about-kilic .col-md-7 {
    padding: 28px;
    margin: auto;
  }

  #slider-prbox h1 {
    font-size: 20px;
    font-weight: 600;
    min-height: 88px;
  }

  #slider-prbox .col-prbox {
    padding: 28px;
    border: 0.4px solid gray;
  }

  .kilic-prbox-title {
    text-align: center;
    margin-bottom: 48px;
  }

  .f-contact-text p {
    margin: 0;
  }

  h1 {
    font-size: 34px;
    font-weight: 600;
    color: #193A67;
  }

  p {
    font-size: 18px;
    font-weight: 400;
    color: #60656d;
  }

  .owl-manset-text {
    position: absolute;
    top: 42%;
    width: 100%;
    z-index: 5;
  }

    .owl-manset-text h1 {
      font-size: 38px;
      color: #ffffff;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 18px;
      color: #ffffff;
      font-weight: 300;
    }

  .logo-w {
    width: 128px !important;
    margin: auto;
    padding-bottom: 18px;
  }

  .lang-menu {
    top: 48px;
    right: 88px;
    position: absolute;
    z-index: 15;
  }

    .lang-menu ul {
      display: flex;
      margin-bottom: 0;
    }

    .lang-menu li {
      padding-left: 18px;
      font-size: 16px;
      font-weight: 600;
    }

  .site-header .container {
  }

  .site-header {
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #193A67;
    padding-right: 34px;
  }

  #main-about-kilic h1 {
    font-size: 38px;
    font-weight: 600;
  }

  #main-about-kilic p {
    font-size: 18px;
    font-weight: 400;
    color: #193A67;
  }

  #main-about-kilic .row:nth-child(1) {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  #main-about-kilic .row:nth-child(2) {
    padding-bottom: 48px;
  }

  .main-amblem {
    width: 38px;
    margin: auto;
    display: flex;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
  }

  .bnr-shadow-main {
    background: linear-gradient(180deg, #0000001a 38%, #00000096 74%, #000000ba 84%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .inside-manset-text {
    position: absolute;
    top: 34%;
    width: 100%;
    z-index: 6;
  }

    .inside-manset-text p {
      font-size: 16px;
      color: #ffffff;
      font-weight: 300;
    }

    .inside-manset-text h1 {
      font-size: 28px;
      color: #ffffff;
      font-weight: 500;
    }

  .content-page {
    margin-top: 88px;
    margin-bottom: 128px;
  }

  .content-image {
    left: -32%;
    position: relative;
  }

  .contact-us-form-info {
    display: block;
  }

    .contact-us-form-info .col {
      width: 100%;
      margin-bottom: 8px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 480px){
  .container {
    max-width: 96%;
  }
.inside-manset .row:nth-child(1) {
	min-height: 198px;
    overflow: hidden;
}
.inside-manset img {
	border-width: 0px;
    min-height: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}
.swiper-free-mode>.swiper-wrapper {
    display: none;
}
.kbaliklar .col-4 {
	width: 100%;
}
.urunyb-tx1 {
    margin-top: 28px;
}

.urunyb-tx2 {
    margin-top: 28px;
	order: 2;
}
.urunyb-page-text {
    margin-bottom: 28px;
}
.send-form {
  padding: 88px;
  text-align: center;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #163e71;
  width: 1.6em;
  height: 1.6em;
  border: 0.15em solid currentColor;
  border-radius: 1.6em;
  transform: translateY(-0.2em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: #163e71;
}

input[type="radio"]:checked::before {
  transform: scale(1.4);
}

.kilic-urunler h2 {
	font-size: 28px;
    color: #163e70;
}
.kilic-urunler .col-3 {
    width: 100%;
}
.kilic-urunler h3 {
	font-size: 20px;
    padding: 18px;
}
.kbaliklar .img-thumbnail {
	padding: 18px;
	border: none;
}
.timeline-img img {
	width: 228px;
}
  .rakamlarla-kilic {
    width: 100%;
    margin: auto;
  }

  .tarifler .btn-tarifler {
    padding: 18px;
    border: 0.4px solid #163E70;
    color: #163E70;
    font-weight: 600;
    top: 20px;
    position: relative;
  }

  .col-tarifbox .col-md-6:nth-child(2) {
    justify-items: end;
    width: 50%;
  }

  .col-tarifbox .col-md-6:nth-child(1) {
    width: 50%;
  }

  .yonetim-kurulu:nth-child(1) {
    border-top: 1px solid #163e71;
  }

  .kurumsal-videolar .col-md-6 {
    padding: 18px;
  }

  .kurumsal-videolar h3 {
    margin-top: 0px !important;
  }

  .kilic-docs {
    margin-bottom: 88px;
  }

    .kilic-docs .col-md-3 img {
      width: 28px;
    }

    .kilic-docs p {
      margin-bottom: 0px;
      font-size: 18px;
    }

  .contact-line {
    display: block;
    margin-top: 28px;
  }

    .contact-line .form-check {
      margin-top: 48px;
    }

    .contact-line .form-check-label {
      font-size: 14px;
      color: #60656d;
      margin-left: 18px;
    }

    .contact-line .form-check-input {
      border: none !important;
      margin-top: 0 !important;
    }

  .form-floating > label {
    color: #60656d;
  }

  .hab p {
    font-size: 24px;
    margin-top: 18px;
  }

  input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #163e71;
    width: 1.6em;
    height: 1.6em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.2em);
    display: grid;
    place-content: center;
  }

  .form-control + .form-control {
    margin-top: 1em;
  }

  input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    background-color: #163e71;
  }

  input[type="checkbox"]:checked::before {
    transform: scale(1.4);
  }

  .form-check {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-check .form-check-input {
    border: none;
  }

  .search-form {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(82, 82, 82, .71);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 9;
  }

    .search-form .content {
      max-width: 600px;
      width: 100%;
      position: relative;
      margin: 0 60px;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: .3s all;
      transition: .3s all;
    }

      .search-form .content button.close-search-form {
        position: absolute;
        right: -30px;
        top: -45px;
        border: 0;
        background-color: transparent;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
      }

      .search-form .content input[type="text"] {
        width: 100%;
        background: #333;
        color: #fff;
        line-height: 70px;
        padding: 0 30px;
        border: none;
        outline: none;
      }

      .search-form .content .search-button {
        position: absolute;
        width: 70px;
        height: 70px;
        right: 0;
        border: 0;
        background-color: #626262;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        display: block;
        top: 0;
        padding: 24px;
      }

    .search-form.active {
      opacity: 1;
      pointer-events: visible;
    }

      .search-form.active .content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }

  .open-search {
    background-color: transparent;
    width: 36px;
    cursor: pointer;
    border: none;
    color: #626262;
    outline: none;
  }

    .open-search img {
      height: 18px;
    }

  .list-group-numbered {
    list-style: decimal inside;
    padding: 0;
  }

  .list-group-alpha {
    list-style: lower-alpha inside;
    padding: 0;
  }

  .list-group-roman {
    list-style: lower-roman inside;
    padding: 0;
  }

  .list-group-alpha > li, .list-group-numbered > li {
    display: list-item
  }

  .surdurulebilirlik-row li, .page-inside li, .milestones .desc li, .pisirme-onerisi li {
    list-style: disc;
    padding-left: 8px;
  }

  .surdurulebilirlik-row ul, .page-inside ul, .milestones .desc ul, .pisirme-onerisi ul {
    padding-left: 16px;
  }

  .malzemeler {
    color: #A5BEE1;
  }

  .main-slider {
    width: 100%;
  }

    .main-slider .swiper-slide {
      width: 100%;
      height: 100%;
      display: flex;
    }

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

  .thumb-slider {
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
  }

  .slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  .manset-all-titles {
    position: absolute;
    z-index: 19;
    margin: auto;
    margin-top: -148px;
    width: 100%;
  }

    .manset-all-titles .col-md-3 {
      padding: 28px;
      border-right: 0.4px solid #ffffff8c;
      border-top: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .col-md-3 p {
        color: #ffffff;
        line-height: 18px;
      }

    .manset-all-titles .bannerslide {
      padding: 4px;
      border-right: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .bannerslide p {
        color: #ffffffbd;
        line-height: 14px;
        font-size: 12px;
        font-weight: 300;
        margin: 0;
        min-height: 58px;
      }

  .menu-item-wrapper {
    width: 100%;
    position: relative;
  }

  .mobile-toggle {
    padding: 10px 15px;
    cursor: pointer;
    color: #666;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .dropdown-menu {
    position: static !important;
    display: none;
    float: none;
    background: #fdfdfd;
    border: none;
    padding-left: 15px;
  }

    .dropdown-menu.show {
      display: block;
    }

  .mobile-toggle i {
    transition: transform 0.3s;
  }

  .mobile-toggle.open i {
    transform: rotate(180deg);
  }

  .page-inside {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .kilic-docs .col-md-3 {
    padding: 18px;
    border: 0.4px solid #98a1ac;
    border-radius: 8px;
    min-height: 128px;
    width: 100%;
    margin-bottom: 18px;
    align-content: center;
    background-color: #ffffff;
  }

  .page-inside h3 {
    font-size: 36px;
    margin-top: 48px;
    margin-bottom: 28px;
    color: #163e71;
  }

  .kurucumuz-msg .col-md-5 {
    margin-bottom: 28px;
  }

  .yonetim-kurulu .col-md-6 {
    border-bottom: 1px solid #163e71;
    padding: 18px;
    background-color: #f9f9f97a;
  }

  .yonetim-kurulu p {
    margin: 0px;
    font-weight: 300;
  }

  .yonetim-kurulu .pname {
    font-size: 20px;
    font-weight: 500;
    color: #163E70;
    margin: 0px;
  }

  .tarifler-box {
    width: 100%;
    border: 0.4px solid gray;
    margin-bottom: 28px;
  }

    .tarifler-box .col-md-6 {
      padding-top: 28px;
      padding-bottom: 28px;
      padding-left: 28px;
      padding-right: 28px;
      margin: auto;
    }

    .tarifler-box h1 {
      font-size: 28px;
    }

    .tarifler-box p {
      color: #92ADD2;
    }

  .kilic-tarifler {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .fishrecipe-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-recipe-detay {
    margin-top: 88px;
  }

  .fishrecipe-title .col-fn:nth-child(1) {
  }

  .fishrecipe-title .col-fn:nth-child(2) {
  }

  .kilic-recipe-detay .col-fn {
    margin: auto;
  }

  .kilic-recipe-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fishrecipe-desc {
    margin-top: 28px;
  }

    .fishrecipe-desc .col-md-5 img {
      padding-bottom: 48px;
    }

    .fishrecipe-desc .col-md-7 {
      padding-right: 48px;
      margin: auto;
    }

  .malzemeler {
    background-image: url("../images/pisirme-onerisi-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .malzemeler h1 {
      color: #ffffff;
    }

    .malzemeler p {
      color: #ffffff;
      margin: 0;
    }

    .malzemeler .col-md-3 {
      margin: auto;
    }

    .malzemeler .col-md-6 {
      margin: auto;
    }

    .malzemeler .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-left: 48px;
      color: white;
      font-weight: 600;
    }

    .malzemeler li {
      font-size: 20px;
    }

  .kilicdeniz-h3 {
    font-size: 28px !important;
    margin-top: 28px !important;
    color: #163e71;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
  }

  .col-news {
    width: 100%;
    margin-bottom: 48px;
  }

    .col-news p {
    }

    .col-news h3 {
      margin-top: 28px;
    }

  .news-page {
    margin-top: 48px;
    margin-bottom: 48px;
  }

    .news-page .btn-group {
      width: 280px;
      margin-top: 88px;
    }

    .news-page .btn:hover {
      border: 0.4px solid #163e72;
      color: #163e72;
    }

    .news-page .col-md-8 {
      margin-top: 28px;
    }

  .btn-news {
    padding: 12px;
    border: none;
    margin-top: 18px;
    color: #ffffff;
    background-color: #97a1ae;
    font-weight: 600;
    text-align: center;
    width: 180px;
    border: 0.4px solid #c5d2e2;
  }

  .fishpl-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urunpl-detay {
    margin-top: 88px;
    margin-bottom: 128px;
  }

    .kilic-urunpl-detay .col-md-8 {
      padding-left: 48px;
    }

    .kilic-urunpl-detay .col-fn {
      margin: auto;
    }

    .kilic-urunpl-detay span {
      padding: 12px;
      background-color: #F4F4F4;
    }

  .fishpl-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-desc .col-md-6:nth-child(2) {
    padding-left: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fishpl-img {
    margin-top: 48px;
    padding-top: 128px;
  }

    .fishpl-img .col-md-8 img {
    }

  .kilic-urunlerpl {
    margin-bottom: 88px;
  }

  .productpl-box .col-md-6 {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 28px;
    margin: auto;
  }

  .productpl-box h1 {
    font-size: 22px;
  }

  .productpl-box p {
    color: #92ADD2;
  }

  .productpl-box {
    width: 100%;
    border: 0.4px solid gray;
    margin-bottom: 28px;
  }

  .page-pl {
    margin-top: 88px;
    margin-bottom: 28px;
  }

  .manset-all-titles .bannerslide:nth-child(1) {
    border-left: 0.4px solid #ffffff5e;
  }

  .swiper-backface-hidden .swiper-slide {
    cursor: pointer;
  }

  .navbar-toggler {
    color: white;
  }

  #timeline-kilic {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
    color: #4b5255;
  }

    #timeline-kilic h1 {
      font-size: 24px;
      font-weight: 700;
      margin-top: 8px;
    }

    #timeline-kilic:before {
      position: absolute;
      left: 50%;
      top: 0;
      content: ' ';
      display: none;
      width: 2px;
      height: 100%;
      margin-left: -3px;
      background: rgb(200, 200, 200);
      background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(198 198 198) 8%, rgb(200 200 200) 92%, rgba(80, 80, 80, 0) 100%);
      z-index: 5;
    }

    #timeline-kilic li {
      padding-bottom: 18px;
      list-style: none;
    }

      #timeline-kilic li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }

    #timeline-kilic .direction-l {
    }

    #timeline-kilic .direction-r {
    }

    #timeline-kilic .flag-wrapper {
      position: relative;
      display: inline-block;
      text-align: center;
    }

    #timeline-kilic .flag {
      font-weight: 400;
      font-size: 15px;
    }

    #timeline-kilic .direction-l .flag {
      color: #708AAE;
    }

    #timeline-kilic .direction-r .flag {
      color: #708AAE;
    }

    #timeline-kilic ul {
      padding-left: 0px;
    }

    #timeline-kilic li {
      padding-left: 0px;
    }

    #timeline-kilic .direction-l .flag:before, #timeline-kilic .direction-r .flag:before {
      position: absolute;
      top: 50%;
      right: -20px;
      content: ' ';
      display: block;
      width: 14px;
      height: 14px;
      margin-top: -7px;
      background: #5FA4FF;
      border-radius: 10px;
      border: 2px solid #ffffff;
      z-index: 10;
    }

    #timeline-kilic .direction-r .flag:before {
    }

    #timeline-kilic .direction-l .flag:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-left-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .direction-r .flag:after {
      content: "";
      position: absolute;
      right: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-right-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .time-wrapper {
      display: inline;
      line-height: 1em;
      font-size: 0.66666em;
      color: rgb(250, 80, 80);
      vertical-align: middle;
    }

    #timeline-kilic .direction-l .time-wrapper {
      float: left;
    }

    #timeline-kilic .direction-r .time-wrapper {
      float: right;
    }

    #timeline-kilic .time {
      display: inline-block;
      padding: 4px 6px;
      background: rgb(248, 248, 248);
    }

    #timeline-kilic .desc {
      font-size: 16px;
      color: #163e71;
      font-weight: 400;
      margin: auto;
    }

    #timeline-kilic .timeline-img {
    }

  .deger-zinciri-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .page-deger-zinciri {
    margin-bottom: 88px;
  }

  .milestones-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .milestones {
    margin-bottom: 88px;
  }

  .surdurulebilirlik-yk {
    margin-bottom: 48px;
  }

    .surdurulebilirlik-yk li {
      font-size: 20px;
      font-weight: 400;
      color: #193A67;
      line-height: 38px;
    }

    .surdurulebilirlik-yk h3 {
      font-size: 24px;
      font-weight: 500;
      color: #193A67;
      line-height: 34px;
    }

    .surdurulebilirlik-yk p {

    }


.surdurulebilirlik-row:nth-child(2) .col-md-6:nth-child(1) {
	order:2;
}
.surdurulebilirlik-row:nth-child(4) .col-md-6:nth-child(1) {
	order:2;
}
.surdurulebilirlik-row:nth-child(1) .container {
	width: 100%;
}
  .surdurulebilirlik-row {
    margin-bottom: 28px;
  }

  .srd-text-line-l {
    background-color: #ffffff;
    padding: 8px;
    width: 100%;
  }

  .srd-text-line-r {
    background-color: #ffffff;
    padding: 8px;
    width: 100%;
  }

  .srt-bs1 {
    font-size: 38px;
    font-weight: 300;
    color: #4ACD16;
    margin-bottom: 18px;
  }

  .srt-bs2 {
    font-size: 38px;
    font-weight: 300;
    color: #215DA6;
    margin-bottom: 18px;
  }

  .srt-bs3 {
    font-size: 38px;
    font-weight: 300;
    color: #F77A1A;
    margin-bottom: 18px;
  }

  .st-cevre {
    width: 188px;
  }

  .st-insan {
    width: 188px;
  }

  .st-yonetim {
    width: 188px;
  }

  .srdr-rapor {
    text-align: center;
    margin: auto;
    margin-top: 28px;
    padding: 28px;
  }

  .btn-srdr {
    padding: 12px;
    border: none;
    color: #ffffff;
    background-color: #4ACD16;
    font-weight: 600;
    text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 28px;
  }

    .btn-srdr img {
      width: 28px;
      margin-right: 18px;
    }

  .srdr-rapor a:hover {
    color: #ffffff;
  }

  #accordionTesisler .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #193A67;
  }

  #accordionTesisler .accordion-header {
    border: 0.4px solid #D8D8D8;
    margin-bottom: 8px;
  }

  #accordionTesisler .accordion-item {
    border: none;
  }

  #accordionTesisler .accordion-button:not(.collapsed) {
    background-color: #183a66;
    box-shadow: none;
    color: #ffffff;
  }

  #accordionTesisler .accordion-button:focus {
    box-shadow: none;
  }

  #accordionTesisler .accordion-body {
    padding-bottom: 28px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  #accordionTesisler p {
    font-size: 16px;
    margin-left: 34px;
  }

  #accordionTesisler h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 34px;
  }

  #accordionTesisler .accordion-body img {
    width: 24px;
    position: absolute;
  }

  .tesislerimiz-page .form-control {
    border-radius: 0;
    width: 80%;
    float: right;
    margin-bottom: 28px;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    background-position-x: 94%;
  }

  .accordion-body .row {
    margin-bottom: 28px;
  }

  .gmap-line {
  }

  .tesis-line {
  }

  .tesislerimiz-page {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tesis-title-line {
    margin: auto;
    text-align: center;
    margin-bottom: 28px;
  }

  .tesis-btn {
    background-color: #D2E1F4;
    padding: 8px;
    margin-right: 8px;
    width: 31%;
    margin-bottom: 8px;
    border-radius: 2px;
    color: #3F75BD;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
  }

  .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(199deg, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 60%) 100%);
    z-index: 5;
  }

  .btn-tesisler {
    padding: 8px;
    border: 0.4px solid #A6ACC9;
    margin-top: 48px;
    color: #193A67;
    font-weight: 600;
    text-align: center;
  }

  .btn-gonder {
    padding: 12px;
    border: none;
    margin-top: 48px;
    color: #ffffff;
    background-color: #215DA6;
    font-weight: 600;
    text-align: center;
    width: 180px;
  }

  .c-tesisler img {
    width: 24px;
    margin-right: 8px;
  }

  .c-location {
    margin-top: 48px;
    margin-bottom: 28px;
  }

  .c-adres {
    margin-top: 48px;
  }

    .c-adres .row {
      margin-bottom: 28px;
    }

  .contact-us-form-info {
    gap: 8px;
  }

  .form-floating {
    margin-top: 18px;
  }

  .contact-us-form {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .c-location h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fish-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urun-detay {
    margin-top: 88px;
  }

  .fish-title .col-fn:nth-child(1) {
  }

  .fish-title .col-fn:nth-child(2) {
  }

  .kilic-urun-detay .col-fn {
    margin: auto;
  }

  .kilic-urun-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fish-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fish-desc .col-md-6:nth-child(2) {
  }

  .fish-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fish-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fish-img h1 {
    font-size: 28px;
    font-weight: 700;
  }

  .fish-img {
    min-height: 388px;
  }

    .fish-img .col-md-8 img {
      width: 80%;
    }

  .inside-manset {
    position: relative;
  }

  .urun-secenek-l {
    border: 0.4px solid gray;
    padding: 8px;
    width: 37%;
    margin: 4px;
  }

    .urun-secenek-l p {
      font-weight: 300;
      margin: 0px;
    }

  .urun-secenek-r {
    border: 0.4px solid gray;
    padding: 8px;
    width: 58%;
    margin: 4px;
    background-color: #edeff1;
  }

    .urun-secenek-r p {
      font-weight: 500;
      margin: 0px;
    }

  .urun-secenekleri {
    margin-top: 28px;
    margin-bottom: 48px;
  }

  .lezzet-profili {
    background-color: #163E70;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .lezzet-profili h1 {
      color: #ffffff;
    }

    .lezzet-profili p {
      color: #ffffff;
      margin: 0;
    }

    .lezzet-profili .col-md-3 {
      margin: auto;
    }

    .lezzet-profili .col-md-9 {
      margin: auto;
    }

  .pisirme-onerisi {
    background-image: url(../images/pisirme-onerisi-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 448px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

    .pisirme-onerisi h1 {
      color: #ffffff;
    }

    .pisirme-onerisi p {
      color: #ffffff;
      margin: 0;
    }

    .pisirme-onerisi .col-md-3 {
      margin: auto;
    }

    .pisirme-onerisi .col-md-6 {
      margin: auto;
    }

    .pisirme-onerisi .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-top: 18px;
      color: white;
      font-weight: 600;
      position: absolute;
    }

  .raf-omru {
    background-image: url("../images/raf-omru-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .raf-omru h1 {
      color: #ffffff;
    }

    .raf-omru p {
      color: #ffffff;
      margin: 0;
    }

    .raf-omru .urun-secenek-l {
      border: 0.4px solid gray;
      padding: 18px;
      width: 46%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-l p {
        font-weight: 300;
        margin: 0px;
        color: #ffffff;
      }

    .raf-omru .urun-secenek-r {
      border: 0.4px solid gray;
      padding: 18px;
      width: 46%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-r p {
        font-weight: 500;
        margin: 0px;
        color: #ffffff;
      }

  .besin-degeri {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tarif-icon {
    margin-top: 8px;
    width: 24px !important;
  }

  .col-tarifbox h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 0.4px solid #c9cdd2;
  }

  .tarifler-title {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .tarifler-list {
    margin-bottom: 88px;
  }

  .product-box {
    width: 100%;
    border: 0.4px solid gray;
    margin: 1%;
  }

    .product-box .col-md-6 {
      padding: 28px;
      margin: auto;
    }

    .product-box h1 {
      font-size: 28px;
    }

    .product-box p {
      color: #92ADD2;
    }

  .kilic-urunler {
    margin-top: 28px;
    margin-bottom: 88px;
  }

  .hakkimizda-first {
    background-image: url("../images/hakkimizda-fish-back.webp");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .hakkimizda-page-text {
    text-align: center;
    margin: auto;
    padding: 28px;
  }

  .hakkimizda-tx1 {
    margin: auto;
  }

  .hakkimizda-tx2 {
    margin: auto;
  }

  .hakkimizda-page {
    margin-bottom: 28px;
	margin-top: 28px;
  }

  .hakkimizda-tx3 {
    margin: auto;
    padding-top: 48px;
  }

  .hakkimizda-tx4 {
    margin: auto;
    padding-top: 48px;
  }

  .col-prbox .row {
    justify-content: end;
  }

  #main-urunler h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
  }

  #main-urunler h1 {
    color: #ffffff;
  }

  #main-urunler .main-urunler-box {
    border: 0.4px solid #BACDD8;
    width: 48%;
    margin: 1%;
  }

  #main-urunler .fish-link {
    padding: 14px;
  }

  #main-urunler .main-urunler-text {
    text-align: center;
    margin-top: 18px;
  }

  #main-urunler .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .dropdown-menu {
    padding: 0px;
    --bs-dropdown-border-radius: 0px;
    --bs-dropdown-inner-border-radius: 0px;
    --bs-dropdown-box-shadow: none;
    --bs-dropdown-border-color: #d0d6dc;
  }

  .dropdown-item {
    background-color: #ffffff;
    color: #163e71;
    padding-left: 18px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 0.4px solid #c9d0da;
    font-size: 15px;
  }

    .dropdown-item:hover {
      color: #193a67;
      background-color: #ffffff;
    }

  #main-surdurulebilirlik {
    background-color: #EDEFF2;
    padding-top: 48px;
    padding-bottom: 48px;
  }

    #main-surdurulebilirlik .main-sleft {
      padding: 28px;
    }

    #main-surdurulebilirlik .col-md-6:nth-child(2) {
      margin: auto;
    }

    #main-surdurulebilirlik .main-sright {
    }

  #main-deger-zinciri {
    background-image: url(../images/main-deger-zinciri-back.webp);
    margin: auto;
    padding-top: 128px;
    padding-bottom: 128px;
    background-repeat: no-repeat;
    background-size: cover;
  }

    #main-deger-zinciri .main-deger-zinciri-text {
      text-align: center;
    }

    #main-deger-zinciri .col-md-2 {
      padding: 18px;
      text-align: center;
      margin-bottom: 18px;
      width: 100%;
    }

      #main-deger-zinciri .col-md-2 img {
        margin-bottom: 28px;
        width: 128px;
      }

    #main-deger-zinciri span {
      color: #99AFCB;
      font-size: 14px;
      font-weight: 300;
      display: block;
    }

    #main-deger-zinciri h2 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
    }

    #main-deger-zinciri h1 {
      color: #ffffff;
    }

    #main-deger-zinciri p {
      color: #99AFCB;
    }

  #main-urunler {
    background-image: url(../images/main-urunler-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  #main-pratik-lezzetler {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  #main-pratik-lezzetler .container {
        max-width: 100%;
  }

    #main-pratik-lezzetler .fish-arrow {
      width: 12px !important;
      padding: 1px;
      margin-top: 18px;
      margin-bottom: 8px;
    }

  .owl-prev img {
    width: 48px;
  }

  .owl-next img {
    width: 48px;
  }

  .footer-menu {
    display: block;
  }

  footer .col-footer1 {
  }

  footer .col-footer2 {
    margin-top: 28px;
  }

  footer .col-footer3 {
    margin-top: 28px;
  }

  footer .col-footer4 {
    margin-top: 28px;
  }

  footer .col-footer5 {
    margin-top: 28px;
  }

  footer .col-footer6 {
    margin-top: 28px;
  }

  footer p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
  }

  footer a {
    color: #A5BEE1;
    font-size: 16px;
  }

    footer a:hover {
      color: #ffffff;
    }

  footer {
    background-color: #163E70;
    padding-top: 88px;
    padding-bottom: 48px;
  }

    footer .f-menu ul {
      margin: 0;
    }

    footer .social-footer .fa-brands {
      font-size: 28px;
      padding-right: 28px;
    }

    footer .col-footer1 img {
      width: 148px;
      margin-bottom: 48px;
    }

    footer .social-kvkk {
      margin-top: 88px;
    }

    footer .kvkk-aydinlatma {
      justify-content: end;
      display: flex;
    }
	
	footer .kvkk-aydinlatma a {
      font-size: 14px;
    }

    footer h2 {
      font-size: 20px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 18px;
    }

    footer .f-menu li {
      margin-bottom: 8px;
    }

  footeralt .venus-footer {
    text-align: center;
    padding: 18px;
  }

  #main-donusum {
    position: relative;
  }

    #main-donusum .main-donusum-text {
      position: absolute;
      bottom: 28%;
    }

      #main-donusum .main-donusum-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-donusum .main-donusum-text h1 {
        color: #ffffff;
        width: 40%;
        margin-top: 28px;
      }

      #main-donusum .main-donusum-text p {
        color: #ffffff;
        display: none;
      }

  #main-global {
    position: relative;
  }

    #main-global .main-global-text {
      position: absolute;
      bottom: 10%;
      width: 100%;
    }

      #main-global .main-global-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-global .main-global-text h1 {
        color: #ffffff;
        margin-top: 28px;
      }

      #main-global .main-global-text h2 {
        color: #A5BEE1;
        font-size: 18px;
      }

      #main-global .main-global-text p {
        color: #ffffff;
        display: none;
      }

    #main-global .kilic-amblem {
      text-align: end;
    }

  .navbar .col {
    display: none;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .search-img {
    width: 24px;
  }

  #main-about-kilic .col-md-7 {
    padding: 28px;
    margin: auto;
  }

  #slider-prbox h1 {
    font-size: 20px;
    font-weight: 600;
    min-height: 88px;
  }

  #slider-prbox .col-prbox {
    padding: 28px;
    border: 0.4px solid gray;
  }

  .kilic-prbox-title {
    text-align: center;
    margin-bottom: 48px;
  }

  .f-contact-text p {
    margin: 0;
  }

  h1 {
    font-size: 34px;
    font-weight: 600;
    color: #193A67;
  }

  p {
    font-size: 18px;
    font-weight: 400;
    color: #60656d;
  }

  .owl-manset-text {
    position: absolute;
    top: 42%;
    width: 100%;
    z-index: 5;
  }

    .owl-manset-text h1 {
      font-size: 38px;
      color: #ffffff;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 18px;
      color: #ffffff;
      font-weight: 300;
    }

  .logo-w {
    width: 128px !important;
    margin: auto;
    padding-bottom: 18px;
  }

  .lang-menu {
    top: 48px;
    right: 88px;
    position: absolute;
    z-index: 15;
  }

    .lang-menu ul {
      display: flex;
      margin-bottom: 0;
    }

    .lang-menu li {
      padding-left: 18px;
      font-size: 16px;
      font-weight: 600;
    }

  .site-header .container {
  }

  .site-header {
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #193A67;
    padding-right: 34px;
  }

  #main-about-kilic h1 {
    font-size: 38px;
    font-weight: 600;
  }

  #main-about-kilic p {
    font-size: 18px;
    font-weight: 400;
    color: #193A67;
  }

  #main-about-kilic .row:nth-child(1) {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  #main-about-kilic .row:nth-child(2) {
    padding-bottom: 48px;
  }

  .main-amblem {
    width: 38px;
    margin: auto;
    display: flex;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
  }

  .bnr-shadow-main {
    background: linear-gradient(180deg, #0000001a 38%, #00000096 74%, #000000ba 84%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .inside-manset-text {
    position: absolute;
    top: 34%;
    width: 100%;
    z-index: 6;
  }

    .inside-manset-text p {
      display: none;
    }

    .inside-manset-text h1 {
      font-size: 28px;
      color: #ffffff;
      font-weight: 500;
    }

  .content-page {
    margin-top: 88px;
    margin-bottom: 128px;
  }

  .content-image {
    left: -32%;
    position: relative;
  }

  .contact-us-form-info {
    display: block;
  }

    .contact-us-form-info .col {
      width: 100%;
      margin-bottom: 8px;
    }
}

@media only screen and (max-width: 399px) {
  .container {
    max-width: 98%;
  }
.inside-manset .row:nth-child(1) {
	min-height: 198px;
    overflow: hidden;
}
.inside-manset img {
	border-width: 0px;
    min-height: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}
.swiper-free-mode>.swiper-wrapper {
    display: none;
}
.kbaliklar .col-4 {
	width: 100%;
}
  .urunyb-tx1 {
    margin-top: 28px;
}
.urunyb-tx2 {
    margin-top: 28px;
	order: 2;
}
.urunyb-page-text {
    margin-bottom: 28px;
}
.send-form {
  padding: 88px;
  text-align: center;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #163e71;
  width: 1.6em;
  height: 1.6em;
  border: 0.15em solid currentColor;
  border-radius: 1.6em;
  transform: translateY(-0.2em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: #163e71;
}

input[type="radio"]:checked::before {
  transform: scale(1.4);
}

.kilic-urunler h2 {
	font-size: 28px;
    color: #163e70;
}
.kilic-urunler .col-3 {
    width: 100%;
}
.kilic-urunler h3 {
	font-size: 20px;
    padding: 18px;
}
.kbaliklar .img-thumbnail {
	padding: 18px;
	border: none;
}
.timeline-img img {
	width: 228px;
}
  .rakamlarla-kilic {
    width: 100%;
    margin: auto;
  }

  .tarifler .btn-tarifler {
    padding: 18px;
    border: 0.4px solid #163E70;
    color: #163E70;
    font-weight: 600;
    top: 20px;
    position: relative;
  }

  .col-tarifbox .col-md-6:nth-child(2) {
    justify-items: end;
    width: 50%;
  }

  .col-tarifbox .col-md-6:nth-child(1) {
    width: 50%;
  }

  .yonetim-kurulu:nth-child(1) {
    border-top: 1px solid #163e71;
  }

  .kurumsal-videolar .col-md-6 {
    padding: 18px;
  }

  .kurumsal-videolar h3 {
    margin-top: 0px !important;
  }

  .kilic-docs {
    margin-bottom: 88px;
  }

    .kilic-docs .col-md-3 img {
      width: 28px;
    }

    .kilic-docs p {
      margin-bottom: 0px;
      font-size: 18px;
    }

  .contact-line {
    display: block;
    margin-top: 28px;
  }

    .contact-line .form-check {
      margin-top: 48px;
    }

    .contact-line .form-check-label {
      font-size: 14px;
      color: #60656d;
      margin-left: 18px;
    }

    .contact-line .form-check-input {
      border: none !important;
      margin-top: 0 !important;
    }

  .form-floating > label {
    color: #60656d;
  }

  .hab p {
    font-size: 24px;
    margin-top: 18px;
  }

  input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #163e71;
    width: 1.6em;
    height: 1.6em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.2em);
    display: grid;
    place-content: center;
  }

  .form-control + .form-control {
    margin-top: 1em;
  }

  input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    background-color: #163e71;
  }

  input[type="checkbox"]:checked::before {
    transform: scale(1.4);
  }

  .form-check {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-check .form-check-input {
    border: none;
  }

  .search-form {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(82, 82, 82, .71);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 9;
  }

    .search-form .content {
      max-width: 600px;
      width: 100%;
      position: relative;
      margin: 0 60px;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: .3s all;
      transition: .3s all;
    }

      .search-form .content button.close-search-form {
        position: absolute;
        right: -30px;
        top: -45px;
        border: 0;
        background-color: transparent;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
      }

      .search-form .content input[type="text"] {
        width: 100%;
        background: #333;
        color: #fff;
        line-height: 70px;
        padding: 0 30px;
        border: none;
        outline: none;
      }

      .search-form .content .search-button {
        position: absolute;
        width: 70px;
        height: 70px;
        right: 0;
        border: 0;
        background-color: #626262;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        display: block;
        top: 0;
        padding: 24px;
      }

    .search-form.active {
      opacity: 1;
      pointer-events: visible;
    }

      .search-form.active .content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }

  .open-search {
    background-color: transparent;
    width: 36px;
    cursor: pointer;
    border: none;
    color: #626262;
    outline: none;
  }

    .open-search img {
      height: 18px;
    }

  .list-group-numbered {
    list-style: decimal inside;
    padding: 0;
  }

  .list-group-alpha {
    list-style: lower-alpha inside;
    padding: 0;
  }

  .list-group-roman {
    list-style: lower-roman inside;
    padding: 0;
  }

  .list-group-alpha > li, .list-group-numbered > li {
    display: list-item
  }

  .surdurulebilirlik-row li, .page-inside li, .milestones .desc li, .pisirme-onerisi li {
    list-style: disc;
    padding-left: 8px;
  }

  .surdurulebilirlik-row ul, .page-inside ul, .milestones .desc ul, .pisirme-onerisi ul {
    padding-left: 16px;
  }

  .malzemeler {
    color: #A5BEE1;
  }

  .main-slider {
    width: 100%;
  }

    .main-slider .swiper-slide {
      width: 100%;
      height: 100%;
      display: flex;
    }

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

  .thumb-slider {
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
  }

  .slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  .manset-all-titles {
    position: absolute;
    z-index: 19;
    margin: auto;
    margin-top: -148px;
    width: 100%;
  }

    .manset-all-titles .col-md-3 {
      padding: 28px;
      border-right: 0.4px solid #ffffff8c;
      border-top: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .col-md-3 p {
        color: #ffffff;
        line-height: 18px;
      }

    .manset-all-titles .bannerslide {
      padding: 4px;
      border-right: 0.4px solid #ffffff8c;
    }

      .manset-all-titles .bannerslide p {
        color: #ffffffbd;
        line-height: 14px;
        font-size: 12px;
        font-weight: 300;
        margin: 0;
        min-height: 58px;
      }

  .menu-item-wrapper {
    width: 100%;
    position: relative;
  }

  .mobile-toggle {
    padding: 10px 15px;
    cursor: pointer;
    color: #666;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .dropdown-menu {
    position: static !important;
    display: none;
    float: none;
    background: #fdfdfd;
    border: none;
    padding-left: 15px;
  }

    .dropdown-menu.show {
      display: block;
    }

  .mobile-toggle i {
    transition: transform 0.3s;
  }

  .mobile-toggle.open i {
    transform: rotate(180deg);
  }

  .page-inside {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .kilic-docs .col-md-3 {
    padding: 18px;
    border: 0.4px solid #98a1ac;
    border-radius: 8px;
    min-height: 128px;
    width: 100%;
    margin-bottom: 18px;
    align-content: center;
    background-color: #ffffff;
  }

  .page-inside h3 {
    font-size: 36px;
    margin-top: 48px;
    margin-bottom: 28px;
    color: #163e71;
  }

  .kurucumuz-msg .col-md-5 {
    margin-bottom: 28px;
  }

  .yonetim-kurulu .col-md-6 {
    border-bottom: 1px solid #163e71;
    padding: 18px;
    background-color: #f9f9f97a;
  }

  .yonetim-kurulu p {
    margin: 0px;
    font-weight: 300;
  }

  .yonetim-kurulu .pname {
    font-size: 20px;
    font-weight: 500;
    color: #163E70;
    margin: 0px;
  }

  .tarifler-box {
    width: 100%;
    border: 0.4px solid gray;
    margin-bottom: 28px;
  }

    .tarifler-box .col-md-6 {
      padding-top: 28px;
      padding-bottom: 28px;
      padding-left: 28px;
      padding-right: 28px;
      margin: auto;
    }

    .tarifler-box h1 {
      font-size: 28px;
    }

    .tarifler-box p {
      color: #92ADD2;
    }

  .kilic-tarifler {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .fishrecipe-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-recipe-detay {
    margin-top: 88px;
  }

  .fishrecipe-title .col-fn:nth-child(1) {
  }

  .fishrecipe-title .col-fn:nth-child(2) {
  }

  .kilic-recipe-detay .col-fn {
    margin: auto;
  }

  .kilic-recipe-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fishrecipe-desc {
    margin-top: 28px;
  }

    .fishrecipe-desc .col-md-5 img {
      padding-bottom: 48px;
    }

    .fishrecipe-desc .col-md-7 {
      padding-right: 48px;
      margin: auto;
    }

  .malzemeler {
    background-image: url("../images/pisirme-onerisi-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .malzemeler h1 {
      color: #ffffff;
    }

    .malzemeler p {
      color: #ffffff;
      margin: 0;
    }

    .malzemeler .col-md-3 {
      margin: auto;
    }

    .malzemeler .col-md-6 {
      margin: auto;
    }

    .malzemeler .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-left: 48px;
      color: white;
      font-weight: 600;
    }

    .malzemeler li {
      font-size: 20px;
    }

  .kilicdeniz-h3 {
    font-size: 28px !important;
    margin-top: 28px !important;
    color: #163e71;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
  }

  .col-news {
    width: 100%;
    margin-bottom: 48px;
  }

    .col-news p {
    }

    .col-news h3 {
      margin-top: 28px;
    }

  .news-page {
    margin-top: 48px;
    margin-bottom: 48px;
  }

    .news-page .btn-group {
      width: 280px;
      margin-top: 88px;
    }

    .news-page .btn:hover {
      border: 0.4px solid #163e72;
      color: #163e72;
    }

    .news-page .col-md-8 {
      margin-top: 28px;
    }

  .btn-news {
    padding: 12px;
    border: none;
    margin-top: 18px;
    color: #ffffff;
    background-color: #97a1ae;
    font-weight: 600;
    text-align: center;
    width: 180px;
    border: 0.4px solid #c5d2e2;
  }

  .fishpl-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urunpl-detay {
    margin-top: 88px;
    margin-bottom: 128px;
  }

    .kilic-urunpl-detay .col-md-8 {
		margin-top: 18px;
    }

    .kilic-urunpl-detay .col-fn {
      margin: auto;
    }

    .kilic-urunpl-detay span {
      padding: 12px;
      background-color: #F4F4F4;
    }

  .fishpl-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-desc .col-md-6:nth-child(2) {
    padding-left: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fishpl-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fishpl-img h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fishpl-img {
    margin-top: 48px;
    padding-top: 128px;
  }

    .fishpl-img .col-md-8 img {
    }

  .kilic-urunlerpl {
    margin-bottom: 88px;
  }

  .productpl-box .col-md-6 {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 28px;
    margin: auto;
  }

  .productpl-box h1 {
    font-size: 22px;
  }

  .productpl-box p {
    color: #92ADD2;
  }

  .productpl-box {
    width: 100%;
    border: 0.4px solid gray;
    margin-bottom: 28px;
  }

  .page-pl {
    margin-top: 88px;
    margin-bottom: 28px;
  }

  .manset-all-titles .bannerslide:nth-child(1) {
    border-left: 0.4px solid #ffffff5e;
  }

  .swiper-backface-hidden .swiper-slide {
    cursor: pointer;
  }

  .navbar-toggler {
    color: white;
  }

  #timeline-kilic {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
    color: #4b5255;
  }

    #timeline-kilic h1 {
      font-size: 24px;
      font-weight: 700;
      margin-top: 8px;
    }

    #timeline-kilic:before {
      position: absolute;
      left: 50%;
      top: 0;
      content: ' ';
      display: none;
      width: 2px;
      height: 100%;
      margin-left: -3px;
      background: rgb(200, 200, 200);
      background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(198 198 198) 8%, rgb(200 200 200) 92%, rgba(80, 80, 80, 0) 100%);
      z-index: 5;
    }

    #timeline-kilic li {
      padding-bottom: 18px;
      list-style: none;
    }

      #timeline-kilic li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }

    #timeline-kilic .direction-l {
    }

    #timeline-kilic .direction-r {
    }

    #timeline-kilic .flag-wrapper {
      position: relative;
      display: inline-block;
      text-align: center;
    }

    #timeline-kilic .flag {
      font-weight: 400;
      font-size: 15px;
    }

    #timeline-kilic .direction-l .flag {
      color: #708AAE;
    }

    #timeline-kilic .direction-r .flag {
      color: #708AAE;
    }

    #timeline-kilic ul {
      padding-left: 0px;
    }

    #timeline-kilic li {
      padding-left: 0px;
    }

    #timeline-kilic .direction-l .flag:before, #timeline-kilic .direction-r .flag:before {
      position: absolute;
      top: 50%;
      right: -20px;
      content: ' ';
      display: block;
      width: 14px;
      height: 14px;
      margin-top: -7px;
      background: #5FA4FF;
      border-radius: 10px;
      border: 2px solid #ffffff;
      z-index: 10;
    }

    #timeline-kilic .direction-r .flag:before {
    }

    #timeline-kilic .direction-l .flag:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-left-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .direction-r .flag:after {
      content: "";
      position: absolute;
      right: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-right-color: rgb(248, 248, 248);
      border-width: 8px;
      pointer-events: none;
    }

    #timeline-kilic .time-wrapper {
      display: inline;
      line-height: 1em;
      font-size: 0.66666em;
      color: rgb(250, 80, 80);
      vertical-align: middle;
    }

    #timeline-kilic .direction-l .time-wrapper {
      float: left;
    }

    #timeline-kilic .direction-r .time-wrapper {
      float: right;
    }

    #timeline-kilic .time {
      display: inline-block;
      padding: 4px 6px;
      background: rgb(248, 248, 248);
    }

    #timeline-kilic .desc {
      font-size: 16px;
      color: #163e71;
      font-weight: 400;
      margin: auto;
    }

    #timeline-kilic .timeline-img {
    }

  .deger-zinciri-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .page-deger-zinciri {
    margin-bottom: 88px;
  }

  .milestones-row {
    margin-top: 88px;
    margin-bottom: 48px;
    text-align: center;
  }

  .milestones {
    margin-bottom: 88px;
  }

  .surdurulebilirlik-yk {
    margin-bottom: 48px;
  }

    .surdurulebilirlik-yk li {
      font-size: 20px;
      font-weight: 400;
      color: #193A67;
      line-height: 38px;
    }

    .surdurulebilirlik-yk h3 {
      font-size: 24px;
      font-weight: 500;
      color: #193A67;
      line-height: 34px;
    }

    .surdurulebilirlik-yk p {

    }


.surdurulebilirlik-row:nth-child(2) .col-md-6:nth-child(1) {
	order:2;
}
.surdurulebilirlik-row:nth-child(4) .col-md-6:nth-child(1) {
	order:2;
}
.surdurulebilirlik-row:nth-child(1) .container {
	width: 100%;
}
  .surdurulebilirlik-row {
    margin-bottom: 28px;
  }

  .srd-text-line-l {
    background-color: #ffffff;
    padding: 8px;
    width: 100%;
  }

  .srd-text-line-r {
    background-color: #ffffff;
    padding: 8px;
    width: 100%;
  }

  .srt-bs1 {
    font-size: 38px;
    font-weight: 300;
    color: #4ACD16;
    margin-bottom: 18px;
  }

  .srt-bs2 {
    font-size: 38px;
    font-weight: 300;
    color: #215DA6;
    margin-bottom: 18px;
  }

  .srt-bs3 {
    font-size: 38px;
    font-weight: 300;
    color: #F77A1A;
    margin-bottom: 18px;
  }

  .st-cevre {
    width: 188px;
  }

  .st-insan {
    width: 188px;
  }

  .st-yonetim {
    width: 188px;
  }

  .srdr-rapor {
    text-align: center;
    margin: auto;
    margin-top: 28px;
    padding: 28px;
  }

  .btn-srdr {
    padding: 12px;
    border: none;
    color: #ffffff;
    background-color: #4ACD16;
    font-weight: 600;
    text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 28px;
  }

    .btn-srdr img {
      width: 28px;
      margin-right: 18px;
    }

  .srdr-rapor a:hover {
    color: #ffffff;
  }

  #accordionTesisler .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #193A67;
  }

  #accordionTesisler .accordion-header {
    border: 0.4px solid #D8D8D8;
    margin-bottom: 8px;
  }

  #accordionTesisler .accordion-item {
    border: none;
  }

  #accordionTesisler .accordion-button:not(.collapsed) {
    background-color: #183a66;
    box-shadow: none;
    color: #ffffff;
  }

  #accordionTesisler .accordion-button:focus {
    box-shadow: none;
  }

  #accordionTesisler .accordion-body {
    padding-bottom: 28px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  #accordionTesisler p {
    font-size: 16px;
    margin-left: 34px;
  }

  #accordionTesisler h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 34px;
  }

  #accordionTesisler .accordion-body img {
    width: 24px;
    position: absolute;
  }

  .tesislerimiz-page .form-control {
    border-radius: 0;
    width: 80%;
    float: right;
    margin-bottom: 28px;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    background-position-x: 94%;
  }

  .accordion-body .row {
    margin-bottom: 28px;
  }

  .gmap-line {
  }

  .tesis-line {
  }

  .tesislerimiz-page {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tesis-title-line {
    margin: auto;
    text-align: center;
    margin-bottom: 28px;
  }

  .tesis-btn {
    background-color: #D2E1F4;
    padding: 8px;
    margin-right: 8px;
    width: 31%;
    margin-bottom: 8px;
    border-radius: 2px;
    color: #3F75BD;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
  }

  .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(199deg, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 60%) 100%);
    z-index: 5;
  }

  .btn-tesisler {
    padding: 8px;
    border: 0.4px solid #A6ACC9;
    margin-top: 48px;
    color: #193A67;
    font-weight: 600;
    text-align: center;
  }

  .btn-gonder {
    padding: 12px;
    border: none;
    margin-top: 48px;
    color: #ffffff;
    background-color: #215DA6;
    font-weight: 600;
    text-align: center;
    width: 180px;
  }

  .c-tesisler img {
    width: 24px;
    margin-right: 8px;
  }

  .c-location {
    margin-top: 48px;
    margin-bottom: 28px;
  }

  .c-adres {
    margin-top: 48px;
  }

    .c-adres .row {
      margin-bottom: 28px;
    }

  .contact-us-form-info {
    gap: 8px;
  }

  .form-floating {
    margin-top: 18px;
  }

  .contact-us-form {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .c-location h1 {
    font-size: 38px;
    font-weight: 700;
  }

  .fish-name {
    color: #92ADD2;
    font-size: 18px;
    font-weight: 400;
  }

  .kilic-urun-detay {
    margin-top: 88px;
  }

  .fish-title .col-fn:nth-child(1) {
  }

  .fish-title .col-fn:nth-child(2) {
  }

  .kilic-urun-detay .col-fn {
    margin: auto;
  }

  .kilic-urun-detay span {
    padding: 12px;
    background-color: #F4F4F4;
  }

  .fish-desc .col-md-6:nth-child(1) {
    padding-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .fish-desc .col-md-6:nth-child(2) {
  }

  .fish-img .col-md-2 {
    margin: auto;
    text-align: center;
  }

  .fish-img .col-md-8 {
    margin: auto;
    text-align: center;
  }

  .fish-img h1 {
    font-size: 28px;
    font-weight: 700;
  }

  .fish-img {
    min-height: 388px;
  }

    .fish-img .col-md-8 img {
      width: 80%;
    }

  .inside-manset {
    position: relative;
  }

  .urun-secenek-l {
    border: 0.4px solid gray;
    padding: 8px;
    width: 37%;
    margin: 4px;
  }

    .urun-secenek-l p {
      font-weight: 300;
      margin: 0px;
    }

  .urun-secenek-r {
    border: 0.4px solid gray;
    padding: 8px;
    width: 58%;
    margin: 4px;
    background-color: #edeff1;
  }

    .urun-secenek-r p {
      font-weight: 500;
      margin: 0px;
    }

  .urun-secenekleri {
    margin-top: 28px;
    margin-bottom: 48px;
  }

  .lezzet-profili {
    background-color: #163E70;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .lezzet-profili h1 {
      color: #ffffff;
    }

    .lezzet-profili p {
      color: #ffffff;
      margin: 0;
    }

    .lezzet-profili .col-md-3 {
      margin: auto;
    }

    .lezzet-profili .col-md-9 {
      margin: auto;
    }

  .pisirme-onerisi {
    background-image: url(../images/pisirme-onerisi-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 448px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

    .pisirme-onerisi h1 {
      color: #ffffff;
    }

    .pisirme-onerisi p {
      color: #ffffff;
      margin: 0;
    }

    .pisirme-onerisi .col-md-3 {
      margin: auto;
    }

    .pisirme-onerisi .col-md-6 {
      margin: auto;
    }

    .pisirme-onerisi .btn-tarifler {
      padding: 18px;
      border: 0.4px solid white;
      margin-top: 18px;
      color: white;
      font-weight: 600;
      position: absolute;
    }

  .raf-omru {
    background-image: url("../images/raf-omru-back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    padding-top: 28px;
    padding-bottom: 28px;
    align-content: center;
  }

    .raf-omru h1 {
      color: #ffffff;
    }

    .raf-omru p {
      color: #ffffff;
      margin: 0;
    }

    .raf-omru .urun-secenek-l {
      border: 0.4px solid gray;
      padding: 18px;
      width: 46%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-l p {
        font-weight: 300;
        margin: 0px;
        color: #ffffff;
      }

    .raf-omru .urun-secenek-r {
      border: 0.4px solid gray;
      padding: 18px;
      width: 46%;
      margin: 4px;
      background-color: #24262991;
    }

      .raf-omru .urun-secenek-r p {
        font-weight: 500;
        margin: 0px;
        color: #ffffff;
      }

  .besin-degeri {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tarif-icon {
    margin-top: 8px;
    width: 24px !important;
  }

  .col-tarifbox h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 0.4px solid #c9cdd2;
  }

  .tarifler-title {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .tarifler-list {
    margin-bottom: 88px;
  }

  .product-box {
    width: 100%;
    border: 0.4px solid gray;
    margin: 1%;
  }

    .product-box .col-md-6 {
      padding: 28px;
      margin: auto;
    }

    .product-box h1 {
      font-size: 28px;
    }

    .product-box p {
      color: #92ADD2;
    }

  .kilic-urunler {
    margin-top: 28px;
    margin-bottom: 88px;
  }

  .hakkimizda-first {
    background-image: url("../images/hakkimizda-fish-back.webp");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .hakkimizda-page-text {
    text-align: center;
    margin: auto;
    padding: 28px;
  }

  .hakkimizda-tx1 {
    margin: auto;
  }

  .hakkimizda-tx2 {
    margin: auto;
  }

  .hakkimizda-page {
    margin-bottom: 28px;
	margin-top: 28px;
  }

  .hakkimizda-tx3 {
    margin: auto;
    padding-top: 48px;
  }

  .hakkimizda-tx4 {
    margin: auto;
    padding-top: 48px;
  }

  .col-prbox .row {
    justify-content: end;
  }

  #main-urunler h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
  }

  #main-urunler h1 {
    color: #ffffff;
  }

  #main-urunler .main-urunler-box {
    border: 0.4px solid #BACDD8;
    width: 48%;
    margin: 1%;
  }

  #main-urunler .fish-link {
    padding: 14px;
  }

  #main-urunler .main-urunler-text {
    text-align: center;
    margin-top: 18px;
  }

  #main-urunler .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .dropdown-menu {
    padding: 0px;
    --bs-dropdown-border-radius: 0px;
    --bs-dropdown-inner-border-radius: 0px;
    --bs-dropdown-box-shadow: none;
    --bs-dropdown-border-color: #d0d6dc;
  }

  .dropdown-item {
    background-color: #ffffff;
    color: #163e71;
    padding-left: 18px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 0.4px solid #c9d0da;
    font-size: 15px;
  }

    .dropdown-item:hover {
      color: #193a67;
      background-color: #ffffff;
    }

  #main-surdurulebilirlik {
    background-color: #EDEFF2;
    padding-top: 48px;
    padding-bottom: 48px;
  }

    #main-surdurulebilirlik .main-sleft {
      padding: 28px;
    }

    #main-surdurulebilirlik .col-md-6:nth-child(2) {
      margin: auto;
    }

    #main-surdurulebilirlik .main-sright {
    }

  #main-deger-zinciri {
    background-image: url(../images/main-deger-zinciri-back.webp);
    margin: auto;
    padding-top: 128px;
    padding-bottom: 128px;
    background-repeat: no-repeat;
    background-size: cover;
  }

    #main-deger-zinciri .main-deger-zinciri-text {
      text-align: center;
    }

    #main-deger-zinciri .col-md-2 {
      padding: 18px;
      text-align: center;
      margin-bottom: 18px;
      width: 100%;
    }

      #main-deger-zinciri .col-md-2 img {
        margin-bottom: 28px;
        width: 128px;
      }

    #main-deger-zinciri span {
      color: #99AFCB;
      font-size: 14px;
      font-weight: 300;
      display: block;
    }

    #main-deger-zinciri h2 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
    }

    #main-deger-zinciri h1 {
      color: #ffffff;
    }

    #main-deger-zinciri p {
      color: #99AFCB;
    }

  #main-urunler {
    background-image: url(../images/main-urunler-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  #main-pratik-lezzetler {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  #main-pratik-lezzetler .container {
        max-width: 100%;
  }

    #main-pratik-lezzetler .fish-arrow {
      width: 12px !important;
      padding: 1px;
      margin-top: 18px;
      margin-bottom: 8px;
    }

  .owl-prev img {
    width: 48px;
  }

  .owl-next img {
    width: 48px;
  }

  .footer-menu {
    display: block;
  }

  footer .col-footer1 {
  }

  footer .col-footer2 {
    margin-top: 28px;
  }

  footer .col-footer3 {
    margin-top: 28px;
  }

  footer .col-footer4 {
    margin-top: 28px;
  }

  footer .col-footer5 {
    margin-top: 28px;
  }

  footer .col-footer6 {
    margin-top: 28px;
  }

  footer p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
  }

  footer a {
    color: #A5BEE1;
    font-size: 16px;
  }

    footer a:hover {
      color: #ffffff;
    }

  footer {
    background-color: #163E70;
    padding-top: 88px;
    padding-bottom: 48px;
  }

    footer .f-menu ul {
      margin: 0;
    }

    footer .social-footer .fa-brands {
      font-size: 28px;
      padding-right: 28px;
    }

    footer .col-footer1 img {
      width: 148px;
      margin-bottom: 48px;
    }

    footer .social-kvkk {
      margin-top: 88px;
    }

    footer .kvkk-aydinlatma {
      justify-content: end;
      display: flex;
    }
	
	footer .kvkk-aydinlatma a {
      font-size: 14px;
    }

    footer h2 {
      font-size: 20px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 18px;
    }

    footer .f-menu li {
      margin-bottom: 8px;
    }

  footeralt .venus-footer {
    text-align: center;
    padding: 18px;
  }

  #main-donusum {
    position: relative;
  }

    #main-donusum .main-donusum-text {
      position: absolute;
      bottom: 28%;
    }

      #main-donusum .main-donusum-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-donusum .main-donusum-text h1 {
        color: #ffffff;
        width: 40%;
        margin-top: 28px;
      }

      #main-donusum .main-donusum-text p {
        color: #ffffff;
        display: none;
      }

  #main-global {
    position: relative;
  }

    #main-global .main-global-text {
      position: absolute;
      bottom: 10%;
      width: 100%;
    }

      #main-global .main-global-text span {
        color: #ffffff;
        background-color: #ffffff45;
        padding: 8px;
      }

      #main-global .main-global-text h1 {
        color: #ffffff;
        margin-top: 28px;
      }

      #main-global .main-global-text h2 {
        color: #A5BEE1;
        font-size: 18px;
      }

      #main-global .main-global-text p {
        color: #ffffff;
        display: none;
      }

    #main-global .kilic-amblem {
      text-align: end;
    }

  .navbar .col {
    display: none;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .search-img {
    width: 24px;
  }

  #main-about-kilic .col-md-7 {
    padding: 28px;
    margin: auto;
  }

  #slider-prbox h1 {
    font-size: 20px;
    font-weight: 600;
    min-height: 88px;
  }

  #slider-prbox .col-prbox {
    padding: 28px;
    border: 0.4px solid gray;
  }

  .kilic-prbox-title {
    text-align: center;
    margin-bottom: 48px;
  }

  .f-contact-text p {
    margin: 0;
  }

  h1 {
    font-size: 34px;
    font-weight: 600;
    color: #193A67;
  }

  p {
    font-size: 18px;
    font-weight: 400;
    color: #60656d;
  }

  .owl-manset-text {
    position: absolute;
    top: 42%;
    width: 100%;
    z-index: 5;
  }

    .owl-manset-text h1 {
      font-size: 38px;
      color: #ffffff;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 18px;
      color: #ffffff;
      font-weight: 300;
    }

  .logo-w {
    width: 128px !important;
    margin: auto;
    padding-bottom: 18px;
  }

  .lang-menu {
    top: 48px;
    right: 88px;
    position: absolute;
    z-index: 15;
  }

    .lang-menu ul {
      display: flex;
      margin-bottom: 0;
    }

    .lang-menu li {
      padding-left: 18px;
      font-size: 16px;
      font-weight: 600;
    }

  .site-header .container {
  }

  .site-header {
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #193A67;
    padding-right: 34px;
  }

  #main-about-kilic h1 {
    font-size: 38px;
    font-weight: 600;
  }

  #main-about-kilic p {
    font-size: 18px;
    font-weight: 400;
    color: #193A67;
  }

  #main-about-kilic .row:nth-child(1) {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  #main-about-kilic .row:nth-child(2) {
    padding-bottom: 48px;
  }

  .main-amblem {
    width: 38px;
    margin: auto;
    display: flex;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
  }

  .bnr-shadow-main {
    background: linear-gradient(180deg, #0000001a 38%, #00000096 74%, #000000ba 84%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .inside-manset-text {
    position: absolute;
    top: 34%;
    width: 100%;
    z-index: 6;
  }

    .inside-manset-text p {
      display: none;
    }

    .inside-manset-text h1 {
      font-size: 24px;
      color: #ffffff;
      font-weight: 500;
    }

  .content-page {
    margin-top: 88px;
    margin-bottom: 128px;
  }

  .content-image {
    left: -32%;
    position: relative;
  }

  .contact-us-form-info {
    display: block;
  }

    .contact-us-form-info .col {
      width: 100%;
      margin-bottom: 8px;
    }
}