.acgizle{
	display:none;
	position:absolute;
	top:-90px;
	right:28px;
	background:#bc202a;
	color:#F3F5F9;
	border:none;
	border-radius:10px;
	padding:10px;
	animation:acgizle 1s linear infinite
}
.yukari1{
	border:none;
	background:transparent;
	border-radius:10px;
	color:#ffffff;
	box-shadow:0px 0px 10px 1px #fff;
	text-decoration:none
}
.sakla{
	position:absolute;
	top:-30px;
	right:30px;
	background:#bc202a;
	color:#F3F5F9;
	border:none;
	border-radius:10px;
	padding:10px
}
.sakla1{
	border:none;
	background:transparent;
	color:#F3F5F9
}
.radyodiv{
	display:block
}
#radyo{
	border:none;
	background:transparent
}
.radyobutton{
	background:#ffffff;
	color:#bc202a;
	;
	border-radius:10px;
	border:none;
	padding:10px;
	box-shadow:0px 0px 10px 5px #fff;
	font-size:30px;
	text-decoration:none;
	animation:radyobutton 1s linear infinite
}
.bg-orgin{
	background: #181b23;
	border-top: 1px solid #fff;
}
.col-radyo1{
	-ms-flex:0 0 40%;
	flex:0 0 40%;
	max-width:40%
}
.col-radyo1{
	-ms-flex:0 0 60%;
	flex:0 0 60%;
	max-width:60%;
	font-size: 14px;
}
.yorum {
	margin-top: 30px;
	border-top: 2px solid #434343;
	padding: 10px;
	border-radius: 5px;
}
.yorum form {

}
.yorum label {

}
.yorum input {
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	font-weight: bold;
	margin: 5px;
	background: silver;
}
.yorum textarea {
	width: 100%;
	height: 100px;
	padding: 5px;
	border-radius: 5px;
	font-weight: bold;
	margin: 5px;
}
.yorum button {
	width: 100%;
	border-radius: 5px;
	background: #51596d;
	color: white;
	font-weight: bold;
}
.yorumlar {
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 15px;
	margin-bottom: 30px;
}
.yorumcu {
	border-bottom: 2px solid white;
}
.yorumlar h4 {
	color: silver;
	text-align: center;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}
.yorumcu i {
	color: #ff914d;
}
.yorumcu b {
	font-weight: bold;
	color: #fffdfd;
}
.yorumcu h2 {
	color: #e9e7e7;
	padding: 5px;
	font-size: 17px;
	background: transparent !important;
}
.yorumcu h3 {
	color: #fafafa;
	padding: 5px;
	font-size: 17px;
	margin-bottom: 17px;
}
.sayfa {
	background: transparent;
	color:#fff;
	padding: 10px;
	border-radius: 10px;
	margin-top: 10px;
}
.sayfa font {
	color: #fff !important;
}
.sayfa div {
	color: #fff !important;
}
.sayfa span {
	color: #fff !important;
}
.blog {
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	margin-top: 10px; 
}
.blog font {
	color: #fff !important;
}
.blog div {
	color: #fff !important;
}
.blog span {
	color: #fff !important;
}
.blog .title {
	font-weight: bold;
	font-size: 25px;
}
.footer {
	margin-bottom: 100px !important;
}
.owl-nav,
.mobiluygulama .owl-dots {
	display: none;
}
.figure img {
	max-width: 200px;
}
.announcements {
	overflow: hidden;
}

.scrolling-text {
	white-space: nowrap;
	display: inline-block;
	animation: scrollingText 60s linear infinite; /* Kayma süresini ve hızını ayarlayabilirsiniz */
}
.scrolling-text a {
	color: white;
}
.kayanistek {
	background: #bc202a;
	padding: 5px;
	border-radius: 5px;
}
.program-img img {
	height: 150px !important;
}
@keyframes scrollingText {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@media screen and (max-width:1044px){
	.figure img {
		max-width: 100%;
	}
}