* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style: none;
 
}
:root {
  --banner1: #000033;
  --banner2: #000033;
  --banner3: #000033;
  --banner4: #000033;
}
.icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  float: left;
}
.container_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
body {
  background: #f5f5ff;
  font-family: "Poppins", sans-serif !important;
  font-display: swap;
  font-weight: 500;
  font-size: 12px;
  overflow-x: hidden;
}

.loader-wrapper {
  width: 100%;
  height: 10000px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #063605;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 4894425641;
  overflow: hidden;
}
.loader {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  /* border: 4px solid #Fff; */
  animation: loader 1s infinite ease;
  top:200px;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  position: absolute;
  width: 100%;

  animation: loader-inner 3s infinite ease-in;
}
/* @keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
} */
/* @keyframes loader-inner {
  0% { height: 0%;}
  10% { height: 10%;}
  20% { height: 20%;}
  30% { height: 30%;}
  40% { height: 40%;}
  50% { height: 50%;}
  60% { height: 60%;}
  70% { height: 70%;}
  80% { height: 80%;}
  90% { height: 90%;}
  100% { height: 100%;}
} */
@keyframes loader-inner {
  0% { height: 100%;}

  100% { height: 100%;}
  0%   {top: -100px;}
  25%  {top: 200px;}
  75%  {top: 50px}
  100% {top: 100px;}
  
}


header {
  background: url("../images/header.svg") center;
  background-size: cover;
  width: 100%;
  position: fixed;
  border-bottom: 2px solid #000033;
  z-index: 200000;
}
header .container_wrap {
  height: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
header .container_wrap .first_piece {
  background: #000033;
  width: 200px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container_wrap .first_piece span select {
  background: transparent;
  padding: 5px;
  border-radius: 5px;
  color: white;
}
header .container_wrap .first_piece span select option {
  background: #000033;
}
header .container_wrap .first_piece .logo {
  height: 50px;

  margin: 15px 0;
}
header .container_wrap .first_piece .icons {
  background: transparent;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  display: none;
  cursor: pointer;
}
header .container_wrap .second_piece:before {
  content: "";
  position: absolute;
  left: -20px;
  border-width: 0 20px 40px 0;
  border-style: solid;
  border-color: transparent rgb(255, 0, 0) transparent transparent;
 
}
header .container_wrap .second_piece {
  position: relative;
  background: rgb(255, 0, 0);
  width: calc(100% - 200px);
  height: 40px;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;

}
header .container_wrap .second_piece .title {
  width: 250px;
  height: 40px;
  line-height: 40px;
}
header .container_wrap .second_piece .title .icons {
  font-size: 25px;
  margin-right: 10px;
  margin-left: 10px;
  animation: sinyalhaber 1s cubic-bezier(0, 0, 1, 1) infinite alternate;
}
@keyframes sinyalhaber {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot {
  line-height: 10px;
  float: left;
  font-family: "Poppins" !important;
}
header .container_wrap .third_piece:before {
  content: "";
  position: absolute;
  left: 0;
  border-width: 40px 0 0 20px;
  border-style: solid;
  border-color: transparent transparent transparent #000033;
}
header .container_wrap .third_piece {
  font-family: "Poppins";
  font-weight: 500;
  position: relative;
  background: #fff;
  width: calc(100% - 200px);
  height: 40px;
  display: flex;
  justify-content: flex-end;
}
header .container_wrap .third_piece ul {
  display: flex;
}
header .container_wrap .third_piece ul a {
  background: linear-gradient(#fff 50%, #000033 50%);
  background-position: top;
  background-size: 100% 200%;
  color: rgb(0, 0, 0);
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  display: block;
  transition: 0.15s;
  float: left;
}
header .container_wrap .third_piece ul a .icons {
  font-size: 16px;
  margin: 3px 5px 0 0;
  line-height: 2;
}
header .container_wrap .third_piece ul a:hover {
  background-position: bottom;
  color: rgb(255, 255, 255);
}
.banner-slider {
  width: 100%;
  height: 500px;
}
.banner-slider .banner-item {
  background: orange;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-slider .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.banner-slider .owl-nav .owl-next,
.banner-slider .owl-nav .owl-prev {
  border-radius: 50px !important;
}
.banner-slider .owl-nav .owl-next i,
.banner-slider .owl-nav .owl-prev i {
  background-color: #fff;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #222;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
}
.banner-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.banner-slider .owl-dots .owl-dot span {
  background: #fff !important;
  border-radius: 100px;
  padding: 5px;
  opacity: 0.5;
}
.banner-slider .owl-dots .owl-dot.active span {
  padding: 5px 25px;
  opacity: 1;
}
.banner-slider .banner-item .content {
  
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 480px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
}
.banner-slider .banner-item .content h1 {
 background: radial-gradient(rgb(11, 59, 22) 20%, transparent 100%);

  border-left: 3px solid #1b5e20;
  color: #fff;
  padding: 20px;
  max-width: 450px;
  font-weight: 300;
  font-size: 50px;
  line-height: 45px;
}
.banner-slider .banner-item .content h1 strong {
  font-weight: 500;
}
.banner-slider .banner-item .content hr {
  background: rgba(255, 255, 255, 1);
  width: 50px;
  height: 4px;
  margin: 20px 0 0 0;
}

.banner-slider .banner-item .content a {
  background: rgba(255, 255, 255, 1);
  width: 180px;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  line-height: 40px;
  border-radius: 40px;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
}
.banner-slider .banner-item .content a .icons {
  background: #111;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  margin: 5px;
  float: right;
}
.banner-slider .banner-item .content a:hover {
  background: #000033;
  color: #fff;
}
.banner-slider .banner-item .content a:hover .icons {
  background: #fff;
  color: #111;
}
.banner-slider .banner-item .content .image {
  height: 600px;
}
.basliksvg {
  width: 300px;
  height: 70px;
  float: left;
}
.basliksvg4 {
  width: 800px;
  height: 90px;
  float: left;
}
.basliksvg3 {
  width: 600px;
  height: 90px;
  float: left;
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (max-width: 600px) {
  .basliksvg3 {
    width: 370px;
  }
  .basliksvg {
    width: 60% !important;
  }
  
}
.basliksvg4 {
  width: 600px;
  height: 90px;
  float: left;
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (max-width: 600px) {
  .basliksvg4 {
    display: none;
  }
  form {
    margin-left: 20px;
   }
   
}
.basliksvg5 {
  width: 600px;
  height: 90px;
  float: left;
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (min-width: 601px) {
  .basliksvg5 {
    display: none;
  }
}
@media (max-width: 600px) {
  .basliksvg5 {
    width: 90%;
    margin-bottom: -25px;
  }
}
.basliksvg2 {
  width: 60%;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
}

#nextdays{
  padding: 0 0 !important;
}
#about {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
}
#about .container_wrap {
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .container_wrap .about-img {
  background-position: center !important;
  background-size: cover !important;
  width: 50%;
  height: 400px;
  border-top: 7px solid #000033;

  border-bottom: 10px solid #000033;
  border-radius: 10px;
}

#about .container_wrap .info {
  position: relative;
  max-width: calc(50% - 25px);
  max-height: 400px;
  font-weight: 400;
  font-size: 12px;
  color: #111;
  padding: 0 0 0 25px;
  display: flex;
  flex-direction: column;
}
#about .container_wrap .info h1 {
  position: relative;
  font-weight: 200;
  font-size: 40px;
  line-height: 45px;
}
#about .container_wrap .info h1 strong {
  font-weight: 500;
}
#about .container_wrap .info hr {
  background: rgba(20, 20, 20, 1);
  z-index: 10;
  width: 50px;
  height: 4px;
  margin: 20px 0 0;
  float: left;
}
#about .container_wrap .info p {
  max-height: auto;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  margin: 20px 10px 0px 0px;
  overflow: hidden;
  float: left;
}
.about1{
overflow: hidden;
  margin-top: 10px;

  background: #000033;
  width: auto;
  height: 35px;
  padding: 5px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  transition: 0.5s;
align-items: center;
float: left;

  font-weight: 200;
  border-radius: 10px 25px 25px 10px;
  margin-left: 70%;
  transition: .5s;
 
}
.about1:hover{
background: white !important;
color: var(--banner2);
border: 2px solid #000033;
  }

#about .container_wrap .info button:hover {
  background: #040466;
}
#about .container_wrap .info button .icons {
  background: white;
  width: 25px;
  height: 25px;
  color: #000033;
  text-align: center;
  line-height: 25px;
  border-radius: 30px;
  margin: 5px;
  float: right;
  font-size: 25px;
  transition: .5;
 
}
#about .container_wrap .info button .icons:hover {
  background: #000033;
  width: 25px;
  height: 25px;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  border-radius: 30px;
  margin: 5px;
  float: right;
  font-size: 25px;
 
}

