@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


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

body {
	margin-bottom: 85px;
    font-family: "Montserrat",sans-serif;
    background: #fff9eb;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: #052b2f;
	padding: 30px 0;
    
    box-shadow: inset 0px 10px 10px 0px #002125;
}

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


.navbar {
	padding: 0;
	position: relative;
	z-index: 3;
    font-family: "Poppins"
}

.bg-theme {
	background: #37757b;
	position: sticky;
	top: 0;
    padding: 10px 0;
}

.nav-item {
	position: relative;
    margin: 0 5px;
    border-radius: 5px;
}

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

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

.nav-item .nav-link {
	font-family: 'Oswald', sans-serif;
	padding: 1rem;
	font-size: 17px;
}



.dropdown ul {
	position: absolute;
	width: 260px;
	padding: 0;
	list-style: none;
	background: #1a666f;
	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;
	font-family: 'Oswald', sans-serif;
}

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

.fast-menu .owl-carousel .owl-stage-outer {
	box-shadow: 1px 1px 6px 4px #232a55;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
	top: 0;
	right: 0;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}



.fastmenu{
    background: #fff;
    padding: 50px 0
}



.inner-page {
 
}

.inner-page h1 {
	margin: 0px;
	text-transform: uppercase;
	font-size: 40px;
	color: #212747;
	margin-bottom: 30px;
	position: relative;
	font-family: 'Oswald', sans-serif;
	text-align: left;
}

.contact-text {
	margin-bottom: 10px;
}
.inner-content{
    padding: 30px 0
}
.inner-page h2 {
	font-size: 22px;
	color: #37757b;
	margin: 0;
	font-family: 'Oswald';
	margin-bottom: 5px;
}

img {
	max-width: 100%;
}



.header {
	position: relative;
}

.boxes {
	position: relative;
	width: 100%;
}

.box {
	background: #37757b;
	padding: 20px 15px;
	width: 100%;
	font-size: clamp(0.75rem, 1vw, 1rem);
	text-align: left;
	white-space: nowrap;
	pointer-events: auto;
	align-items: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: 0.5s;
    border: 5px solid #37757b
}

.box .icon img {
	width: 55px;
}

.box .icon {
	margin-right: 20px;
	transition: 0.5s;
}

.box .text {
	font-weight: bold;
	color: #fff;
	transition: 0.5s;
}

.box:hover {
	background: #13393d;
    border: 5px solid #37757b
}

.box:hover .text {
	color: #fff;
}

.dummy-space {
	width: 150px;
	height: 40px;
	pointer-events: none;
}

.white_icon {
	display: none;
}

.box:hover .normal_icon {
	display: none;
}

.box:hover .white_icon {
	display: block;
}

@media (max-width: 991.98px) {

    .box{
        margin-bottom: 10px;
        padding: 10px;
    }
    
  
}

.top_buttons {
	margin-right: 10px;
}

.top_buttons a {
	display: inline-block;

	color: white;
	padding: 7px 10px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;

}

.top_buttons a:nth-child(1) {
	background-color: #25D366;

}

.top_buttons a:hover:nth-child(1) {
	background-color: #25b65b;
}

.top_buttons a:nth-child(2) {
	background-color: #ff0808;
}

.top_buttons a:hover:nth-child(2) {
	background-color: #c41111;
}

.loading {
	display: none;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
}

#alertContainer {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
	max-width: 400px;
}

@media (max-width: 1299.98px) {

	.boxes {
		position: static;
		align-items: center;
		margin-top: 20px;
		transform: none;
		gap: 10px;
	}

	.dummy-space {
		display: none;
	}

	.box {
		width: 95%;
	}

}

@media (max-width: 991.98px) {


	.top_buttons {
		text-align: center;
		padding: 10px 0;
	}


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

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

	.navbar {
		display: block;
	}

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

	.nav-item .nav-link {
		font-family: 'Oswald', 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: 6px;
		position: absolute;
		right: 10px;
	}

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

@media (max-width: 576px) {
	.box .icon img {
		width: 35px;
	}

	.box .text {
		font-size: 12px;
	}

}


.yanson {

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

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

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}



.welcome-page{
    padding: 50px 0;
}


.congresDates{
    padding: 30px;
    background: #37757b;
    margin-bottom: 30px;
    color: #fff;
}
.congresDates .timer{
    display: flex;
    justify-content: center;
}
.congresDates .title{
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.congresDates .timer>div{
    position: relative;
}
.congresDates .timer>div:after{
    content: ':';
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}
.congresDates .timer>div:last-child:after{
    display: none
}
.congresDates .timer div span{
    display: block;
    text-align: center;
    width: 80px;
}
.congresDates .timer div span:first-child{
    font-size: 20px;
}



.impDates{
    padding: 30px;
    background: #ebdfc3;
    
}
.impDates .title{
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.impDates  .islider {
    text-align: center;
}
.impDates  .islider p{
    margin: 0
}

.inner-page .breadcrumb{
    padding: 100px 0;
    background: #195157;
    color: #fff;
    box-shadow: inset 0px 10px 10px 0px #0f454b;
}
.inner-page .breadcrumb .title{
    font-size: 30px;
    font-weight: bold;
    font-family: "Poppins",sans-serif;
}



.table-box {
    border-collapse: 2px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
}
.table-box table {
    padding: 0;
    font-size: 12px;
    border-spacing: 2px !important;
    border-collapse: separate !important;
    width: 100%
}
.table-box td,.table-box th {
    color: #000;
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
}
.table-box td p {
    margin: 0;
}
.table-box thead tr:last-child {
    border-bottom: 1px solid #fff;
}
.table-box tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.table-box tbody tr:last-child {
    border: 1;
}

.table-box th{
    background: #195157;
    color: #fff;
}
.table-box tr:nth-child(even) th{
    background: #327279;
    color: #fff;
}  
    
.table-box td{
    background: #e7e7e7;
    color: #000;
}
.table-box tr:nth-child(even) td{
    background: #d5d5d5;
    color: #000;
}   
    
    .kota{
        margin-bottom: 30px
    }    


.lang {
	display: flex;
    font-size: 12px;
    align-items: center;
    margin-left: 30px;
    position: absolute;
	right: 10px;
}
.lang a{
    border: 2px solid #fff;
    padding: 3px 5px ;
    border-radius: 5px;
    margin: 2px;
    color: #fff;
    transition: 0.5s;
    text-decoration: none
}
.lang a.active,.lang a:hover{
    color: #fff;
    border-color: #fff;
    
}



@media (max-width: 991.98px) {

    .box{
        margin-bottom: 10px;
        padding: 10px;
    }
    
    .lang {
	    right: 80px;
        top: 33px
    }

}