* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}
:root {
  --surface-color: #fff;
  --curve: 40;
  --kirmizi: #cc2924;
  --sari: #ffce10;
  --siyah: #212f42;
  --gri: #ccc;
}

body {
	background: #f2f7fe;
	font-size:1.03rem;
	opacity: 1s;
    transition: opacity 0.2s ease-in-out;
	color:var(--siyah);
}
h1, h2, h3, h4, h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight:600;
	margin-bottom: .2rem;
}
h2 {font-size:2rem; margin-bottom:30px;}
h3 {
font-size:1.5rem;}
a {
	color:#212529;
	text-decoration:none;
}
::selection {
	background:#212f42;
	color:#fff;
}
b, strong {
  font-weight: 700;
}
.blogcat {
  text-align: center;
  margin-top: 2rem;
}
#flood-right::before {
  background: "images/altcizgi.svg";
  width: 100%;
  height: 20px;
  display: block;
}
.clear:after{
  content: '';
  display: table;
  clear: both;
}

.show-xs{
  display: none;
}
.pt-50 {padding-top:50px;}
.overlay{
  display: none;
  position: fixed;
  width:100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 990;
}

.topbar {
  background: #ffce10;
  color: #212f42;
  padding: 7px 0;
  display: block;
  overflow: hidden;
  font-size:15px;
}
.headertop {
  margin-right: 15px;
}
.header-top-sol {
  width: 70%;
  float: left;
}
.header-top-sag {
  float: right;
  width: 30%;
  text-align: right;
}
.topbar a {
  color: #212f42;
  text-decoration: none;
}
.sidebar a {
  float: left;
  width: 46%;
  margin: 2%;
  text-align: center;
}
.rastgelebaslik {
  margin-top: 5px;
	font-size:1.15rem;
	text-overflow: ellipsis;
-webkit-line-clamp: 2;
letter-spacing: 0;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
}
.overlay{
  display: none;
  position: fixed;
  width:100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 990;
}
.copyright a {
  color: #ffdc18;
  font-weight: 600;
	
}
.copyright a:hover {
  color: #ff8b02;
}
.articles {
  background: #fff;
}
.devami {
  float: right;
  padding: .6em 1em;
  background: #f2f2f2;
  font-weight: 500;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.devami:hover {
  background: var(--kirmizi);
  color: #fff;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.ibuton {
  border: 2px solid;
  border-radius: 50px;
  padding: .667em 1.333em;
  display: block;
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 10px;
}
.ibuton:hover {
  border: 2px solid #067eca;
}
.blogalani {float:left;}
.sidebar {float:right;}
.main-header{
  position: sticky;
  left: 0;
  top: 0;
  width:100%;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .1);
  z-index: 999;
}
  
.main-header a {
  display: block;
  color: #000;
}
.slideyazi h1 {
	font-size:2.7rem;
	margin-bottom:30px;
	font-weight:500;
}
.slideaciklama {
  font-size: 18px;
  font-weight: 400;
}

.circle-sketch-highlight {
  position: relative;
  z-index: 2;
  font-weight: 700;
}


.owl-dots {display:none;}

.slideaciklama {
  font-size: 18px;
  font-weight: 400;
}

#flood-right {
  background: #ffce10;
  padding: 3px 10px;
  font-weight: 700;
  display: inline-block;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	cursor: pointer;
}
#flood-right:hover {
  background: #212f42;
  color: #ffce10;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.sbutonlar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Butonları ortalar */
  margin-top: 30px;
}

.buton01, .buton02, .buton03 {
  display: inline-flex;
  align-items: center;
  border: 2px solid #ededed;
  padding: 15px 20px 17px 12px;
  background: #fff;
  border-radius: 50px;
  font-size: 18px;
  margin: 10px;
  color: #212f42;
  transition: all 0.3s;
	min-width:30%;
}

.buton01 svg, .buton02 svg, .buton03 svg {
  margin-right: 5px;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 50%;
  color: #212f42;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.buton01:hover, .buton02:hover, .buton03:hover {
  transform: scale(1.1);
  transition: all 0.3s;
  background-color: #ffce10;
}

.buton02 {
  background: #ffce10;
}

.buton02 svg {
  background: #fff;
}


.button {
  position: relative;
  border: none;
  border-radius: 50px;
  font-weight:500;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.button:active {
  transform: scale(0.9);
}

.button::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ffce10, #ffc936);
  transition: all 0.4s ease-in-out;
  z-index: -1;
  border-radius: 50px;
}

.button:hover::before {
  right: 0;
}

.brush-effect {
            position: relative;
            display: inline-block;
	font-weight:600;
	font-size:inline;
        }

        .brush-effect::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 10px;
  background: url('https://css-for-js.dev/long-underline.png') no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: 100% 100%;
  z-index: -1;
}

.logo {
	float: left;
	padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
}
.logo {
	color:#fff;
}
.nav-menu{
		float: right;
}

