/* MAIN */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Regular", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 99.9999999%;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}






/* DESKTOP NAVBAR */

.active {
  background-color: #00004d;
  color: #FFFFFF;
  border-radius: 15px;
}

.inactive, .logo {
  color: #00004d;
}

.header a {
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 15px;
}

.header a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.header a:hover {
  background-color: #ddd;
  color: #00004d;
}

.header a.logo:hover {
  background-color: white;
  color: #00004d;
}





/* MAIN FONT AND PAGE STYLES */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 15px;
  margin-bottom: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.head-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 99.9999999%;
  height: auto;
}

.lead-image {
max-width: 100%;
}

.lead-link {
  font-weight: 500;
  text-decoration: underline;
  color: black;
}

.lead-link:hover {
    font-style: italic;
}

.mail {
  color: dodgerblue;
  text-decoration: none;
}

.mail:hover {
  text-decoration: underline;
}

.back {
  text-decoration: none;
  color: dodgerblue;
  cursor: pointer;
}

.back:hover {
  text-decoration: underline;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 110px;
  width: 99.9999999%;
}

.col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.col-1 {
  float: left;
  flex: 0 0 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 100px;
}
  
.col-2 {
  padding-top: 50px;
}

.col-3 {
  float: left;
  flex: 0 0 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 100px;
}


/* INDEX CAROUSEL*/

.banner {
  margin-left: 0px!important;
}

/* INDEX */

.mission {
  padding: 0px!important;
}

.lead-opener {
  font-size: 19px;
  text-align: center;
  color: #00004d;
}

.featurette-divider {
  padding: 0px!important;
  margin: 0px!important;
}

/* EĞİTİMLER */

.egitimler {
  background-color: #f7f8fa;
}

.training-column .blue, .genel-k-column .blue, .lead, .lead-link {
  color: #00004d;
}

.date {
  font-size:  15px;
  background-color: #00004d;
  color: #FFFFFF;
  border-radius: 15px;
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 20px 0;
  float: left;
  font-weight: 600;
  border: 2px solid white;
}

.date, .collapsible .lead-collap {
  display: table-cell;
}

.collapsible {
  background-color: white;
  color: #00004d;
  border: 0px solid #00004d!important;
  cursor: pointer;
  padding-left: 10px;
  width: 80%;
  min-height: 30px;
  border: none;
  text-align: left;
  outline: none;
  margin-top: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 4px 0 rgba(0, 0, 0, 0.19);
  border-radius: 15px
}

.genel .lead-collap {
  vertical-align: middle;
  padding: 30px 0;
}

.collapsible .lead-collap {
  font-size: 18px;
  padding: 20px 0;
  padding-left: 25px;
}

.active, .collapsible:hover {
  background-color: #00004d;
  color: white!important;
}

.genel-k-sub {
  background-color: #f7f8fa;
  width: 95%!important;
  padding-left: 2.5%;
  padding-right: 2.5%;
  vertical-align: top;
  padding-top: 130px;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: white;
  border: 0.5px solid #00004d!important;
  margin-top: -2px;
  border-radius: 15px;
  color: #00004d;
}

.content .lead, .content .lead-link {
    font-size: 18px!important;
}

.genel-k-prev p{
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.8;
}

input, label a {
  cursor: pointer!important;
}

label a {
  font-size: 16px!important;
  z-index: 99;
}

form {
  color: #00004d;
  padding-left: 10px;
}

.pay {
  font-size: 18px;
  background-color: #00004d;
  color: white;
  cursor: pointer;
  border: 0px;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.pay:hover {
  background-color: dodgerblue;
}

input[type=checkbox] {
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
  outline: none;
  content: none;  
}

input[type=checkbox]:before {
  font-family: "FontAwesome";
    content: "\f00c";
    font-size: 18px;
    color: transparent !important;
    background: white;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    margin-right: 7px;
}

input[type=checkbox]:checked:before {

  color: black !important;
}





/* BIGGER SCREENS */

@media screen and (min-width: 1512.5px) {
	
.logo-image {
  position: relative;
  top: 7px;
  left: 7px;
  height: 60px;
}

.logo {
  position: relative;
  top: -14px;
}	
	
#myLinks {
  position: relative;
  top: 14px;
}
	
}





/* AVG LAPTOP SCREEN */

@media screen and (max-width: 1512.5px) {
	
.logo-image {
  position: relative;
  top: 7px;
  left: 7px;
  height: 60px;
}

.logo {
  position: relative;
  top: -14px;
}	
	
#myLinks {
  position: relative;
  top: 12.5px;
}	
}

@media screen and (min-width: 1220px) {

#myLinks {
  float: right;
}

.fa-bars, .fa-bars-gen {
  display: none!important;
}

