/* FONTLAR */
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700&subset=latin-ext");

/*AYARLAR*/
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 100px;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: #003b66;
  padding: 15px 0;
}

footer a {
  text-decoration: none;
  font-weight: normal;
  color: #f77a13;
}

footer a:hover {
  color: #bd5c0d;
}

.lang {
  position: absolute;
  right: 10px;
}

.navbar {
  padding: 0;
  position: relative;
  z-index: 3;
}

.nav-item {
  position: relative;
}

.nav-item a {
  color: #fff !important;
}

.nav-item a:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff !important;
}

.nav-item .nav-link {
  font-family: "Oswald", sans-serif;
  padding: 1rem;
}

.icon-m {
  border-bottom: 1px solid #9093a9;
}

.sub-navbar {
  position: absolute;
  width: 300px;
  background: #ddd;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 5px solid #bb1724;
  display: none;
}

.nav-item:hover .sub-navbar {
  display: block;
}

.nav-item .aktif {
  background: rgba(0, 0, 0, 0.40);
  color: #ffffff !important;
}

.sub-navbar .sub-item-link {
  padding: 5px;
  color: #8f93a8;
  display: block;
  background: #425e6d;
  font-family: "Oswald", sans-serif;
}

.sub-navbar .sub-item-link:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.dropdown ul {
  position: absolute;
  width: 200px;
  padding: 0;
  list-style: none;
  background: #08426d;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  display: block;
  opacity: 0;
  transition: 0.5s;
}

.dropdown ul li a {
  padding: 10px;
  display: block;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}

.dropdown:hover ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

@media (max-width: 991.98px) {
  .dropdown ul {
    position: relative;
    display: none;
    width: 100%;
  }

  .navbar {
    display: block;
  }

  .navbar-toggler {
    margin: 10px;
    font-size: 16px;
  }

  .nav-item .nav-link {
    font-family: "Oswald", sans-serif;
    padding: 0.5rem 1rem;
  }

  .sub-navbar {
    position: relative;
    width: 100%;
    padding-left: 20px;
    background: #00062c;
  }

  .navbar .container {
    max-width: 100%;
  }

  .nav-item,
  .sub-item {
    text-align: left !important;
  }

  .lang {
    top: 6px;
    position: absolute;
    right: 10px;
  }

  .nav-item:hover .nav-link {
    background: rgba(255, 255, 255, 0.45);
  }

  .navbar-dark .navbar-toggler {
    color: #fff;
    border-color: rgb(255 255 255 / 0%);
    transition: 0.5s;
  }

  button:focus {
    outline: none;
  }

  .navbar-dark .navbar-toggler:hover {
    background: #fff;
    color: #2394b7;
  }
}

.bg-theme {
  background: #0f70b7;
  top: 0;
  z-index: 99;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 18px;
}

/*HEADER*/
.header {
  position: relative;
  z-index: 10;
}



/*BODY*/


/*SLİDER*/



/*Content Area*/
.content-section {
  position: relative;
  margin-top: 80px;
}

.content-section .no-gutters {
  padding: 0;
}

.content-section .mini-menu {
  display: table;
  width: 100%;
  margin-top: 37px;
}

.content-section .mini-menu a {
  display: table-cell;
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
  background: #d80038;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  height: 87px;
  padding: 0 10px;
  vertical-align: middle;
  text-decoration: none;
}

.content-section .mini-menu a:hover {
  text-decoration: none;
}

.content-section .mini-menu a:nth-child(1) {
  clip-path: polygon(17% 0%, 100% 0%, 86% 100%, 0% 100%);
}

.n-width {
  margin-bottom: 30px;
}

.n-width:after {
  content: " ";
  clear: both;
  display: block;
}

.n-width .coll-4 {
  width: 270px;
  float: right;
}

.n-width .coll-8 {
  width: calc(100% - 280px);
  float: right;
}

.n-width .content-web {
  text-align: justify;
  padding: 10px;
  margin-top: -90px;
  background: #fff;
  padding-top: 29px;
  z-index: -1;
}

.n-width .content-web p {
  margin-left: 10px;
}

.n-width .content-web h1 {
  margin: 0px;
  margin-top: -10px;
  font-size: 35px;
  color: #0f70b7;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  font-family: "Oswald", sans-serif;
  background-color: ;
}

