

  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');

  body {
    background: #ffffff;
    font-family: 'Nunito', sans-serif !important;
    overflow-x: hidden;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  body > footer {
    margin-top: auto;
  }


  /*---------------------------------------
     TYPOGRAPHY
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 2em;
    line-height: normal;
  }

  h2 {
    color: #353535;
    font-size: 1.8em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.3em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 12px;
    font-weight: normal;
    /*line-height: 24px;*/
  }



  /*---------------------------------------
     GENERAL
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover, a:active, a:focus {
    color: #218bbb;
    outline: none;
    text-decoration: none !important;
  }

  .nav-kayit-btn {
    background: #36a0d2 !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
  }

  .nav-kayit-btn:hover {
    background: #218bbb !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #ffffff;
    border-radius: 16px !important;
    text-align: center;
    padding: 2.4em 2em;
    width: 450px;
    height: auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    border: 1px solid #e3e8ef;
  }

  .entry-form h3 {
    color: #003366;
    margin: 0 0 8px 0;
    font-size: 1.3em;
  }

  .entry-form .form-control {
    background: #f4f7fb;
    border: 1px solid #d0d9e8;
    border-radius: 8px;
    box-shadow: none;
    height: 45px;
    margin: 8px 0;
    color: #222;
    padding: 0 14px;
  }

  .entry-form .form-control:focus {
    border-color: #003366;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,51,102,0.10);
  }

  .entry-form .form-control::placeholder {
    color: #9aabbb;
  }

  .entry-form textarea.form-control {
    height: auto;
    padding: 10px 14px;
  }

  .entry-form .submit-btn {
    background: #003366;
    border-radius: 50px;
    border: 0;
    color: #ffffff;
    width: 60%;
    height: 48px;
    margin: 24px auto 10px;
    font-weight: 600;
    font-size: 1em;
    transition: background .2s;
  }

  .entry-form .submit-btn:hover {
    background: #0055a5;
    color: #ffffff;
  }

  .entry-form .cancel-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #c0ccd8;
    color: #667;
    width: 60%;
    height: 42px;
    margin: 0 auto 10px;
    font-size: 0.93em;
    transition: border-color .2s, color .2s;
  }

  .entry-form .cancel-btn:hover {
    border-color: #003366;
    color: #003366;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #team,
  #testimonial {
    background: #f9f9f9;
  }

  #team,
  #testimonial {
    text-align: center;
  }

  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }




  /*---------------------------------------
      MENU
  -----------------------------------------*/

  .mobil-text-logo{
    text-align: left;
  }

  .mobil-text-logo a{
    display: inline;
    padding: 0;
    margin: 10px;
    font-weight: bold;
  }

  .custom-navbar {
    background: #ffffff;
    border-top: 5px solid #218bbb;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    padding: 0;
  }

  .custom-navbar .navbar-brand {
    color: #218bbb;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
  }

  .navbar-brand:hover{
    text-decoration: underline !important;
  }


  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 10px;
    padding-left: 10px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #218bbb;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color: #218bbb;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #218bbb;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #218bbb;
    border-color: transparent;
  }



  /*---------------------------------------
      HOME  & SLIDER
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }


  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }



  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    /*background-position: center;*/
    height: 650px;
  }


  .home-slider .item-first {
    background-image: url(../images/slider1.jpg);
  }

  .home-slider .item-second {
    background-image: url(../images/slider2.jpg);

  }

  .home-slider .item-third {
    background-image: url(../images/slider3.jpg);

  }




  /*---------------------------------------
      ABOUT
  -----------------------------------------*/

