@font-face {
  font-family: 'Snell';
  src: url('/assets/fonts/SnellBT-Regular.woff2') format('woff2'), url('/assets/fonts/SnellBT-Regular.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #00aeef;
}

::-webkit-scrollbar-track-piece {
  background-color: white;
}

::-webkit-scrollbar-corner {
  background-color: white;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

a {
  text-decoration: none;
  color: #414042;
}

  a:hover {
    text-decoration: none;
    color: #000 !important;
  }

  a.nav-link {
    font-size: 13px;
    font-weight: 600;
    color: #414042;
  }

  a.link {
    text-decoration: none;
    color: #00aeef !important;
  }

.htmleditor a {
  text-decoration: underline;
  color: #00aeef;
}

.dnone {
  display: none;
}

.dib {
  display: inline-block !important;
}

hr {
  width: 100%;
  margin: 50px auto;
}

.bold, b, strong {
  font-weight: 600 !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.color-red {
  color: #f00 !important;
}

.color-blue {
  color: #00aeef !important;
}

.color-white {
  color: #fff !important;
}

.italic {
  font-style: italic !important;
}

.show {
  display: block !important;
}

.empty {
  display: none;
}

.resp-img {
  width: 100%;
  max-width: max-content;
}

header .nav-second a {
  display: inline-block;
  font-weight: 300;
  font-size: 10px;
  color: #000;
}

header .nav-second li:before {
  content: "|";
  display: inline-block;
  font-size: 10px;
  color: #666;
}

header .nav-second li:first-child:before {
  content: "";
}

@media (max-width: 1200px) {
  header .nav-second li {
    width: auto;
  }

    header .nav-second li:before {
      display: none !important;
    }
}

header form.search {
  position: relative;
}

  header form.search input {
    text-indent: 10px;
    border: 0;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    background: rgb(235, 236, 235);
    padding: 3px 0 !important;
  }

  header form.search button {
    border: 0;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    background-color: rgb(218, 217, 218);
    padding: 0 10px !important;
    color: #fff;
    line-height: 12px;
  }

    header form.search button:hover {
      background-color: rgb(200, 200, 200) !important;
    }

    header form.search button span {
      font-size: 20px;
    }

header .has-sub {
  position: relative;
}

  header .has-sub:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: -14px auto 0;
    width: 0;
    height: 0;
    border-bottom: 14px solid rgba(130, 190, 219);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
  }

@media (min-width: 1201px) {
  .has-sub .sub-menu.hizmetlerimiz {
    padding-right: 200px;
  }

  header .has-sub:hover .sub-menu {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    transition: .4s;
  }

  header .has-sub:hover:after {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    transition: .4s;
  }
}

header .has-sub > .nav-link {
  cursor: pointer;
}

header .sub-menu {
  position: fixed;
  top: 141px;
  background-color: rgba(130, 190, 219);
  z-index: 9999;
  width: 100%;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

  header .sub-menu a {
    display: inline-block;
    padding: 25px 10px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
  }

    header .sub-menu a:hover {
      background-color: rgba(197, 130, 50);
    }

@media (max-width: 1200px) {
  header .sub-menu {
    background: transparent;
    height: 0;
    position: static;
  }

    header .sub-menu a {
      display: block;
      font-size: 11px;
      padding: 5px 0;
    }

  header .has-sub.active .sub-menu {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    transition: .4s;
    height: auto;
  }

  header .has-sub.active:after {
    opacity: 0;
    visibility: hidden;
  }
}

header {
  height: 141px;
}

@media (min-width: 1201px) {
  header {
    transition: height .1s ease;
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 9;
  }

    header.shadow {
      box-shadow: 0 4px 2px -2px gray;
      height: 50px;
      padding-top: 8px;
    }

      header.shadow > nav > .container > div:not(#navbar) {
        display: none !important;
      }

      header.shadow .sub-menu {
        top: 44px;
      }

      header.shadow .has-sub:after {
        margin: -14px auto 0;
      }

  main {
    margin-top: 141px;
  }
}

header .logo {
  margin: 15px 0;
}

  header .logo img {
    max-width: 300px;
  }

header #navbar {
  background-color: #fff !important;
}

@media (max-width: 1200px) {
  header {
    height: 72px;
    padding-bottom: 10px;
  }

    header .logo {
      margin: 40px 0 0;
    }

      header .logo img {
        max-width: 200px;
      }

    header .nav li {
      width: 100%;
    }

    header #navbar {
      width: 100%;
      margin: 0;
      padding: 0;
      height: calc(100vh);
      z-index: 99;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgb(20 159 227) !important;
    }

      header #navbar a {
        color: #fff !important;
      }

    header .collapsing {
      -webkit-transition: none;
      transition: none;
      display: none;
    }

  a.nav-link {
    margin-top: 20px;
  }

  header #navbar .sub-menu a {
    color: rgb(205, 243, 255) !important;
  }
}

