@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}
body {
	background: #fafafa;
	color:#1a1a1a;
	font-size:1.2rem;
	opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight:700;
	letter-spacing:-1px;
	margin-bottom: 1rem;
}
a {
	color:#212529;
	text-decoration:none;
}
::selection {
	background:#29468e;
	color:#fff;
}


.clear:after{
  content: '';
  display: table;
  clear: both;
}


.show-xs{
  display: none;
}

.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: #29468e;
  color: #fff;
  padding: 10px 0;
  display: block;
  overflow: hidden;
  font-size:15px;
}
.header-top-sol {
  width: 70%;
  float: left;
}
.header-top-sag {
  float: right;
  width: 30%;
  text-align: right;
}
.topbar a {
  color: #fff;
  text-decoration: navajowhite;
}
.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: #f0ee1c;
  font-weight: 600;
}
.copyright a:hover {
  color: #ff8a00;
}
.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;
}
.anasayfayazi {
  background: #fff;
  padding: 1.25rem 1.25rem .75rem 1.25rem;
  margin-bottom: calc(var(--bs-gutter-x) * 1);
}
.anasayfayazi h1, .anasayfayazi h2, .anasayfayazi h3 {
	color:#29468e;
}
.anasayfayazi h2 {
	font-size:2.25rem;
}
ul.ikilist {
  width: 100%;
  display: table;
}
ul.ikilist li {
  width: 50%;
  float: left;
  margin-bottom: 0.5rem;
}
.logo {
	float: left;
	padding: 15px 0 15px 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;
}
.onceki {
  margin-top: .8rem;
  clear: both;
  overflow: hidden;
  padding: 1.25rem;
  background: #fff;
  font-size: 1.1rem;
}
.onceki img {
  float: left;
  margin-right: .8rem;
}
.onceki a {
  color: #353D40;
}
.onceki a:hover {
	background: #fafafa;
  color: #29468e;
}