.header {
  overflow: hidden;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 4px 0 rgba(0, 0, 0, 0.19);
  position: fixed;
  width: 100%;
  height: 110px;
  z-index: 100;
}

.languages {
  width: 100%;
  height: 35px;
  text-align: right;
  background-color: #00004d;
}

.languages a {
  top: -7px;
  font-size: 15.5px!important;
  text-decoration: none;
  color: white;
  position: relative;
  background-color: transparent!important;
  margin-left: -10px;
  margin-right: 10px;
}

.languages a:hover {
  text-decoration: underline!important;
  color: white!important;
}

.header a {
  display: inline-block;
  padding: 12px;
}

/* DESKTOP CAROUSEL */

.main-carousel {
  padding-top: 110px;
  height: 650px;
  width: 100%;
  background-color: #00004d;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 4px 0 rgba(0, 0, 0, 0.19);
}

.carousel-cell {
  height: 500px!important;
  width: auto;
  padding-right: 0px;
  z-index: 99;
  margin-left: 20px;
}
}
  
@media (min-width: 1200px) {
.col-1, .col-3 {
  max-width: 50%;
  position: relative;
  left: 25%;
}

.col-3 {
  padding-top: 100px;
}

.banner {
  display: block;
}

.banner-mobile {
  display: none;
}

/* DESKTOP INDEX */

.mission .col-1 {
  padding-top: 40px!important;
  margin-bottom: 0pximportant;
}

.land-trio {
  padding-top: 0px!important;
  margin-top: 0px!important;
}

.index .row {
  padding-top: 0px!important;
}

.iskur p {
  width: 75%;
  font-size: 12px;
  min-height: 100px;
}

.iskur img {
  padding-right: 30px;
  height: 100px;
  margin-left: 25%;
}

/* DESKTOP EĞİTİMLER */

.training-column {
  width: 49.8%;
  display: inline-table;
  padding-left: 0%;
  padding-right: 0%;
  vertical-align: top;
  margin-top: -130px;
}

.training-column .col-1 {
  max-width: 95%!important;
  left:2.5%!important;
}

.genel-k-column {
  background-color: #f7f8fa;
  width: 49.5%!important;
  display: inline-table;
  padding-left: 20px;
  padding-right: 0%;
  vertical-align: top;
  padding-bottom: 50px;
}

.genel-k-img {
  margin-top: 17px;
  width: 500px;
  border-radius: 15px;
}

.training-column .btn {
  margin-left: -17px;
}

.genel-k-sub .content .lead {
  font-size: 17px!important;
  padding: 10px;
}

.scroll {
  position: fixed!important;
  overflow-y: scroll!important;
  max-height: 100px!important;
}

.genel-k-sub-img {
  width: 35%;
  margin-left: 5%;
  border-radius: 15px;
  position: fixed;
}

.genel-k-card {
  background-color: white;
  color: #00004d;
  border: 0px solid #00004d!important;
  padding-left: 10px;
  width: 99%;
  border: none;
  text-align: left;
  outline: none;
  margin-top: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 4px 0 rgba(0, 0, 0, 0.19);
  border-radius: 15px;
  font-size: 16px;
}

.genel-k-card p {
  padding: 20px;
}

}





/* IPAD */

@media (max-width: 1220px) {

.header #myLinks {
  display: none;
}

.header {
  overflow: hidden;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 4px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  width: 100%;
  height: auto;
  z-index: 100;
}

.fa-bars, .fa-bars-gen {
  position: absolute;
  top: 14px;
  right: 20px;
}

#bars:hover {
  background-color: transparent;
}

#myLinks {
  width: 100%;
  text-align: center;
}

.logo-image {
  position: relative;
  top: 2.5px;
  left: 7px;
  height: 50px;
}

.logo {
  position: absolute;
  top: 3px;
  left: 57px;
}

.header a.logo {
  font-size: 20px;
  font-family: Times New Roman;
} 

.header a {
  display: block;
  padding: 12px;
}
.header a.icon {
  background: white;
  color: #00004d;
}

#myLinks a:hover {
  background-color: white;
  color: #00004d;
}

#myLinks {
  text-align: center;
  top: 0px;
}

.languages {
  padding-top: 5px;
  width: 100%;
  height: 35px;
  text-align: right;
  background-color: #00004d;
}

.languages a {
  font-size: 15.5px!important;
  text-decoration: none;
  color: white;
  display: inline;
  background-color: transparent!important;
  width: 20%!important;

}

.languages a:hover {
  text-decoration: underline!important;
  color: white!important;
}

/* MOBILE INDEX */

.land-trio {
  padding-top: 0px!important;
  margin-top: 0px!important;
}

.iskur p {
  width: 98%;
  font-size: 12px;
  min-height: 144px;
}

