body {
  margin:0;
  font-family: 'Exo 2', sans-serif;
  background: linear-gradient(to bottom, #0e1724 0%,#0f1825 100%);
}
a:focus {
  border:none!important;
}

#header {
  height: 70px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  z-index: 997;

}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height:55px;
    margin-top: -3px;
}
.header {
  left: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 21;
    width: 100%;
    padding-bottom: 0px;
}
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ffffff;
  margin: 12px 12px;
  transition: 0.3s;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 5px;
  padding-bottom: 15px;
  font-family: inherit;
  letter-spacing: 1px;
  font-weight: bold;
}

.nav-menu a::before,
.nav-menu a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
.nav-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 35%;
     background: #fff;
     height: 2px;
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.nav-menu li a:hover {
 opacity: 1 !important;
    text-decoration: none;
    color: white;
}
.nav-menu li a:hover:before {
 right: 0;
}
.nav-menu li li a:before {
 bottom: 0%;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1f2225;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
  border-bottom: 1px solid #a7a7a71f;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #9eccf4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #5c768d;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 34, 37, 0.32);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.slider {
  padding:30px 0px;
  background: radial-gradient(circle at center, rgba(28, 44, 67, 0) 0%, #0e1723 100%), url(../img/slide-bg.jpg);
      height: 650px;
}
.icerik {
  position: relative;
bottom: 130px;
}
.icerik img {
  max-width: 100%;
      border-radius: 15px;
      border: 5px solid #fff;
      box-shadow: 3px 3px 13px 2px #131a2b;
      width: 250px;
      display: -webkit-inline-box;
}
.slider-icerik {
  padding-top: 175px;
    color: #fff;
    text-align: center;
}
.slider-icerik h2 {
  text-transform: capitalize;
    font-weight: bold;
    font-size: 45px;
    text-shadow: 3px 3px 6px black;
}
.slider-icerik a {
  position: relative;
padding: .6em 2em;
background: #fff;
color: #000;
display: inline;
margin: 0px 20px;
align-items: center;
transition: all 200ms linear;
font-size: 18px;
text-transform: uppercase;
    font-weight: bold;
    box-shadow: 3px 3px 14px 5px #0a364f;
}

.slider-icerik a:hover {
    text-decoration:none;
}

.slider-icerik a.active {
    background: #c6de15;
}

.slider-icerik a::after {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    width: 24px;
    height: 100%;
    background: inherit;
    border-bottom-color: #ed1c24;
        border-left-color: #ed1c24;
        -webkit-transition: border-color 0s ease-out .2s,width .1s ease-out .2s,height .1s ease-out .3s;
        transition: border-color 0s ease-out .2s,width .1s ease-out .2s,height .1s ease-out .3s;
    transform: skew(-15deg);
}

.slider-icerik a::before {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    width: 24px;
    height: 100%;
    background: inherit;
    border-top-color: #ed1c24;
      border-right-color: #ed1c24;
      -webkit-transition: width .1s ease-out,height .1s ease-out .1s;
      transition: width .1s ease-out,height .1s ease-out .1s;
    transform: skew(-15deg);
}
.slider-icerik p {
  text-align: center;
      margin: 30px auto;
      text-shadow: 3px 4px 6px black;
      margin-top: 0px;
}
.mb-tanitim p {
  text-align: center;
    margin-bottom: 2px;
    font-size: 15px;

}
.mb-tanitim {
  margin-top: -90px;
    color: #fff;
}
.providers {
    padding:35px 0px 5px 0px;
}
.providers img {
  width: 100px;
}
.icerik ul {
  padding-left: 0;
    text-align: center;
}
.providers ul  {
  padding-left: 0;
    text-align: center;
    border-bottom: 1px solid #8c8c8c4f;
    padding-bottom: 15px;
}
.providers ul li {
  display: inline;
  margin: 10px;
  position: relative;
}
.lisans img {
  width: 80px !important
}
.lisans {
  margin: 0 auto;
    width: fit-content;
    padding-bottom: 15px;
}
@media (max-width: 699px) {
.icerik img {
  width: 155px;
display: inline-block;
margin-top: 20px;
}
.slider-icerik {
  padding-top: 75px
}
.icerik {
  bottom:1px;
}
.mb-tanitim {
  margin-top:1px;
}
.slider {
  height: auto;
}
#header {
  padding:5px 0;
  background: #0f1824;
  border-bottom: 1px solid #a9101b;
}
.float-left  {
  text-align: center !important;
  float: inherit !important;
}
#header .logo img {
      margin-top: 2px;
}
}
.icerik ul li {
  display: inline;
    margin: 10px;
    position: relative;
}