#project {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  float: left;
  background: white;
}
.project-wrapper {
  max-width: 1200px;
  width: 100%;
}
.project-wrapper .project-box {
  background: orange;
  width: 100%;
  max-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#project .project-wrapper .project-box .beer-slider {
  width: 100%;
  height: 100%;
}
.project-wrapper .owl-nav {
  top: 42%;
  width: 100%;
  height: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
}
.project-wrapper .owl-nav .owl-next,
.project-wrapper .owl-nav .owl-prev {
  border-radius: 50px !important;
}
.project-wrapper .owl-nav .owl-next i,
.project-wrapper .owl-nav .owl-prev i {
  background-color: #000033;
  color: white !important;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #222;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
}
.project-wrapper .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.project-wrapper .owl-dots .owl-dot span {
  background: #fff !important;
  border-radius: 100px;
  padding: 5px;
  opacity: 0.5;
}
.project-wrapper .owl-dots .owl-dot.active span {
  padding: 5px 25px;
  opacity: 1;
}
#slogan {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
#slogan .container_wrap {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
#slogan .container_wrap .slogan_box {
  position: relative;
  background-position: center !important;
  background-size: auto 100% !important;
  width: 33%;
  height: 250px;
  margin: 25px 0;
  transition: 0.6s ease-in-out;
}
#slogan .container_wrap .slogan_box h3 {
  font-weight: 300;
}
#slogan .container_wrap .slogan_box:hover {
  background-size: auto 150% !important;
}
#slogan .container_wrap .slogan_box:nth-child(2):hover {
  background-size: auto 100% !important;
}
#slogan .container_wrap .slogan_box .slogan_inside {
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#slogan .container_wrap .slogan_box span img {
  width: 60px;
  position: absolute;
  margin-left: -70px;
}
#nextdays {
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: left;
  padding: 0 0 25px;
}
#nextdays h2 {
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}
.sloganbaskanorta {
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  margin-right: -100px;
}
.sloganbaskanortap {
  font-weight: 100px;
}
#nextdays hr {
  background: #222;
  width: 50px;
  height: 4px;
  margin: -15px auto 15px;
}
#nextdays .container_wrap {
  max-width: 100%;
  width: 100%;
  height: 405px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
#nextdays .container_wrap .nextdays_box {
  position: relative;
  background-position: center !important;
  background-size: auto 100% !important;
  width: 11%;
  height: 200px;
  transition: 1s;
}
#nextdays .container_wrap .nextdays_box:hover {
  background-size: auto 150% !important;
}
#nextdays .container_wrap .nextdays_box:nth-child(7) {
  position: relative;
  width: 32%;
  height: 405px;
  overflow: hidden;
}
#nextdays .container_wrap .nextdays_box video {
  width: auto;
  object-position: center;
}
#nextdays .container_wrap .nextdays_box .nextdays_inside {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}
#nextdays .container_wrap .nextdays_box .nextdays_inside span img {
  width: 70px;
  margin-bottom: 5px;
}
.aacz {
  height: 110%;
  width: 100%;
  background: white;
}
#president_news {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#president_news .bloghaberyeter {
  width: 70%;
}
.news-card {
  margin: 0.5rem;
  position: relative;
  height: 12rem;
  overflow: hidden;
  border-radius: 0.5rem;
  flex: 1;
  min-width: 290px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (min-width: 900px) {
  .news-card {
    height: 13rem;
  }
}
@media (min-width: 1440px) {
  .news-card {
    height: 19.5rem;
  }
}
.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000337e;
  z-index: 0;
}

.news-card__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*     background: rgba(255,0,0,.5); */
}

.news-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
}

.news-card__text-wrapper {
  position: absolute;
  bottom: 0rem;
  padding: 1rem;
  color: white;
  width: calc(100% - 2rem);
  /*     background-color: rgba(0, 0, 0, 0.4); */
  transition: background-color 1.5s ease;
}

.news-card__title {
  transition: color 1s ease;
  margin-bottom: 0.5rem;
  color: white;
  text-align: center;
  font-weight: 400;
}
.news-card__title img {
  height: 70px;
}

.news-card__post-date {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  color: #ccc;
}

.news-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}

@media (min-width: 900px) {
  .news-card:hover .news-card__details-wrapper {
    max-height: 20rem;
    opacity: 1;
  }
  .news-card:hover .news-card__title {
    color: white;
  }
  .news-card:hover .news-card__image {
    transform: scale(1.2);
    z-index: -1;
  }
}

.news-card__excerpt {
  font-weight: 300;
  max-height: 36px;
  font-size: 12px;
  margin-bottom: 5px;
  border-left: 2px solid red;
  padding-left: 5px;
}
@media (max-width: 600) {
  .news-card__excerpt {
    height: 30px;
  }
}
.newscardicons {
  font-size: 70px;
}

.news-card__read-more {
  background: black;
  color: #bbb;
  display: block;
  padding: 0.4rem 0.6rem;
  border-radius: 0.3rem;
  margin-top: 1rem;
  border: 1px solid #444;
  font-size: 0.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  width: 7rem;
  margin-left: auto;
  position: relative;
  z-index: 5;
  margin-right: 50px;
}