header .navbar-toggler .btn-menu {
  border: 0;
  background-color: rgb(20 159 227);
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 0;
}


  header .navbar-toggler .btn-menu[aria-expanded="true"] {
    position: fixed;
    z-index: 100;
    right: 25px;
    top: 25px;
  }

main #homeSlider {
  width: 100%;
  height: 100%;
  border-top: 1px #333 solid;
}
  /*
main.bg-articles {
  background-color: #FCF5F1;
}

main.bg-services {
  background-color: #FBF6F1;
}
*/
  main #homeSlider .swiper-slide {
    height: calc(100vh - 141px);
    min-height: 600px;
    max-height: 1200px;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

    main #homeSlider .swiper-slide .caption-logo {
      max-width: 350px;
      margin: 150px 0;
    }

    main #homeSlider .swiper-slide h1, main #homeSlider .swiper-slide h2, main #homeSlider .swiper-slide h3 {
      display: inline-block !important;
      max-width: 60%;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 10px;
    }

@media (max-width: 776px) {
  main #homeSlider .swiper-slide h1, main #homeSlider .swiper-slide h2, main #homeSlider .swiper-slide h3 {
    max-width: 67%;
    padding: 5px;
  }
}

main #homeSlider .swiper-slide h1 {
  font-size: 40px;
  font-weight: 500;
}

main #homeSlider .swiper-slide h2 {
  font-size: 30px;
  font-weight: 400;
}

main #homeSlider .swiper-slide h3 {
  font-size: 20px;
  font-weight: 300;
}

main #homeSlider .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

main #homeSlider .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #333;
  opacity: 1;
}

main #homeSlider .swiper-pagination-bullet-active {
  background-color: #333;
}

main #homeSlider span.quote {
  font-size: 40px;
  font-family: 'Snell', cursive;
}

@media (max-width: 991px) {
  main #homeSlider {
    height: 450px;
  }

    main #homeSlider .swiper-slide {
      height: 450px;
      min-height: 450px;
    }
}

@media (max-width: 767px) {
  main #homeSlider {
    height: 200px;
  }

    main #homeSlider .swiper-slide {
      height: 200px;
      min-height: 200px;
    }

    main #homeSlider span.quote {
      font-size: 20px;
      line-height: 20px;
    }

    main #homeSlider span.author {
      font-size: 12px;
    }

    main #homeSlider .swiper-slide .caption-logo {
      max-width: 100px;
      margin: 20px 0;
    }

    main #homeSlider .swiper-slide h2 {
      display: block;
      font-size: 14px;
    }

    main #homeSlider .swiper-slide h3 {
      font-size: 12px;
      font-weight: 300;
    }
}

main > .boxes {
  background-color: #39383A;
}

  main > .boxes .box {
    color: #414042;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    font-size: 25px;
    font-weight: 200;
    line-height: 25px;
    background-color: #C1C0C5;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 105px;
    background-origin: content-box;
  }

    main > .boxes .box.bg-full {
      background-color: rgb(226, 226, 226);
      background-size: auto 100%;
      background-origin: inherit;
    }

@media (max-width: 1200px) {
  main > .boxes .box {
    height: 120px;
    font-size: 15px;
    background-size: auto 80px;
    line-height: 20px;
  }
}

main .educations {
  background-color: #EC9D36;
}

  main .educations .navigation {
    width: 100px;
    height: 30px;
    margin: 15px auto 0;
    text-align: center;
    background: #fff;
    padding: 0;
  }

    main .educations .navigation a {
      text-decoration: none;
      display: inline-block;
      color: #eea82c !important;
      margin: 0 5px;
    }

      main .educations .navigation a span {
        font-size: 32px;
      }

  main .educations .btn,
  main .events .btn {
    color: #fff !important;
    font-weight: 300;
    border-radius: 16px;
    padding-left: 50px;
    padding-right: 50px;
    transition: .5s;
    border: none;
  }

main .buttons .btn strong {
  font-weight: 600;
}

#date-select::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

main .buttons .btn.orange {
  background-color: rgba(209, 135, 9, 1);
}

  main .buttons .btn.orange:hover {
    background-color: rgba(209, 135, 9, .7);
  }