.iskur img {
  padding-right: 30px;
  height: 100px;
  margin-left: 1%;
  margin-bottom: 5%;
}

/* MOBILE CAROUSEL */

.main-carousel {
  padding-top: 0px;
  height: 420px;
  width: 100%;
  background-color: #00004d;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 4px 0 rgba(0, 0, 0, 0.19);
}

.carousel-cell {
  height: 380px;
  width: auto;
  padding-right: 0px;
  z-index: 99;
  margin-right: 2px;
}

.banner {
  display: none;
}

.banner-mobile {
  display: block;
}

/* MOBILE PAGES */

.col-3 {
  max-width: 90%;
  position: relative;
  left: 5%;
  margin-top: -90px;
  margin-bottom: 20px;
  text-align: center;
}

/* MOBILE EĞİTİMLER */

.training-column {
  width: 100%;
  display: inline-table;
  padding-left: 0%;
  padding-right: 0%;
  vertical-align: top;
  margin-top: -130px;
}

.training-column .col-1 {
  max-width: 95%!important;
  left:2.5%!important;
}

.collapsible {
  width: 95%;
}

.collapsible .lead-collap {
  padding-right: 10px;
}

.genel-k-prev p {
  text-align: left;
}

.genel-k-sub .lead-link {
  font-size: inherit!important;
}

.genel-k-column .collapsible {
  font-size: 17px!important;
}

.genel-k-column .blue{
  margin-top: -20px;
  font-size: 20px;
}

.genel-k-column {
  background-color: #f7f8fa;
  width: 100%!important;
  display: inline-table;
  padding-right: 0%;
  padding-bottom: 50px;
  margin: auto;
}

.genel-k-img {
  margin-top: 17px;
  width: 500px;
  border-radius: 15px;
}

.training-column .btn {
  margin-left: -17px;
}

.genel-k-sub {
  width: 100%!important;
  margin: auto;
}

.genel-k-sub .content .lead {
  font-size: 17px!important;
  padding: 10px;
}

.scroll {
  position: relative!important;
  overflow-y: scroll!important;
  max-height: 100px!important;
}

.genel-k-sub-img {
  width: 99%;
  margin: auto;
  border-radius: 15px;
  position: relative;
  margin-top: -110px;
}

.genel-k-card {
  background-color: white;
  color: #00004d;
  border: 0px solid #00004d!important;
  padding-left: 10px;
  width: 99%;
  border: none;
  text-align: left;
  outline: none;
  margin-top: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 4px 0 rgba(0, 0, 0, 0.19);
  border-radius: 15px;
  font-size: 16px;
}

.genel-k-card p {
  padding: 20px;
}

}

@media (min-width: 992px) {
.col-2 {
  max-width: 30%;
  padding-left: 11%;
}  
}

@media (max-width: 992px) {
.col-1 {
  max-width: 80%;
  position: relative;
  left: 10%;
  margin-top: 20px;
  margin-bottom: 20px;
}
}

@media (max-width: 992px) {
.col-2, .col-1 {
  max-width: 80%;
  position: relative;
  left: 10%;
}
}

@media (max-width: 768px) {
.col-2, .col-1 {
  max-width: 90%;
  position: relative;
  left: 5%;
  text-align: center;
}
}

.col-2 a:hover {
  color: #6ab6ff;
}

.lead {
  font-size: 1.25rem;
  font-weight: 340;
}

.lead-head {
  font-size: 1.50rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Semibold", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-top: 20px;
  color: #00004d;
}

.lead-collap {
  font-size: 1.50rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Semibold", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-top: 20px;
}

.rounded-circle {
  border-radius: 50% !important;
  position: relative;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 1rem 1rem;
  border-radius: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-secondary {
  font-size: 18px;
  text-decoration: none;
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI Semibold", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: dodgerblue;
}

.btn:hover {
  text-decoration: underline;
}
    
@media screen and (prefers-reduced-motion: reduce) {
.btn {
    transition: none;
}
}

@media screen and (prefers-reduced-motion: reduce) {
.btn {
    transition: none;
}
}

.footer {
  display: block;}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body {
    min-width: 320px !important;
  }
.container {
    min-width: 320px !important;
  }
  
.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.back-to-top {
  text-decoration: none;
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: dodgerblue;
}

.back-to-top:hover {
  text-decoration: underline;
}
}

@media (max-width: 1200px) {
.col-1 {
  max-width: 80%;
  position: relative;
  left: 10%;
}
}

@media screen and (min-width: 992px) {


#bars:hover {
  background-color: transparent;
}



.header a.logo {
  font-size: 25px;
  font-family: Times New Roman;
}

.header a:hover {
  background-color: #ddd;
  color: #00004d;
}

}





/* SMART PHONES */

@media screen and (max-width: 992px) {


}