.news-card__read-more i {
  position: relative;
  left: 0.2rem;
  color: #888;
  transition: left 0.5s ease, color 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.news-card__read-more:hover i {
  left: 0.5rem;
  color: yellow;
}

.newscard-3 {
  justify-content: center;
}
.post-slide-3 {
  margin: 0 15px;
}
@media (max-width: 500px) {
  .post-slide-3 {
    margin: 0 10px;
  }
}
.post-slide-3 .post-img {
  background: white;
  overflow: hidden;
  height: 250px;
  padding: 15px;
}
.post-slide-3 .post-img img {
  width: 100%;
  opacity: cover;
  height: 300px;
  transform: scale(1);
  transition: all 1s ease-in-out 0s;
}
.post-slide-3:hover .post-img img {
  transform: scale(1.08);
}
.post-slide-3 .post-content {
  background: #fff;
  padding: 20px;
}
.post-slide-3 .post-title a {
  font-size: 20px;
  display: inline-block;
  color: #000033;
  transition: all 0.3s ease 0s;
  line-height: 20px;
  overflow: hidden;
  min-height: 43px;
  max-height: 43px;
  margin-bottom: 10px;
}
.post-slide-3 .post-title a:hover {
  color: #3d3030;
  text-decoration: none;
}
.post-slide-3 .post-description {
  font-size: 13px;
  color: #000000;
  line-height: 15px;
  margin-bottom: 14px;
  max-height: 77px;
}
.post-slide-3 .post-bar {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
}
.post-slide-3 .post-bar li {
  color: #000000;
  padding: 2px 0;
}
.post-slide-3 .post-bar li i {
  margin-right: 5px;
}
.post-slide-3 .post-bar li a {
  display: inline-block;
  font-size: 12px;
  color: #000033;
  transition: all 0.3s ease 0s;
}
.post-slide-3 .post-bar li a:after {
  content: ",";
}
.post-slide-3 .post-bar li a:last-child:after {
  content: "";
}
.post-slide-3 .post-bar li a:hover {
  color: #3d3030;
  text-decoration: none;
}
.post-slide-3 .read-more {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: url(../images/yancizgi.svg);
  background-size: cover;
  border-bottom-right-radius: 10px;
  text-transform: capitalize;
  transition: all 0.3s linear;
  float: right;
  font-weight: 300;
}

.news-slider .owl-dots .owl-dot span {
  background: #000 !important;
  border-radius: 100px;
  padding: 5px;
  opacity: 0.5;
}
.news-slider .owl-dots .owl-dot.active span {
  padding: 5px 25px;
  opacity: 1;
}

@media screen and (max-width: 1065px) {
  .blog-slider {
    max-width: 100% !important;
    width: 100% !important;
  }
  .bloghaberyeter {
    width: calc(100% - 40px) !important;
  }
}
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 1200px;
  margin: auto;
  background: #060629ef;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  height: 500px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 1020;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: auto;
    height: auto;
    margin: 130px auto 0;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 500px;
  flex-shrink: 0;
  height: 500px;
  transform: translateX(-80px);
  overflow: hidden;
}
@media (max-width: 1265px) {
  .blog-slider__img {
    width: 400px;

    height: 400px;
  }
}
@media (max-width: 1065px) {
  .blog-slider__img {
    width: 350px;

    height: 350px;
  }
}
@media (max-width: 800px) {
  .blog-slider__img {
    width: 300px;

    height: 300px;
  }
}
@media (max-width: 600px) {
  .blog-slider__img {
    width: 200px;

    height: 200px;
  }
}

.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: rgb(194, 186, 186);
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: orange;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: rgb(255, 255, 255);
  font-size: 13px;
  margin-bottom: 30px;
  line-height: 25px;
  max-height: 170px;
  overflow: hidden;
  width: calc(100% - 0px);
  font-weight: 400;
}
.blog-slider__button {
  width: 200px;
  display: inline-flex;
  background-color: orangered;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 100px;
  float: left;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: calc(100% - 200px);
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: none !important;
  bottom: 10px !important;
  transform: translateX(-50%);
  left: 50% !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__button {
    display: inline-flex;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    float: left;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;

    border-radius: 0;
    margin-left: calc(50% - 115px);
    width: 200px;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
  border-radius: 100px !important;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  background: #000000;
  opacity: 1;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
  .tumhaberlerblog {
    width: 100% !important;
    margin-left: 0px !important;
  }
}

.tumhaberlerblog {
  border-radius: 0;
  margin-left: calc(100% - 242px);
  width: 200px;
  padding: 10px 25px;
}

#president_news .twitter {
  max-width: 25%;
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin-top: 55px;
  float: left;
}
#president_news .twitter .frt {
  height: 700px;
  overflow: auto;
}
/*ANASAYFA SLOGAN KORUYUCU*/

#image_slider {
  background-color: #000033;
  max-width: 90%;
  width: 100%;
  margin: 25px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#image_slider img {
  width: 350px !important;
}
#image_slider .left {
  width: 30%;
  min-width: 240px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#image_slider .left h1 {
  font-size: 25px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  line-height: 25px;
  margin-bottom: 15px;
}
#image_slider .left h1 strong {
  font-weight: 500;
}
#image_slider .left button {
  background: #fff;
  width: 150px;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #000033;
  transition: 0.5s;
  cursor: pointer;
}
#image_slider .left button:hover {
  background: #444;
  color: #fff;
  transform: scale(1.1);
}
#image_slider .right {
  min-width: 361px;
  height: 200px;
  margin: auto;
  position: relative;
  width: 65%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
#image_slider .right:before {
  content: "";
  position: absolute;
  left: 0;
  background: linear-gradient(-90deg, transparent, #000033 100%);
  width: 100px;
  height: 300px;
  z-index: 1000;
}
#image_slider .right:after {
  content: "";
  position: absolute;
  right: 0;
  background: linear-gradient(90deg, transparent, #000033 100%);
  width: 100px;
  height: 200px;
  z-index: 1000;
}
#image_slider .right .right_slider {
  display: flex;
  width: calc(250 * 18);
}
#image_slider .right .right_slider .img {
  display: flex;
  align-items: center;
  animation: scroll 50s cubic-bezier(0, 0, 1, 1) infinite alternate;
}
#image_slider .right .right_slider .img img {
  height: 200px;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #444;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 8));
  }
}
/*ANASAYFA ZAMAN TÜNELİ*/

#timelapse {
  overflow: hidden;
  height: auto;
  width: 100%;
  font-family: "Poppins" !important;
}
.timeLine {
  padding: 0px 0 10px 0;
  background: white !important;
}
.timeLine .bx-controls-direction {
  max-width: 1100px;
}
.timeLine .bx-controls-direction a {
  border: 2px solid #fff;
}
.timeLine .title {
  text-align: center;
  margin-bottom: 15px;
}
.timeLine .title span {
  display: block;
  font-size: 35px;
  color: #257cbb;
  font-weight: 300;
  font-family: "Poppins";
  line-height: 40px;
}

.timeLine #timeline {
  margin: 0 auto;
  max-width: 1110px;
}
.timeLine .homeTimeLine {
  position: relative;
}
.timeLine .homeTimeLine .jcarouselOneSlider {
  max-width: 386px;
  margin: 0 auto;
}
.timeLine .homeTimeLine .jcarouselTwoSlider {
  max-width: 772px;
  margin: 0 auto;
}
.timeLine .homeTimeLine .jcarouselThreeSlider {
  max-width: 1158px;
  margin: 0 auto;
}
.timeLine .homeTimeLine .jcarouselFourSlider {
  max-width: 1544px;
  margin: 0 auto;
}
.timeLine .homeTimeLine .bx-wrapper {
  margin: 0 auto;
}
.timeLine .homeTimeLine .bx-wrapper li {
  max-width: 397px;
}
.timeLine .homeTimeLine .bx-wrapper img {
  width: 100%;
}
.timeLine .homeTimeLine .item {
  background: rgba(255, 255, 255, 0);
}
.timeLine .homeTimeLine .item li:not(:last-child) {
  margin-right: 20px;
}
.timeLine .homeTimeLine .item.passiveSlider {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.timeLine .homeTimeLine .item.passiveSlider .jcarousel-control-prev,
.timeLine .homeTimeLine .item.passiveSlider .jcarousel-control-next {
  font-size: 30px;
  background: #000033;
  width: 35px;
  height: 35px;
  text-align: center;
  top: 50%;
  bottom: 0;
  z-index: 5;
  -webkit-border-radius: 50%;
  color: rgb(255, 255, 255);
  animation: anime 1s linear infinite alternate;
  line-height: 1.2;
}
@keyframes anime {
  0% {
    background: transparent;
  }
}
.timeLine .homeTimeLine .item.passiveSlider .jcarousel-control-prev {
  left: 0;
}
.timeLine .homeTimeLine .item.passiveSlider .jcarousel-control-next {
  right: 0;
}
.timeLine .homeTimeLine .item.activeSlider {
  visibility: visible;
  position: static;
  opacity: 1;
}
.timeLine .homeTimeLine .item.activeSlider li > div:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 170px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, transparent 0%, #000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  opacity: 0.9;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.timeLine .homeTimeLine .item li > div {
  position: relative;
  overflow: hidden;
  display: block;
}
.timeLine .homeTimeLine .item li > div .date {
  font-size: 12px;
  color: #ffffff;
  line-height: 15px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  text-align: center;
  padding-right: 15px;
  padding: 5px;
  background: url(../images/takvimback.png);
  border-bottom: 2px solid rgb(255, 255, 255);
}
.timeLine .homeTimeLine .item li > div .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 0 0 0 5px;
  margin-left: 15px;
  margin-bottom: 25px;
  border-left: 3px solid red;
  text-align: left;
}
.timeLine .homeTimeLine .item li > div .title h2 {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 21px;
}
.container {
  background: #fff;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  padding: 30px 0 50px;
}
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 50%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*ANASAYFA SLOGAN*/
#social {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: left;
  padding: 0 0 25px;
  overflow: hidden;
}
/*ANASAYFA PROJELER BAŞLIK*/
#social h2 {
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}
/*ANASAYFA PROJELER ÇİZGİ*/
#social hr {
  background: #222;
  width: 50px;
  height: 4px;
  margin: -15px auto 15px;
}
/*ANASAYFA SLOGAN KORUYUCU*/
#social .container_wrap {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 0;
}
/*ANASAYFA SLOGAN, SLOGAN KUTULARI*/
#social .container_wrap .social_box {
  position: relative;
  background-position: center !important;
  background-size: auto 100% !important;
  width: 23%;
  height: 250px;
  margin: 25px 10px;
  transition: 1s;
}
#social .container_wrap .social_box:hover {
  background-size: auto 150% !important;
}
/*ANASAYFA SLOGAN, SLOGAN YAZILDIĞI YER*/
#social .container_wrap .social_box .social_inside {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/fırca1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 300px;
}
/*ANASAYFA SLOGAN, SLOGAN İKONU*/
#social .container_wrap .social_box .social_inside .fab {
  font-size: 70px;
  line-height: 90px;
}
/*ANASAYFA counter*/