main .buttons .btn.green {
  background-color: rgba(20, 165, 132, 1);
}

  main .buttons .btn.green:hover {
    background-color: rgba(20, 165, 132, .7);
  }

main .buttons .btn.grey {
  background-color: rgba(233, 233, 233, 1);
  color: #414042 !important;
}

  main .buttons .btn.grey:hover {
    background-color: rgba(233, 233, 233, .8);
  }

main .buttons .btn.pink {
  background-color: rgba(255, 170, 171, 1);
}

  main .buttons .btn.pink:hover {
    background-color: rgba(255, 170, 171, .8);
  }

main .buttons .btn.navy {
  background-color: rgba(0, 97, 166, 1);
}

  main .buttons .btn.navy:hover {
    background-color: rgba(0, 97, 166, .8);
  }

main .buttons .btn.blue {
  background-color: rgba(0, 156, 224, 1);
}

  main .buttons .btn.blue:hover {
    background-color: rgba(0, 156, 224, .8);
  }

main .educations .boxes .box {
  position: relative;
  padding-right: 50px;
  min-height: 140px;
  height: 100%;
}

  main .educations .boxes .box.pink {
    background-color: #F7AC9A;
  }

  main .educations .boxes .box.green {
    background-color: #3AB4AD;
  }

  main .educations .boxes .box.purple {
    background-color: #D575AC;
  }

  main .educations .boxes .box.navy {
    background-color: #0061a6;
  }

  main .educations .boxes .box.blue {
    background-color: #009ce0;
  }

main .educations .boxes .txt {
  float: left;
  padding: 30px 0 30px 30px;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
  min-height: 200px;
}

main .educations .boxes .icons {
  background-color: #fff;
  text-align: center;
  height: 100%;
  width: 36px;
  padding-top: 20px;
  position: absolute;
  right: 0;
}

  main .educations .boxes .icons img {
    width: 24px;
  }

main .services .title {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
}

main .services .purple {
  background-color: #65266C;
}

  main .services .purple .title > div {
    background-color: #833A8A;
  }

main .services .pink {
  background-color: #9f4e54;
}

  main .services .pink .title > div {
    background-color: #d97082;
  }

main .services .red {
  background-color: #a00e3d;
}

  main .services .red .title > div {
    background-color: #CC104C;
  }

main .services .blue {
  background-color: #0061a6;
}

  main .services .blue .title > div {
    background-color: #009ce0;
  }

main .services .yellow {
  background-color: #B8B400;
}

  main .services .yellow .title > div {
    background-color: #DBD600;
  }

main .services .lilac {
  background-color: #5950ba;
}

  main .services .lilac .title > div {
    background-color: #6D62E1;
  }

main .services .green {
  background-color: #486d1a;
}

  main .services .green .title > div {
    background-color: #5d8e21;
  }

main .services .orange {
  background-color: #E48F25;
}

  main .services .orange .title > div {
    background-color: #ffa700;
  }

main .services .grey {
  background-color: #666;
}

  main .services .grey .title > div {
    background-color: #999;
  }

main .services .boxes .box {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  height: 150px;
  color: #fff !important;
  background-position: center center;
  background-size: cover;
  position: relative;
}

  main .services .boxes .box span {
    z-index: 1;
    opacity: 1;
    transition: opacity .3s ease-in;
  }

  main .services .boxes .box:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    transition: background-color .3s ease-in;
    z-index: 0;
  }

  main .services .boxes .box:hover:before {
    background-color: rgba(0, 0, 0, 0);
  }

  main .services .boxes .box:hover span {
    opacity: 1;
    text-shadow: 1px 1px 1px #000;
  }

@media (max-width: 1200px) {
  main .services .boxes .box {
    font-size: 12px;
  }
}