.nav-menu ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
}
.neden {
  color: #212f42;
	background:#fff;
}
.nedenyazi {
  width: 70%;
  float: left;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.nedenresim {
  width: 30%;
  float: left;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.kampanya {
  color: #fff;
  background: linear-gradient(to right,#ffc107,#ff4081 10%,#9c27b0 40%,#3f51b5 60%,#e91e63 90%,#ff9800);
  background: -webkit-gradient(linear,left top,right top,from(#62d1ce),color-stop(26.47%,#6d4ec9),color-stop(57.14%,#cd3953),to(#00b8ad));
  background: linear-gradient(to right,#62d1ce,#6d4ec9 26.47%,#cd3953 57.14%,#00b8ad);
  background: -webkit-gradient(linear,left top,right top,from(#b8004b),color-stop(26.47%,#6d4ec9),color-stop(57.14%,#cd3953),to(#b8004b));
  background: linear-gradient(to right,#b8004b,#6d4ec9 26.47%,#cd3953 57.14%,#b8004b);
  background: -webkit-gradient(linear,left top,right top,from(#ffc107),color-stop(10%,#ff4081),color-stop(40%,#9c27b0),color-stop(60%,#3f51b5),color-stop(90%,#e91e63),to(#ff9800));
  background-size: auto;
  background-size: 400% 400%;
  animation: Gradient 10s ease infinite;
  display: table;
  width: 100%;
  padding:1rem;
}
/* Animate Background*/
@keyframes Gradient {
    0% {
         background-position: 0% 50%
       }
   50% { 
         background-position: 100% 50%
       }
  100% {
      background-position: 0% 50%
      }
}
/* Style for title */
.kampanyayazi {
  width: 75%;
  display: table;
}
.kampanya h2 {
  font-weight: 600;
  display: table-cell;
  vertical-align: middle;
}
.kampanya h2 strong {
  font-weight: 700;
  font-size: 42px;
}
.kampanyayazi p {
  font-size: 1.2rem;
  margin: 1rem;
}
.demobuton {
  width: 25%;
  display: block;
}
.demobuton a {
  background: #fff;
  font-size: 21px;
  padding: 10px 40px;
  display: inline-block;
  text-align: center;
  border-radius: 80px;
  font-weight: 600;
  color: #212f42;
}
.demobuton a:hover,
.demobuton a:focus {
 box-shadow:0 0 0 2px #fff, 0 0 0 4px #D93732;
 transition-timing-function:cubic-bezier(0.6, 4, 0.3, 0.8);
 -webkit-animation:gelatine 0.5s 1;
 animation:gelatine 0.5s 1
}
.demobuton-secondary {
 background:#C8C8A9;
 box-shadow:0 0 0 -2px #CFF09E, 0 0 0 -1px #C8C8A9
}
.demobuton-secondary:hover {
 box-shadow:0 0 0 2px #CFF09E, 0 0 0 4px #bebe99
}
.demobuton a:active,
.demobuton-secondary:active {
 background:#4ECDC4;
 transition-duration:0;
 box-shadow:0 0 0 2px #CFF09E, 0 0 0 4px #3ac7bd
}
@keyframes gelatine {
 from,
 to {
  -webkit-transform:scale(1, 1);
  transform:scale(1, 1)
 }
 25% {
  -webkit-transform:scale(0.9, 1.1);
  transform:scale(0.9, 1.1)
 }
 50% {
  -webkit-transform:scale(1.1, 0.9);
  transform:scale(1.1, 0.9)
 }
 75% {
  -webkit-transform:scale(0.95, 1.05);
  transform:scale(0.95, 1.05)
 }
 from,
 to {
  -webkit-transform:scale(1, 1);
  transform:scale(1, 1)
 }
 25% {
  -webkit-transform:scale(0.9, 1.1);
  transform:scale(0.9, 1.1)
 }
 50% {
  -webkit-transform:scale(1.1, 0.9);
  transform:scale(1.1, 0.9)
 }
 75% {
  -webkit-transform:scale(0.95, 1.05);
  transform:scale(0.95, 1.05)
 }
}
@-webkit-keyframes gelatine {
 from,
 to {
  -webkit-transform:scale(1, 1);
  transform:scale(1, 1)
 }
 25% {
  -webkit-transform:scale(0.9, 1.1);
  transform:scale(0.9, 1.1)
 }
 50% {
  -webkit-transform:scale(1.1, 0.9);
  transform:scale(1.1, 0.9)
 }
 75% {
  -webkit-transform:scale(0.95, 1.05);
  transform:scale(0.95, 1.05)
 }
 from,
 to {
  -webkit-transform:scale(1, 1);
  transform:scale(1, 1)
 }
 25% {
  -webkit-transform:scale(0.9, 1.1);
  transform:scale(0.9, 1.1)
 }
 50% {
  -webkit-transform:scale(1.1, 0.9);
  transform:scale(1.1, 0.9)
 }
 75% {
  -webkit-transform:scale(0.95, 1.05);
  transform:scale(0.95, 1.05)
 }
}
.aciklama li {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  background: #f2f2f2;
  padding: 10px;
	list-style:none;

}
.aciklama svg {
  margin-left: -40px;
  margin-right: 10px;
}

.aciklama li:hover .check {
  stroke-dashoffset: 0;
	color:#212121;
}
.aciklama .background {
  fill: #f2f2f2;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.aciklama li:hover .background {
  background: #ffce10;
  fill: #ffce10;
  color: #212f42;
}
.aciklama .stroke {
  fill: #fff;
  stroke: #212f42;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.aciklama .check {
  fill: none;
  stroke: #212f42;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.aciklama input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  -appearance: none;
  -webkit-appearance: none;
}

.aciklama input[type=checkbox]:hover {
  cursor: pointer;
}

.aciklama input[type=checkbox]:checked + svg .background {
  fill: #ffce10;
}

.aciklama input[type=checkbox]:checked + svg .stroke {
  stroke-dashoffset: 0;
}

.aciklama input[type=checkbox]:checked + svg .check {
  stroke-dashoffset: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  padding: 0;
  list-style-type: none;
}

.card {
  position: relative;
  display: block;
  height: 100%;  
  border-radius: calc(var(--curve) * 1px);
  overflow: hidden;
  text-decoration: none;
}

.card__image {      
  width: 100%;
  height: auto;
}

.card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;      
  border-radius: calc(var(--curve) * 1px);    
  background-color: var(--surface-color);      
  transform: translateY(100%);
  transition: .2s ease-in-out;
}

.card:hover .card__overlay {
  transform: translateY(0);
}

.card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 2em 1em 1em 1em;
  border-radius: calc(var(--curve) * 1px) 0 0 0;    
  background-color: var(--surface-color);
  transform: translateY(-100%);
  transition: .2s ease-in-out;
}

.card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;      
  z-index: 1;
}

.card__arc path {
  fill: var(--surface-color);
  d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}       

.card:hover .card__header {
  transform: translateY(0);
}

.card__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;      
  border-radius: 50%;      
}

.card__title {
  font-size: 1.2rem;
  margin: 0 0 .3em;
  color: #212f42;
	letter-spacing:0;
	text-overflow: ellipsis;
-webkit-line-clamp: 2;
letter-spacing: 0;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
}
.card__header:hover {
	color:#cc2924;
}
.card__title:hover {
	color:#cc2924;
}
.card__tagline {
  display: block;
  margin: 1em 0;  
  font-size: .8em; 
  color: #D7BDCA;  
}

.card__status {
  font-size: .8em;
  color: #D7BDCA;
}

.card__description {
  padding: 0 1em 1em 1em;
  margin: 0;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.fixedmobile {
	display:none;
}
.blogcardimage {
  width: 100%;
  object-fit: cover;
  height: 200px;
  border-radius: 10px;
}
.blogcardbaslik {
  margin: 10px 0;
}
.blogcardtitle {
  font-size: 1.3rem;
}
.blogcarddevami {
  background: #f8f8f8;
  padding: 8px;
  text-align: center;
  border-radius: 50px;
  width: 120px;
  margin: 10px auto;
  float: right;
  font-size: .9rem;
  color: #888;
	border:1px solid #f8f8f8;
}
.blogcarddevami:hover {
	color: #F2A007;
	border:1px solid #F2A007;
	transform: scale(1.04);
  -ms-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
}
.blogcard:hover h3 {
  color: #F2A007;
	transition:all 0.3s ease;
}












.digerleri .card {
  width: 240px;
  background: #fff;
  padding: .4em;
  border-radius: 6px;
  margin: 1.2rem .5rem;
  float: left;
  overflow:initial;
}
.digerleri .card:hover {
  cursor: pointer;
}
.card > .number-h1 {
  font-size: 15px;
  padding: 10px;
  border-radius: 50px;
  color: #212121;
  background-color: #ffce10;
  text-align: center;
  width: 40px;
  height: 40px;
  display: block;
  margin: -30px auto 0px auto;
  z-index: 9;
  position: relative;
}
.digerleri .card-image {
  background-color: rgb(236, 236, 236);
  width: 100%;
  height: 150px;
  border-radius: 6px 6px 0 0;
  z-index: 999;
  margin-top: -10px;
}

.digerleri .card-image img {
  width: 100%;
  height: 150px;
  border-radius: 6px 6px 0 0;
}
.digerleri .category {
  text-transform: lowercase;
  font-size: 17px;
  color: var(--siyah);
  padding: 5px;
  margin-top: 5px;
  font-weight: 600;
  text-align: center;
}

.digerleri .heading {
  padding: 0px 0px 25px 0px;
  font-size: .9rem;
  color: #69788b;
  text-align: center;
}

.digerleri .heading:hover {
  cursor: pointer;
}

.digerleri .author {
  color: gray;
  font-weight: 400;
  font-size: 11px;
  padding-top: 20px;
}

.digerleri .name {
  font-weight: 600;
}

.digerleri .name:hover {
  cursor: pointer;
}










@media (min-width: 768px){
	
	.menu-list > li{
		float: left;
		position: relative;
	}
  
	.menu-list > li > a {
  padding: 25px 12px;
  line-height: 35px;
  font-size: 17px;
  text-decoration: none;
  color: #212f42;
  font-weight:500;

}
	.menu-list > li > a:hover{
		color:#F2A007;
	}
	.menu-list > li > a::after {
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #F2A007;
    transition: width .3s;
	}
	.menu-list > li > a:hover::after,.menu-list > li > a:active::after {
		width: 100%;
	}
	.menu-list > li > a.current {
		color: #F2A007;
		background: #f8f8f8;
	}
  .menu-list > li > ul{
    display: none;
    position: absolute;
    background-color: #fafafa;
    padding: 0;
    min-width: 250px;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  }
  
  .menu-list > li:hover > ul{
    display: block;
  }
	
  .menu-list > li > ul > li:first-child{
    display: none;
  }
  
  .menu-list > li > ul > li a {
    padding: 10px 15px;
	  color:#212f42;
	  text-decoration:none;
	  border-bottom:1px solid #dedede;
	  transition:all 0.3s ease;
  }
  
	.menu-list > li:hover > a {
    
  }
	.menu-list > li > ul > li:hover a{
	background-color: #f8f8f8;
	color: #F2A007;
	padding-left:20px;
	}
  .menu-list > li > a .arrow {
  display: inline-block;
  padding: 0;
  margin-left: 0;
  transition: transform 0.2s ease-in-out;
  font-size: 15px;
}
/* Blog yazıları */

/* Hover durum */
.menu-list > li > a:hover .arrow, .menu-list > li > a:active .arrow {
  transform: rotate(90deg);
}
  
}


.navbar-dark .navbar-nav .nav-link {
	color:#fff;
	font-weight:600;
	text-shadow: 0 0 3px #000;
	font-weight:600;
}
.footerbaslik {
	font-size:1.2rem;
	font-weight:600;
	color:#212f42;
	margin-bottom:10px;
}
.bg-indir {
	background:#cc2924;
	min-height:70px;
}
.bg-indir .navbar-nav .active > .nav-link, .bg-indir .navbar-nav .nav-link.active, .bg-indir .navbar-nav .nav-link.show, .bg-indir .navbar-nav .show > .nav-link {
	color:#fff;
}
.navbar-light.bg-indir .navbar-nav .nav-link {
	color:#D9D9D9;
}
.navbar-light.bg-indir .navbar-nav .nav-link:hover {
	color:#fff;
}
.bg-duyuru {
  background: #f2f7fe;
  min-height: 80vh;
	color:#212f42;
	display:block;
	overflow:hidden;
}
.bg-duyuru strong{}
.dropdown-toggle::after {
    display: none;
  }
.slideyazi {
  float: left;
	text-align:left;
}
.slideresim {
  float: right;
}
.slideresim img {
  width: auto;
}

.text-decoration-none{
  text-decoration: none!important;
}
/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width { width: 2rem;}
.singleyazi ul {
  list-style-type: "☑";
  padding-left: 30px;
}
.singleyazi ul li {
  padding-left: 5px;
  margin-bottom: 1rem;
}
.duyurubaslik {
  margin-bottom: 40px;
	color:#fff;
	text-shadow: 2px 2px 7px #000;
}
.search-container{
  width: 600px;
  display: block;
  margin: 0 auto;
}

span.iletisim-menu {
    background: #007bff;
    color: #ffffff;
    font-size: 12px;
    padding: 6px 17px;
    border-radius: 9px;
}
/*----------------------------
 * Pagenavi
 ---------------------------*/
.pagenavi {
  margin: auto;
  text-align: center;
  display: table;
	width:100%;
}
.page-link {margin:0;}
.pagination.pg-purple {
    margin: auto;
}
.page-item.active {
  color: #fff;
}
.pagination.pg-purple .page-link {
	border:0;
	color:#cc2924;
	transition:400ms ease;
}
.pagination.pg-purple .page-link:hover{
	border:0;
	background:f2f3ac;
	transition:400ms ease;
	
}
.page-item.active .page-link {
	background-color: #cc2924;
	color:#fff;
	transition:400ms ease;
}
.page-item.active .page-link:hover {
	background-color: #cc2924;
	transition:400ms ease;
}

.kapsayıcı {
    margin-top: 50px;
}
.programlar {
  margin-bottom: 30px;
}
.etiketler {
  background: #fff;
  padding: 1.25rem;
  margin: 0;
	display:none;
}
.etiketler a {
  margin-right: 10px;
	width:100%;
}
.programlar img {
    width: 100%;
    height: auto;
}
.iletisimf input {
  padding: .70rem 1.2rem;
  border-radius: 50px;
  border: 1px solid #cc2924;
  margin-bottom: 10px;
  font-size: 16px;
  width: 100%;
  color: #222;
}
.iletisimf select {
  width: 100%;
  margin-bottom: 10px;
  padding: .70rem 1.2rem;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #cc2924;
  color: #999;
  font-size: 16px;
}
.iletisimf textarea {
  width: 100%;
  padding: .70rem 1.2rem;
  border: 1px solid #cc2924;
  border-radius: 15px;
  font-size: 16px;
  color: #222;
}
.devamibutonu {
  padding: .5rem 1.2rem;
  text-align: right;
  float: right;
  border: 2px solid #353D40;
  margin-right: calc(var(--bs-gutter-x) * 1);
  border-radius: 50px;
  color: #353D40;
  font-size: 14px;
  bottom: 1.25rem;
  position: absolute;
  right: 1.25rem;
  overflow: hidden;
  clear: both;
}
.devamibutonu:hover {
	color:#cc2924;
	border:2px solid #cc2924;
}
.inp input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid #cc2924;
  margin-bottom: 20px;
}
.mesaj textarea {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #cc2924;
  padding: 5px 10px;
}
.wpcf7-submit {
  margin-top: 10px;
  padding: .70rem 1.2rem;
  font-size: 16px;
  background: #cc2924;
  border: 0;
  color: #fff;
  width: 20%;
  border-radius: 50px;
}
.wpcf7-submit:hover {
	background:#fff;
	color:#fff;
}
.thumbresim {
  margin: 0;
  padding: 0;
  float: left;
}
.sresim {
  width: 70px;
  float: left;
}
.card {
  margin: 1.25rem 0;
  border-bottom: 2.5px solid var(--gri); 
  border-radius: 0;
  line-height: 1.3;
  display: block;
  padding:0;
	transition: transform.1s linear;
   -moz-transition: transform.1s linear;
   -webkit-transition: transform.1s linear;
}
.card:hover {
  color: var(--siyah);
	border-bottom: 2.5px solid var(--sari); 
	box-shadow: 0.1em 0.1em 1em rgba(0,0,0,0.2)
}
.card:hover {
  color: var(--siyah);
	border-bottom: 2.5px solid var(--sari); 
	box-shadow: 0.1em 0.1em 1em rgba(0,0,0,0.2);
	transform: scale(1.04);
   -ms-transform: scale(1.04);
   -moz-transform: scale(1.04);
   -webkit-transform: scale(1.04);
}
.card-body::after {
    height: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 2.5px solid #efefef !important;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

}



.card:hover .card-body:after {
  height: 100%;
  color: #fff;
}

.card-body {  
  position: relative;
  z-index: 0;
	padding:0;
	float:left;
}

.card-img, .card-img-top {
  z-index: 1;
}

.card-text {
  margin-bottom: 1rem;
}

.card-date {
  color: grey;
}

.card-title {
    margin-bottom: 0;
	grid-template-columns:repeat(2, 1fr);;
	display:block;
	padding:1.25rem 1.25rem .75rem 1.25rem;
	font-size: 1.6rem;
	line-height:2rem;
    font-weight: 700;
	letter-spacing:-1px;
}
.thumbresim img {
  width: 100%;
  height: 100%;
}
.card-content {
    font-size: 1rem;
	line-height:1.5rem;
    font-weight: normal;
	padding:0 1.25rem 1.25rem 1.25rem;
	color:#353D40;
	display: block;
position: relative;
min-height: 150px;
}
div.card-title a {
    color: #353D40;
    text-decoration: none;
    display: block;
    overflow: hidden;
}
div.card-title a:hover {
	color:#cc2924;
}

.sayac {
    text-align: center;
    float: left;
    color: #9a6500;
    margin-bottom: 10px;
    width: 100%;
    padding: 20px 0;
    background: #fff282;
}

#search {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0.5em 0;
  padding: 0;
  transition: all 0.5s;
  width: 600px;
  margin: auto;
  color: #222;
}
#search button,
#search input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  outline: 0;
}

#search button {
  padding: 1rem .50rem;
  background: #cc2924;
  border-radius: 0px 50px 50px 0px;
  color: #fff;
  margin-left: 0;
  float: left;
  width: 15%;
  border: 0;
	font-weight:600;
	text-shadow:0 0 3px #000;
}
#search input {
  padding: 1rem 1.2rem;
  color: #222;
  border-radius: 50px 0 0 50px;
  background: #fff;
  border: 0;
  width: 85%;
  margin: 0;
  float: left;
}
#search input::-moz-placeholder {
  color: #000;
}
#search input:-ms-input-placeholder {
  color: #000;
}
#search input::placeholder {
  color: #000;
}
#search .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  display: none;
  padding: 0 1.5em;
}

