/* 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: #00122f;
	padding: 15px 0
}

footer a {
	text-decoration: none;
	font-weight: normal;
	color: #f77a13;
}

.lang {
	position: absolute;
	right: 10px;
}

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

.nav-item {
	position: relative;

}

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

.nav-item a:hover {
	background: rgba(0, 0, 0, 0.40);
	color: #ffffff !important;
}

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

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

.sub-navbar {
	position: absolute;
	width: 300px;
	background: #ddd;
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 5px solid #bb1724;
	display: none;
}

.nav-item:hover .sub-navbar {
	display: block;
}

.sub-navbar .sub-item-link {
	padding: 5px;
	color: #8f93a8;
	display: block;
	background: #425e6d;

}

.sub-navbar .sub-item-link:hover {
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

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

.dropdown ul li a {
	padding: 10px;
	display: block;
	text-decoration: none;
}

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

.mobileshow {
	display: none !important;
}

@media (max-width: 1330.98px) {
	.fast-menu {
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}
}

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


}

@media (max-width: 991.98px) {
	.mobileshow {
		display: flex !important;
	}

	.bildiri-turleri {
		flex-direction: column;
	}

	.fast-menu {
		flex-direction: column;
		margin-top: 0 !important;
		align-items: center !important;
		margin: 0 10px !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%
	}

	.navbar {
		display: block;
	}

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

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

	.sub-navbar {
		position: relative;
		width: 100%;
		padding-left: 20px;
		background: #00062c;
	}

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

	.nav-item,
	.sub-item {
		text-align: left !important;
	}

	.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: #4e9847;
	z-index: 1;
}



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


/*BODY*/
.box-system {
	margin-top: -50px;
	margin-bottom: 30px;

}

.box-system .box {
	position: relative;
	height: 140px;
	width: 100%;

}

.box-system .box a {
	display: flex;
	width: calc(100% - 20px);
	text-align: center;
	margin-left: 36px;
	padding-top: 49px;
	align-items: center;
	justify-content: center;
}

.box-system .box a p {
	margin: 0;
	margin-top: 5px;
	font-size: 21px;
	width: 100%;
	color: #000;
	height: 75px;
	font-weight: bold;
}

.box-system .box a:hover {
	color: #000;
	text-decoration: none;
}

.box-system .box a img {
	width: 59px;
}

.box-system .box-bg-1 {
	background: url('../images/box-1.png');
	background-size: 235px;
	background-position: top center;
	background-repeat: no-repeat;
}