footer {
  font-size: 15px;
  font-weight: 300;
  padding: 60px;
  background-color: #383839;
  color: #fff;
}

  footer .logo {
    margin: 0 0 30px;
    display: block;
  }

    footer .logo img {
      max-width: 300px;
    }

  footer .right h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    color: #6ec0de;
  }

  footer .right form {
    font-size: 12px;
  }

    footer .right form label {
      margin: 0;
      line-height: 20px;
      width: 30%;
    }

    footer .right form input {
      width: 70%;
      color: #fff;
      background: transparent;
      border: 0;
      border-bottom: 1px solid #fff;
    }

    footer .right form button {
      border: 0;
      padding: 4px 20px;
      background-color: rgba(130, 190, 219, 1);
    }

      footer .right form button:hover {
        border: 0;
        padding: 4px 20px;
        background-color: rgba(130, 190, 219, .8);
      }

  footer .social a {
    display: inline-block;
    width: 40px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    margin: 0;
  }

    footer .social a img {
      height: 24px;
      fill: #fff;
    }

    footer .social a.facebook {
      background-color: rgba(66, 89, 148, 1);
    }

    footer .social a.twitter {
      background-color: rgba(77, 159, 237, 1);
    }

    footer .social a.instagram {
      background-color: rgba(217, 47, 35, 1);
    }

    footer .social a.facebook:hover {
      background-color: rgba(66, 89, 148, 0.8);
    }

    footer .social a.twitter:hover {
      background-color: rgba(77, 159, 237, 0.8);
    }

    footer .social a.instagram:hover {
      background-color: rgba(217, 47, 35, 0.8);
    }

  footer .border-start {
    border-color: #808285 !important;
  }

@media (max-width: 1200px) {
  footer {
    font-size: 12px;
    padding: 40px;
  }

    footer .logo img {
      max-width: 200px;
    }

    footer .border-start {
      border: 0 !important;
    }
}

@media (max-width: 800px) {
  footer {
    font-size: 12px;
    padding: 40px 20px;
  }

    footer .logo img {
      max-width: 200px;
    }

    footer .border-start {
      border: 0 !important;
    }
}

main.page .breadcrumb li {
  font-size: 8px;
}

  main.page .breadcrumb li a {
    text-decoration: none;
    color: #939598;
    font-size: 10px;
  }

main.page section.content h1 {
  font-size: 25px;
  font-weight: 500;
}

main.page section.content .txt {
  font-size: 15px;
}

  main.page section.content .txt h2 {
    font-size: 15px;
    font-weight: 500;
  }

  main.page section.content .txt img {
    margin: 15px 0;
    width: auto;
    max-width: 100%;
  }
/*
  main.page section.content .txt iframe, main.page .content .txt video {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    height: 375px;
  }

@media (max-width: 1200px) {
  main.page section.content .txt iframe, main.page .content .txt video {
    max-width: 100%;
    height: 200px;
  }
}
*/
main.page .articles-sort {
  display: inline-block;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  main.page .articles-sort a {
    text-align: left;
    display: block;
    width: 100%;
  }
}

main.page .articles-sort a {
  font-size: 12px;
}

main.page section.articles h5.card-title {
  font-size: 25px;
  font-weight: 300;
}

main.page section.articles p.card-text {
  font-size: 15px;
}

main.page section.articles div.card-footer {
  background-color: #E8E8E9;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 0;
}

main.page section.articles .btn.btn-more {
  color: #6d6e71;
  font-size: 12px;
  background-color: #E8E8E9;
  border-radius: 15px;
  padding: 2px 40px;
}

  main.page section.articles .btn.btn-more:hover {
    background-color: #CCC;
  }

  main.page section.articles .btn.btn-more:hover {
    background-color: #CCC;
  }

main.page.articles section.content .header {
  min-height: 150px;
  background-image: url(/assets/img/bg/article.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

main.page.calendar section.content .header {
  position: relative;
  min-height: 250px !important;
  border-color: #009ce0 !important;
}

main.page section.content .header h1 {
  margin: 0;
  color: #000;
  font-size: 25px;
}

main.calendar section.content .header h1 {
  color: #414042;
  font-size: 25px;
}

main.calendar section.content .header span.author {
  font-size: 13px;
}

main.calendar section.content .header span.info {
  display: block;
  font-size: 13px;
}

main.calendar section.content .header .btn-buy {
  font-size: 13px;
  padding: 2px 25px;
  color: #fff !important;
  background-color: rgba(232, 60, 72, 1);
}

  main.calendar section.content .header .btn-buy:hover {
    background-color: rgba(232, 60, 72, .9);
  }

main.calendar section.events .card {
  border-radius: 0;
  background-color: rgba(236, 235, 236, 1);
  margin-bottom: 25px;
  min-height: 175px;
}

  main.calendar section.events .card .card-body {
    font-size: 20px;
  }

main.calendar section.events .box-col.orange .card, main.calendar section.events .box-col.orange .card .card-footer {
  background-color: rgba(227, 170, 72, 1);
  border-color: rgba(227, 170, 72, 1);
}

main.calendar section.events .box-col.green .card, main.calendar section.events .box-col.green .card .card-footer {
  background-color: rgba(78, 172, 143, 1);
  border-color: rgba(78, 172, 143, 1);
}

main.calendar section.events .box-col.pink .card, main.calendar section.events .box-col.pink .card .card-footer {
  background-color: rgba(244, 183, 182, 1);
  border-color: rgba(244, 183, 182, 1);
}

main.calendar section.events .box-col.navy .card, main.calendar section.events .box-col.navy .card .card-footer {
  background-color: #0061a6;
  border-color: #0061a6;
}

main.calendar section.events .box-col.blue .card, main.calendar section.events .box-col.blue .card .card-footer {
  background-color: #009ce0;
  border-color: #009ce0;
}

main.calendar section.events .box-col .card .card-footer {
  border-radius: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  text-align: center;
  border-top: 0;
  color: #fff;
}

main.page section.content #articlesCategories {
  margin-bottom: 40px;
}

  main.page section.content #articlesCategories .accordion-body a {
    display: block;
    font-size: 13px;
  }