/*about-info aşağıdakiler*/


  #about{
    min-width: 300px;
  }

  #about h2{
    width: 100%;
    font-size: 22px;
    text-align: justify;
  }

  #about figure {
    display: flex;
    flex-direction: row;
  }



  #about figure span {
    position: relative;
    top: 20px;
    text-align: center;
    padding: 0 10px;
  }

  #about figure span i {
    color: #ffffff;
    background: #218BBB;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }

  #about figure figcaption p{
    word-break: break-word;
    text-align: justify;
    width: 100%;
  }

  @media (max-width: 991px) {
    #about{
      margin-top: 0 !important;
      padding-top: 25px !important;
    }

    #about h2{
      width: 100%;
      font-size: 18px;
      text-align: justify;
    }

    #about figure figcaption h3{
      font-size: 16px;
    }

    #about figure figcaption p{
      font-size: 11px;
    }
  }




  /* -------- Kurslar ----------- */

  #kurslar a:hover{
    cursor: pointer !important;
  }


  .kurs-section-title h2{
    text-align: center;
  }

  .kurs-section-title h3{
    text-align: right;
    display: block;
    color: #003765;
    margin-right: 20px;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 22px;
  }

  .kurslar-tumu{
    text-align: right;
    font-size: 14px;
    font-weight: bold;
  }

  .kurslar-tumu a:hover{
    color: #218bbb !important;
  }

  .kurslar-block{
    margin-top: 15px;
    margin-bottom: 15px !important;
    box-shadow: 10px 10px 12px -11px rgba(0,0,0,0.31);
  }

  /* Birim Classları */
  .birimler-block{
    display: flex;
    flex-direction: column;
    min-height: 380px;
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px !important;
    box-shadow: 10px 10px 12px -11px rgba(0,0,0,0.31);
  }


  .kurslar-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .birimler-image{
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .birimler-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .kurs-icerik{
    background-color: #f9f9f9;
    padding: 3px 4px;
  }

  .birim-icerik{
    background-color: #f9f9f9;
    padding: 3px 4px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .kurs-detay{
    height: 90px !important;
    overflow: hidden;
  }

  /* mobile ayarla */
  .kurs-detay h3{
    font-size: 13px;
    text-align: justify;
    margin: 8px 5px 3px 3px ;
  }

  /* mobile ayarla */
  .kurs-detay p{
    font-size: 11px;
    padding: 3px;
    line-height: 20px;
  }

  .kurs-detay h3 a{
    color: #218bbb !important;
  }

  .kurs-detay h3 a:hover{
    color: #165599 !important;
  }

  .birim-detay{
    height: auto;
    overflow: visible;
    flex-grow: 1;
  }

  .birim-detay h3{
    font-size: 13px;
    text-align: center;
    margin: 8px 5px 3px 3px;
  }

  .birim-detay p{
    font-size: 11px;
    padding: 3px;
    line-height: 20px;
  }

  .birim-detay h3 a{
    color: #218bbb !important;
  }

  .birim-detay h3 a:hover{
    color: #165599 !important;
  }

  /* kurs detaydaki egitmen fotoları */
  .kurs-egitmen,
  .kurs-egitmen span{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
  }

  .kurs-egitmen img{
    display: inline-block !important;
    border-radius: 50px;
    width: 40px !important;
    height: 40px;
  }



  .kurs-altdetay{
    display: flex;
  }

  .birim-altdetay{
    display: flex;
    flex-shrink: 0;
    padding: 0 3px 3px 3px;
  }

  .birim-durum{
    flex-grow: 1;
    padding: 10px 5px;
  }

  .birim-durum .circle{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #7fde4c;
    border-radius: 100%;
    margin-bottom: -3px;
  }

  .birim-durum .circle.pasif {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #7a7a7a !important;
    border-radius: 100%;
  }

  .birim-durum span{
    font-weight: bold;
    display: inline-block;
    margin-bottom: 3px;
    font-size:12px;
  }

  .kurs-durum{
    flex-grow: 1;
    padding: 10px 5px;
  }

  .kurs-durum .circle{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #7fde4c;
    border-radius: 100%;
    margin-bottom: -3px;
  }

  .kurs-durum .circle.pasif {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #7a7a7a !important;
    border-radius: 100%;
  }

  .kurs-durum span{
    font-weight: bold;
    display: inline-block;
    margin-bottom: 3px;
    font-size:12px;
  }

  /* mobile auarla */
  .kurs-ucret{
    flex-grow: 0;
    /*background-color: #2279cc;*/
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin-top: 4px;
    margin-bottom: 5px;
    border-radius: 5px;
  }

  .kurs-ucret span{
    border-radius: 2px;
    cursor:  pointer !important;
  }

  .kurs-ucret a{
    color: #27292c;
  }

  /* Birim Ücreti */
  .birim-ucret{
    flex-grow: 0;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin-top: 4px;
    margin-bottom: 5px;
    border-radius: 5px;
  }

  .birim-ucret span{
    border-radius: 2px;
    cursor:  pointer !important;
  }

  .birim-ucret a{
    color: #27292c;
  }


  /*Mobilede navbardan tıklayınca tam hizlamak için*/
  @media (max-width: 991px) {

    #kurslar{
      border-bottom: 1px solid #eee;
      padding-bottom: 30px;
    }

    .kurs-detay h3{
      font-size: 12px;
    }

    .kurs-detay p{
      font-size: 9px;
    }

    .birim-detay h3{
      font-size: 12px;
    }

    .birim-detay p{
      font-size: 9px;
    }

    .kurs-section-title{
      padding-top: 25px;
    }


    /* mobile auarla */
    .kurs-ucret{
      font-size: 13px;
      margin-top: 6px;
    }

    /* mobile birim ayarla */
    .birim-ucret{
      font-size: 13px;
      margin-top: 6px;
    }

  }




  /*---------------------------------------
     FOOTER
  -----------------------------------------*/

  footer {
    background: #252020;
    padding: 70px 0 50px;
  }

  .footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-col {
    padding-top: 0;
    padding-bottom: 24px;
  }

  footer h2 {
    font-size: 17px;
    color: #fff;
    padding: 0;
    margin-top: 0;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 8px;
  }

  footer a,
  footer p {
    color: #c8c8c8;
  }

  footer span {
    color: #c0c0c0;
  }

  footer strong {
    color: #ffffff;
  }

  footer address p {
    margin-bottom: 0;
  }

  .footer-info {
    margin-right: 0;
  }

  .footer-info h2 {
    color: #ffffff;
    padding: 0 0 8px;
    margin-top: 0;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .footer_menu h2 {
    margin-top: 0;
    margin-bottom: 14px;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
    display: block;
    list-style: none;
    margin: 0 0 8px 0;
  }

  .footer_menu li a {
    font-size: 13px;
    color: #c8c8c8;
    text-decoration: none !important;
    transition: color 0.2s;
  }

  .footer_menu li a:hover {
    color: #fff;
  }

  @media (max-width: 767px) {
    footer {
      padding: 40px 0 30px;
    }
    .footer-col {
      border-bottom: 1px solid rgba(255,255,255,0.07);
      padding-bottom: 20px;
      margin-bottom: 4px;
    }
    .footer-col:last-child {
      border-bottom: none;
    }
  }




  /*---------------------------------------
     RESPONSIVE STYLES
  -----------------------------------------*/

  @media screen and (max-width: 900px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 60px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

    .contact-image {
      margin-top: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #testimonial .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
  }











/*Duyuruların CSSsi*/

.event-container{
  /* margin-top: 76px; */

  /*border: 1px solid red;*/
  /*padding: 20px;*/
}

.event-container .event-tumu{
  text-align: left;
  display: block;
  color: #003765;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: -10px;
}


 .event-container .event-tumu a:hover{
	 color: #218bbb !important;
  }

.event-container .event{
  /*box-shadow: 0 4px 16px -8px rgba(0,0,0,0.4);*/
  box-shadow: 10px 10px 12px -11px rgba(0,0,0,0.31);
  display: flex;
  border-radius: 8px;
  margin: 20px 0;

}

.event .event-left{
  background-color: #218bbb;
  color: #eee;
  min-width: 41px;
  max-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  padding: 4px 24px;
  border-radius: 8px 0 0 8px;
}

.event .event-left .date{
  font-size: 9px;
}

.event .event-left .month{
  font-size: 10px;
  font-weight: normal;
}

.event .event-left .year{
  font-weight: normal;
  font-size: 11px;
}

.event .event-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F9F9F9;
  width: 100%;
  padding: 5px 12px 10px 12px;

}

.event .event-right h3.event-title {
  font-size: 12px;
  padding: 5px 0 5px 0;
  margin: 0;
}

.event .event-right h3.event-title a{
  color: #218bbb !important;
}

.event .event-right .event-birim {
  font-size: 11px;
  color: #888;
  margin-bottom: 4px;
}

.event .event-right .event-birim i {
  color: #218bbb;
  margin-right: 3px;
}





@media (max-width: 991px) {

  .event-container{
	  margin-bottom: 50px;
      margin-top: 0;
      padding-top: 50px;
	  padding-bottom: 25px;
	  border-bottom: 1px solid #eee;
  }

  .event-container .event-tumu{
    text-align: right;
  }

  .event-container .event{
    flex-direction: column;
  }

  .event .event-left{
    min-width: 100%;
    padding: 5px 0;
    border-radius: 8px 8px 0 0;
  }

  .event .event-left .event-date .date,
  .event .event-left .event-date .month,
  .event .event-left .event-date .year{
    display: inline-block;
    font-size: 12px;
  }

  .event .event-right{
    padding: 10px 12px;
  }


  .event .event-right h3.event-title {
    font-size: 11px;
    margin: 0;
  }



  /*.event .event-right .event-description{*/
  /*  !* Mobilde gösterme *!*/
  /*  display: none;*/
  /*}*/


}

/*-----Duyurular Son-----*/





/* Öğrenci Olmayan checkbox glowing pure css */
.entry-form .onay{
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;

}

.entry-form .onay label{
  margin-top: 4px;
  font-size: 12px !important;
  color: #444 !important;
}

.ozelcheckbox{
  margin: 0 15px !important;
  position: relative;
  width: 60px;
  height: 22px;
  -webkit-appearance: none;
  background: #d0d9e8;
  outline: none !important;
  border-radius: 20px;
  box-shadow: inset 0 1px 4px rgba(0,0,0,0.12);
  transition: background .3s;
  cursor: pointer;
}

.ozelcheckbox:checked{
  background: #003366;
}

.ozelcheckbox:before{
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
  transition: .3s;
}

.ozelcheckbox:checked:before{
  left: 40px;
}

.ozelcheckbox:after{
  display: none;
}

.ozelcheckbox:checked:after{
  display: none;
}

/* Öğrenci Olmayan checkbox -SON- */



.copyright p{
  color: #3b8ed2;
  font-weight: bold;
  margin-top: 20px;
  opacity: 0.5;
}





/* Özel Sticky Footer */

  #mobile-footer{
    display: none;
  }

  @media (max-width: 900px){

    #mobile-footer{
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 1200;

      display: flex;
      justify-content: center;
      align-items: center;

      background-color: #efefef;;
      padding-bottom: 15px;
      padding-top: 15px;
      border-top:1px solid #cac8c8;
    }

    #mobile-footer ul{
      list-style-type: none;
    }



    #mobile-footer ul li a{
      color: #6d6b6b;
      margin-right: 10px;
      text-decoration: none;
      font-size: 13px;
    }

    #mobile-footer ul li a i {
      background-color: #218BBB;
      color: #f5f5f5;
      padding: 5px;
      border-radius: 15px;

    }


  }