.box-system .box-bg-2 {
	background: url('../images/box-3.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.box-system .box-bg-6 {
	background: url('../images/box-6.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.box-system .box-bg-5 {
	background: url('../images/box-5.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}


.box-system .box-bg-3 {
	background: url('../images/box-2.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.box-system .box-bg-4 {
	background: url('../images/2023-header.jpg');
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}


/*Content Area*/
.content-section {
	position: relative;
	margin-top: 10px;
	margin-right: -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: 300px;
	float: right;
	z-index: 9;
	position: relative;
	margin-top: 0;
}

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

.boxing {
	height: 370px;
	background: url(../images/dating.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	z-index: -1;
	margin-top: -10px;
}

.boxing span {
	width: 100%;
	text-align: center;
	font-family: sans-serif;
	font-size: 26px;
	color: #ffffff;
	padding-top: 8px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.boxing1 {
	width: 293px;
	background-size: contain;
}

.boxing1 .dating {
	width: 210px !important;
}

.n-width .content-web {
	text-align: justify;
	padding: 10px;
	margin-left: 40px;
	padding: 10px 20px;
	background: #f0f3dbe3;
}

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

.n-width .content-web h1 {
	text-transform: uppercase;
	color: #005ead;
	margin-bottom: 20px;
	position: relative;
	font-family: sans-serif;
	font-weight: bold;
}



.n-width .content-web h2 {
	font-size: 24px;
	color: #4c9846;
	margin: 0;
	font-family: sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
}

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



.dating {
	width: 180px;
	text-align: center;
	position: absolute;
	top: 65px;
	left: 60px;
}

.dating h3 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-top: 20px;
}

.dating font {
	font-weight: bold;
	font-size: 60px;
	color: #3c9868;
}

.dating .p1 {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 25px;
	margin-top: -22px;
	font-weight: bold;
	color: #3c9868;
}

.dating .p2 {
	padding: 5px;
	margin-top: 8px;
	color: #000;
	font-weight: bold;
	padding-top: 0;
}

.nbuton {
	padding: 10px;
	background: #00a3a3;
	color: #fff;
	display: inline-block;
	width: 150px;
	text-decoration: none;
	text-align: center;
	transition: 0.5s all;
}

.nbuton:hover {
	background: #012635;
	text-decoration: none;
	color: #fff;
}

.onlymobile {
	display: none;
}

/*TABLET*/
@media (max-width: 991.98px) {
	.content-section {
		margin-right: 0px !important;
	}

	.bg-theme {
		background: #4e9847;
	}

	.n-width .coll-4 {
		display: block;
		margin: auto;
		float: inline-start;
	}

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

	.boxing {
		margin-top: 10px;
	}

	.box-system {
		margin: 0;
	}

	.box-system .box a img {
		display: initial;
	}

	.box-system .col-6 {
		margin: auto;
	}

	.box-system .owl-nav button.owl-prev {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
	}

	.box-system .owl-nav button.owl-next {
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
	}

	.owl-theme .owl-nav [class*='owl-']:hover {
		background: transparent;
		color: #000;
	}

	.content-menu {
		display: none;
	}

	.onlymobile {
		display: block;
	}
}

/*CONTACT*/
.contact {
	display: block;
	margin-bottom: 3px;
	text-align: center;
}

.contact .contact-title {

	width: 100%;
	position: relative;
	margin-right: 5px;
	margin-top: 30px;
	text-align: center;
}


.contact .contact-text {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

img {
	max-width: 100%;
}

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


@media (max-width: 767.98px) {
	.box-system {
		margin-top: 20px
	}
}

.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 {
	background: rgba(0, 0, 0, 0.40);
	color: #ffffff !important;
}

.lastDays {
	overflow: hidden;
	background: #d72a1c;

	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

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

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

.headOne {
	position: relative;
}

.headOne img {
	width: 100%;
}

.iletisim {
	background: #ffffffb5;
	text-align: left;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 1px 0px #fff2f9;
	margin: auto;
}

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

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

.fast-menu-button:hover {
	color: #4e9847;
	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 .kurs {
	background: linear-gradient(263deg, #ef00ff, #9000a2);
}

.fast-menu .kurs2 {
	background: linear-gradient(263deg, #ef00ff, #9000a2);
}

.fast-menu .konusmaci {
	background: linear-gradient(263deg, #00ffff, #00a2a2);
}

.fast-menu .bilimsel {
	background: linear-gradient(263deg, #c42e44, #c42e44cc);
}

.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 .kayit-text::before {
	left: -38px !important;
} */

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

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

.general-informations {
	background: #eff7ff;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.speakers {
	border-radius: 10px;
	position: relative;
	transition: 0.5s;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;

}

.speakers:hover {
	z-index: 25;
	position: relative;
}

.speakers>div.top {
	position: relative;
	z-index: 6;
	border-radius: 10px;
	transition: 0.5s;
	padding-top: 20px;
	margin: 0 20px;
}

.speakers .name {
	color: #2b2b2b;
	text-align: center;
	font-weight: bold;
	padding: 10px
}

.speakers .image {
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.speakers .image:hover {
	cursor: pointer;
}

.speakers img {
	max-width: 100%;
	border-radius: 50%;
	width: 180px;
	margin: auto;
	display: block;
	transition: 0.5s;
	box-shadow: 0 0 1px #fff;
}

.speakers:hover img {
	width: 180px;
	box-shadow: 0 0 25px #0079e3;

}

.speakers .follower {
	position: absolute;
	top: 50%;
	right: 0;
	background: #f9f9f9;
	z-index: 10;
	transform: translateY(-50%);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.speakers .follower a {
	color: #000;
	display: block;
	padding: 10px;
	transition: 0.5s;
}

.speakers .follower a:hover {
	color: rgb(214, 32, 90);
}

.newspeakers .name em {
	color: #8f908f;
	font-size: 15px;
}

.newspeakers {
	justify-content: center;
}

/*Animate*/

.speakers.animate .follower {
	position: absolute;
	top: 50%;
	right: 0;
	background: #f9f9f9;
	z-index: 0;
	transform: translateY(-50%);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: 0.5s;
	border: 1px solid #ddd
}

.speakers.animate .top .image {
	position: relative;
	z-index: 4;
	background: #fff;
	border-radius: 10px;
}

.speakers.animate:hover .follower {
	right: -35px;
}

.nav-link:focus-visible {
	box-shadow: none;
}