@media (max-width: 1200px) {
  /*
  main.page section.content #articlesCategories {
    margin-top: 15px;
  }
  */

  main.page section.content .header {
    padding-top: 15px;
    min-height: 100px;
    height: auto;
    text-align: center;
    margin-top: 15px;
  }

    main.page section.content .header h1 {
      font-size: 16px;
    }
}

main.page section.content #articlesCategories .accordion-item {
  /*border: 0;*/
  border-radius: 0;
}

  main.page section.content #articlesCategories .accordion-item.strong .accordion-button {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  main.page section.content #articlesCategories .accordion-item .list-group-educations a {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
  }

  main.page section.content #articlesCategories .accordion-item .list-group-educations .text-end {
    font-weight: 500;
    position: absolute;
    font-size: 20px;
    bottom: 5px;
    right: 15px;
  }

  main.page section.content #articlesCategories .accordion-item .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
  }

  main.page section.content #articlesCategories .accordion-item .accordion-button {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
  }

    main.page section.content #articlesCategories .accordion-item .accordion-button:after {
      display: none;
    }

  main.page section.content #articlesCategories .accordion-item.purple .accordion-button {
    background-color: #833A8A;
  }

  main.page section.content #articlesCategories .accordion-item.purple,
  main.page section.content #articlesCategories .accordion-item.purple .list-group-item {
    border-color: #833A8A;
  }

    main.page section.content #articlesCategories .accordion-item.purple .list-group-item a.active {
      color: #833A8A !important;
      font-weight: 500;
    }

  main.page section.content #articlesCategories .accordion-item.orange .accordion-button {
    background-color: #E48F25;
  }

  main.page section.content #articlesCategories .accordion-item.orange,
  main.page section.content #articlesCategories .accordion-item.orange .list-group-item {
    border-color: #E48F25;
  }

    main.page section.content #articlesCategories .accordion-item.orange .list-group-item a.active {
      color: #E48F25 !important;
      font-weight: 500;
    }

  main.page section.content #articlesCategories .accordion-item.green .accordion-button {
    background-color: #76B531;
  }

  main.page section.content #articlesCategories .accordion-item.green,
  main.page section.content #articlesCategories .accordion-item.green .list-group-item {
    border-color: #76B531;
  }

    main.page section.content #articlesCategories .accordion-item.green .list-group-item a.active {
      color: #76B531 !important;
      font-weight: 500;
    }

  main.page section.content #articlesCategories .accordion-item.navy .accordion-button {
    background-color: #0061a6;
  }

  main.page section.content #articlesCategories .accordion-item.navy,
  main.page section.content #articlesCategories .accordion-item.navy .list-group-item {
    border-color: #0061a6;
  }

    main.page section.content #articlesCategories .accordion-item.navy .list-group-item a.active {
      color: #0061a6 !important;
      font-weight: 500;
    }

  main.page section.content #articlesCategories .accordion-item.blue .accordion-button {
    background-color: #009ce0;
  }

  main.page section.content #articlesCategories .accordion-item.blue,
  main.page section.content #articlesCategories .accordion-item.blue .list-group-item {
    border-color: #009ce0;
  }

    main.page section.content #articlesCategories .accordion-item.blue .list-group-item a.active {
      color: #009ce0 !important;
      font-weight: 500;
    }

  main.page section.content #articlesCategories .accordion-item.red .accordion-button {
    background-color: #CC104C;
  }

  main.page section.content #articlesCategories .accordion-item.red,
  main.page section.content #articlesCategories .accordion-item.red .list-group-item {
    border-color: #CC104C;
  }

    main.page section.content #articlesCategories .accordion-item.red .list-group-item a.active {
      color: #CC104C !important;
      font-weight: 500;
    }

  main.page section.content #articlesCategories .accordion-item.pink .accordion-button {
    background-color: rgba(244, 183, 182, 1);
  }

  main.page section.content #articlesCategories .accordion-item.pink,
  main.page section.content #articlesCategories .accordion-item.pink .list-group-item {
    border-color: rgba(244, 183, 182, 1);
  }

    main.page section.content #articlesCategories .accordion-item.pink .list-group-item a.active {
      color: rgba(244, 183, 182, 1) !important;
      font-weight: 500;
    }

  main.page section.content #articlesCategories .accordion-item.lilac .accordion-button {
    background-color: #6D62E1;
  }

  main.page section.content #articlesCategories .accordion-item.lilac,
  main.page section.content #articlesCategories .accordion-item.lilac .list-group-item {
    border-color: #6D62E1;
  }

    main.page section.content #articlesCategories .accordion-item.lilac .list-group-item a.active {
      color: #6D62E1 !important;
      font-weight: 500;
    }

  main.page section.content #articlesCategories .accordion-item .list-group-item {
    line-height: 16px;
  }

    main.page section.content #articlesCategories .accordion-item .list-group-item small {
      font-size: 10px;
      color: #939598;
    }