.middle {
  float: left;
  width: 100%;
}
.counting-sec {
  padding: 15px 0 0 0;
  width: 100%;
  background: url(../images/caunterback.png);
  background-size: cover;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.inner-width {
  max-width: 1200px;
  margin: auto;
  display: flex;
}
.col {
  flex: 1;
  text-align: center;
  padding: 20px;
  color: #fff;
}
.col i {
  font-size: 50px;
  color: #000033;
}
.sayacicon {
  width: 80px;
}

.timer1, .timer2, .timer3 {
  font-size: 30px;
  margin: 20px 0;
  margin-top: -15px;
  color: rgb(255, 255, 255);
}
.counterh2 {
  margin-top: -30px;
  font-size: 25px;
  color: #ffffff;
}

@media (max-width: 600px) {
  .col {
    padding: 10px;
    border: 1px solid transparent !important;
  }
  .counter-sec {
    padding: 25px 0;
  }
  .timer1, .timer2, .timer3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .counterh2 {
    font-size: 15px;
  }
  .sayacicon {
    width: 60px;
  }
}

/* öZGEÇMİŞ*/

#ozgecmis {
  float: left;
  width: 100%;
}
.timeoz {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  position: relative;
}
.timeoz__content-title {
  font-weight: normal;
  font-size: 66px;
  line-height: 60px;
  margin: -10px 0 0 0;
  transition: 0.4s;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
  color: rgb(255, 255, 255);
  text-shadow: 4px 4px 16px #000033;
}
.timeoz__content-desc {
  margin: 0;
  font-size: 15px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  line-height: 25px;
}
.timeoz:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 767px) {
  .timeoz:before {
    left: 40px;
  }
}
.timeoz-item {
  padding: 40px 0;
  opacity: 0.3;
  filter: blur(2px);
  transition: 0.5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.timeoz-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-family: "Pathway Gothic One", sans-serif;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
}
.timeoz-item:nth-child(even) {
  align-self: flex-end;
}
.timeoz-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.timeoz-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeoz-item--active:before {
  top: 50%;
  transition: 0.3s all 0.2s;
  opacity: 1;
}
.timeoz-item--active .timeoz__content-title {
  margin: -50px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .timeoz-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeoz-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeoz-item:last-child {
    padding-bottom: 40px;
  }
}
.timeoz__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.timeoz-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeoz-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}
.timeoz-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.timeoz-header__title {
  color: #fff;
  font-size: 58px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  margin: 0;
}
.timeoz-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.wrapperp {
  position: relative;
  top: 50px;
  z-index: 1100;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 50px;
  float: left;
}
.wrapperp h1 {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: 50px;
  color: #000033;
  text-align: center;
  line-height: 50px;
  float: left;
  float: left;
}
.wrapperp hr {
  background: rgb(255, 0, 0);
  width: 100px;
  height: 3px;
  font-size: 50px;
  color: rgb(0, 0, 0);
  text-align: center;
  line-height: px;
  margin: 10px 0;
  margin-left: calc(50% - 50px);
}
.wrapperp p {
  width: 95%;
  height: auto;
  font-size: 12px;
  font-weight: 600;
  color: rgb(19, 19, 19);
  text-align: center;
  line-height: 25px;
  margin: 2.5%;
  float: left;
  text-align: center;
}

.fto-galleri {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .fto-galleri {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .fto-galleri {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1000px) {
  .fto-galleri {
    grid-template-columns: repeat(4, 1fr);
  }
}

.fto-card {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
    0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 20px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .fto-card {
    height: 350px;
  }
}

.fto-card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.009) 11.7%,
    rgba(0, 0, 0, 0.034) 22.1%,
    rgba(0, 0, 0, 0.072) 31.2%,
    rgba(0, 0, 0, 0.123) 39.4%,
    rgba(0, 0, 0, 0.182) 46.6%,
    rgba(0, 0, 0, 0.249) 53.1%,
    rgba(0, 0, 0, 0.32) 58.9%,
    rgba(0, 0, 0, 0.394) 64.3%,
    rgba(0, 0, 0, 0.468) 69.3%,
    rgba(0, 0, 0, 0.54) 74.1%,
    rgba(0, 0, 0, 0.607) 78.8%,
    rgba(0, 0, 0, 0.668) 83.6%,
    rgba(0, 0, 0, 0.721) 88.7%,
    rgba(0, 0, 0, 0.762) 94.1%,
    rgba(0, 0, 0, 0.79) 100%
  );
  transform: translateY(-50%);
  transition: 0.5s;
}

.content-fto {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: 1s;
  z-index: 1;
}
.content-fto > * + * {
  margin-top: 1rem;
}
.title-fto {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.fto-paragraf {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.35;
}
.btn-fto {
  cursor: pointer;
  margin-top: .5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: #000033;
  border: none;
  transition: 0.5s;
  border-radius: 5px;
  border-bottom: 2px solid white;
}
.btn-fto:hover {
  background-color: #0f8546;
}
.btn-fto:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

@media (hover: hover) and (min-width: 600px) {
  .fto-card:after {
    transform: translateY(0);
  }
  .content-fto {
    transform: translateY(calc(100% - 10.5rem));
  }
  .content-fto > *:not(.title-fto) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }
  .content-fto img {
    opacity: 1 !important;
    margin-bottom: 15px;
  }
  .fto-card:hover,
  .fto-card:focus-within {
    align-items: center;
  }
  .fto-card:hover:before,
  .fto-card:focus-within:before {
    transform: translateY(-4%);
  }
  .fto-card:hover:after,
  .fto-card:focus-within:after {
    transform: translateY(-50%);
  }
  .fto-card:hover .content-fto,
  .fto-card:focus-within .content-fto {
    transform: translateY(0);
  }
  .fto-card:hover .content-fto > *:not(.title-fto),
  .fto-card:focus-within .content-fto > *:not(.title-fto) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }
  .fto-card:focus-within:before,
  .fto-card:focus-within:after,
  .fto-card:focus-within .content-fto,
  .fto-card:focus-within .content-fto > *:not(.title) {
    transition-duration: 0s;
  }
}

