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

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

body {
	margin-bottom: 200px;
	background: url('../images/bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: top;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: #040530;
	padding: 15px 0
}
footer a {
	text-decoration: none;
	font-weight: normal;
	color: #e76800;
}
footer a:hover {
	color: #b15103;
}
#e76800#aa4e02
.lang {
	position: absolute;
	right: 10px;
}

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

.nav-item {
	position: relative;

}

.nav-item a {
	color: #000000 !important;
    font-size: 18px;
    /* font-weight: bold; */
}

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

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

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

.dropdown ul {
	position: absolute;
	width: 250px;
	padding: 0;
	list-style: none;
	background: #f2f2f2;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	text-align: left;
}

.dropdown ul li a {
	padding: 10px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #dedede;
}

.dropdown ul li a:hover {
	background: #68b852;
	color: #f3f3f3 !important;
}

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


@media (min-width: 991.98px) and (max-width: 1250.98px) {
	.boxing {
		margin-top: 0 !important;
	}

}

@media (max-width: 991.98px) {
	.bildiri-turleri {
		flex-direction: column;
	}

	.fast-menu {
		flex-direction: column;
		margin-top: 0 !important;
		align-items: center !important;
	}

	.fast-menu-button {
		width: 100% !important;
		margin: 10px 0;
	}

	.fast-menu .text::before {
		display: none;
	}

	.fast-menu .image::before {
		display: none;
	}

	.fast-menu .image::after {
		display: none;
	}

	.col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100% !important;
	}

	.dropdown ul {
		position: relative;
		display: none;
		width: 100%;
		background: #bbbeba;
	}

	.dropdown ul li a {
		color: #000 !important;
	}

	.dropdown ul li a:hover {
		background: #68b852;
		color: #000 !important;
	}

	.onemli-tarihler {
		margin-top: 30px !important;
	}

	.navbar {
		display: block;
	}

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

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


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


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

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

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

	button:focus {
		outline: none;
	}

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

.bg-theme {
	position: sticky;
	right: 0;
	background: #fff;
	z-index: 1;
}



/*HEADER*/
.header {
	position: relative;
}

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

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

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

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

.n-width .coll-4 {
	width: 400px;
	float: right;
	z-index: 9;
	position: relative;
}

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


.n-width .content-web {
	text-align: justify;
	padding: 10px;
	border-radius: 10px;
	margin-left: 40px;
	margin-right: 10px;
	padding: 10px 20px;
	box-shadow: 0px 0px 5px 4px #dedede;
	background: #fff;
}

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

.n-width .content-web h1 {
	text-transform: uppercase;
	font-size: 33px;
	padding: 10px;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	font-family: sans-serif;
	background: #030678;
	border-radius: 10px;
	box-shadow: 0px 4px 2px 0px #0f0f0f;
}



.n-width .content-web h2 {
	font-size: 24px;
	color: #fff;
	margin: 0;
	font-family: sans-serif;
	margin-bottom: 15px;
	background: #ba3939;
	padding: 10px 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #acacac;
	text-align: center;
}

.n-width .content-web h3 {
	font-size: 20px;
	color: #ba3939;
}



/*TABLET*/
@media (max-width: 991.98px) {
	.bg-theme {
		background: #030678;
	}

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

	.nav-item a:hover {
		color: #fff !important;
	}
	.n-width .coll-4 {
		display: block;
		margin: auto;
		float: inline-start;
	}

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



img {
	max-width: 100%;
}

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




.yanson {

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

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

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.item:hover a {
	text-decoration: none;
}

.item:hover a p {
	color: #000;
}


.nav-item .aktif {
	color: #030678 !important;
}

.nav-fill .nav-item {
	flex: 0.04 0 auto;
}

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

.headOne {
	position: relative;
}



.fast-menu {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin-top: 0;
	z-index: 999;
	position: relative;
	margin-top: -30px;
}

.fast-menu-button {
	margin-right: 25px;
	display: flex;
	background: #eae4e4;
	justify-content: start;
	align-items: center;
	border-radius: 50px;
	width: 280px;
	border: 5px solid #70b03e;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.fast-menu-button:hover {
	color: #030678;
	text-decoration: none;
}

.fast-menu .image {
	padding: 5px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	width: 80px;
	position: relative;
	padding-left: 14px;
}

.fast-menu .bilimsel {
	background: linear-gradient(263deg, #c32d44, #922f3e);
}

.fast-menu .kayit {
	background: linear-gradient(263deg, #dc9b34, #dc9b348f);
}

.fast-menu .bildiri {
	background: linear-gradient(263deg, #433bd1, #433bd1b8);
}

.fast-menu .image img {
	max-width: 35px;
}

.fast-menu .text {
	margin-left: 20px;
	position: relative;
}

.fast-menu .image::after {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: -12px;
	width: 35px;
	height: 6px;
	border-radius: 9999px;
	background-color: #a7a8ab;
	transform-origin: 2px 50%;
}

.fast-menu .image::before {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	right: -12px;
	width: 35px;
	height: 6px;
	border-radius: 9999px;
	background-color: #a7a8ab;
	transform-origin: 2px 50%;
}



.fast-menu .text::before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 22px 20px 23px 0px;
	border-color: transparent #eae4e4 transparent transparent;
	transform: rotate(0deg);
	left: -36px;
	position: absolute;
	bottom: -11px;
}

.fast-menu .image::before {
	transform: rotate(45deg);
}

.fast-menu .image::after {
	transform: rotate(-45deg);
}

.main-topics {
	position: relative;
}

.main-topics li {
	list-style-type: none;
	margin-bottom: 20px;
}

.main-topics li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 0;
	color: #957763;
}

.main-topics li:hover::before {
	color: #3f332b;
}


.content-web {
	text-align: left !important;
	color: #000;
}

.hesapbilgileri {
	width: 50%;
}

@media (max-width: 991.98px) {
	.hesapbilgileri {
		width: 100%;
	}

	.flex-area {
		overflow: hidden
	}
}

.btn2 {
	display: block;
	width: 300px;
	padding: 15px;
	margin: auto;
	background: #3b708c;
	box-shadow: 0px 0px 9px #3b708c;
	color: #fff;
	border-radius: 33px;
	text-align: center;
	transition: 0.5s all;
	margin-bottom: 15px;
}

.btn2:hover {
	background: #1f81b5;
	text-decoration: none;
	color: #fff;
}

table td p {
	padding: 0;
}

.kayan-yazi {
	background: #222c49;
	padding: 10px 0px;
}

.kayitkonak {
	width: 100%;
}

.fast-menu-ic {
	margin-top: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	position: relative;
	margin-top: -15px;
	z-index: 50;
}

.on-program {
	margin-bottom: 15px;
}

.on-program td {
	padding: 15px;
	border: 1px solid #292929;

}

.kurullar strong {
	color: #c6a077;
}

.onemli-tarihler {
	margin-top: -10px;
	margin-left: 50px;
}

.onemli-tarihler .icerik-alani {
	width: calc(100% - 30px);
}

.onemli-tarihler .icerik {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	border-bottom: 1px solid #1a9518;
	margin: 5px;
	padding: 5px;
	text-align: right;
	align-items: center;
}

.onemli-tarihler .icerik-alani p {
	color: #030678;
	margin-bottom: 0;
	font-size: 17px;

}

.onemli-tarihler .icerik-alani span {
	color: #030678;
	font-weight: bold;
	font-size: 28px;
}
.onemli-tarihler .icerik-alani .icerik div{
	text-align: left;
}

.onemli-tarihler .icerik-alani .icerik:last-child {
	border: none;
}


.onemli-tarihler .baslik-alani h4 {
	color: #030678;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 15px;
}

.star {
  border-radius: 100%;
  background-color: white;
  position: absolute;
  z-index: 0;
  animation: moveit;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

@keyframes moveit {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}