main.page .education-list .card {
  border-radius: 0;
  margin-bottom: 25px;
  transition: .4s;
}

  main.page .education-list .card:hover {
    background-color: #f9f9f9;
  }

  main.page .education-list .card img {
    border-radius: 0;
  }

  main.page .education-list .card .card-body {
    text-align: center;
  }

  main.page .education-list .card .card-title {
    color: #6d6e71;
    font-size: 18px;
    font-weight: 500;
  }

  main.page .education-list .card .card-text {
    color: #6d6e71;
    font-size: 20px;
    font-weight: 500;
  }

    main.page .education-list .card .card-text span {
      font-size: 15px;
      font-weight: 300;
    }

main.page .btn-pay, main.page .btn-user {
  background-color: rgba(20, 159, 227, 1);
  color: #fff;
}

  main.page .btn-pay:hover, main.page .btn-user:hover {
    background-color: rgba(20, 159, 227, .8);
    color: #fff;
  }

main.page .tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

main.page .nav-tabs {
  margin-bottom: 0;
}

  main.page .nav-tabs .nav-link {
    border-top: 0;
    border-radius: 0;
    line-height: 24px;
  }

    main.page .nav-tabs .nav-link:first-child {
      border-left: 0;
    }

main.certificate h1 {
  font-size: 28px !important;
}

main.certificate section.content .certificate {
  background-size: contain;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}

  main.certificate section.content .certificate .form {
    position: absolute;
    width: 50% !important;
    padding-top: 50px;
  }

  main.certificate section.content .certificate .name {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Snell', cursive;
    color: rgb(0, 159, 227);
  }

  main.certificate section.content .certificate .form .material-symbols-outlined {
    font-size: 64px;
    color: rgb(0, 159, 227);
  }

  main.certificate section.content .certificate form input {
    height: 60px;
    text-align: center;
    border-radius: 0;
  }

    main.certificate section.content .certificate form input::placeholder {
      text-align: center;
      color: #f22b3e;
    }

    main.certificate section.content .certificate form input::-webkit-input-placeholder {
      text-align: center;
      color: #f22b3e;
    }

    main.certificate section.content .certificate form input:-moz-placeholder {
      text-align: center;
      color: #f22b3e;
    }

    main.certificate section.content .certificate form input::-moz-placeholder {
      text-align: center;
      color: #f22b3e;
    }

    main.certificate section.content .certificate form input:-ms-input-placeholder {
      text-align: center;
      color: #f22b3e;
    }

@media (max-width: 1200px) {
  main.certificate section.content .certificate form input::placeholder {
    font-size: 10px;
  }

  main.certificate section.content .certificate .name {
    font-size: 25px;
    line-height: 30px;
  }

  main.certificate section.content .certificate .form .material-symbols-outlined {
    font-size: 32px;
  }

  main.certificate section.content .certificate form input {
    height: 30px;
  }
}

main.page .liner.blue {
  height: 10px;
  background: rgb(0, 158, 227);
}

main.user .user-header {
  background-color: rgb(218 218 218);
}

  main.user .user-header h1 {
    font-size: 28px;
    color: #939598;
  }

  main.user .user-header nav a.nav-link:hover, main.user .user-header nav a.nav-link.active {
    color: #009fe3 !important;
  }