/*video galeri*/

.vdo-galleri {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .vdo-galleri {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .vdo-galleri {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 950px) {
  .vdo-galleri {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1300px) {
  .vdo-galleri {
    grid-template-columns: repeat(4, 1fr);
  }
}
.vdo-card {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
    0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .vdo-card {
    height: 350px;
  }
}
.vdo-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: 1s;
  pointer-events: none;
}
.vdo-card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.009) 11.7%,
    rgba(0, 0, 0, 0.034) 22.1%,
    rgba(0, 0, 0, 0.072) 31.2%,
    rgba(0, 0, 0, 0.123) 39.4%,
    rgba(0, 0, 0, 0.182) 46.6%,
    rgba(0, 0, 0, 0.249) 53.1%,
    rgba(0, 0, 0, 0.8) 58.9%,
    rgba(0, 0, 0, 0.8) 64.3%,
    rgba(0, 0, 0, 0.8) 69.3%,
    rgba(0, 0, 0, 0.8) 74.1%,
    rgba(0, 0, 0, 0.8) 78.8%,
    rgba(0, 0, 0, 0.8) 83.6%,
    rgba(0, 0, 0, 0.8) 88.7%,
    rgba(0, 0, 0, 0.8) 94.1%,
    rgba(0, 0, 0, 0.8) 100%
  );
  transform: translateY(-50%);
  transition: 1s;
}

.content-vdo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: 1s;
  z-index: 1;
}
.content-vdo > * + * {
  margin-top: .5rem;
}
.title-vdo {
  background: rgba(0, 0, 0, 0.548);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px;
  transition: 1s;
}
.content-vdo:hover .title-vdo {
  background: transparent;
}
.vdo-paragraf {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.35;
}
.btn-vdo {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.5rem 1.5rem;
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.btn-vdo:hover {
  background-color: #ff0000;
  border-radius: 10px;
  transition: 0.5s;
}

@media (hover: hover) and (min-width: 600px) {
  .vdo-card:after {
    transform: translateY(0);
  }
  .content-vdo {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content-vdo > *:not(.title-vdo) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }
  .vdo-card:hover,
  .vdo-card:focus-within {
    align-items: center;
  }
  .vdo-card:hover:before,
  .vdo-card:focus-within:before {
    transform: translateY(-4%);
  }
  .vdo-card:hover:after,
  .vdo-card:focus-within:after {
    transform: translateY(-50%);
  }
  .vdo-card:hover .content-vdo,
  .vdo-card:focus-within .content-vdo {
    transform: translateY(0);
  }
  .vdo-card:hover .content-vdo > *:not(.title-vdo),
  .vdo-card:focus-within .content-vdo > *:not(.title-vdo) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }
  .vdo-card:focus-within:before,
  .vdo-card:focus-within:after,
  .vdo-card:focus-within .content-vdo,
  .vdo-card:focus-within .content-vdo > *:not(.title) {
    transition-duration: 0s;
  }
}
@media (max-width: 600px) {
  .vdo-paragraf {
    display: none;
  }
  .title-vdo {
    display: none;
  }
  .vdo-card {
    min-height: 250px;
  }
  .vdo-card:after {
    display: none;
  }
  .btn-vdo {
    background-color: #ff0000;
    border-radius: 10px;
    transition: 0.5s;
  }
}

.content__section {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  grid-area: content__section;
  display: grid;
  grid-template-columns: 10% 1fr 10%;
  grid-template-areas:
    ". playlist__one ."
    ". playlist__two .";
  margin-bottom: 60px;
}

.bg-video-wrapvideo {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40vh;
}

.overlayvideo {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.7) 50%
  );
  background-size: 3px 3px;
  z-index: 2;
}
.videoh1 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 600px;
  width: 100%;
  height: 100px;
  font-size: 50px;
}

.main-container {
  width: 95vw;
  margin: 0 auto;
  padding: 0px 0;
}
.main-container img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.main-container > h2 {
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 1px;
}
.main-container > p {
  color: white;
  font-weight: 400;
  padding: 10px 0;
  opacity: 0.7;
  text-align: center;
}
.category-head {
  margin: 30px 0;
}
.category-head ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.category-title {
  flex: calc(16.6667% - 10px);
  display: flex;
  justify-content: center;
  background: #000033;
  padding: 2px;
  font-family: "Poppins", sans-serif;
  line-height: 15px;
  font-weight: 200;
  color: rgb(255, 255, 255);
  margin: 5px;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.4s ease;
  border-radius: 10px;
}
.category-title img {
  width: 70px !important ;
}
.category-title:hover {
  background: rgb(33, 33, 116);
}
.category-title li {
  padding: 20px 10px;
}
.category-title span {
  line-height: 100px;
  margin-left: 25px;
  margin-top: 25px;
  display: flex;
  color: #ffffff;
  font-size: 50px;
}

/** single post **/
.posts-main-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.posts-main-container > div {
  box-shadow: 0px 8px 25px -12px rgba(0, 0, 0, 0.64);
}
.post-img {
  position: relative;
}
.category-name {
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
}

.bproje .category-name {
  background: #ff0800;
}
.yproje .category-name {
  background: #000033;
}
.tproje .category-name {
  background: #0a5e15;
}
.sports .category-name {
  background: #416417;
}

.post-content {
  padding: 25px;
}
.post-content-top {
  background: #000033;
  color: #fff;
  padding: 5px 0 5px 15px;
}
.post-content-top span {
  padding-right: 20px;
}
.post-content-top .fa-comment,
.post-content-top .fa-calendar {
  padding-right: 5px;
}

.post-content p {
  opacity: 0.9;
  font-size: 10px;
  line-height: 1.8;
  font-weight: 400;
  max-height: 75px;
  overflow: hidden;
}

.buttontumunugor {
  background: #000033;
  width: 180px;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: rgb(245, 245, 245);
  line-height: 40px;
  border-radius: 40px;
  transition: 0.5s;
  cursor: pointer;

  margin-bottom: 20px;
  float: right;
  margin-right: 20px;
}

.buttontumunugor .icons {
  background: rgb(255, 255, 255);
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #000033;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  margin: 5px;
  float: right;
}

.buttontumunugor:hover {
  background: #111;
  color: #fff;
}

.buttontumunugor:hover .icons {
  background: #fff;
  color: #111;
}

/***************/
@media (max-width: 1170px) {
  .posts-main-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .posts-main-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .category-title {
    line-height: 15px;
    font-size: 10px;
  }
}

/* Proje Detay */
.wrap-guid {
  width: 100%;
  height: auto;
  margin: 5%;
  display: flex;
  justify-content: space-between;
  float: left;
}
.wrap-guid .left-wrap-guid {
  background: url(../images/yaprak1.webp) center;
  background-size: cover;
  width: 49%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
}
.wrap-guid .left-wrap-guid h1 {
  font-size: 30px;
  color: rgba(20, 20, 20, 1);
}
.wrap-guid .left-wrap-guid h6 {
  font-size: 14px;
  font-weight: 400;
  color: rgba(20, 20, 20, 1);
  margin: 10px 0;
}
.wrap-guid .left-wrap-guid p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(20, 20, 20, 1);
  margin: 10px 0;
}
.wrap-guid .right-wrap-guid {
  width: 49%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.wrap-guid .right-wrap-guid img {
  width: 32%;
  height: auto;
  margin-bottom: 1.83%;
  transition: 0.5s;
}
.wrap-guid .right-wrap-guid img:hover {
  transform: scale(1.1);
}
.wrap-guid .right-wrap-guid img:nth-child(1) {
  min-width: 100%;
  height: auto;
}

#footer {
  background-image: url(../images/footer/fotter1.jpg);
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  width: 100%;
  float: left;
  overflow: hidden;
}
#footer .top {
  background: white;

  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-bottom: 2px solid #333;
  overflow-x: auto;
}