.sonrakiy {
  clear: both;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.benzeryazilar {
  margin-top: .8rem;
  clear: both;
  overflow: hidden;
  padding: 1.25rem;
  background: #fff;
  font-size: 1.1rem;
}
.benzeryazilar h3 {
	color:#29468e;
}
.benzeryazi img {
  width: 100%;
  height: auto;
  text-align: center;
  margin: auto;
}
.b-baslik {
  display: block;
  line-height: 1.5rem;
  font-size: 1rem;
  padding: 5px;
}
.benzeryazilar a:hover {
	color:#29468e;
}
.wp-block-button__link {
	margin:10px 0;
}

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

}
	.menu-list > li > a::after {
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #29468e;
    transition: width .3s;
	}
	.menu-list > li > a:hover::after,.menu-list > li > a:active::after {
		width: 100%;
	}
	.menu-list > li > a.current {
		color: #29468e;
		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 {
	  font-size:1rem;
    padding: 10px 15px;
	  color:#29468e;
	  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: #29468e;
	color: #fff;
	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;
}

/* 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:24px;
	font-weight:600;
	color:#29468e;
	margin-bottom:10px;
}
.bg-indir {
	background:#29468e;
	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 {
	text-align:left;
}
.bg-duyuru sol {
	float:left;
	text-align:left;
}
.sol h1 {
  color: #29468e;
  font-size: 3.3rem;
}
.anasayfabutonlar {
	margin:auto;
	text-align:center;
}
.tbuton i {
  font-size: 1.5rem;
  vertical-align: bottom;
}
.tbuton {
  font-size:1.5rem;
  color: #29468e;
  text-decoration: none;
  border: 2px solid #29468e;
  padding: 12px 28px;
  border-radius: 100px;
  display: inline-block;
  margin: 10px 15px;
  line-height:1.5rem;
  letter-spacing:-1px;
}
.tbuton:hover{
	color:#fff;
	background-image: linear-gradient(to right,#0b4ba3,#29468e,#0d44c2,#194ccb);
}
.wbuton i {
  font-size: 1.5rem;
  vertical-align: bottom;
}
.wbuton {
  color:#1a7b06;
  font-size:1.5rem;
  text-decoration: none;
  border: 2px solid #1a7b06;
  padding: 12px 28px;
  border-radius: 100px;
  display: inline-block;
  margin: 10px 15px;
  line-height:1.5rem;
  letter-spacing:-1px;
}
.wbuton:hover {
  background-image: linear-gradient(to right,#1da30b,#1a7b06,#1fa106,#28c10a);
  color: #fff;
}
.wbuton i {
  font-size: 1.5rem;
  vertical-align: bottom;
}
.sag img {
  width: 100%;
  height: auto;
}
.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
}
@keyframes Gradient {
  0% {
    background-position:0% 50%
  }
  50% {
    background-position:100% 50%
  }
  100% {
    background-position:0% 50%
  }
}
.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;
}
.demobuton a:hover,
.demobuton a:focus {
  box-shadow:0 0 0 2px #fff,0 0 0 4px #29468e;
  transition-timing-function:cubic-bezier(.6,4,.3,.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(.9,1.1);
    transform:scale(.9,1.1)
  }
  50% {
    -webkit-transform:scale(1.1,.9);
    transform:scale(1.1,.9)
  }
  75% {
    -webkit-transform:scale(.95,1.05);
    transform:scale(.95,1.05)
  }
  from,
  to {
    -webkit-transform:scale(1,1);
    transform:scale(1,1)
  }
  25% {
    -webkit-transform:scale(.9,1.1);
    transform:scale(.9,1.1)
  }
  50% {
    -webkit-transform:scale(1.1,.9);
    transform:scale(1.1,.9)
  }
  75% {
    -webkit-transform:scale(.95,1.05);
    transform:scale(.95,1.05)
  }
}
@-webkit-keyframes gelatine {
  from,
  to {
    -webkit-transform:scale(1,1);
    transform:scale(1,1)
  }
  25% {
    -webkit-transform:scale(.9,1.1);
    transform:scale(.9,1.1)
  }
  50% {
    -webkit-transform:scale(1.1,.9);
    transform:scale(1.1,.9)
  }
  75% {
    -webkit-transform:scale(.95,1.05);
    transform:scale(.95,1.05)
  }
  from,
  to {
    -webkit-transform:scale(1,1);
    transform:scale(1,1)
  }
  25% {
    -webkit-transform:scale(.9,1.1);
    transform:scale(.9,1.1)
  }
  50% {
    -webkit-transform:scale(1.1,.9);
    transform:scale(1.1,.9)
  }
  75% {
    -webkit-transform:scale(.95,1.05);
    transform:scale(.95,1.05)
  }
}
.dropdown-toggle::after {
    display: none;
  }
.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::marker {color:#f45200;}
.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:#29468e;
	transition:400ms ease;
}
.pagination.pg-purple .page-link:hover{
	border:0;
	background:f2f3ac;
	transition:400ms ease;
	
}
.page-item.active .page-link {
	background-color: #29468e;
	color:#fff;
	transition:400ms ease;
}
.page-item.active .page-link:hover {
	background-color: #29468e;
	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 #29468e;
  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 #29468e;
  color: #999;
  font-size: 16px;
}
.iletisimf textarea {
  width: 100%;
  padding: .70rem 1.2rem;
  border: 1px solid #29468e;
  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: 0;
  position: relative;
  right: 0;
  overflow: hidden;
  clear: both;
  margin-top: calc(var(--bs-gutter-x) * -2.5);
}
.devamibutonu:hover {
	color:#29468e;
	border:2px solid #29468e;
}
.inp input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid #29468e;
  margin-bottom: 20px;
}
.mesaj textarea {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #29468e;
  padding: 5px 10px;
}
.wpcf7-submit {
  margin-top: 10px;
  padding: .70rem 1.2rem;
  font-size: 16px;
  background: #29468e;
  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 #29468e !important; 
  border-radius: 0;
  line-height: 1.3;
  display: block;
  padding:0;
}

.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 {
  color: #000;
}

.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: 400;
  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:#29468e;
}

.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: #29468e;
  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: #29468e;
  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:#29468e;
}
.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: #29468e;
  margin: 0;
  padding: 0;

}
.altkategorilist {
  clear: both;
  overflow: hidden;
  background: #fff;
  padding: 1.25rem;
}
.anakategori {
  font-size: 2.25rem;
  font-weight: 600;
  color: #29468e;
  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:#29468e;
	border:2px solid #29468e;
}
.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:#29468e;
}
.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 {
  margin-top: 1rem;
  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;
}

.sidebarbaslik {
  font-weight: 700;
  color: #29468e;
  display: block;
  font-size: 24px;
  margin-bottom: 0.75rem;
}
.rastgelebaslik {
  font-weight: 700;
  color: #29468e;
  display: block;
  font-size: 24px;
  margin-top:2rem;
  margin-bottom: 0.75rem;
}
.sidebarlist {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 5px 0;
}
.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:#29468e;
}
.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: 1.25rem;
  background: #fff;

  font-size: 1.1rem;
	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: #29468e;
  font-weight: 700;
  font-size: 26px;
}
.butonbaslik {
  color: #29468e;
  width: 100%;
  display: block;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.hizlimenu {display:none;}
.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: #29468e;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
}
.butonlar a:hover {
  border: 1px solid #29468e;
}

.mobilmenualt {
	display:none;
}


.footer {
  background: #efefef;
  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: #29468e;
}
.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: #29468e;
}
.footer .location i {
  font-size: 18px;
}
.copyright {
  background: #353D40;
  text-align: center;
  color: #fff;
	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);
  }
}





@media only screen and (max-width: 991px) {
	
    .hizlimenu {
        margin: 0;
        padding: 0 0 0 0;
        position: fixed;
        display: block;
        text-align: center;
        bottom: 0;
        width: 100%;
        z-index: 99999;
    }
	
    .telefonet {
        margin: auto;
        text-align: center;
        display: block;
        width: 50%;
        float: left;
        padding: 10px;
        font-size: 20px;
        background: #0754AC;
        color: #fff;
    }
	
.whatsappyaz {
        margin: auto;
        text-align: center;
        display: block;
        width: 50%;
        float: left;
        padding: 10px;
        font-size: 20px;
        background: #2D6100;
        color: #fff;
    }	
	
	
	
.navbottommenu {
  display: block;
  overflow: hidden;
  clear: both;
  position: absolute;
  bottom: 100px;
}
  #search button {
  padding: 1rem .50rem;
  background: #29468e;
  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:133px;
		height:40px;
	}
	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;
}
	.sol h1 {
  font-size: 2.5rem;
  text-align: center;
}
	.anasayfayazi h2 {font-size:1.75rem}
	.anasayfayazi h3 {font-size:1.5rem}
	.kampanyayazi {width: 100%;text-align:center;}
	.demobuton {width:100%;text-align:center;margin-top:20px;}
.singlebaslik {
	font-size:2rem;
}
	ul.ikilist li {width:100%;}
	.devamibutonu {position:relative;}
	.hizlimenu {
    margin: 0;
    padding: 0 0 0 0;
    position: fixed;
    display: block;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}
.telefonet {
    margin: auto;
    text-align: center;
    display: block;
    width: 50%;
    float: left;
    padding: 10px;
    font-size: 20px;
    background: #0068a8;
    color: #fff;
}
.whatsappyaz {
    margin: auto;
    text-align: center;
    display: block;
    width: 50%;
    float: left;
    padding: 10px;
    font-size: 20px;
    background: #00a800;
    color: #fff;
}
	.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;
  font-size: 1.2rem;
}
.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;
  }

	.menu-list li a {
	font-size:1rem;}
  .logo{
    width: calc(100% - 90px);
	  padding:20px 0;
  }
  
  .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:#29468e;
  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;
	}

	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;
	}
	
}