.material-symbols-outlined {
  user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -ms-user-select: none;
}

main.contact iframe {
  width: 100% !important;
  height: 310px !important;
  max-width: none !important;
}

main.contact section.content h2 {
  font-size: 25px;
  font-weight: 500;
}

main.contact .contact-info {
  font-size: 13px;
}

  main.contact .contact-info strong {
    font-size: 15px;
  }

#ekibimiz ul {
  padding: 0;
}

#ekibimiz li {
  display: table-cell;
  vertical-align: top;
  text-align: justify;
}

#ekibimiz img {
  min-width: 200px;
  margin: 0 10px 10px 0;
  border: 1px solid #666;
}

@media (max-width: 767px) {
  #ekibimiz li {
    text-align: left;
  }
}

@media (max-width: 415px) {
  #ekibimiz li {
    display: inline-block;
  }
}

.featured {
  border-top: 1px solid #00aeef;
  border-bottom: 1px solid #00aeef;
  margin: 50px auto;
  padding: 20px;
  max-width: 1000px;
  width: 80%;
  text-align: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#google-map {
  width: 100%;
  height: 500px;
  margin-top: 40px;
}


@media (max-width: 992px) {
  #google-map {
    height: 400px;
  }
}

#collaborationSlider {
  margin: 0;
  padding: 0;
  font-size: 0;
}

  #collaborationSlider .box {
    display: inline-block;
    padding: 5px;
    border: 1px solid #ccc;
    list-style: none;
    background-color: #ddd;
    text-align: center;
  }

#temsilciliklerimiz .item {
  margin: 50px;
}

#temsilciliklerimiz .navigation span {
  background-color: #ddd;
  margin: 2px;
  font-size: 40px;
}

.butonum2 {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 0;
  border: 1px solid #009ce0;
  background-color: #fff;
  color: #009ce0;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  transition: .5s;
}

  .butonum2:hover {
    color: white;
    background-color: #009ce0;
  }

  .butonum2:focus, .butonum2:active {
    outline: none;
    box-shadow: none;
  }

#basvuru-formu input[type="radio"] {
  width: 15px;
  height: 15px;
  top: 2px;
  position: relative;
}

#basvuru-formu label, #basvuru-formu input[type="radio"], #basvuru-formu input[type="checkbox"] {
  cursor: pointer;
}

#basvuru-formu label {
  margin-left: 10px;
}

#basvuru-formu p {
  margin: 10px 0;
}

#basvuru-formu form {
  text-align: left;
}

#basvuru-formu .title {
  color: #009ce0;
  font-weight: 600;
  font-size: 16px;
}

.bilgim-sol input, .bilgim-sol textarea {
  width: 100%;
  height: 41px;
  padding-left: 15px;
  margin: 3px 0;
}

.bilgim-sol textarea {
  height: 141px;
  padding-top: 10px;
}


/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  bottom: 30px;
  width: 90%;
  background-color: rgba(255,255,255,1);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0,0,0,0.25);
  margin: 0 5%;
  font-family: system-ui;
  z-index: 999;
}

  #gdpr-cookie-message h4 {
    color: #6ec0de;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  #gdpr-cookie-message h5 {
    color: #6ec0de;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  #gdpr-cookie-message p, #gdpr-cookie-message ul {
    font-size: 15px;
    line-height: 1.5em;
  }

    #gdpr-cookie-message p:last-child {
      margin-bottom: 0;
      text-align: right;
    }

  #gdpr-cookie-message li {
    display: block;
    color: rgba(0,0,0,0.5);
    font-size: 13px;
  }

    #gdpr-cookie-message li label {
      color: #6ec0de;
      font-size: 15px;
    }

  #gdpr-cookie-message a {
    color: #6ec0de;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
  }

    #gdpr-cookie-message a:hover {
      border-bottom-color: #6ec0de;
      transition: all 0.3s ease-in;
    }

  #gdpr-cookie-message button,
  button#ihavecookiesBtn {
    border: none;
    background: #6ec0de;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in;
  }

    #gdpr-cookie-message button:hover {
      background: white;
      color: #6ec0de;
      transition: all 0.3s ease-in;
    }

button#gdpr-cookie-advanced {
  display: none;
  background: white;
  color: #6ec0de;
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
  opacity: 1;
  position: relative;
}