@media (max-width: 640px) {
  #footer .top img {
    width: 100px;
  }
  #footer .top img:nth-child(2) {
    display: none;
  }
}
#footer .top img {
 transition: .3s;
}
#footer .top img:hover {
  transform: scale(1.1);
}

#footer .container_wrap {
  backdrop-filter: blur(2px);
  max-width: 100%;
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
}

#footer .container_wrap .column ul img {
  width: 35%;
}
#footer .container_wrap .column:nth-child(2) {
  margin-top: -50px;
}
#footer .container_wrap .column ul p {
  min-width: 370px;
  color: #fff;
  font-size: 13px !important;
  text-align: left;
  line-height: 20px;
  text-align: center;
}
#footer .container_wrap .column {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer .container_wrap .column ul h1 {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
#footer .container_wrap .column ul hr {
  background: rgb(255, 102, 0);
  width: 50px;
  height: 2px;
  margin: 0px 0 10px;
  margin-left: calc(50% - 25px);
}
#footer .container_wrap .column ul a {
  max-width: 275px;
  max-height: 30px;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
  display: block;
  text-align: left;
}
#footer .container_wrap .column ul a:hover {
  color: orangered;
}
#footer .container_wrap .column .president {
  width: 80%;
  height: auto;
  float: left;
}
#footer .container_wrap .column .follow {
  width: 100px;
  height: auto;
  float: left;
}
#footer .container_wrap .column span .fab {
  font-size: 20px;
  color: #fff;
  padding: 15px;
}
footer {
  background: #111;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  padding: 25px 0;
  float: left;
  display: flex;
  justify-content: center;
}

#detail {
  width: 90%;
  margin: 50px 5%;
  display: flex;
  justify-content: space-between;
}
#detail .detail_left {
  width: 45%;
  height: auto;

  margin: 5px;
}
#detail .detail_left li {
  margin: 50px;
}
#detail .detail_left h1 {
  margin: 10px;
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  margin-top: 20px;
  text-align: center;
}
#detail .detail_right {
  position: relative;
  width: 50%;
  height: auto;
  margin-top: 150px !important;
}
#detail .detail_left p {
  font-weight: 300;
  font-size: 15px;
  line-height: auto;
  text-align: justify;
 
}

#detailfull {
  width: 90%;
  margin: 50px 5%;
  display: flex;
  justify-content: space-between;
}
#detailfull .detail_left h1 {
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
}
#detailfull .detail_right {
  position: relative;
  width: 50%;
  height: auto;
}
#detailfull .detail_left p {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
}

.bg-image,
[class*="bg-image"] {
  background-color: rgb(240, 240, 240);
  background-image: url("../images/haberler/kosova5.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.protrait-tall {
  padding-bottom: 175%;
}
.portrait {
  padding-bottom: 125%;
}
.square {
  padding-bottom: 100%;
}
.landscape {
  padding-bottom: 66%;
}
.landscape-wide {
  padding-bottom: 50%;
}
/* for col 4 besides col 8 landscape wide*/
.specific-ratio-48 {
  padding-bottom: 102.24%;
}
@media (max-width: 600px) {
  .landscape-wide {
    padding-bottom: 100%;
  }
}

.bg-pos-t {
  background-position: top;
}
.bg-pos-b {
  background-position: bottom;
}
.bg-pos-l {
  background-position: left;
}
.bg-pos-r {
  background-position: right;
}

.bg-pos-tl {
  background-position: 0% 0%;
}

.gallery [class*="col-"] {
  padding: 0.7%;
}

.light-grey {
  color: #999;
}
.mid-grey {
  color: #505050;
}
.dark-grey {
  color: #141414;
}
.main-red {
  color: #000033;
}
.main-blue {
  color: #00fcfa;
}
.dark-blue {
  color: #0f424a;
}

.wireframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.chat-wrap {
  position: fixed;
  width: 100px;
  height: 20px;
  bottom: 100px;
  right: 0px;
  z-index: 10000000;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}

.chat-wrap.active {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}

.contact-icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.contact-icon div {
  height: 100px;
  width: 240px;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 1000000;
  top: 20px;
}

.contact-icon div:after {
  font-size: 30px;
  background: #000033;
  background-image: url(../images/mesaj-1.svg);

  background-size: 4cm;
  background-repeat: no-repeat;
  content: "";
  font-family: "Material Icons";
  display: block;
  width: 150px;
  line-height: 50px;
  height: 80px;
  font-size: 30px;
  position: absolute;
  right: 0;
  bottom: 50px;
  border-radius: 5px;
}

.chat-wrap:hover .contact-icon span {
  display: block;
  left: -2px;
  opacity: 1;
}

.contactme {
  height: 50px;
  width: 70px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 10px 40px rgba(22, 20, 19, 0.2);
  transform: translateY(-70vh);
  -webkit-transform: translateY(-70vh);
  -moz-transform: translateY(-70vh);
  transition: 0.3s all ease-out 0.1s, transform 0.2s ease-in;
  -webkit-transition: 0.3s all ease-out 0.1s, transform 0.2s ease-in;
  -moz-transition: 0.3s all ease-out 0.1s, transform 0.2s ease-in;
}

.contactme p {
  color: #181892;
  font-size: 20px;
  font-weight: 300;
  margin-top: 50px;
  text-align: center;
}
.mesajbeyaz {
  width: 50px;
  top: 30px !important;
  position: absolute;
  left: 45%;
}

@media (max-width: 500px) {
  .contactme p {
    font-size: 20px;
  }
  .contactme.active {
    max-height: 90% !important;
    max-width: 90% !important;
    margin-top: 25px !important;
  }
}

.contactme.active {
  margin-top: 150px;
  border-radius: 10px;
  height: 700px;
  width: 400px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  z-index: 300002;
}
.contactme div {
  width: 100%;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: 0.2s all ease-out 0s;
  -webkit-transition: 0.2s all ease-out 0s;
  -moz-transition: 0.2s all ease-out 0s;
}
.contactme.active div {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: 0.2s all ease-out 0.2s;
  -webkit-transition: 0.2s all ease-out 0.2s;
  -moz-transition: 0.2s all ease-out 0.2s;
}
#fancy-inputs {
  width: 320px;
  height: 5px;
  position: relative;
  margin: 0 auto;
}
#fancy-inputs label.input {
  float: left;
  width: 320px;
  height: 42px;
  margin: 50px 0 0 0;
  position: relative;
  clear: both;
}
#fancy-inputs label.input span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  cursor: text;
}
#fancy-inputs label.input span span {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  color: rgba(22, 20, 19, 0.6);
  text-indent: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
#fancy-inputs .inputs {
  float: left;
  width: 320px;
  height: 40px;
  padding: 0 10px;
  border: 0;
  border-bottom: 2px solid rgba(22, 20, 19, 0.3);
  background-color: transparent;
  color: rgba(22, 20, 19, 0.7);
  font-size: 22px;
  position: relative;
  z-index: 99;
}
#fancy-inputs textarea {
  resize: none;
  min-height: 100px;
}

#fancy-inputs .inputs:focus {
  outline: 0;
}
#fancy-inputs .inputs.white {
  background: #fff;
  color: rgba(22, 20, 19, 0.6);
  border-bottom: 2px solid rgba(22, 20, 19, 0.6);
}
#fancy-inputs .inputs:focus + span span {
  cursor: initial;
  position: absolute;
  top: -35px;
  color: rgba(22, 20, 19, 0.6);
  font-size: 14px;
}
#fancy-inputs span.fixed span {
  top: -35px;
}

.btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(14, 14, 14, 0.9);
  display: none;
  cursor: url(), auto;
  z-index: 300002;
}

.cta {
  border-radius: 20px 20px 50px 50px;
  display: inline-block;
  margin: 0 auto -15px;
  text-align: center;
  font-family: "Poppins";
  background: #0a5e15;
  cursor: pointer;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  max-width: 100%;
  z-index: 10000;
}
.popkapa {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background: transparent;
  color: #000033;
  left: 40%;
  bottom: 0;
}

.cta:hover {
  background: #000033;
  color: white;
}

@import "";
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fab {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fab {
  transform: scale(0.8);
  padding: 0 !important;
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fab {
  color: #3b5998;
}
.social-btns .btn.twitter:before {
  background-color: #3cf;
}
.social-btns .btn.twitter .fab {
  color: #3cf;
}
.social-btns .btn.google:before {
  background-color: #dc4a38;
}
.social-btns .btn.google .fab {
  color: #dc4a38;
}
.social-btns .btn.dribbble:before {
  background-color: #f26798;
}
.social-btns .btn.dribbble .fab {
  color: #f26798;
}
.social-btns .btn.skype:before {
  background-color: #39ff07;
}
.social-btns .btn.skype .fab {
  color: #00aff0;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fab,
.social-btns .btn:hover .fab {
  color: #fff !important ;
  transform: scale(1);
}
.social-btns {
  height: 90px;
  margin: auto;
  font-size: 0;
  text-align: center;
  position: relative;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  opacity: 0.99;
}
.social-btns .btn:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}
.social-btns .btn .fab {
  font-size: 38px;
  text-align: center;
  line-height: 40px;
}

#haber1:checked ~ .banner-footer .banner-nav-circle.one {
  background: rgb(255, 255, 255);
  width: 50px;
}
#haber1:checked ~ .banner-footer .next.two {
  display: block;
}
#haber1:checked ~ .banner-footer .prev.three {
  display: block;
}

#haber2:checked ~ .banner-box {
  transform: translateX(-100%);
}
#haber2:checked ~ .banner-footer .banner-nav-circle.two {
  background: rgb(255, 255, 255);
  width: 50px;
}
#haber2:checked ~ .banner-footer .next.three {
  display: block;
}
#haber2:checked ~ .banner-footer .prev.one {
  display: block;
}

#haber3:checked ~ .banner-box {
  transform: translateX(-200%);
}
#haber3:checked ~ .banner-footer .banner-nav-circle.three {
  background: rgb(255, 255, 255);
  width: 50px;
}
#haber3:checked ~ .banner-footer .next.four {
  display: block;
}
#haber3:checked ~ .banner-footer .prev.two {
  display: block;
}

#haber4:checked ~ .banner-box {
  transform: translateX(-300%);
}
#haber4:checked ~ .banner-footer .banner-nav-circle.four {
  background: rgb(255, 255, 255);
  width: 50px;
}
#haber4:checked ~ .banner-footer .next.five {
  display: block;
}
#haber4:checked ~ .banner-footer .prev.three {
  display: block;
}

#haber5:checked ~ .banner-box {
  transform: translateX(-400%);
}
#haber5:checked ~ .banner-footer .banner-nav-circle.five {
  background: rgb(255, 255, 255);
  width: 50px;
}
#haber5:checked ~ .banner-footer .next.six {
  display: block;
}
#haber5:checked ~ .banner-footer .prev.four {
  display: block;
}

#haber6:checked ~ .banner-box {
  transform: translateX(-500%);
}
#haber6:checked ~ .banner-footer .banner-nav-circle.six {
  background: rgb(255, 255, 255);
  width: 50px;
}
#haber6:checked ~ .banner-footer .next.seven {
  display: block;
}
#haber6:checked ~ .banner-footer .prev.five {
  display: block;
}

#haber7:checked ~ .banner-box {
  transform: translateX(-600%);
}
#haber7:checked ~ .banner-footer .banner-nav-circle.seven {
  background: rgb(255, 255, 255);
  width: 50px;
}
#haber7:checked ~ .banner-footer .next.eight {
  display: block;
}
#haber7:checked ~ .banner-footer .prev.six {
  display: block;
}

#haber8:checked ~ .banner-box {
  transform: translateX(-700%);
}
#haber8:checked ~ .banner-footer .banner-nav-circle.eight {
  background: rgb(255, 255, 255);
  width: 50px;
}
#haber8:checked ~ .banner-footer .next.nine {
  display: block;
}
#haber8:checked ~ .banner-footer .prev.seven {
  display: block;
}

#haber9:checked ~ .banner-box {
  transform: translateX(-800%);
}
#haber9:checked ~ .banner-footer .banner-nav-circle.nine {
  background: rgb(255, 255, 255);
  width: 50px;
}
#haber9:checked ~ .banner-footer .next.ten {
  display: block;
}
#haber9:checked ~ .banner-footer .prev.eight {
  display: block;
}

#haber10:checked ~ .banner-box {
  transform: translateX(-900%);
}
#haber10:checked ~ .banner-footer .banner-nav-circle.ten {
  background: rgb(255, 255, 255);
  width: 50px;
}
#haber10:checked ~ .banner-footer .next.one {
  display: block;
}
#haber10:checked ~ .banner-footer .prev.nine {
  display: block;
}

.sloganbaskanorta {
  margin-top: -50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.word {
  position: absolute;
  width: 220px;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #b300ff;
}

.belize {
  color: #0099ff;
}

.pomegranate {
  color: #ff1900;
}

.green {
  color: #00ffcc;
}

.midnight {
  color: #c04600;
}

.bloghaberyeter {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0.5rem;
}

.katogoriprojebten {
  height: auto;
  width: auto;
  position: absolute;
  z-index: 100;
  background: red;
  color: white;
  font-size: 10px;
  padding: 5px;
  border-radius: 4px;
}

.katogoriprojeyplan {
  height: auto;
  width: auto;
  position: absolute;
  z-index: 100;
  background: blue;
  color: white;
  font-size: 10px;
  padding: 5px;
  border-radius: 4px;
}

.katogoriprojeglck {
  height: auto;
  width: auto;
  position: absolute;
  z-index: 100;
  background: darkgoldenrod;
  color: white;
  font-size: 10px;
  padding: 5px;
  border-radius: 4px;
}
.katogoritarih {
  height: auto;
  width: auto;
  position: absolute;
  z-index: 100;
  background: #000033;
  color: white;
  font-size: 10px;
  padding: 5px;
  border-radius: 4px;
}

.katogoriproje h2 {
  font-weight: 400;
}
.owl-buttons {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.owl-prev,
.owl-next {
  background: #000033;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  margin: 0 5px;
  font-size: 20px;
}
.baslıklarh2 {
  margin-top: 10px;
  height: 60px;
  overflow: hidden;
}
.baslıklardetayp {
  height: 100px;
  font-size: 13px !important;
}

.haberresim {
  height: 300px;
}

.customer-logos .item {
  width: 60px !important;
}

#point {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
#point .top_point {
  width: 100%;
  height: 100px;
  font-weight: 300;
  font-size: 20px;
  color: #444;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#point .top_point b {
  margin: 0 5px;
}
#point .bottom_point {
  background: rgba(255, 228, 196, 0.027);
  width: 100%;
  height: auto2;
  display: flex;
  justify-content: center;
}
#point .bottom_point .container_wrap {
  width: 100% !important;
  min-height: auto;
  padding: 0 !important;
}
#point .bottom_point .container_wrap .point_box {
  position: relative;
  min-width: 70x;
  min-height: 100px;
  width: 70px;
  height: 100px;
  color: hsla(0, 0%, 20%, 1);
  text-align: center;
  border-radius: 150px;
  transform: translateY(25px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
}
#point .bottom_point .container_wrap .point_box:hover {
  min-width: 70px;
  min-height: 250px;
  border-radius: 0;
}
#point .bottom_point .container_wrap .point_box img {
  width: 100px;
  height: auto;
  transform: translateY(-15%);
  transition: transform 0.5s;
}