#search.loading button {
  display: none;
}
#search.loading .spinner {
  display: block;
  color:#fff;
	cursor: pointer;
  width: 46.4px;
	height:46.4px;
  background: #cc2924;
  border-radius: 50px;
	padding:.6rem;
}

.singlebilgi {
  clear: both;
  overflow: hidden;
  display: block;
}
.baslikalani {
  margin: 0px auto;
  display: block;
}

.breadcrumb {
  display: block;
  overflow: hidden;
  clear: both;
  padding:15px;
}
.singlebilgi #search {
  margin: 40px auto;
}
.singlebaslik {
  font-weight: 700;
  display: block;
  overflow: hidden;
  clear: both;
  width: 100%;
  text-align: left;
  line-height: 1.2;
	color:#212529;
	letter-spacing:-1px;
}
.breadcrumb {
  display: block;
  overflow: hidden;
  clear: both;
  position: relative;
  color:#111;
  background:#fff;
  font-size:14px;
}
.breadcrumb a {
  color: #111;
  text-decoration:none;
}
.breadcrumb a:hover {
  color: #000;
}
.breadcrumb strong {
	color:#cc2924;
}
.singleaciklama {
  background: #fff;
  padding: 1.25rem;
  margin:1.25rem 0;
	text-align:center;
}
.singleduyuru {
  font-size: 1.4rem;
  color: #212529;
}
.reklam01 {
  margin: 30px 0 0 0;
  background: #fff;
  padding: 1.25rem;
  text-align:center;
	display:none;
}
.reklam01 h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #cc2924;
  margin: 0;
  padding: 0;

}
.altkategorilist {
  clear: both;
  overflow: hidden;
  background: #fff;
  padding: 1.25rem;
}
.anakategori {
  font-size: 2.25rem;
  font-weight: 600;
  color: #cc2924;
  margin-bottom: 1rem;
  clear: both;
  width: 100%;
  display: block;
  text-align: center;
}
.altkategori {
  padding: 10px;
  display: block;
  border: 2px solid #ccc;
  border-radius: 50px;
  text-align: center;
  margin: 1%;
  font-size: 1.25rem;
  width: 48%;
  float: left;
}
.altkategori:hover {
	color:#cc2924;
	border:2px solid #cc2924;
}
.singleozellikler {
  width: 100%;
	margin:0;
	display:none;
}
.r336_280 {
  float: left;
  width: 336px;
  height: 280px;
  display: table;
  background: #fff;
}
.r336_280 h1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color:#cc2924;
}
.singleozellik {
  float: right;
  background: #fff;
  display: table;
  width: 400px;
  padding: 1.25rem;
}
.s1 {
  width: 40%;
  float: left;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 180%;
}
.s1::before {
  content: ":";
  display: inline-block;
  text-align: right;
  float: right;
  padding-right: 10px;
}
.s2 {
  float: right;
  width: 60%;
  display: block;
  font-size: 14px;
  line-height: 180%;
}
.reklam03 {
  width: 400px;
  background: #fff;
  float: right;
  display: table;
  text-align: center;
  margin-top: 0;
  height: 400px;
}
.anasayfa {
  clear: both;
  overflow: hidden;
}
.post-list {
  padding-top: calc(var(--bs-gutter-x) * .5);
  padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.sidebars {
	padding-top: calc(var(--bs-gutter-x) * .5);
	padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.tekilyazi {
	padding-top: calc(var(--bs-gutter-x) * .5);
	padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.konular {
  background: #fff;
  margin-bottom: calc(var(--bs-gutter-x) * 1);
  padding: 0;
  overflow: hidden;
}
.sidebars, .tekilyazi {
	float:left;
}
.sidebar {
  padding: 1.25rem;
  background: #fff;
  display: block;
  overflow: hidden;
}
.sidebar img {max-width:100%;height:auto;}
.sidebarbaslik {
  font-weight: 700;
  display: block;
  font-size: 24px;
  margin: 2rem 0 0 0;
	clear:both;
	overflow:hidden;
}
.sidebarlist {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 5px 0;
}
.search-submit {
  width: 60px;
  padding: .7rem 0;
  border: 0;
}
.search-field {
  padding: .5rem;
}
.sresim {
  width: 25%;
  float: left;
}
.sresim img {
  width: 100%;
  height: auto;
}
.sbaslik {
  display: block;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  width: 75%;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 1.25rem;
  float: right;
  min-height: 94px;
}
.sbaslik:hover {
	background:#fafafa;
	color:#cc2924;
}
.sidebar .programlar {
  float: left;
}
.wp-block-button__link.has-black-color.has-text-color.wp-element-button:hover {
  background: #f8f8f8;
  border: 2px solid #067eca;
}

.singleyazisi {
  padding: 4rem 2rem;
  background: #fff;
	overflow:hidden;

}


.singleyazisi img {
	margin-bottom:15px;
}
.reklam04 {
  display: none;
  padding: 1.25rem;
  text-align: center;
  height: 200px;
  background: #f8f8f8;
  width: 100%;
  margin:1.25rem 0;
}
.reklam04 h1 {
  vertical-align: middle;
  display: table-cell;
  color: #cc2924;
  font-weight: 700;
  font-size: 26px;
}
.butonbaslik {
  color: #cc2924;
  width: 100%;
  display: block;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.butonlar {
  width: 100%;
  padding: 1.25rem;
  background: #fff;
  color: #ddd;
  margin: auto;
  text-align: center;
}
.butonlar a {
  border: 1px solid #dadada;
  padding: 1rem 1.25rem;
  border-radius: .25rem;
  color: #cc2924;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
}
.butonlar a:hover {
  border: 1px solid #cc2924;
}

.mobilmenualt {
	display:none;
}


.footer {
  background: #f2f7fe;
  color: #353D40;
}
.footersosyal {
  list-style: none;
  display: block;
  clear: both;
  overflow: hidden;
}
.footersosyal li {
  float: left;
  color: #A1A5A6;
}
.footersosyal li a i {
  color: #A1A5A6;
}
.footersosyal .nav-link {
  font-size: 18px;
	padding:.5rem;
}
.footersosyal .nav-link i {
  font-size: 20px;
}
.footersosyal .nav-link:hover i {
  color:#fff;
}
.footer .links ul {
  list-style-type: none;
	margin-left:0;
}
.footer .links li a {
  color: #353D40;
  transition: color 0.2s;
  font-size: 1rem;
  padding: 5px 0;
  display: block;
}
.footer .links li a:hover {
  text-decoration: underline;
  color: #F2A007;
}
.footer .about-company ul{
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}
.about-company li {
  float: left;
}

.footer .about-company i {
  font-size: 20px;
}
.footer .about-company a {
  color: #353D40;
  font-size: 1.25rem;
  margin: 8px;
}
.footer .about-company a:hover {
  color: var(--kirmizi);
}
.footer .location i {
  font-size: 18px;
}
.copyright {
  background: #ffce10;
  text-align: center;
  color: #212f42;
	padding:1rem;
}
.navbottommenu {display:none;}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 160px;
  overflow: hidden;
  font-size: 35px;
  line-height: 40px;
  color: #212f42;
}
.content__container {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
  padding: 0 40px;
}

.content__container:after, .content__container:before {
  position: absolute;
  top: 0;
  color: #16a085;
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.content__container__text {
  display: inline;
  float: left;
  margin: 0;
}
.content__container__list {
  margin-top: 0;
  padding-left: 110px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  line-height: 40px;
  margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
/*--------------------------------------------------------------------------
|  03 Hizmetlerimiz
--------------------------------------------------------------------------*/ 
.owl-nav {
  font-size: 50px;
  line-height: 40px;
  color: #ffce10;
}
.hizmetlerimiz {
  padding: 50px 0;
	background: #f2f7fe;
}
.hizbaslik {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 80px;
	padding:10px;
	
}

.nile-service.layout-1 {
  margin: 15px 0 15px 0;
  text-align: center;

  font-family: 'Poppins',sans-serif;
	transition: transform.1s linear;
   -moz-transition: transform.1s linear;
   -webkit-transition: transform.1s linear;
}
.nile-service.layout-1:hover {
	transform: scale(1.04);
   -ms-transform: scale(1.04);
   -moz-transform: scale(1.04);
   -webkit-transform: scale(1.04);
	
}
.item-details {
  background: #fff;
  margin-top: -10px;
  padding: 10px 10px 50px 10px;
  border-radius: 0 0 20px 20px;
  border-bottom: 2.5px solid var(--gri);
}
.item-details:hover{
	border-bottom:2.5px solid var(--sari);
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.item-details:hover .more {
	border:1px solid #ffce10;
}
.nile-service.layout-1 .no-js .owl-carousel, .nile-service.layout-1 .owl-carousel.owl-loaded {
	display:contents;
}
.nile-service.layout-1 .icon {
    width: 40px;
	height:40px;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    background-color: #ffce10;
    position: relative;
    z-index: 3;
}
.nile-service.layout-1 .icon i {
  font-size: 20px;
  color: #212f42;
  line-height: 40px;
  margin: auto;
  text-align: center;
}
.nile-service.layout-1 .icon svg {
  font-size: 20px;
  color: #212f42;
  line-height: 40px;
  margin: auto;
  text-align: center;
	padding: 10px 0;
}

.nile-service.layout-1 .icon:before {
    transition: all 0.5s;
    content: " ";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 50%;
    background-color: #ffce10;
    opacity: .6;
    z-index: -1;
}
.nile-service.layout-1 .img-in {
  position: relative;
  margin-top: -20px;
  border-radius: 10px;
}
.nile-service.layout-1 .img-in img {
  transition: all 0.5s;
  border-radius: 10px;
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.nile-service.layout-1 a.title {
  font-size: 22px;
  font-weight: 500;
  margin: 0 auto 10px auto;
  display: block;
  position: relative;
  color: #212f42;
  padding-top: 20px;
}
.nile-service.layout-1 a.title:before {
  transition: all 0.5s;
  content: " ";
  display: block;
  position: absolute;
  bottom: -3px;
  z-index: -1;
  height: 3px;
  border-radius: 15px;
  width: 0px;
  margin: auto;
  background-color: #cc2924;
  opacity: .7;
  left: 0;
  right: 0;
}
.nile-service.layout-1 .wasf {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #69788b;
}
.nile-service.layout-1 a.more {
  color: #69788b;
  border: 1px solid #ddd;
  padding: 10px 18px;
  border-radius: 25px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.nile-service.layout-1 a.more:hover {
    color: #212f42;
    background: #ffce10;
	transition: all 0.3s ease;
}

.nile-service.layout-1:hover .icon:before {
  width: 60px;
  height: 60px;
  top: -10px;
  left: -10px;
}
.nile-service.layout-1:hover .img-in img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.nile-service.layout-1:hover a.title:before {
  width: 100px;
}


#customers-testimonials .item {
  text-align: center;
  margin-bottom: 80px;
}

.owl-carousel .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
  color:#cc2924;
  font-size:42px;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  transition: all 0.3s ease;
  color:#212f42;
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

.owl-carousel {
  position: relative;
}
.owl-carousel a {
  text-decoration:none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 30%;
  text-align: center;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -70px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -70px;
}
.owl-nav button i {
	transition: all 0.3s ease;
    font-size: 42px;
    color: #cc2924;
}
.owl-nav button i:hover {
	transition: all 0.3s ease;
    color: #212f42;
}
.anareferanslarimiz .front,
.anareferanslarimiz .back {
  display: flex;
  border-radius: 6px;
  background-position: center;
  background-size: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
}

.anareferanslarimiz .front {
  background-size: cover;
  padding: 2rem;
  font-size: 1.618rem;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  font-family: Poppins, sans-serif;
}
.anareferanslarimiz .front:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.anareferanslarimiz  .card:hover .front {
  transform: rotateY(180deg);
}
.anareferanslarimiz  .card:nth-child(even):hover .front {
  transform: rotateY(-180deg);
}
.digerleri .card:hover .category {
  color:#F2A007;
	transition:all 0.3s ease;
}

.anareferanslarimiz .back {
  background: #111;
  transform: rotateY(-180deg);
  padding: 0 1em;
	color:#888;
}
.anareferanslarimiz .back .button {
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
}
.anareferanslarimiz .back .button:before {
  box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25);
  background-color: rgba(26, 87, 230, 0.25);
}
.anareferanslarimiz .card:hover .back {
  transform: rotateY(0deg);
}
.anareferanslarimiz  .card:nth-child(even) .back {
  transform: rotateY(180deg);
}
.anareferanslarimiz .card:nth-child(even) .back .button {
  background: linear-gradient(135deg, #e61a80, #e61a3c);
}
.anareferanslarimiz .card:nth-child(even) .back .button:before {
  box-shadow: 0 0 10px 10px rgba(230, 26, 60, 0.25);
  background-color: rgba(230, 26, 60, 0.25);
}
.anareferanslarimiz .card:nth-child(even):hover .back {
  transform: rotateY(0deg);
}

.anareferanslarimiz .button {
  transform: translateZ(40px);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 100px;
  font: inherit;
  border: none;
  position: relative;
  transform-style: preserve-3d;
  transition: 300ms ease;
}
.anareferanslarimiz .button:before {
  transition: 300ms ease;
  position: absolute;
  display: block;
  content: "";
  transform: translateZ(-40px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  border-radius: 100px;
  left: 10px;
  top: 16px;
}
.anareferanslarimiz .button:hover {
  transform: translateZ(55px);
}
.anareferanslarimiz .button:hover:before {
  transform: translateZ(-55px);
}
.anareferanslarimiz .button:active {
  transform: translateZ(20px);
}
.anareferanslarimiz .button:active:before {
  transform: translateZ(-20px);
  top: 12px;
}


@media only screen and (max-width: 991px) {
	.slideyazi h1 {
	font-size:2.5rem;
}
	.links {
  float: left;
  width: 50%;
}
	.py-5{
	padding:2rem 0;
	}

	.kampanyayazi {width:100%;text-align:center;}
	.demobuton {width:100%;text-align:center;margin-top:15px;}
	.kampanya h2 strong {font-size:36px;}
	.about-company {float:left;width:50%;margin-right;2%;}
	.about-company img {max-width:90%;height:auto;}
	.footer .about-company ul {width:90%;display:table;margin:1rem auto;text-align:center;}
	.footerbaslik {font-size:19px;}
	.footer .links li a {font-size:.9rem;padding:3px;}
	.sbutonlar {
    flex-direction: column; /* Mobilde alt alta sıralar */
  }
	.digerleri .card-image {height:100px;}
	.digerleri .card-image img {max-height:100px;}
	.digerleri .card {
  width: 45%;
	}
	.slideresim img {
  width: 100%;
  height: auto;
  margin-top:2rem;
}
	.cards li {
  width: 48%;
  float: left;
  margin:1%;
}
	.cards {display:table;}
	.card__title {font-size:1rem;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;  /* Number of lines displayed before it truncate */
     overflow: hidden;}
	.card__description {font-size:.8rem;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  /* Number of lines displayed before it truncate */
     overflow: hidden;}
	.kampanyayazi {
  width: 100%;
}
	.demobuton a {
	font-size:18px;
		padding:12px 20px;;
		
	}
	.nedenyazi {
  width: 100%;
  float: none;
  padding-bottom: 0;
}
	.nedenresim {
  width:100%;
  float: none;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 2rem;
}
	.nedenresim img{width:80%;height:auto;}
.navbottommenu {
  display: block;
  overflow: hidden;
  clear: both;
  position: absolute;
  bottom: 0;
}
  #search button {
  padding: 1rem .50rem;
  background: #cc2924;
  border-radius: 0px 50px 50px 0px;
  color: #fff;
  margin-left: 0;
  float: left;
  width: 25%;
  border: 0;
}
	
#search input {
  padding: 1rem 1.2rem;
  color: #222;
  border-radius: 50px 0 0 50px;
  background: #fff;
  border: 0;
  width: 75%;
  margin: 0;
  float: left;
}
	.logo img {
		width:190px;
		height:45px;
	}
	h1.duyurubaslik {
		font-size:1.75rem;
	}
	.navbar-toggler i {
  color: #fc0;
}
	#search {
		width:100%;
	}
	.navbar-toggler {
		margin: 1rem 0;
	}
	.singlebilgi #search {
  margin: 40px auto 20px auto;
}
.singlebaslik {
	font-size:2rem;
}
	.singlebilgi {
  clear: both;
  overflow: hidden;
  display: block;
  margin: 70px 10px 10px 10px;
}
.singleaciklama {
  margin-bottom: 0;
}
	.card-content {
		min-height:280px;
	}
.r336_280 {
  float: none;
  width: 336px;
  height: 280px;
  display: table;
  background: #fff;
  margin: 1.25rem auto;
}
.singleozellik {
  float: none;
  width: 100%;
}
.singleyazisi {
  padding: 1.25rem;
  background: #fff;
  margin: 0;
}
.reklam03 {
  width: 100%;
  background: #fff;
  float: none;
  display: table;
  padding: 1.25rem;
  text-align: center;
  height: 400px;
  margin: 0;
}

.butonlar {
	margin:1.25rem auto;
}
.butonlar a {
  border: 1px solid #dadada;
  padding: 1rem 1.25rem;
  border-radius: .25rem;
  color: #003F63;
  text-decoration: none;
  display: inline-block;
  margin: .5rem;
  text-align: center;
  float: left;
  width:45%;
}
.sidebar {
	margin-left: 0;
	margin-top: 0;
}
	.show-xs{
    display: block;
  }
  

.nav-toggle{
    float: left;
    width: 50px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
  }


  .logo{
    width: calc(100% - 100px);
  }
  
  .nav-menu{
    position: fixed;
    background-color: #fff;
    left: -260px;
    width: 250px;
    height: 100vh;
    overflow: hidden;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s;
	  top:0;
  }
  
  .nav-shown .nav-menu{
    left:0;
  }
  
  .nav-menu ul{
    top: 0;
    height:100%;
    width: 250px;
    transition: left 0.3s;
    overflow: auto;
  }
  
  .menu-list{
    padding: 10px 0 !important;
  }
  
  .menu-list li a{
    display: block;
    padding: 10px 20px;
    position: relative;
	text-decoration:none;
	border-bottom: 1px solid #ededed;
  }
  
  .menu-list li a .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 44.8px;
  height: 44.8px;
  line-height: 44.8px;
  text-align: center;
  border-left: 1px solid #f9f9f9;
  font-size: 16px;
}

  .menu-list li a:hover, .menu-list li a.current, .menu-list li a.current .arrow {
  color:#cc2924;
  background:#f8f8f8;
}
  .menu-sub-list {
    position: absolute;
    left: 250px;
    background-color: #fff;
    z-index: 1;
  }
  
  .menu-sub-list.shown{
    left: 0;
  }
  
  .menu-sub-list .back{
    border-bottom: 1px solid #ddd;
  }
	.header-top-sag {
		display:none;
	}
	.header-top-sol {
		width:100%;
		font-size:14px;
	}
	.mobilmenualt {
  display: inline-block;
}
	.aplication {
  width: 46%;
  float: left;
  margin: 5% 2%;
}
	.aplication img {
  object-fit: contain;
  width: 100%;
}
	.iletisimbilgi {
  font-size: 13px;
  text-align: center;
}
.iletisimbilgi span {
  clear: both;
  overflow: hidden;
  display: block;
  padding: 10px 6px;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 14px;
  width: 94%;
  text-align: center;
  margin: 5px auto;
}
	.anakategori {
		font-size:1.5rem;
		margin-bottom:0;
	}
	.altkategori {
		width:98%;
		font-size:1rem;
	}
	.breadcrumb {
		font-size:12px;
	}
	.singlebilgi {
		margin:10px 0;
	}
	.singlebilgi #search {
  margin: 20px auto 20px auto;
  padding: 0 15px;
}
	.singlebaslik {
  font-size: 1.75rem;
  padding: 15px 15px 5px 15px;
}
	.thumbresim {
		display:none;
	}
	.card-title {
		font-size:1.5rem;
		padding:1.25rem 1.25rem 0rem 1.25rem;
		font-weight:600;
	}
	.card-content, p, .wp-block-button__link {
		font-size:.9rem;
	}
	div.card-title a {
		text-overflow: inherit;
		white-space: inherit;

	}
	.card-content {
		padding:1.25rem;
	}
	.sbaslik {
		padding:8px;
		min-height:0px;
	}
	.wp-block-button__link.has-black-color.has-text-color.wp-element-button {
		font-size:1rem;
	}
.owl-nav button {display:none;}
	.fixedmobile {
	display:block;
}
.fixedmobile {
  display: block;
  background: linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(231,231,231,1) 100%);
  width: 100%;
  height: 60px;
  position: fixed;
	bottom:0;
	z-index:9999;
	border-top:1px solid #ddd;
}
.fixmenu {
  width: 20%;
  float: left;
  text-align: center;
  padding: 8px 0;
	color:#212f42;
}
	.fixmenu i {
	font-size:16px;
	background:#fafafa;
	padding:5px;
	}
	.fixmenu svg {
	font-size:16px;
	background:#fafafa;
	padding:5px;
	}
.fixmenu span {
  text-align: center;
  font-size: 12px;
  display: block;
	color:#212f42;
}
	.fixmenu:hover{
	background:#ddd;
	}
	.fixmenu.fixextra {
  margin: auto;
  text-align: center;
  position: relative;
  top: -22px;
}
	.fixmenu.fixextra:hover {
	background:transparent;
	}
	.fixmenu.fixextra i {
  background: linear-gradient(132deg, #f12323, #cc2924, #e5144a, #f6292a, #ec0515);
  padding: 13px;
  border: 0px;
  border-radius: 50px;
  z-index: 9999;
  font-size: 22px;
  color: #fff;
}
	.fixmenu.fixextra svg {
  background: linear-gradient(132deg, #f12323, #cc2924, #e5144a, #f6292a, #ec0515);
  padding: 13px;
  border: 0px;
  border-radius: 50px;
  z-index: 9999;
  font-size: 22px;
  color: #fff;
}
.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }
}


.anareferanslarimiz .card {
  color: inherit;
  cursor: pointer;
  width: 48%;
	margin:1%;
  height: 350px;
  min-height: 350px;
  perspective: 10000px;
  position: relative;
	border:0;
	padding:0;
}
	.anareferanslarimiz .front {
		background-size:100%;
	}

}

.mavispan {
  font-weight: 500;
  color: #fff;
  background: #1087cb;
  padding: 10px;
  margin-top: 5px;
  display: inline-block;
}

.gri {
  color: #999 !important;
}
li.gri span::before {
  background: #ddd !important;
}
.gerisayim {
  padding: 80px 0;
}
.gerisayim h2 {
  margin-bottom: 20px;
}
.vurgula {
  background: #1087cb;
  border-radius: 50px;
  padding: 5px 20px;
  color: #fff;
  margin: 10px 0;
  display: inline-block;
}
.timer {
  width: 25%;
  float: left;
}
.timer span {
  font-size: 32px;
  font-weight: 600;
  margin: 3px;
  background: #1087cb;
  padding: 0 10px;
  width: 50px;
  display: inline-block;
  height: 60px;
  text-align: center;
  justify-items: center;
  position: ;
  line-height: 60px;
  color: #fff;
}