@media only screen and (max-width: 750px) {
  #gdpr-cookie-message h4 {
    font-size: 15px;
  }

  #gdpr-cookie-message h5 {
    font-size: 13px;
  }

  #gdpr-cookie-message p, #gdpr-cookie-message ul {
    font-size: 13px;
  }

  #gdpr-cookie-message li {
    font-size: 11px;
  }

    #gdpr-cookie-message li label {
      font-size: 13px;
    }

  #gdpr-cookie-message a {
    font-size: 13px;
  }

  #gdpr-cookie-message button,
  button#ihavecookiesBtn {
    font-size: 13px;
  }
}

#member_form input[type=number]::-webkit-inner-spin-button,
#member_form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

#formValidate input {
  text-align: center;
}

#member_form input:not([type]),
#member_form input[type=text]:not(.browser-default),
#member_form input[type=password]:not(.browser-default),
#member_form input[type=email]:not(.browser-default),
#member_form input[type=url]:not(.browser-default),
#member_form input[type=time]:not(.browser-default),
#member_form input[type=date]:not(.browser-default),
#member_form input[type=datetime]:not(.browser-default),
#member_form input[type=datetime-local]:not(.browser-default),
#member_form input[type=tel]:not(.browser-default),
#member_form input[type=number]:not(.browser-default),
#member_form input[type=search]:not(.browser-default),
#member_form textarea.materialize-textarea {
  margin: 8px 0 !important;
}

#member_form .input-field > label {
  left: 1rem !important;
  top: 7px;
  padding-left: 5px;
}

#member_form [type="checkbox"] + span:not(.lever):before,
#member_form [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  width: 14px;
  height: 14px;
  border: 2px solid #fb1535;
}

#member_form label {
  color: black;
}

.article-saved {
  text-align: center;
  margin-top: 30px;
  padding-left: 0;
}

  .article-saved li {
    width: 250px;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    background-color: #666;
  }

  .article-saved a span {
    z-index: 1;
  }

  .article-saved a div {
    position: absolute;
    z-index: 2;
    background-color: #f22b3e;
    top: 0;
    right: 0;
    padding: 2px 10px;
  }

  .article-saved a {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    max-width: 300px;
    height: 150px;
    color: #fff !important;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

    .article-saved a:before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .7);
      transition: background-color .3s ease-in;
      z-index: 0;
    }

    .article-saved a:hover:before {
      background-color: rgba(0, 0, 0, 0);
    }


section.content .basket .table {
  display: table;
  width: 100%;
  border: 2px solid #e8e8e8;
  margin-bottom: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

@media screen and (max-width: 622px) {
  section.content .basket .table {
    display: block;
    text-align: center;
  }
}

section.content .basket .table .row {
  display: table-row;
}

@media screen and (max-width: 622px) {
  section.content .basket .table .row {
    display: block;
  }
}

section.content .basket .table .row .cell {
  display: table-cell;
  padding: 10px 10px;
  vertical-align: middle;
}

@media screen and (max-width: 622px) {
  section.content .basket .table .row .cell {
    display: block;
  }
}

section.content .basket .table .row .cell.total-box {
  min-width: 180px;
  text-align: right;
  display: inline-block;
}

@media screen and (max-width: 622px) {
  section.content .basket .table .row .cell.total-box {
    text-align: center;
  }
}

section.content .basket .payment-transfer-bank .table {
  border-color: #dc3545;
}

  section.content .basket .payment-transfer-bank .table .row {
    margin: 0 auto;
    background-color: black;
    color: #fff;
    cursor: pointer !important;
    text-align: center;
  }

    section.content .basket .payment-transfer-bank .table .row label {
      cursor: pointer !important;
    }

    section.content .basket .payment-transfer-bank .table .row.selected {
      background-color: #dc3545 !important;
    }

.address-frame {
  padding: 10px;
  border: 1px solid #6ec0de;
  border-radius: 6px;
  font-size: 10pt;
  color: black;
}

  .address-frame.active {
    background-color: #6ec0de;
  }

.payment-installment {
  margin: 0;
  padding: 0;
}

  .payment-installment li {
    list-style: none;
    border-bottom: 1px ridge;
  }

.payment-installment li a {
  display: block;
  font-size: 14px;
  padding: 3px 0;
}

.payment-installment li a:hover {
  background-color: #ffe9e9;
}

  .payment-installment li a.active {
    color: #dc3545;
    font-weight: 500;
  }

#scrolltop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  aspect-ratio: 1;
  background: #00aeef;
  border-radius: 10px;
}

  #scrolltop:before {
    content: "";
    position: absolute;
    inset: 30%;
    transform: translateY(20%) rotate(-45deg);
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
  }