#point .bottom_point .container_wrap .point_box p {
  min-width: 120px;
  min-height: 30px;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  border-radius: 10px;
  z-index: 1;
  transform: translateY(-43%);
  padding: 5px 2px;
  padding-top: 10px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 600px) {
  #point .bottom_point .container_wrap .point_box p {
    color: #fff;
  }
}
#point .owl-item {
  max-width: 1200px;
  width: 90%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}
#point .owl-item:hover {
  transform: scale(1.2);
}
.ortaresim {
  width: 160px !important;
  margin-top: -215px;
  position: absolute;
}

.ftodetaya1 {
  max-width: 80%;
  margin: 0 auto;
}
.ftodetayh1 {
  margin: 30px auto;
  text-align: center;
}

.detaylarc1 .social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  opacity: 0.99;
}

.detaylarc1 .social-btns .btn .fab {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

.yazıbuyutme {
  margin-top: 12px;
  background: #000033;
  height: 25px;
  width: 30px;
  text-align: center;
  color: white;
  margin-left: 5px;
  font-size: 20px;
}
.yazıkucultme {
  margin-top: 12px;
  background: #000033;
  height: 25px;
  width: 30px;
  text-align: center;
  color: white;

  font-size: 20px;
}
.tarihaax {
  font-size: 15px;
  margin-top: 12px;
  font-weight: 400;
}

.banner-slider .banner-item .content p {
  background:rgba(71, 71, 71, 0.589);
  border-left: 2px solid #05be52;
  padding: 15px;
  max-width: 550px;
  font-weight: 500;
  margin: 20px 0;
  max-height: 45px;
  font-size: 13px !important;
  overflow: hidden;
}
@media (max-width: 600px) {
  .detaylarc1 .social-btns .btn {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
  .detaylarc1 .social-btns .btn .fab {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
  }
  .yazıbuyutme {
    margin-top: 12px;
    background: #000033;
    height: 30px;
    width: 30px;
    text-align: center;
    color: white;
    margin-left: 5px;
    font-size: 15px;
  }
  .yazıkucultme {
    margin-top: 12px;
    background: #000033;
    height: 30px;
    width: 30px;
    text-align: center;
    color: white;

    font-size: 15px;
  }
  .tarihaax {
    font-size: 12px;
    margin-top: 15px;
  }
  .aaxz {
    font-size: 20px !important;
  }
  .detaylarc1 .social-btns .btn:nth-child(5) {
    display: none;
  }
  .category-title img {
    width: 30px !important;
    height: 30px !important;
    margin: auto;
    align-items: center;
  }
  .category-title li {
    padding: 5px 5px;
  }
  .bloghaberyeter {
    padding: 0 0;
  }

    

}
.aboltbilgi {
  font-weight: 200 !important;
}
.lg-backdrop {
  z-index: 10000000 !important;
}
.lg-outer {
  z-index: 10000000 !important;
}
.owl-theme .owl-nav {
  position: absolute;
  top: 42.5%;
  width: 100%;
  height: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.owl-theme .owl-dots .owl-dot span {
  width: 7px !important;
  height: 7px !important;
}
.katogoritarih2 {
  font-weight: 300 !important;
}
.deneme1a {
  position: absolute;
  background: #000033c9;
  color: white;
  width: auto;
  height: 30px;
  font-size: 17px;
  z-index: 50;
  bottom: 0;
  padding-left:17px;
  padding-right:17px ;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}
.deneme2a{
  position: absolute;
  background: #000033bd;
  color: white;
  width: 110px; 
  font-size: 15px;
  z-index: 50;
 top: 0;
 
  text-align: center;
padding: 3px 5px 5px 20px;
border-radius: 5px 0px 20px 20px;
transition: 1s;
}
.deneme2a:hover{
  position: absolute;
  background: #040469b6;


}
.gezinticlass{
  margin-left: 10px;
  width: 20px !important;
  position: absolute;
}

.deneme2b{
  position: absolute;
  background: #000033b0;
  color: white;
  font-weight: 400;
  width: auto;  
  font-size: 15px;
  z-index: 50;
 top: 0;
 right: 0;
  text-align: center;
padding: 3px 5px 2px 5px;
border-radius: 2px 0px 0px 2px;

}
.deneme2c
{
  position: absolute;
  background: #000033b0;
  color: white;
  width: auto; 
  font-weight: 400;
  font-size: 15px;
  z-index: 50;
 top: 0;
 left: 0;
  text-align: center;
padding: 3px 5px 2px 5px;
border-radius: 0px 2px 2px 0px;

}
.deneme2a a{
 
  color: white;


}
.yapraklogo{
  width: 20px;
 line-height: 5px;
}

.h1form{
  margin-top: 20px;
  text-align: center;
  color: #000033;
  text-shadow: 1px 1px 0 white;
}
form {
 
  max-width: 670px;
  text-align: center;
  margin: 20px auto;
  overflow: hidden;
}
@media (max-width: 600px) {
 
  form {
 
    max-width: 90%;

  }
}
form input, form textarea {
  border: 0;
  outline: 0;
  padding: 1em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
  width: 90%;
  margin-top: 1em;
  font-family: 'Merriweather', sans-serif;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  resize: none;
  background:rgb(255, 255, 255) ;

  color: #000;
 
}
form input:focus, form textarea:focus {
  -moz-box-shadow: 0 0px 4px #e74c3c !important;
  -webkit-box-shadow: 0 0px 4px #e74c3c !important;
  box-shadow: 0 0px 4px #e74c3c !important;
}
form #input-submit {
width: 100px;
  color: white;
  background: #ff1900;
  cursor: pointer;
  float: right;

}
form #input-submit:hover {
  -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
}


form textarea {
  height: 126px;
 min-width: 90% !important;
}

.halfform {
  float: left;
  width: 25%;
  margin-bottom: 1em;
}


.leftform {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .halfform {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  #detail .detail_left h1 {
    font-weight: 300;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-top: 20px !important;
    text-align: center !important;
} 
}
/* Clearfix */
.cfform:before,
.cfform:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cfform:after {
  clear: both;
}

.iletisimbaslık{
  font-family: "Poppins";
  margin-top: 10px;
  font-weight: 500 !important;
}


	
.paginationc1-container {
  margin: 100px auto;
  text-align: center;
}
.paginationc1 {
  position: relative;
}
.paginationc1 a {
  position: relative;
  display: inline-block;
  color: #000033;
  text-decoration: none;
  font-size: 1rem;
  padding: 4px 8px 5px;
}

.paginationc1 a:hover,
.paginationc1 a .paginationc1-active {
  color: #ff0000;
 

}
.paginationc1 a:hover:before,
.paginationc1 a .paginationc1-active:before {
  transform: scale(1);
}
.paginationc1 .paginationc1-active {
  color: rgb(255, 255, 255);
  background: #000033;
  border-radius: 50px;
}
.paginationc1 .paginationc1-active:before {
  transform: scale(1);
}
.paginationc1-newer {
  margin-right: 25px;
}
.paginationc1-newer:hover {
  background: transparent !important;
  color: #000;
}
.paginationc1-older {
  margin-left: 25px;
}
.paginationc1-older:hover {
  background: transparent !important;
  color: #000;
}
.etiket1a{
  display: flex;
}

.etiket1a ul li{
 padding: 4px 7px;
 color: black;
 background: rgb(206, 206, 206);
 margin: 0px;
 display: contents;
}