.n-width .content-web h2 {
  font-size: 24px;
  color: #0f70b7;
  margin: 0;
  padding: 8px;
}

.n-width .content-web h3 {
  font-size: 17px;
  color: #0f70b7;
  margin: 0;
  padding: 8px;
}


.onlymobile {
  display: none;
}

/*TABLET*/
@media (max-width: 991.98px) {
  .n-width {}

  .n-width .coll-4 {
    float: none;
    display: block;
    margin: auto;
  }

  .n-width .coll-8 {
    width: 100%;
  }

  .boxing {
    margin-top: 10px;
  }

  .mini-menu {
    margin-top: 0 !important;
  }

  .mini-menu a {
    width: 100%;
    display: flex !important;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%) !important;
    margin-bottom: 5px;
    vertical-align: middle !important;
    align-items: center;
    justify-content: center;
    height: 50px !important;
  }



  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #000;
  }

  .content-menu {
    display: none;
  }

  .onlymobile {
    display: block;
  }
}

.content-menu {
  position: relative;
  padding-right: 20px;
  margin-top: 15px;
  font-family: Oswald;
}

.content-menu ul {
  list-style: none;
  padding: 0;
}

.content-menu ul li {
  position: relative;
}

.content-menu ul li a {
  padding: 10px;
  background: #dc002d;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: block;
  text-decoration: none;
  transition: 0.5s all;
}

.content-menu ul li:last-child a {
  border: none;
}

.content-menu ul li:hover a {
  background: #b31901;
  text-decoration: none;
}

.content-menu .day-left {
  background: #dc002d;
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.content-menu .day-left img {
  width: 50px;
  float: left;
  margin: 10px 0;
}

.content-menu .day-left p {
  padding-left: 65px;
  font-size: 23px;
  margin-bottom: 10px;
}

/*CONTACT*/
.contact {
  display: block;
  margin-bottom: 3px;
  text-align: center;
}

.contact .contact-title {
  width: 100%;
  font-weight: bold;
  position: relative;
  margin-right: 5px;
  margin-top: 30px;
  text-align: center;
}

.contact .contact-text {
  float: left;
  width: 100%;
  text-align: center;
}

img {
  max-width: 100%;
}

.lang a {
  display: inline-block;
  vertical-align: middle;
}




.blocker {
  z-index: 999999999 !important;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 600px !important;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 0;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
  height: auto;
}

.modal a.close-modal {
  top: 5px !important;
  right: 5px !important;
}

@media (max-width: 767.98px) {
  .alan2 {}

  .alan3 {}

  .mini-menuu {
    margin-bottom: 10px !important;
    padding-bottom: 15px;
    border-right: none !important;
    border-bottom: 1px solid #d4d4d4;
  }

  .header .sponsor .fGroup {
    margin: 0 -15px;
    background: #e6e7e9;
    margin-bottom: 10px;
  }

  .header .sponsor .lGroup .item {
    display: flex;
    align-content: center;
    justify-content: center;
  }

  .header .sponsor .lGroup img {
    width: auto;
    height: 80px;
  }

}

.mini-menuu {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  /* border-right: 1px solid #d4d4d4; */
  margin: 5px 0;
}

.mini-menuu p {
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 0;
  margin: 0;
}

.mini-menuu img {
  width: 45px !important;
}

#sabit {
  background-color: #0f70b7;
  position: relative;
  z-index: 1;
  box-shadow: inset 1px 2px 10px 0px #dfdfdf;
}

.alan1 {
  margin-top: 10px;
}

.alan2 {
  margin-top: 15px;
}

.alan3 {
  margin-top: 15px;
}

.alan4 {
  width: 100%;
  display: flex;
  align-items: center;
  background: white;
  border-radius: 10px;
  padding: 0 10px;
  flex-wrap: nowrap;
  margin-top: 10px;
  padding: 5px 0px;
}

.alan4 img {
  margin-right: 10px;
}

.alan4 p {
  color: #000;
  padding: 0;
  margin: 0;
}

.yanson {

  transition: 0.5s;
  animation: hideshow 2s infinite;
}

@keyframes hideshow {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.nav-fill .nav-item {
  flex: 0.05 1 auto;
}

.navbar-expand-lg .navbar-nav {
  justify-content: center;
}

.general-informations {
  background: #e9e9e9;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}