@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&display=swap');

#SliderHeader {
    margin-bottom:40px;
}

#SliderHeader .container-fluid {
    height: 100%;
    display: flex;
    flex-direction: row;
}

#SliderHeader .ustmenu {
    position:fixed;
	width:100%;
	z-index:1049;
	background:rgba(245,250,255,.9);
}

#SliderHeader #SliderIMG{
    height: 100vh;
} 

#SliderHeader .carousel-container {
    flex: 0 0 95%;
	width:95%;
}

#SliderHeader .carousel-container2 {
    flex: 0 0 100%;
	width:100%;
}

#SliderHeader .carousel-caption {
    bottom: 10%;
}

#SliderHeader .carousel-caption_breadcrumb {
    position:relative;
	top:130px;
}

#SliderHeader #dprtmnt_styl {
    bottom: 0px;
	padding-bottom:0px;
}

#SliderHeader .carousel-caption h1{
    font-size:55px;
	font-family: "Frank Ruhl Libre", serif;
	font-weight:400;
}

#SliderHeader .carousel-caption .baslik_siyah{
    background:#000000;
	padding:3px 55px;
	text-align:left;
	border:1px solid #00a3ca;
	color:#fff;
	font-size:12px;
	border-radius:0px;
}

#SliderHeader .carousel-caption .baslik_siyah:hover{
    background:#2a2d33;
}

#SliderHeader #dprtmnt_styl .baslik_siyah:hover{
    background:#0BC6C7 ;
}

#SliderHeader .carousel-caption .baslik_siyah a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

#SliderHeader .carousel-caption .baslik_mavi{
    background:#11457c;
	padding:10px 15px 35px 15px;
	text-align:left;
	border:1px solid #00a3ca;
}

#SliderHeader .carousel-caption .baslik_mavi:hover{
    background:#255589;
}

#SliderHeader .carousel-caption .baslik_mavi a{
	color:#fff;
	text-decoration:none;
	font-size:15px;
}

#SliderHeader .carousel-caption .baslik_mavi i{
	font-size:12px;
	float:right;
	margin-top:5px;
	transition: transform 0.3s ease;
}

#SliderHeader .carousel-caption .baslik_mavi:hover i {
    transform: translateX(5px);
}

#SliderHeader .carousel-caption .top-texts,
.carousel-caption .bottom-texts {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#SliderHeader .carousel-caption .top-texts {
    padding-top: 17%;
}

#SliderHeader .menu-container {
    flex: 0 0 5%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

#SliderHeader .menu-container .logo-container {
    flex: 0 0 auto;
}

#SliderHeader .menu-container .hamburger {
    cursor: pointer;
    font-size: 2rem;
    flex: 0 0 auto;
}

#SliderHeader .menu-container .hamburger .menutext{
    font-size:12px;
	font-weight:bold;
	color:#11457c;
}

#SliderHeader .menu-icon {
	display: inline-block;
	cursor: pointer;
	width: 30px;
	height: 25px;
	position: relative;
}

#SliderHeader .menu-icon span {
	display: block;
	height: 3px;
	width: 100%;
	background: #11457c;
	border-radius: 2px;
	position: absolute;
	transition: 0.3s;
}

#SliderHeader .menu-icon span:nth-child(1) {
	top: 0;
}

#SliderHeader .menu-icon span:nth-child(2) {
	top: 10px;
}

#SliderHeader .menu-icon span:nth-child(3) {
	top: 20px;
	width: 70%;
}

#SliderHeader .menu-icon:hover span:nth-child(1) {
	transform: translateX(-3px);
}

#SliderHeader .menu-icon:hover span:nth-child(2) {
	transform: translateX(3px);
}

#SliderHeader .menu-icon:hover span:nth-child(3) {
	transform: translateX(-3px);
}

#SliderHeader .menu-container .sosyal_medya {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#SliderHeader .menu-container .sosyal_medya ul{
    padding-left:0px;
}

#SliderHeader .menu-container .sosyal_medya ul li{
	display:block;
	margin-bottom:5px;
}

#SliderHeader .menu-container .sosyal_medya ul li a{
	color:#000000;
	text-decoration:none;
}

#mobil_sosyal_medya{
	display:none;
}

#SliderHeader .image-opacity-black{
	position: relative;
	width: 100%;
}

#SliderHeader .image-opacity-black-div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
}

#acili_menu_plist_img{
	max-height:210px; 
	object-fit:cover;
}

.homepage_sld_video_dv{
	position: relative; 
	width: 100%; 
	height: 100vh; 
	overflow: hidden;
}

.homepage_sld_video_alani{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

#loading {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#anasayfadonicn{
	position: fixed;
    transform: rotate(90deg);
	bottom: 50%;
    left: 0;
    transform-origin: left bottom;
	background: #11457c;
	z-index:999;
}

#rektorlukanasayfa{
    z-index: 9;
    background: #11457c;
    text-decoration: none;
    color: #fff;
    padding: 3px 7px;
    font-size: 14px;
}

#rektorlukanasayfaiki{
    z-index: 9;
    background: #00a3ca;
    text-decoration: none;
    color: #fff;
    padding: 3px 7px;
    font-size: 14px;
}

#NEUSlider .custom-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: white;
}

#AltBirimMenu {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 30px;
    left: 0;
    padding: 10px 0; 
}

#AltBirimMenuContainer {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

#AltBirimMenuContainer .dropdown-menu{
    border-radius:0px;
	text-align:center;
}

#AltBirimMenuContainer .dropdown-menu .dropdown-item{
	color:#5E5E5E;
	font-size:15px;
	text-align:left;
}

#AltBirimMenuContainer .dropdown-menu .dropdown-item:active{
	color:#5E5E5E;
	font-size:15px;
	background:#f8f9fa;
}

#AltBirimMenuContainer .dropdown-submenu {
    position: relative;
}

#AltBirimMenuContainer .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}


#AltBirimMenu img {
    max-height: 60px; 
}

#AltBirimMenu #fakulte_adi {
    color:#fff;
	font-family: "Frank Ruhl Libre", serif;
	padding-left:15px;
}

#AltBirimMenu .nav-link {
    color:#fff;
	font-family: "Frank Ruhl Libre", serif;
	padding:10px 15px;
}

#AltBirimMenu .menu-icon{
	height:40px;
}

#AltBirimMenu .menu-icon span{
	background:#fff;
}

#AltBirimMenu #menukapatbtn {
    display:none;
}

#AltBirimMenuBtnGizle{
	display:none !important;
}

@media (max-width: 768px) {
	html, body {
        overflow-x: hidden;
    }
	
    #AltBirimMenu {
        top:0px;
		background: #11457c;
    }
	
	#AltBirimMenuBtnGizle{
		display:block !important;
	}
	
	#AltBirimMenu #menukapatbtn {
		display: block;
        position: absolute;
        color: #fff;
        top: 35px;
        right: 35px;
        font-size: 30px;
	}
	
	#AltBirimMenu #navbarNavDropdown {
		position: fixed;
		left: 0px;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgb(0 0 0 / 80%);
		text-align: center;
		padding-top: 20%;
	}
}


#NEUSlider .carousel-item:not(.active) .custom-caption {
    display: none;
}

#NeuAcilirMenu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #12457c;
    z-index: 1050;
    transition: transform 0.7s ease-in-out, clip-path 0.7s ease-in-out, opacity 0.7s ease-in-out;
    transform: translateX(0);
    clip-path: circle(95% at 75% 50%);
    opacity: 1;
}

#NeuAcilirMenu.active {
    transform: translateX(-100%);
}

#NeuAcilirMenu.no-clip {
    clip-path: circle(100% at 50% 50%);
}

#NeuAcilirMenu.closing {
    clip-path: circle(95% at 75% 50%);
}

#NeuAcilirMenu #MenuIcerigi {
    opacity: 0; transition: opacity 0.5s ease-in-out;
}

#MenuIcerigi {
	display: flex;
	flex-wrap: nowrap;
	height: 100vh;
}

#MenuIcerigi .main-content {
	flex: 0 0 95%;
}

#MenuIcerigi .main-content .headermenuopen{
	font-size:13px;
	padding-top:15px;
}

#MenuIcerigi .main-content .headermenuopen a{
	color:#fff;
}

#MenuIcerigi .main-content .headermenuopen a:hover{
	color:#dcedff;
}

#MenuIcerigi #menudropdownitems{
	color:#333;
	font-size:14px;
}

#MenuIcerigi #menudropdownitems:active{
	color:#fff;
	font-size:14px;
}

#MenuIcerigi #rektoreyaz{
	height:100vh;
	padding:0px 35px;
}

#MenuIcerigi #rektoreyaz #rektor{
	background:#f3f3f3;
	font-size:12px;
	color:#12457c;
}

#MenuIcerigi #rektoreyaz p{
	margin-bottom:5px;
}

#MenuIcerigi #rektoreyaz #rektor h5{
	font-size:30px;
	margin-top:10px;
	font-family: "Frank Ruhl Libre", serif;
}

#MenuIcerigi #rektoreyaz #gelecek{
	background:#fff;
	color:#12457c;
	font-style: italic;
	font-family: "Frank Ruhl Libre", serif;
	font-size:12px;
	height:100%;
}

#MenuIcerigi .side-content {
	flex: 0 0 5%;
	display: flex;
	justify-content: center;
	align-items: center; 
	text-align: center;
}

#MenuIcerigi .side-content .kapat{
	border:1px solid #40c2cf;
	border-radius:500px;
	color:#fff;
	cursor:pointer;
	font-size:20px;
	width:60px;
	height:60px;
	display: flex;
	justify-content: center;
	align-items: center; 
	text-align: center;
}

#MenuIcerigi #sosyalmedya ul{
	padding-left:20px;
}

#MenuIcerigi #sosyalmedya ul li{
	display:flex;
	margin-bottom:15px;
	width:30px;
	height:30px;
	background:#fff;
	border-radius:50px;
	padding:5px 5px;
	justify-content: center;
	align-items: center; 
	text-align: center;
}

#MenuIcerigi #sosyalmedya ul li a{
	text-decoration:none;
	color:#12457c;
	font-size:14px;
}

#MenuIcerigi #kisayollinkler h5{
	color:#fff;
	font-size:15px;
}

#MenuIcerigi #kisayollinkler ul{
	padding-left:0px;
}

#MenuIcerigi #kisayollinkler ul li{
	display:block;
}

#MenuIcerigi #kisayollinkler ul li a{
	text-decoration:none;
	color:#c5c5c5;
	font-size:12px;
}

#MenuIcerigi #kisayollinkler ul li a:hover{
	color:#d9d9d9;
}

#MenuIcerigi #menulinkler ul{
	padding-left:10px;
}

#MenuIcerigi #menulinkler ul li{
	display:block;
	margin-bottom:15px;
}

#MenuIcerigi #menulinkler ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
	text-decoration:none;
	color:#fff;
	font-size:26px;
	font-family: "Frank Ruhl Libre", serif;
}

#MenuIcerigi #menulinkler ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #f8f9fb;
    transition: width 0.3s ease-in-out;
}

#MenuIcerigi #menulinkler ul li a:hover::after {
    width: 100%;
}

#MenuIcerigi #acilirmenulinkler h5{
	font-size:18px;
	color:#fff;
	font-family: "Frank Ruhl Libre", serif;
}

#MenuIcerigi #acilirmenulinkler p{
	font-size:13px;
	color:#fff;
}

#MenuIcerigi #acilirmenulinkler ul{
	padding-left:0px;
	/*margin-top:15px;*/
}

#MenuIcerigi #acilirmenulinkler ul li{
	display:block;
	margin-bottom:3px;
}

#MenuIcerigi #acilirmenulinkler ul li a i{
	font-size:12px;
}

#MenuIcerigi #acilirmenulinkler ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
	text-decoration:none;
	color:#c5c5c5;
	font-size:14px;
	font-family: "Frank Ruhl Libre", serif;
}

#MenuIcerigi #acilirmenulinkler ul li a:hover {
	color:#fff;
}

#MenuIcerigi #acilirmenulinkler ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #f8f9fb;
    transition: width 0.3s ease-in-out;
}

#MenuIcerigi #acilirmenulinkler ul li a:hover::after {
    width: 100%;
}

#MenuIcerigi #acilirmenulinkler .dahafazla {
    border:1px solid #5a7b9f;
	color:#fff;
	font-style: italic;
	font-size:11px;
	padding:5px 10px;
	text-decoration:none;
}

#MenuIcerigi #ilkmenu {
    /*display:none;*/
}

#MenuIcerigi #ikincimenu {
    /*display:none;*/
}

#MenuIcerigi .acilirweblogo {
    height:45px;
}

#PopupSearch{
	display:none;
	z-index:9999;
	position:absolute;
	width:100%;
	height:100%;
	background:rgb(0 0 0 / 80%);
	left:0;
	top:0;
	padding-top:20%;
}

#PopupSearch .form-control{
	border-radius:0px;
	height:50px;
	width:70%;
}

#PopupSearch .form-select{
	border-radius:0px;
	height:50px;
	width:75px;
}

#PopupSearch #searchdropdownbtn{
	border-radius:0px;
	height:50px;
	background:#12457c;
	border:1px solid #12457c;
}

#PopupSearch #searchclosebuton{
	color: #fff;
    text-decoration: none;
    font-size: 28px;
    position: absolute;
    z-index: 9999;
    top: 30px;
    right: 30px;
}

#anasayfa_haberler h5 {
	color:#11457c;
	font-size:14px;
	margin-bottom:5px;
}

#anasayfa_haberler h4 {
	color:#000;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
}

#anasayfa_haberler h3 {
	color:#11457C;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
}

#anasayfa_haberler .image-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#anasayfa_haberler .image-container img {
	width: 100%;
	height: auto;
	transition: transform 0.4s ease;
}

#anasayfa_haberler .image-container:hover img {
    transform: scale(1.10) rotate(0deg);
}

#anasayfa_haberler .image-text {
	position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    padding: 10px 10px 30px 10px;
    border-radius: 5px;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 20px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#anasayfa_haberler .date {
	font-size:13px;
	color:#dddddd;
	margin-top:10px;
	font-style: italic;
}

#anasayfa_haberler .katsec {
	border:1px solid #dedede;
	color:#11457c;
	padding:15px 30px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

#anasayfa_haberler .katsec:hover {
	background:#11457c;
	color:#fff;
}

#anasayfa_haberler ul{
	padding-left:0px;
	margin-top:50px;
}

#anasayfa_haberler ul li{
	display:block;
	margin-bottom:3px;
}

#anasayfa_haberler ul li a {
	text-decoration:none;
}

#anasayfa_haberler ul li a span{
	color:#000;
	font-size:20px;
	font-family: "Frank Ruhl Libre", serif;
}

#anasayfa_haberler ul li a .tarih{
	font-size:13px;
	color:#616461;
	margin-top:10px;
	font-style: italic;
}

#anasayfa_haberler ul li a .cizgi{
	background:#dddddd;
	width:60px;
	height:1px;
	margin-top:15px;
}

#anasayfa_duyurular{
	background:#f3f3f3;
	padding-top:40px;
	padding-bottom:250px;
}

#anasayfa_duyurular h5{
	color:#11457c; 
	font-family: "Frank Ruhl Libre", serif;
	font-size:28px;
	text-align:center;
	margin-bottom:25px;
}

#anasayfa_duyurular .nav-tabs{
	border:0px;
	margin-bottom:15px;
}

#anasayfa_duyurular .nav-link{
	border-bottom:1px solid #00a3ca;
	color:#5e5e5e;
	font-size:14px;
}

#anasayfa_duyurular .nav-link:hover{
	border-bottom:1px solid #00a3ca;
	color:#fff;
	background:#11457c;
	font-size:14px;
	border-radius:0px;
}

#anasayfa_duyurular .nav-link.active{
	border:1px solid #00a3ca;
	color:#fff;
	background:#11457c;
	border-radius:0px;
}

#anasayfa_duyurular .duyuru-kutu {
	position: relative;
	min-height: 200px;
}

#anasayfa_duyurular .sayi {
	font-size:103px;
	color: #c5c5c5;
	position: absolute;
	top: 10px;
	z-index: 1;
	line-height:0;
	font-family: "Frank Ruhl Libre", serif;
}

#anasayfa_duyurular .tarih {
	font-size: 15px;
	color: #4c4c4c;
	z-index: 2; 
	position: relative;
}

#anasayfa_duyurular .baslik {
	font-size: 18px;
	font-weight: bold;
	color: #010101;
	z-index: 2;
	position: relative;
}

#anasayfa_duyurular .devam a {
	text-decoration: none;
	color: #c5c5c5;
	font-size: 15px;
	position: absolute;
	z-index: 2;
	margin-top:10px;
}

#anasayfa_duyurular .cizgi{
	background:#c5c5c5;
	width:60px;
	height:1px;
	margin-top:15px;
}

#anasayfa_duyurular_alt .duyuru-kutu {
	position: relative;
	min-height: 200px;
	border:1px solid #E6E6E6;
	padding:40px 15px 15px 15px;
}

#anasayfa_duyurular_alt .sayi {
	font-size:103px;
	color: #c5c5c5;
	position: absolute;
	top: 50px;
	z-index: 1;
	line-height:0;
	font-family: "Frank Ruhl Libre", serif;
}

#anasayfa_duyurular_alt .tarih {
	font-size: 14px;
	color: #4c4c4c;
	z-index: 2; 
	position: relative;
}

#anasayfa_duyurular_alt .baslik {
	font-size: 16px;
	font-weight: bold;
	color: #010101;
	z-index: 2;
	position: relative;
}

#anasayfa_duyurular_alt .devam a {
	text-decoration: none;
	color: #c5c5c5;
	font-size: 14px;
	position: absolute;
	z-index: 2;
	margin-top:10px;
}

#anasayfa_duyurular_alt .cizgi{
	background:#c5c5c5;
	width:60px;
	height:1px;
	margin-top:15px;
}

#anasayfa_duyurular .tumu{
	font-size:14px; 
	border:1px solid #11457c;
	color:#11457c;
	text-decoration:none;
	padding:15px 40px;
}

#anasayfa_duyurular .tumu:hover{
	font-size:14px; 
	border:1px solid #fff;
	color:#fff;
	background:#11457c;
	text-decoration:none;
	padding:15px 40px;
}

#anasayfa_yakindan {
	margin-top:-160px;
}

#anasayfa_yakindan .overlayzn{ 
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    margin-top: -213px;
    margin-left: 6px;
    min-height: 856px;
}

#anasayfa_yakindan #obj330{
    min-height:330px; 
    max-height:330px; 
	object-fit:cover;
}

#anasayfa_yakindan #obj660{
    min-height:660px; 
    max-height:660px; 
	object-fit:cover;
}

#anasayfa_yakindan #obj856{
    min-height:856px; 
    max-height:856px; 
	object-fit:cover;
	transform: scale(1) rotate(0deg);
}

#anasayfa_yakindan #renkbg{
	background:#11457c;
	padding-bottom:300px;
}

#anasayfa_yakindan h5 {
	color:#11457c;
	font-size:14px;
	margin-bottom:5px;
}

#anasayfa_yakindan h4 {
	color:#000;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:25px;
}

#anasayfa_yakindan .katsec {
	border:1px solid #dedede;
	color:#11457c;
	padding:15px 30px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

#anasayfa_yakindan .katsec:hover {
	background:#11457c;
	color:#fff;
}

#anasayfa_yakindan #ilk {
    position: relative;
	z-index:2;
}

#anasayfa_yakindan #iki {
    position: relative;
	z-index:2;
}

#anasayfa_yakindan #uc {
    position: relative;
	z-index:2;
}

#anasayfa_yakindan #sagalan {
	width: 130%;
    position: relative;
    top: 90px;
    left: -135px;
	z-index:1;
}

#anasayfa_yakindan #sagalan img{
	position: relative;
    margin-top: -213px;
    margin-left: 6px;
}

#anasayfa_yakindan .image-container {
	position: relative;
	width: 100%;
}

#anasayfa_yakindan #cerceve {
	 overflow: hidden; 
}

#anasayfa_yakindan .image-container img {
	width: 100%;
	height: auto;
	transition: transform 0.4s ease;
}

#anasayfa_yakindan .image-container:hover img {
    transform: scale(1.10) rotate(0deg); 
}

#anasayfa_yakindan .image-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    padding: 5px 10px 25px 10px;
    font-size: 1rem;
    font-size: 23px;
    background: rgba(0, 0, 0, 0.50);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#anasayfa_yakindan .title {
	font-family: "Frank Ruhl Libre", serif;
}

#anasayfa_yakindan .detay {
	font-size:13px;
	color:#fff;
	margin-top:10px;
}

#anasayfa_yakindan .category {
	font-size:10px;
	color:#fff;
}

#anasayfa_yakindan .cizgi{
	background:#fff;
	width:25px;
	height:2px;
	margin-top:5px;
	margin-bottom:15px;
}

#anasayfa_yakindan .image-textb {
    position: absolute;
    bottom: 165px;
    left: 140px;
    color: #fff;
    padding: 80px;
    border-radius: 5px;
    font-size: 23px;
	z-index:1;
}

#anasayfa_yakindan .image-textb .desc {
	font-size:17px;
	color:#fff;
	margin-bottom:25px;
}

#anasayfa_yakindan .image-textb .title {
	font-family: "Frank Ruhl Libre", serif;
	font-size:28px;
	color:#fff;
}

#anasayfa_yakindan .image-textb .detaykare span {
	border:1px solid #fff;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	padding:15px 40px;
}

#anasayfa_yakindan a{
	text-decoration:none;
}

#anasayfa_etkinlikler_griust{
	background:#E6E6E6;
	margin-top:80px;
	height:200px;
}

#anasayfa_etkinlikler {
	margin-top:-160px;
}

#anasayfa_etkinlikler #imgminmaxobject{
    max-height: 283px; 
	min-height: 283px; 
	object-fit: cover;
}

#anasayfa_etkinlikler h5 {
	color:#fff;
	font-size:14px;
	margin-bottom:5px;
}

#anasayfa_etkinlikler h4 {
	color:#fff;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:25px;
}

#anasayfa_etkinlikler .b1 {
	color:#11457C;
	font-size:14px;
	margin-bottom:5px;
}

#anasayfa_etkinlikler .b2 {
	color:#11457C;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:25px;
}

#anasayfa_etkinlikler .katsec2 {
	border:1px solid #11457C;
	color:#11457C;
	padding:15px 30px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

#anasayfa_etkinlikler .katsec {
	border:1px solid #fff;
	color:#fff;
	padding:15px 30px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

#anasayfa_etkinlikler .katsec:hover {
	background:#fff;
	color:#11457C;
}

#anasayfa_etkinlikler .devami {
    border:1px solid #fff;
    color:#fff;
    padding:3px 15px;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
}

#anasayfa_etkinlikler .devami:hover {
    color:#11457C;
	background:#fff;
}

#anasayfa_etkinlikler .kategori {
    padding:5px 10px;
    font-size:11px;
}

#anasayfa_etkinlikler #bordo-renk {
	background:#A71F1F;
}

#anasayfa_etkinlikler #yesil-renk {
	background:#37967B;
}

#anasayfa_etkinlikler #turuncu-renk {
	background:#BC6627;
}

#anasayfa_etkinlikler #mavi-renk {
	background:#12457C;
}

#anasayfa_etkinlikler .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 30px 30px 30px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

#anasayfa_etkinlikler .carousel-item {
    position: relative;
    overflow: hidden; 
}

#anasayfa_etkinlikler .carousel-item img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

#anasayfa_etkinlikler .carousel-item:hover img {
    transform: scale(1.10) rotate(0deg);
}

#anasayfa_etkinlikler .carousel-caption .baslik {
	font-size:28px;
	color:#fff;
	margin-top:32px;
	margin-bottom:75px;
	font-family: "Frank Ruhl Libre", serif;
}

#anasayfa_etkinlikler .image-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#anasayfa_etkinlikler .image-container img {
	width: 100%;
	height: auto;
	transition: transform 0.4s ease;
}

#anasayfa_etkinlikler .image-container:hover img {
    transform: scale(1.10) rotate(0deg); 
}

#anasayfa_etkinlikler .image-text {
	position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 20px 20px;
    font-size: 23px;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

#anasayfa_etkinlikler .title {
	font-family: "Frank Ruhl Libre", serif;
	font-size:20px;
	margin-top:20px;
	margin-bottom:30px;
}

#anasayfa_etkinlikler #genislik {
	padding:3px 15px;
}

#anasayfa_etkinlikler {
  position: relative;
}

#anasayfa_etkinlikler .carousel-controls {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  gap: 10px;
}

#anasayfa_etkinlikler .carousel-control-prev,
#anasayfa_etkinlikler .carousel-control-next {
  background-color: #fff;
  border: none;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#anasayfa_etkinlikler .carousel-control-prev-icon,
#anasayfa_etkinlikler .carousel-control-next-icon {
  background-color: transparent; 
  width: 25px;
  height: 25px;
}

#anasayfa_etkinlikler .carousel-control-prev-icon {
	background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns%3d%27http%3a//www.w3.org/2000/svg%27 fill%3d%27%23000000%27 viewBox%3d%270 0 16 16%27%3e%3cpath d%3d%27M4.646 15.354a.5.5 0 0 0 .708 0L11.5 9.207 4.854 2.56a.5.5 0 1 0-.708.708L10.293 9.5l-6.647 6.646a.5.5 0 0 0 0 .708z%27/%3e%3c/svg%3e');
}

#anasayfa_etkinlikler .carousel-control-next-icon {
	background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns%3d%27http%3a//www.w3.org/2000/svg%27 fill%3d%27%23000000%27 viewBox%3d%270 0 16 16%27%3e%3cpath d%3d%27M11.354 15.354a.5.5 0 0 1-.708 0L4.5 9.207l6.646-6.647a.5.5 0 0 1 .708.708L5.707 9.5l5.647 5.646a.5.5 0 0 1 0 .708z%27/%3e%3c/svg%3e');
}

#anasayfa_etkinlikler .tumu{
	font-size:14px; 
	border:1px solid #11457c;
	color:#11457c;
	text-decoration:none;
	padding:15px 40px;
}

#anasayfa_etkinlikler .tumu:hover{
	font-size:14px; 
	border:1px solid #fff;
	color:#fff;
	background:#11457c;
	text-decoration:none;
	padding:15px 40px;
}

#anasayfa_izle_ogren{
	margin-top:60px;
}

#anasayfa_izle_ogren .baslik{
	font-size:55px;
	font-weight:bold;
	font-family: "Frank Ruhl Libre", serif;
	margin-top:25px;
}

#anasayfa_izle_ogren .form-contol{
	height:80px;
	border-radius:0px;
	border:1px solid #3dcbd9;
}

#anasayfa_izle_ogren .btn-info{
	height:80px;
	border-radius:0px;
	background:#3dcbd9;
	color:#fff;
	padding:5px 25px;
}

#anasayfa_izle_ogren .btn-primary{
	height:80px;
	border-radius:0px;
	background:#11457C;
	border:1px solid #11457C;
	color:#fff;
	padding:5px 25px;
}

#anasayfa_izle_ogren .grid-item {
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
	cursor:pointer;
}

#anasayfa_izle_ogren .grid-item .p-2{
    height:510px;
}

#anasayfa_izle_ogren .left-text {
	position:absolute;
    bottom:70px;
	left:0px;
    white-space: nowrap;
    transform: rotate(-90deg) translateY(70%);
	font-size:28px;
	color:#fff;
	font-family: "Frank Ruhl Libre", serif;
	width: 100%;
}

#anasayfa_izle_ogren .right-text {
    position: absolute;
    bottom: 25px;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    white-space: nowrap;
	font-size:28px;
	color:#fff;
}

#anasayfa_izle_ogren .right-text .sayi {
	font-weight:bold;
}

#anasayfa_izle_ogren .right-text .konular {
	font-size:18px;
	color:#fff;
}

#anasayfa_izle_ogren .right-text {
    right: 20px;
    opacity: 0;
    white-space: nowrap;
}

#anasayfa_izle_ogren .grid-item.active .left-text {
    left: 20px;
    transform: rotate(0deg) translateY(-50%);
}

#anasayfa_izle_ogren .grid-item.active .right-text {
    opacity: 1;
}

#hayaller_gercekler .metinalani{
	padding:15px 100px;
}

#hayaller_gercekler .metinalani h1{
	color:#c5aa70;
	font-size:55px;
	font-family: "Frank Ruhl Libre", serif;
}

#hayaller_gercekler .metinalani p{
	color:#5e5e5e;
	font-size:15px;
	margin-top:15px;
	margin-bottom:50px;
}

#hayaller_gercekler .metinalani a{
	color:#c5aa70;
	font-size:13px;
	border:1px solid #c5aa70;
	border-radius:25px;
	background:#f3f3f3;
	padding:15px 25px;
	text-decoration:none;
}

#hayaller_gercekler #listele h5{
	color:#5e5e5e;
	font-size:18px;
}

#hayaller_gercekler #listele p{
	color:#c5c5c5;
	font-size:14px;
}

#hayaller_gercekler #listele a{
	color:#c5aa70;
	font-size:13px;
	text-decoration:none;
}

#hayaller_gercekler #listele .cizgi{
	background:#c5c5c5;
	width:40px;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}

#neu_oncelikler{
	margin-top:25px;
	background:#11457c;
}

#neu_oncelikler .captionnew{
	background: #ffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 25px;
	color:#11457C;
}

#neu_oncelikler .captionnew span{
	background: #11457C;
    color: #fff;
    padding: 20px 25px;
    position: absolute;
    top: 0;
    right: -60px;
}

#neu_oncelikler .pdesczone{
	color: #fff;
    font-size: 18px;
    text-align: center;
    position: relative;
    top: 80px;
}

#neu_oncelikler h1{
	font-family: "Frank Ruhl Libre", serif;
	color:#fff;
	font-size:28px;
	text-align:center;
	position: relative;
    top: 80px;
}

#neu_oncelikler .owl-carousel {
    position: relative;
    top: 55px;
}

#neu_oncelikler .owl-stage-outer {
    padding-top: 95px;
}

#neu_oncelikler .owl-carousel .item {
    text-align: center;
    margin: 15px;
}

#neu_oncelikler .carousel-content {
    position: relative;
	overflow: hidden;
}

#neu_oncelikler .carousel-content img {
	width: 100%;
	height: auto;
	transition: transform 0.4s ease;
}

#neu_oncelikler .carousel-content:hover img {
    transform: scale(1.10) rotate(0deg); 
}

#neu_oncelikler .carousel-content .caption {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    font-size: 15px;
    display: none; 
}

#neu_oncelikler .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #11457c;
    padding: 6px;
}

#neu_oncelikler .owl-theme .owl-dots .owl-dot span {
    background: #11457c;
}

/*module_image_txt_lnk*/
#module_image_txt_lnk{
	margin-top:0px;
}

#module_image_txt_lnk .captionnew{
	background: #ffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 25px;
	color:#11457C;
	border-left: 1px solid #d0d0d0;
}

#module_image_txt_lnk .captionnew span{
	background: #11457C;
    color: #fff;
    padding: 20px 25px;
    position: absolute;
    top: 0;
    right: -60px;
}

#module_image_txt_lnk .pdesczone{
	color: #fff;
    font-size: 18px;
    position: relative;
    top: 80px;
}

#module_image_txt_lnk .date{
	color:#929292;
	font-size:12px;
}

#module_image_txt_lnk .title{
	color:#2d2d2d;
	font-size:20px;
	font-family: "Frank Ruhl Libre", serif;
}

#module_image_txt_lnk .fa-arrow-right{
	color: #fff;
    background: #0A4582;
    font-size: 20px;
    padding: 10px 11px;
    border-radius: 50%;
}

#module_image_txt_lnk .cizgi{
	background: #ae92a0;
    height: 1px;
    width: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#module_image_txt_lnk .more{
	color:#929292;
	font-size:14px;
}

#module_image_txt_lnk .owl-carousel {
    position: relative;
    top: 5px;
}

#module_image_txt_lnk .owl-carousel .item {
    margin: 15px;
}

#module_image_txt_lnk .carousel-content {
    position: relative;
}

#module_image_txt_lnk .carousel-content .caption {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    font-size: 15px;
    display: none; 
}

#module_image_txt_lnk .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #11457c;
    padding: 6px;
}

#module_image_txt_lnk .owl-theme .owl-dots .owl-dot span {
    background: #11457c;
}
/*module_image_txt_lnk*/

/*HIZLI ERISIM MOBIL*/
#mobile_dprtmnt_styl{
	display:none;
}

.mobile-section {
    padding: 0px;
    background: #f8f9fa;
}

.mobile-category-list, .mobile-link-list {
    margin-top: -40px;
}

.mobile-category-row {
    display: flex;
    justify-content: space-around;
}

.mobile-category-item {
    width: 50%;
    padding: 5px;
    background: #000;
	color:#fff;
    text-align: center;
    cursor: pointer;
    border: 1px solid #00a3ca;
    font-size:14px;
}

.mobile-link-list {
    background: #fff;
    padding: 0px;
    border-radius: 8px;
}

.mobile-link-item{
	background:#11457c;
	padding: 10px 15px 15px 15px;
    text-align: left;
    border: 1px solid #00a3ca;
}

.mobile-link-item a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

.mobile-back-buttonbg{
	background:#11457c;
	padding: 10px 15px 15px 15px;
    text-align: left;
    border: 1px solid #00a3ca;
}

.mobile-back-buttonbg a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
}
/*HIZLI ERISIM MOBIL*/

#SayfaTakipMenu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 10px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.2s ease-in-out, transform 0.5s ease-in-out;
}

#baglikalin{
	margin-top:200px;
}

#baglikalin img{
    min-height:415px;
    max-height:415px;
	object-fit: cover;
}

#baglikalin .position-relative {
    position: relative;
}

#baglikalin .icon {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: white;
    background-color: #12457c;
    border-radius: 50%;
    padding: 10px;
}

#baglikalin .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #12457c;
    opacity: 0;
    transition: opacity 0.5s ease;
	cursor:pointer;		
	color:#fff;
	padding:15px;
}

#baglikalin .col-md-4:hover .overlay {
    opacity: 0.8;
}

#baglikalin .col-md-4:hover .icon {
    opacity: 1; 
	background-color: white;
    color: #12457c;
	box-shadow:1px 1px 1px #ddd;
}

#baglikalin #sosyalmedya{
	display: flex;
	justify-content: center;
    align-items: center;
	margin-top:80px;
}

#baglikalin #sosyalmedya ul{
	padding-left:0px;
}

#baglikalin #sosyalmedya ul li{
	display:inline-flex;
	margin-bottom:15px;
	margin-right:15px;
	width:50px;
	height:50px;
	background:#fff;
	border-radius:50px;
	padding:5px 5px;
	justify-content: center;
	align-items: center; 
	text-align: center;
	border:1px solid #11457c;
}

#baglikalin #sosyalmedya ul li a{
	text-decoration:none;
	color:#11457c;
	font-size:14px;
}

#baglikalin h1{
	font-family: "Frank Ruhl Libre", serif;
	color:#11457c;
	font-size:28px;
	text-align:center;
}

#SayfaTakipMenu.visible {
    opacity: 1;
    transform: translateY(0);
}

#gbtn_mavi{text-decoration:none; border:1px solid #12457c; color:#12457c; padding:5px 25px;}
#gbtn_mavi:hover{background:rgba(245,249,254,.5);}


/*HABERLER*/
#seciton_owl_tree_list {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
	height:100vh;
}

#seciton_owl_tree_list .owl-carousel {
    width: 100%;
    display: flex;
}

#seciton_owl_tree_list .owl-carousel .item {
    flex: 1 0 auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}

#seciton_owl_tree_list .carousel-content img {
    width: 100%;
    height: auto;
}

#seciton_owl_tree_list .carousel-content .caption {
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    display: none;
}

#seciton_owl_tree_list .carousel-content .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 69, 124, 0.7); 
    color: white;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

#seciton_owl_tree_list .owl-carousel .owl-dots {
    display: none;
}

#seciton_owl_tree_list .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0px 30px;
}

#seciton_owl_tree_list .owl-carousel .owl-nav button.owl-prev,
#seciton_owl_tree_list .owl-carousel .owl-nav button.owl-next {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#seciton_owl_tree_list .owl-carousel .owl-nav button.owl-prev:hover,
#seciton_owl_tree_list .owl-carousel .owl-nav button.owl-next:hover {
    background: #fff;
    border-radius: 50%;
    color: #11457C;
}

#seciton_owl_tree_list .tarih {
    margin-top:15%;
	font-size:18px;
}

#seciton_owl_tree_list .tarih span {
   padding:0px 15px;
}

#seciton_owl_tree_list .baslik {
    margin-top:10px;
	font-size:20px;
	font-family: "Frank Ruhl Libre", serif;
    margin-bottom:50px;
}

#seciton_owl_tree_list .devami {
	font-size:14px;
	text-decoration:none; 
	background:#fff;
	color:#11457C;
	padding:5px 20px;
}
/*HABERLER*/

#slider_baslik_alani {
	color:#292929;
}

#slider_baslik_alani h1{
	color:#292929;
	font-size:28px;
	margin-top:90px;
	font-family: "Frank Ruhl Libre", serif;
}

#slider_baslik_alani .cizgi{
	background:#292929;
	height:2px;
	width:80px;
	margin-top:15px;
	margin-bottom:15px;
}

#slider_baslik_alani h2{
	color:#5E5E5E;
	font-size:18px;
	margin-bottom:30px;
}

#filtrele_h .fa-chevron-left, 
#filtrele_h .fa-chevron-right {
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    color: #11457C;
    padding:12px 15px;
    margin: 0 5px;
	font-weight:bold;
}

#filtrele_h .fa-chevron-left:hover, 
#filtrele_h .fa-chevron-right:hover {
    background: #11457C;
    color: #fff;
}

#filtrele_h .fa-chevron-down {
    font-size:12px;
	margin-left:10px;
}

#filtrele_h #gbtn_mavi {
    border:1px solid #E6E6E6;
	padding:10px 25px;
}

#filtrele_h .kategorisecbtn {
	border:1px solid #dedede;
	color:#11457c;
	padding:11px 30px;
	text-decoration:none;
	font-size:14px;
	background:transparent;
}

#filtrele_h #TarihAraligiSec {
	border: 1px solid #dedede;
    color: #11457c;
    padding: 11px 10px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 0px;
	text-align:center;
}

#filtrele_h #TarihAraligiSec::placeholder {
  color: #11457c;
  opacity: 1;
}

#filtrele_h #TarihAraligiSec::-ms-input-placeholder { 
  color: #11457c;
}

#filtrele_h .form-select { 
  border-radius:0px;
  height:45px;
  color:#11457c;
}

/*PAYLAS*/
#sosyal_medya_paylas_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#paylas_yani_geridonbtn{
	color:#5E5E5E;
	font-size:14px;
}

#paylas_yani_geridonbtn .fa-arrow-left-long{
	transition: opacity 0.3s ease;
	border: 1px solid #E6E6E6;
    border-radius: 50%;
    color: #11457C;
    padding:10px 10px;
    margin: 0 5px;
	font-weight:bold;
}

#sosyal_medya_paylas_container .share-icon{
	transition: opacity 0.3s ease;
	border: 1px solid #E6E6E6;
    border-radius: 50%;
    color: #11457C;
    padding:10px 11px;
    margin: 0 5px;
	font-weight:bold;
}

#sosyal_medya_paylas_container .share-text{
	color:#5E5E5E;
}

#sosyal_medya_paylas_container:hover .share-icon, 
#sosyal_medya_paylas_container:hover .share-text {
    opacity: 0;
}

#sosyal_medya_paylas_container .social-links {
    position: relative;
	margin-left:-95px;
    display: flex;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

#sosyal_medya_paylas_container:hover .social-links {
    opacity: 1;
    pointer-events: auto;
}

#sosyal_medya_paylas_container .social-link {
    display: flex;
    align-items: center;
    /* gap: 5px; */
    color: #fff;
    text-decoration: none;
    background: #11457C;
    padding: 10px 10px;
    border-radius: 50%;
    transition: background 0.3s ease;
    text-align: center;
	margin-right:10px;
}

#sosyal_medya_paylas_container .social-link i {
    font-size: 16px;
}
/*PAYLAS*/

#haber_listele{
	color:#5E5E5E;
}

#haber_listele #okunma_sayisi{
	color:#A2A2A2;
	font-size:18px;
	padding-top:5px;
}

#haber_listele .tarih {
	font-size:18px;
}

#haber_listele .tarih .cizgi {
   padding:0px 15px;
}

#haber_listele .tarih .katadi {
	color:#11457C;
}

#haber_listele .baslik {
    margin-top:10px;
	font-size:20px;
	font-family: "Frank Ruhl Libre", serif;
}

#haber_listele .spot {
	font-size:15px;
	height:115px; 
	border-bottom:1px solid #ddd;
}

#footer_next_prev{
	border-top:1px solid #ddd;
	padding-top:35px;
	padding-bottom:55px;
	color:#5E5E5E;
	font-size:15px;
}

#footer_next_prev .fa-chevron-left, 
#footer_next_prev .fa-chevron-right {
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    color: #11457C;
    padding:12px 15px;
    margin: 0 5px;
	font-weight:bold;
}

#footer_next_prev .fa-chevron-left:hover, 
#footer_next_prev .fa-chevron-right:hover {
    background: #11457C;
    color: #fff;
}

#footer_next_prev .fa-chevron-down {
    font-size:12px;
	margin-left:10px;
}

/*HABER DETAY*/
#haber_detay {
	color:#5E5E5E;
	font-size:20px;
	padding-bottom:30px;
}

#haber_detay .tarih {
	font-size:18px;
}

#haber_detay .tarih .cizgi {
   padding:0px 15px;
}

#haber_detay .tarih .katadi {
	color:#11457C;
}

#haber_detay h1 {
	margin-top:25px;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	color:#292929;
}

#haber_detay p {
	margin-top:15px;
	margin-bottom:15px;
}
/*HABER DETAY*/

/*iletisim_sayfa*/
#iletisim_sayfa .col-12{
	background:#F7F7F7;
	padding:15px 25px;
}

#iletisim_sayfa h1{
	color:#0C1F2D;
	font-size:20px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:35px;
}

#iletisim_sayfa i{
	background:#11457C;
	font-size:40px;
	color:#fff;
	border-radius:50%;
	padding:20px;
	margin-top:-25px;
}

#iletisim_sayfa label{
	font-size:15px;
	color:#5E5E5E;
}

#iletisim_sayfa .mh{
	min-height:167px;
	font-family: "Roboto", sans-serif;
}

#iletisim_sayfa .form-control{
	border-radius:0px;
}

#iletisim_sayfa .btn-success{
	border:1px solid #dedede;
	color:#11457c;
	padding:15px 30px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background:#fff;
	border-radius:0px;
}

#iletisim_sayfa .alert{
	--bs-alert-border-radius:0px;
	border-radius:0px;
}
/*iletisim_sayfa*/

/*ETKINLIK*/
#duyuru_etkinlik_listele  {
	color:#5E5E5E;
	font-size:15px;
	padding-bottom:80px;
}

#duyuru_etkinlik_listele .tarih {
	font-size:14px;
}

#duyuru_etkinlik_listele .tarih .cizgi {
   padding:0px 15px;
}

#duyuru_etkinlik_listele .tarih .saat {
	color:#11457C;
}

#duyuru_etkinlik_listele .birim {
	color:#11457C;
	font-size:14px;
}

#duyuru_etkinlik_listele .baslik {
	margin-top:5px;
	font-size:20px;
	font-family: "Frank Ruhl Libre", serif;
	color:#292929;
}

#duyuru_etkinlik_listele .spot {
	height:120px;
	border-bottom:1px solid #ddd;
}

#duyuru_etkinlik_listele #etkinlik_konumu {
	color:#5E5E5E;
	font-size:14px;
	padding-top:10px;
}

#duyuru_etkinlik_detay{
	padding-bottom:80px;
	color:#5E5E5E;
	font-size:15px;
}

#duyuru_ekinlik_detay_ust_bilgi{
	font-size:16px;
}

#duyuru_ekinlik_detay_ust_bilgi span{
	padding:0px 15px;
}

#duyuru_ekinlik_detay_ust_bilgi .fa-location-dot{
	font-size:26px;
	margin-right:10px;
}

#duyuru_ekinlik_detay_ust_bilgi .fa-book-open-reader{
	font-size:26px;
	margin-right:10px;
}
/*ETKINLIK*/

/*DUYURULAR*/
#duyuru_liste_turu a{
	background:#fff;
	color:#11457C;
	padding:15px  20px;
	text-decoration:none;
}
#duyuru_liste_turu #secili{
	background:#11457C;
	color:#fff;
	padding:15px  20px;
	text-decoration:none;
}

#duyuru_liste_turu a:hover{
	background:#11457C;
	color:#fff;
	padding:15px  20px;
	text-decoration:none;
}

#duyuru_tarih_kolon .gun_yazi{
	font-size:14px;
	color:#5E5E5E;
}

#duyuru_tarih_kolon .gun{
	font-size:20px;
	color:#292929;
	font-family: "Frank Ruhl Libre", serif;
}

#duyuru_tarih_araligi{
	font-size:15px;
	color:#5E5E5E;
	padding-top:25px;
	padding-bottom:25px;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#duyuru_tarih_araligi::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #ddd;
    margin-left: 10px; 
}

#duyuru_etkinlik_listele .calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	color:#5E5E5E;
}

#duyuru_etkinlik_listele .date {
	border: 1px solid #E6E6E6;
	height:150px;
	padding:5px;
}

#duyuru_etkinlik_listele .day {
	font-weight: bold;
	height:35px;
}

#duyuru_etkinlik_listele .date.empty {
	background-color: #f8f9fa;
}
/*DUYURULAR*/

/*CERCEVE MODUL*/
#cerceve_modul{
	margin-top:80px;
	margin-bottom:80px;
}

#cerceve_modul #baslik_alan{
	padding-top:100px;
	padding-bottom:100px;
}

#cerceve_modul #mavi_bg{
	background:#11457C;
	color:#fff;
	padding-top:100px;
	padding-bottom:100px;
	font-size:15px;
}

#cerceve_modul .col-md-6{
	padding:0px;
}

#cerceve_modul #mavi_cerceve{
	border-left:10px solid #11457C;
	border-top:10px solid #11457C;
	border-bottom:10px solid #11457C;
	margin:0px 0px 0px 150px;
	min-height:385px;
	display: flex;
	align-items: center;
	justify-content: left;
	height:100%;
}

#cerceve_modul #mavi_cerceve h2{
	color:#11457C;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	background:#fff;
	margin-left:-50px;
	padding-top:50px;
	padding-bottom:50px;
}

#cerceve_modul #beyaz_cerceve{
	border-right:10px solid #FFFFFF;
	border-top:10px solid #FFFFFF;
	border-bottom:10px solid #FFFFFF;
	margin:0px 150px 0px 0px;
	min-height:385px;
	padding:100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	flex-direction: column;
}
/*CERCEVE MODUL*/

/*GENEL BAKIS*/
#gridlist #genel_bakis_gorsel_metin {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

#gridlist img {
	width: 100%;
	height: auto;
	display: block;
}

#gridlist #img658hw {
	max-height: 658px;
    min-height: 658px;
    object-fit: cover;
}

#gridlist a {
	text-decoration:none;
	color:#FFFFFF;
}

#gridlist .bilgialani {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    color: white;
    padding: 40px 20px;
	overflow: hidden;
}

#gridlist .bilgialani_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    color: white;
    padding: 40px 20px;
	overflow: hidden;
}

#gridlist #genel_bakis_gorsel_metin img {
	width: 100%;
	height: auto;
	transition: transform 0.4s ease;
}

#gridlist #genel_bakis_gorsel_metin:hover img {
    transform: scale(1.10) rotate(0deg);
}

#gridlist .bilgialani_no_img {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    color: #5E5E5E;
    padding: 40px 20px;
}

#gridlist .bilgialani_no_img h5 {
    color:#11457C;
}

#gridlist .bilgialani_no_img h2 {
    color:#292929;
	min-height: 68px;
}

#gridlist .bilgialani_no_img_alt {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    color: #fff;
    padding: 40px 20px;
}

#gridlist .bilgialani_no_img_orta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 40px 20px;
	height:100%; 
}

#gridlist #acikmavi{
	background:#2EAFD1;
}

#gridlist #koyumavi{
	background:#11457C;
}

#gridlist #gribg{
	background:#5E5E5E;
}

#gridlist #acikgri{
	background:#D3D3D3;
}

#gridlist #acikgri h2{
	color:#11457C;
}

#gridlist #dahaacikgri{
	background:#f5f5f5;
}

#gridlist #beyazbg{
	background:#ffff;
}

#gridlist #beyazbg h2{
	color:#11457C;
}

#gridlist #beyazbg p{
	color:#5E5E5E;
	font-size:15px;
}

#gridlist #fw55{
	font-size:55px;
}

#gridlist .cizgi{
	background:#E6E6E6;
	width:40px;
	height:1px;
	margin-top:15px;
	margin-bottom:15px;
}

#gridlist h5{
	font-size:14px;
}

#gridlist h2{
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
}

#gridlist #baslik_metin_alan{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding:60px;
}

#gridlist #baslik_metin_alan h1{
	color:#11457C;
	font-family: "Frank Ruhl Libre", serif;
	font-size:55px;
	margin-bottom:45px;
}

#gridlist #baslik_metin_alan p{
	color:#5E5E5E;
	font-size:15px;
}

#gridlist #baslik_metin_alan_gribg_dv{
	background:#F7F7F7;
}

#gridlist #baslik_metin_alan_gribg{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding:80px 50px;
}

#gridlist #baslik_metin_alan_gribg h1{
	color:#11457C;
	font-family: "Frank Ruhl Libre", serif;
	font-size:28px;
	margin-bottom:18px;
}

#gridlist #baslik_metin_alan_gribg p{
	color:#5E5E5E;
	font-size:15px;
}

#gridlist .cerceve{
	border: 1px solid #E6E6E6;
}
/*GENEL BAKIS*/

/*MSQ4 HV*/
#ms4_bg3 {
    position: relative;
    overflow: hidden;
}

#ms4_bg3:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#ms4_bg3 .bilgialani_no_img,
#ms4_bg3 h5,
#ms4_bg3 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#ms4_bg3:hover .bilgialani_no_img,
#ms4_bg3:hover h5,
#ms4_bg3:hover h2 {
    color: white;
}

#ms4_bg4 {
    position: relative;
    overflow: hidden;
}

#ms4_bg4:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#ms4_bg4 .bilgialani_no_img,
#ms4_bg4 h5,
#ms4_bg4 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#ms4_bg4:hover .bilgialani_no_img,
#ms4_bg4:hover h5,
#ms4_bg4:hover h2 {
    color: white;
}

#ms4_bg7 {
    position: relative;
    overflow: hidden;
}

#ms4_bg7:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#ms4_bg7 .bilgialani_no_img,
#ms4_bg7 h5,
#ms4_bg7 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#ms4_bg7:hover .bilgialani_no_img,
#ms4_bg7:hover h5,
#ms4_bg7:hover h2 {
    color: white;
}
/*MSQ4 HV*/

/*MSQ2 HV*/
#msqhv_1 {
    position: relative;
    overflow: hidden;
}

#msqhv_1:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#msqhv_1 .bilgialani_no_img,
#msqhv_1 h5,
#msqhv_1 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#msqhv_1:hover .bilgialani_no_img,
#msqhv_1:hover h5,
#msqhv_1:hover h2 {
    color: white;
}

#msqhv_2 {
    position: relative;
    overflow: hidden;
}

#msqhv_2:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#msqhv_2 .bilgialani_no_img,
#msqhv_2 h5,
#msqhv_2 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#msqhv_2:hover .bilgialani_no_img,
#msqhv_2:hover h5,
#msqhv_2:hover h2 {
    color: white;
}

#msqhv_3 {
    position: relative;
    overflow: hidden;
}

#msqhv_3:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#msqhv_3 .bilgialani_no_img,
#msqhv_3 h5,
#msqhv_3 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#msqhv_3:hover .bilgialani_no_img,
#msqhv_3:hover h5,
#msqhv_3:hover h2 {
    color: white;
}

#msqhv_4 {
    position: relative;
    overflow: hidden;
}

#msqhv_4:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#msqhv_4 .bilgialani_no_img,
#msqhv_4 h5,
#msqhv_4 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#msqhv_4:hover .bilgialani_no_img,
#msqhv_4:hover h5,
#msqhv_4:hover h2 {
    color: white;
}

#msqhv_5 {
    position: relative;
    overflow: hidden;
}

#msqhv_5:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#msqhv_5 .bilgialani_no_img,
#msqhv_5 h5,
#msqhv_5 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#msqhv_5:hover .bilgialani_no_img,
#msqhv_5:hover h5,
#msqhv_5:hover h2 {
    color: white;
}

#msqhv_6 {
    position: relative;
    overflow: hidden;
}

#msqhv_6:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#msqhv_6 .bilgialani_no_img,
#msqhv_6 h5,
#msqhv_6 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#msqhv_6:hover .bilgialani_no_img,
#msqhv_6:hover h5,
#msqhv_6:hover h2 {
    color: white;
}

#msqhv_7 {
    position: relative;
    overflow: hidden;
}

#msqhv_7:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#msqhv_7 .bilgialani_no_img,
#msqhv_7 h5,
#msqhv_7 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#msqhv_7:hover .bilgialani_no_img,
#msqhv_7:hover h5,
#msqhv_7:hover h2 {
    color: white;
}

#msqhv_8 {
    position: relative;
    overflow: hidden;
}

#msqhv_8:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#msqhv_8 .bilgialani_no_img,
#msqhv_8 h5,
#msqhv_8 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#msqhv_8:hover .bilgialani_no_img,
#msqhv_8:hover h5,
#msqhv_8:hover h2 {
    color: white;
}

#msqhv_9 {
    position: relative;
    overflow: hidden;
}

#msqhv_9:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#msqhv_9 .bilgialani_no_img,
#msqhv_9 h5,
#msqhv_9 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#msqhv_9:hover .bilgialani_no_img,
#msqhv_9:hover h5,
#msqhv_9:hover h2 {
    color: white;
}

#msqhv_11 {
    position: relative;
    overflow: hidden;
}

#msqhv_11:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#msqhv_11 .bilgialani_no_img,
#msqhv_11 h5,
#msqhv_11 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#msqhv_11:hover .bilgialani_no_img,
#msqhv_11:hover h5,
#msqhv_11:hover h2 {
    color: white;
}

#msqhv_12 {
    position: relative;
    overflow: hidden;
}

#msqhv_12:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#msqhv_12 .bilgialani_no_img,
#msqhv_12 h5,
#msqhv_12 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#msqhv_12:hover .bilgialani_no_img,
#msqhv_12:hover h5,
#msqhv_12:hover h2 {
    color: white;
}
/*MSQ2 HV*/

/*MSQ3 HV*/
#ms3_bg1 {
    position: relative;
    overflow: hidden;
}

#ms3_bg1:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#ms3_bg1 .bilgialani_no_img,
#ms3_bg1 h5,
#ms3_bg1 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#ms3_bg1:hover .bilgialani_no_img,
#ms3_bg1:hover h5,
#ms3_bg1:hover h2 {
    color: white;
}

#ms3_bg2 {
    position: relative;
    overflow: hidden;
}

#ms3_bg2:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#ms3_bg2 .bilgialani_no_img,
#ms3_bg2 h5,
#ms3_bg2 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#ms3_bg2:hover .bilgialani_no_img,
#ms3_bg2:hover h5,
#ms3_bg2:hover h2 {
    color: white;
}

#ms3_bg3 {
    position: relative;
    overflow: hidden;
}

#ms3_bg3:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#ms3_bg3 .bilgialani_no_img,
#ms3_bg3 h5,
#ms3_bg3 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#ms3_bg3:hover .bilgialani_no_img,
#ms3_bg3:hover h5,
#ms3_bg3:hover h2 {
    color: white;
}

#ms3_bg4 {
    position: relative;
    overflow: hidden;
}

#ms3_bg4:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#ms3_bg4 .bilgialani_no_img,
#ms3_bg4 h5,
#ms3_bg4 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#ms3_bg4:hover .bilgialani_no_img,
#ms3_bg4:hover h5,
#ms3_bg4:hover h2 {
    color: white;
}

#ms3_bg7 {
    position: relative;
    overflow: hidden;
}

#ms3_bg7:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#ms3_bg7 .bilgialani_no_img,
#ms3_bg7 h5,
#ms3_bg7 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#ms3_bg7:hover .bilgialani_no_img,
#ms3_bg7:hover h5,
#ms3_bg7:hover h2 {
    color: white;
}

#ms3_bg8 {
    position: relative;
    overflow: hidden;
}

#ms3_bg8:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#ms3_bg8 .bilgialani_no_img,
#ms3_bg8 h5,
#ms3_bg8 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#ms3_bg8:hover .bilgialani_no_img,
#ms3_bg8:hover h5,
#ms3_bg8:hover h2 {
    color: white;
}

#ms3_bg9 {
    position: relative;
    overflow: hidden;
}

#ms3_bg9:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#ms3_bg9 .bilgialani_no_img,
#ms3_bg9 h5,
#ms3_bg9 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#ms3_bg9:hover .bilgialani_no_img,
#ms3_bg9:hover h5,
#ms3_bg9:hover h2 {
    color: white;
}

#ms3_bg10 {
    position: relative;
    overflow: hidden;
}

#ms3_bg10:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#ms3_bg10 .bilgialani_no_img,
#ms3_bg10 h5,
#ms3_bg10 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#ms3_bg10:hover .bilgialani_no_img,
#ms3_bg10:hover h5,
#ms3_bg10:hover h2 {
    color: white;
}

#ms3_bg11 {
    position: relative;
    overflow: hidden;
}

#ms3_bg11:hover::before {
    opacity: 1;
    transform: scale(1); 
}

#ms3_bg11 .bilgialani_no_img,
#ms3_bg11 h5,
#ms3_bg11 h2 {
    position: relative;
    z-index: 1; 
    color: black;
    transition: color 0.5s ease;
}

#ms3_bg11:hover .bilgialani_no_img,
#ms3_bg11:hover h5,
#ms3_bg11:hover h2 {
    color: white;
}
/*MSQ3 HV*/


#nobg{
	background:transparent !important;
}

#mdl_i_t_l_6_img{
	min-height: 400px;
    max-height: 100%;
    object-fit: cover;
}

/*FULL VIDEO BANNER*/
#video_full_banner{
	padding:0px;
	margin-top:80px;
	margin-bottom:80px;
}

#video_full_banner #gorsel_metin_alani {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

#video_full_banner .bilgialani {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align:center;
    align-items: center;
    color: white;
    padding: 40px 20px;
}

#video_full_banner h1 {
    color:#fff;
	font-size:55px;
	font-family: "Frank Ruhl Libre", serif;
}

#video_full_banner h2 {
    color:#fff;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:45px;
}

#video_full_banner .playicon {
    color:#fff;
	text-decoration:none;
	font-size:59px;
} 
#video_full_banner .play-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: rgb(18 69 124);
    pointer-events: none; 
}

#video_full_banner .gorsel-metin-alani {
    position: relative;
}
/*FULL VIDEO BANNER*/

#gelecege_kapsul {
    padding: 0;
    position: relative;
    /*top: -100px;*/
    z-index: 1;
}

#gelecege_kapsul #gorsel_metin_alani {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

#gelecege_kapsul .bilgialani {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    align-items: center;
    padding: 40px 20px;
    z-index: 2; 
}

#gelecege_kapsul h4 {
    font-family: "Frank Ruhl Libre", serif;
    color: #292929;
    font-size: 28px;
    margin-bottom: 35px;
}

#gelecege_kapsul a {
    text-decoration: none;
    font-size: 14px;
    color: #11457C;
    border: 1px solid #11457C;
    padding: 5px 20px;
    z-index: 3;
    position: relative;
}

#baslik_aciklama{
	padding:0px;
	margin-bottom:45px;
	text-align:center;
}

#baslik_aciklama h1{
	font-size:55px;
	color:#11457C;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:17px;
}

#baslik_aciklama h1 span{
	border-bottom:1px solid #11457C;
}

/*LB-RGLIST*/
#left_banner_right_gridlist{
	padding:0px;
}

#left_banner_right_gridlist .gorsel_tasma {
	position: relative;
	display: inline-block;
}

#left_banner_right_gridlist .bgalani {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

#left_banner_right_gridlist .ust_img {
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%); 
	max-height:350px;
}

#left_banner_right_gridlist #sag_alan {
	background:#E6E6E6;
	padding:70px;
}

#left_banner_right_gridlist #sag_alan2 {
	background:#E6E6E6;
	padding:70px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#left_banner_right_gridlist .card-title{
	color:#292929;
	font-family: "Frank Ruhl Libre", serif;
	font-size:28px;
	margin-bottom:18px;
}
#left_banner_right_gridlist .card-text{
	color:#5E5E5E;
	font-size:15px;
	min-height:67px;
}
#left_banner_right_gridlist .card {
	border:0px;
	padding:0px;
}
#left_banner_right_gridlist .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	color:#5E5E5E;
	font-size:15px;
}
#left_banner_right_gridlist .icon-line {
	width: 1px;
	height: 50px;
	background-color: #E6E6E6;
	margin: 10px 0;
}
#left_banner_right_gridlist .read-more {
	color: #5E5E5E;
	font-size: 14px;
	text-decoration:none;
}
#left_banner_right_gridlist .read-more:hover {
	text-decoration: none;
}
#left_banner_right_gridlist .card-body {
	margin-left:50px;
}
#left_banner_right_gridlist .cizgi{
	background:#E6E6E6;
	width:40px;
	height:1px;
	margin-top:45px;
	margin-bottom:15px;
}
/*LB-RGLIST*/

/*LR BANNER TEXT*/
#lr_banner_text{
	margin-top:80px;
	margin-bottom:80px;
}

#lr_banner_text #fw55{
	font-size:55px;
	margin-bottom:45px;
}

#lr_banner_text h1{
	color:#11457C;
	font-family: "Frank Ruhl Libre", serif;
	font-size:28px;
}

#lr_banner_text p{
	color:#5E5E5E;
	font-size:15px;
}

#lr_banner_text #sol_metin_yasli_border{
	text-align:right;
	border-right:1px solid #5E5E5E;
	padding:10px 20px;
}

#lr_banner_text #sol_metin_yasli_border .active{
	background:transparent;
	border:0px;
	padding:0px;
}

#lr_banner_text #sol_metin_yasli_border .nav-link{
	background:transparent;
	border:0px;
	padding:0px;
}

#lr_banner_text #sol_metin_yasli_border #imgolcutbs{
	height:50px;
}

#lr_banner_text #sag_metin_yasli_border{
	border-left:1px solid #5E5E5E;
	padding:0px 25px;
}

#lr_banner_text #genel_img_height_auto{
	height:40px;
}
/*LR BANNER TEXT*/

/*ZAMAN TUNELI*/
#zaman_tuneli #sag{
	border-left:2px solid #b4b4b4;
}

#zaman_tuneli h5{
	color:#11457C;
	font-size:14px;
	margin-bottom:8px;
}

#zaman_tuneli h4{
	color:#292929;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
}

#zaman_tuneli p{
	color:#5E5E5E;
	font-size:15x;
}

#zaman_tuneli .noktasag{
	background: #11457c;
    width: 15px;
    height: 15px;
    position: relative;
    left: -55px;
    top: 15px;
    border-radius: 500px;
}

#zaman_tuneli .noktasol{
	background: #11457c;
    width: 15px;
    height: 15px;
    position: relative;
    left: 57px;
    top: 0px;
    border-radius: 500px;
    float: right;
}

#zaman_tuneli .mobilsurum {
	display: none;
}
/*ZAMAN TUNELI*/

/*mdl_owl_first_big_othrx*/
#mdl_owl_first_big_othrx .carousel-item {
	transition: transform 0.5s ease-in-out;
}

#mdl_owl_first_big_othrx .carousel-item .card {
	transition: all 0.5s ease;
	border: none;
	position: relative;
}

#mdl_owl_first_big_othrx .card-img-top {
	object-fit: cover;
	height: 600px; 
}

#mdl_owl_first_big_othrx .carousel-item .card-img-overlay {
	background: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 40px 35px;
}

#mdl_owl_first_big_othrx .carousel-item.active .col-md-6 {
	transform: scale(1.05);
}

#mdl_owl_first_big_othrx .carousel-item .col-md-3 .card {
	opacity: 0.8;
}

#mdl_owl_first_big_othrx .carousel-control-prev-icon,
#mdl_owl_first_big_othrx .carousel-control-next-icon {
	background-color: #11457c;
    border-radius: 50%;
}

#mdl_owl_first_big_othrx .btn-primary {
	font-size: 14px;
	padding: 10px 20px;
	background-color: #11457C;
	border: none;
	color: #fff;
	transition: all 0.3s ease;
}

#mdl_owl_first_big_othrx .btn-primary:hover {
	background-color: #0D3B6B;
}

#mdl_owl_first_big_othrx .carousel-controls {
	position: relative;
    bottom: 60px;
    right: 0px;
    z-index: 1;
}

#mdl_owl_first_big_othrx .carousel-controls #mdl_owl_first_big_othrx .carousel-control-prev
#mdl_owl_first_big_othrx .carousel-controls #mdl_owl_first_big_othrx .carousel-control-next {
	position: relative;
}

#mdl_owl_first_big_othrx .carousel-control-next, .carousel-control-prev {
	width:20px;
}

#mdl_owl_first_big_othrx .carousel-controls #mdl_owl_first_big_othrx .carousel-control-prev {
	margin-right: 10px;
}

#mdl_owl_first_big_othrx #btnpzsyn{
	position:relative;
	left:40px;
	opacity: 1;
}

#mdl_owl_first_big_othrx #btnpzsynd{
	position: relative;
    right: 70px;
    width: 50px;
	opacity: 1;
}

#mdl_owl_first_big_othrx .carousel-controls #mdl_owl_first_big_othrx .carousel-control-prev-icon,
#mdl_owl_first_big_othrx .carousel-controls #mdl_owl_first_big_othrx .carousel-control-next-icon {
	width: 40px;
	height: 40px;
	background-color: #000;
	border-radius: 50%;
}

#mdl_owl_first_big_othrx .text-center #mdl_owl_first_big_othrx .btn-primary {
	margin-top: 20px;
	background-color: #11457C;
}

#mdl_owl_first_big_othrx .card-title {
	font-size:14px;
}

#mdl_owl_first_big_othrx .card-text {
	font-family: "Frank Ruhl Libre", serif;
	font-size:28px;
	margin-bottom:0px;
}

#mdl_owl_first_big_othrx .card-text2 {
	font-size:14px;
}

#mdl_owl_first_big_othrx .cizgi{
	background: #ffffff;
    width: 50px;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 15px;
}
/*mdl_owl_first_big_othrx*/

/*mdl_tggl_sld_img_x*/
#mdl_tggl_sld_img_x {
    padding: 20px;
}

#mdl_tggl_sld_img_x #yerleske_toogle a {
    display: block;
    font-size: 16px;
    color: #2C3E50;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

#mdl_tggl_sld_img_x #yerleske_toogle a.active {
    font-weight: bold;
    color: #11457C;
}

#mdl_tggl_sld_img_x .collapse {
    color: #7F8C8D;
    margin-bottom: 20px;
    position: relative;
    width: 150%;
    z-index: 1;
    background: rgb(17 69 124 / 65%);
    padding: 15px;
    color: #fff;
    font-size: 15px;
}

#mdl_tggl_sld_img_x .carousel-inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/*mdl_tggl_sld_img_x*/

/*timeline-container*/
#timeline-container {
    padding: 50px 0;
}

#timeline-container .timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#timeline-container .circle {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #11457c;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-right: 20px;
    padding: 35px 35px;
}

#timeline-container .content h3 {
    font-size: 1.25rem;
    color: #002b7f;
    margin-bottom: 10px;
}

#timeline-container .content p {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}
/*timeline-container*/

/*mdl_img_icn_link3*/
#mdl_img_icn_link3 {
    padding: 20px;
}

#mdl_img_icn_link3 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
	position: relative;
    right: -20px;
}

#mdl_img_icn_link3 h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
	font-family: "Frank Ruhl Libre", serif;
}

#mdl_img_icn_link3 .description {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

#mdl_img_icn_link3 .link-group {
    margin-bottom: 30px;
}

#mdl_img_icn_link3 .link-group a {
    color: #333;
	text-decoration:none;
}

#mdl_img_icn_link3 .link-group a i {
    margin-left:15px;
}

#mdl_img_icn_link3 .icon-section {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

#mdl_img_icn_link3 .icon-section .icon {
    width: 60px;
    height: 60px;
    margin-right: 30px;
}

#mdl_img_icn_link3 .icon-section .icon-description {
    font-size: 14px;
    color: #7F8C8D;
    line-height: 1.6;
}

#mdl_img_icn_link3 #bgmavi {
	background-color: #11457c;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    padding: 70px 0px 70px 70px;
}
/*mdl_img_icn_link3*/

/*sayfalama*/
#akademik_takvim_sayfalama .pagination {
    display: flex;
    list-style: none;
    padding: 0;
}

#akademik_takvim_sayfalama .pagination li {
    margin: 0 5px;
}

#akademik_takvim_sayfalama .pagination a,
#akademik_takvim_sayfalama .pagination span {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    color: #003d78;
    border: 1px solid #dee2e6;
    border-radius: 0px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

#akademik_takvim_sayfalama .pagination a:hover {
    background-color: #003d78;
    color: #fff;
}

#akademik_takvim_sayfalama .pagination .active span {
    background-color: #003d78;
    color: white;
    border-color: #003d78;
}

#akademik_takvim_sayfalama .pagination .disabled span {
    color: #6c757d;
    pointer-events: none;
    border-color: #dee2e6;
}
/*sayfalama*/

/*gnl_lnk_rght_arrow*/
#gnl_lnk_rght_arrow {
    background-color: #11457c;
    color: white;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#gnl_lnk_rght_arrow .link-content {
    text-align: left;
    padding: 20px;
}

#gnl_lnk_rght_arrow h3 {
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
}

#gnl_lnk_rght_arrow .detail-link {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#gnl_lnk_rght_arrow .detail-link i {
    margin-left: 10px;
}

#gnl_lnk_rght_arrow .link-block {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: "Frank Ruhl Libre", serif;
}

#gnlttl, #gnltxt {
    margin-bottom: 20px;
}

#program_ara_btn_st {
	border:1px solid #dedede;
	color:#11457c;
	padding:7px 20px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background:transparent;
	border-radius:0px;
}

#program_ara_btn_st_arasttirma {
	border:1px solid #dedede;
	color:#11457c;
	padding:15px 30px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background:transparent;
	border-radius:0px;
	width:50%;
}

#gnl_btn_beyaz {
	border:1px solid #dedede;
	color:#fff;
	padding:7px 29px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background:transparent;
	border-radius:0px;
}

#news-image{
	max-height:430px;
	min-height:430px;
	object-fit:cover;
}

#newsowl .owl-next{
	right:50px;
}

#newsowl .carousel-content{
	position: relative;
	width: 100%;
	overflow: hidden;
}

#newsowl .carousel-content img {
	width: 100%;
	height: auto;
	transition: transform 0.4s ease;
	max-height: 50vh;
	object-fit:cover;
}

#newsowl .carousel-content:hover img {
    transform: scale(1.10) rotate(0deg);
}

#gnl_lnk_rght_arrow .row.flex-grow-1 {
    flex-grow: 1;
    display: flex;
    align-items: stretch;
}

#gnl_lnk_rght_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#gnl_lnk_rght_arrow .link-content {
    text-align: left;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#gnl_lnk_rght_arrow .col-md-7 .col-md-6 img {
    height: 100%;
    object-fit: cover;
}

#gnl_lnk_rght_arrow .col-md-5 img {
    height: 100%;
    object-fit: cover;
}
/*gnl_lnk_rght_arrow*/

/*fullcalendar*/
#calendar{
	font-size:14px;
}

#calendar .fc-col-header-cell-cushion {
	color:#000;
	text-decoration:none;
}

#calendar .fc-daygrid-day-number {
	color:#000;
	text-decoration:none;
}

#calendar .fc-event-end {
	background-color: #a9a9a9;
    border-color: #a9a9a9;
	color:#fff;
}

#calendar .fc-daygrid-event-dot {
	display:none;
}

#calendar .fc-event-time {
	margin-left:10px;
}

#eventDetailModal label{
    font-weight: bold;
    font-family: "Frank Ruhl Libre", serif;
    background: #f0f8ff;
    width: 100%;
    padding: 10px;
}

#eventDetailModal .form-control-static{
    padding: 10px;
	margin-bottom:0px;
}
/*fullcalendar*/

/*person-tabs-section*/
#person-tabs-section .nav-tabs{
	padding-bottom: 1px;
}

#person-tabs-section .nav-link{
	background:#fff;
	color:#5E5E5E;
	font-size:14px;
	border:0px;
	border-radius:0px;
}

#person-tabs-section .nav-link:hover{
	border:0px;
	border-radius:0px;
}

#person-tabs-section .nav-link.active{
	background:#11457C;
	color:#fff;
	font-size:14px;
	border:0px;
	border-radius:0px;
}
/*person-tabs-section*/

/*akademik_personel_detay*/
#akademik_personel_detay h1{
	font-size:30px;
	color:#292929;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:15px;
	margin-top:30px;
}

#akademik_personel_detay .unialan{
	font-size:21px;
	color:#11457C;
	font-family: "Frank Ruhl Libre", serif;
}

#akademik_personel_detay .mail{
	font-size:14px;
	color:#292929;
	margin-top:30px;
}

#akademik_personel_detay_serit_baslik{
	font-size:28px;
	background:#F7F7F7;
	color:#11457C;
	font-family: "Frank Ruhl Libre", serif;
	text-align:center;
	padding:15px;
}

#akademik_personel_detay_baslik_alti #listele{
	padding:0px;
}

#akademik_personel_detay_baslik_alti #listele h1{
	color:#5E5E5E;
	font-family: "Frank Ruhl Libre", serif;
	font-size:20px;
	margin-bottom:25px;
}

#akademik_personel_detay_baslik_alti #listele .bilgi{
	color:#5E5E5E;
	font-size:14px;
}

#akademik_personel_detay_baslik_alti #listele .cizgi{
	background: #11457C;
    height: 2px;
    margin-top: 25px; 
    margin-bottom: 25px;
}

#akademik_personel_detay_baslik_alti #listele .cizgi div{
	background: #fff;
    border: 1px solid #11457C;
    width: 20px;
    height: 20px;
    position: relative;
    top: -9px;
    border-radius: 50%;
}

#akademik_personel_detay .imgbg{
	height: 100%;
	width: 100%;
	position: relative;
	background: #1145a6;
	left: -20px;
	top: -20px;
}

#akademik_personel_detay .imgbg #gorsel{
	position: relative; 
	top: 20px; 
	left: 20px;
}
/*akademik_personel_detay*/

#altbirimmenualani .dropdown-toggle::after{
	border-right: 0;
    border-left: 0;
}

#sctin_mit6_imgbg .imgbg{
	height: 100%;
	width: 100%;
	position: relative;
	background: #1145a6;
	top: 20px;
}

#sctin_mit6_imgbg .imgbg #gorsel{
	position: relative; 
	top: -20px; 
	left: 20px;
}

/*VIZYON MISYON*/
#vizyon_misyon{
	margin-top:80px;
	margin-bottom:80px;
}

#vizyon_misyon h5{
	color:#292929;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	margin-top:30px;
}

#vizyon_misyon .text{
	color:#5E5E5E;
	font-size:15px;
}

#vizyon_misyon .cizgi{
	background:#707070;
	width:40px;
	height:2px;
	margin-top:15px;
	margin-bottom:15px;
}

#vizyon_misyon i{
	color:#0A4582;
	font-size:55px;
}
/*VIZYON MISYON*/

/*STLT*/
#section_text_left_title{
	margin-top:80px;
	margin-bottom:80px;
}

#section_text_left_title h5{
	color:#11457C;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:45px;
}

#section_text_left_title p{
	color:#5E5E5E;
	font-size:15px;
}
/*STLT*/

/*genel_cerceve_bg*/
#genel_cerceve_bg .imgbg{
	height: 100%;
	width: 100%;
	position: relative;
	background: #1145a6;
	left: -20px;
}

#genel_cerceve_bg .imgbg #gorsel{
	position: relative; 
	top: 40px; 
	left: 30px;
}

#genel_cerceve_bg_sag .imgbg{
	height: 100%;
	width: 100%;
	position: relative;
	background: #1145a6;
	left: 20px;
}

#genel_cerceve_bg_sag .imgbg #gorsel{
	position: relative; 
	top: -20px; 
	right: 20px;
}
/*genel_cerceve_bg*/

/*genel_zoom*/
#image_zoom{
	position: relative;
	width: 100%;
	overflow: hidden;
}

#image_zoom img {
	width: 100%;
	height: auto;
	transition: transform 0.4s ease;
}

#image_zoom:hover img {
    transform: scale(1.10) rotate(0deg);
}
/*genel_zoom*/

/*text_fast_links*/
#text_fast_links{
	margin-top:80px;
	margin-bottom:80px;
	background:#11457C;
	padding:55px 15px;
}

#text_fast_links h1{
	color:#fff;
	font-size:55px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:45px;
}

#text_fast_links h2{
	color:#fff;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:18px;
}

#text_fast_links p{
	color:#fff;
	font-size:15px;
}

#text_fast_links #links{
	border:1px solid #fff;
	padding:20px;
}

#text_fast_links #links a{
	color:#fff;
	text-decoration:none;
}

#text_fast_links #links .sagok{
	display: flex;
    align-items: center;
    justify-content: center;
	height:100%;
}

#text_fast_links #links .fa-arrow-right{
	border:1px solid #fff;
	font-size:40px;
	padding:10px 12px;
	color:#fff;
	border-radius:500px;
	-moz-border-radius:500px;
	-webkit-border-radius:500px;
}
/*text_fast_links*/

/*img_position_grid_text*/
#img_position_grid_text{
	margin-top:80px;
	margin-bottom:80px;
}

#img_position_grid_text .col{
	border:1px solid #ddd;
	padding:15px 10px 0px 15px;
}

#img_position_grid_text img{
	position:relative;
	top:-45px;
}

#img_position_grid_text h5{
	color:#11457C;
	font-size:14px;
}

#img_position_grid_text p{
	color:#5E5E5E;
	font-size:15px;
}

#img_position_grid_text h4{
	color:#11457c;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:18px;
	margin-top:8px;
}
/*img_position_grid_text*/

/*MODAL*/
#acilir_modal{
	border-radius:0px;
	padding:0px;
}

#acilir_modal h5{
	color:#11457C;
	font-size:28px;
}

#acilir_modal p{
	color:#5E5E5E;
	font-size:15px;
}

#acilir_modal h4{
	color:#27457c;
	font-size:55px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:18px;
	margin-top:8px;
}
/*MODAL*/

/*konyayi_kesfet_grid*/
#konyayi_kesfet_grid{
	margin-top:80px;
	background:#D3D3D3;
	padding-top:200px;
}

.kk_mb_postion{
	margin-bottom: -220px;
    position: relative;
    z-index: 1;
}
/*konyayi_kesfet_grid*/

/*section_employee_txt_img */
#section_employee_txt_img .employee-card {
    border: 2px solid #11457C;
    padding: 10px;
    display: flex;
    align-items: start;
    padding: 40px 0px;
}

#section_employee_txt_img .employee-image {
    max-width: 100%;
    height: auto;
	position:relative;
	z-index:2;
	min-height:600px;
	object-fit:cover;
	top:-15px;
}

#section_employee_txt_img .employee-image2 {
    max-width: 100%;
    height: auto;
	position:relative;
	z-index:2;
}

#section_employee_txt_img .department-tag {
    background-color: #004080;
    color: white;
    padding: 5px 15px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: 90px;
	margin-top:-90px;
	font-family: "Frank Ruhl Libre", serif;
}

#section_employee_txt_img .department-tag2 {
    background-color: #004080;
    color: white;
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: 110px;
	margin-top:-110px;
	font-family: "Frank Ruhl Libre", serif;
}

#section_employee_txt_img .employee-name {
    font-size: 28px;
    font-weight: bold;
    color: #333;
	font-family: "Frank Ruhl Libre", serif;
	padding-top:45px !important;
}

#section_employee_txt_img .employee-contact p {
    font-size: 1rem;
    color: #333;
    margin: 5px 0;
}

#section_employee_txt_img .employee-contact p i {
    margin-right: 10px;
    color: #004080;
}
/*section_employee_txt_img */

/*tbl*/
table{
	width:100%;
	color:#5E5E5E;
}

table tr td{
	border:1px solid #E6E6E6;
}
/*tbl*/

/*image_text_socail_table_list*/
#image_text_socail_table_list{
	color:#292929;
	font-size:15px;
}

#image_text_socail_table_list #ustcizgi{
	border-top:1px solid #E6E6E6;
	padding-top:30px;
}

#image_text_socail_table_list h1{
	font-family: "Frank Ruhl Libre", serif;
	font-size:28px;
	color:#11457C;
	margin-bottom:45px;
}


#image_text_socail_table_list a{
	color:#11457C;
	text-decoration:none;
}

#image_text_socail_table_list .social-links {
    position: relative;
    display: flex;
    transition: opacity 0.3s ease;
    pointer-events: none;
	justify-content: flex-end;
}

#image_text_socail_table_list .social-link {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    background: #11457C;
    padding: 10px 10px;
    border-radius: 50%;
    transition: background 0.3s ease;
    text-align: center;
	margin-right:10px;
}

#image_text_socail_table_list .social-link i {
    font-size: 16px;
}

#image_text_socail_table_list .employee-contact p {
    font-size: 1rem;
    color: #333;
    margin: 5px 0;
}

#image_text_socail_table_list .employee-contact p i {
    margin-right: 10px;
    color: #004080;
}
/*image_text_socail_table_list*/

/*grid_image_text_top_hover_search_icn*/
#grid_image_text_top_hover_search_icn #genel_bakis_gorsel_metin {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

#grid_image_text_top_hover_search_icn img {
    width: 100%;
    height: auto;
    display: block;
}

#grid_image_text_top_hover_search_icn a {
    text-decoration: none;
    color: #FFFFFF;
}

#grid_image_text_top_hover_search_icn .bilgialani_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    color: white;
    padding: 40px 20px;
    transition: all 0.3s ease;
}

#grid_image_text_top_hover_search_icn h5,
#grid_image_text_top_hover_search_icn h2 {
    font-size: 14px;
    transition: opacity 0.3s ease;
}

#grid_image_text_top_hover_search_icn h2 {
    font-size: 28px;
}

/* Hover durumunda yazıları gizleyip ikonu göster */
#grid_image_text_top_hover_search_icn .bilgialani_top:hover h5,
#grid_image_text_top_hover_search_icn .bilgialani_top:hover h2 {
    opacity: 0;
    visibility: hidden;
}

#grid_image_text_top_hover_search_icn .hover-icon {
    font-size: 40px;
    color: white;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}

#grid_image_text_top_hover_search_icn .bilgialani_top:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}

#grid_image_text_top_hover_search_icn .fa-search {
    background: #11457C;
    padding: 45px;
    border-radius: 50%;
}
/*grid_image_text_top_hover_search_icn*/

/*page_right_navbar*/
#page_right_navbar{
	margin-top:80px;
	font-size:15px;
	color:#5E5E5E;
}

#page_right_navbar .sagbaslik{
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	color:#000;
	margin-bottom:10px;
}

#page_right_navbar ul{
	padding-left:0px;
}

#page_right_navbar ul li{
	border-bottom:1px solid #E6E6E6;
	padding:10px 8px;
	display:block;
}

#page_right_navbar ul li:hover,
#page_right_navbar ul li.active {
    background: #11457C;
}

#page_right_navbar ul li:hover a,
#page_right_navbar ul li.active a {
    color: #FFFFFF;
}

#page_right_navbar ul li a {
    color: #5E5E5E;
    text-decoration: none;
}
/*page_right_navbar*/

/*genel 400px objectfit*/
#genel400object{
	min-height:400px;
	max-height:400px;
	min-width:100%;
	object-fit:cover;
}
/*genel 400px objectfit*/

/*list_title_icon*/
#list_title_icon{
	border:1px solid #E6E6E6;
	padding:30px 10px;
}

#list_title_icon .fa-download{
	color:#11457C;
	font-size:35px;
}

#list_title_icon h1{
	color:#292929;
	font-size:28px;
	margin-bottom:20px;
	font-family: "Frank Ruhl Libre", serif;
}

#list_title_icon a{
	color:#292929;
	text-decoration:none;
}
/*list_title_icon*/

/*section_arastirma_dinamik_modul*/
#section_arastirma_dinamik_modul {
    background-color: #11457C;
}

#section_arastirma_dinamik_modul #arastirma_owl{
    position:relative;
	top:130px;
}

#section_arastirma_dinamik_modul .owl-carousel .item {
    margin: 10px;
}

#section_arastirma_dinamik_modul .owl-carousel .card {
    border: none;
	border-radius:0;
	border: 1px solid #E6E6E6;
}

#section_arastirma_dinamik_modul .owl-carousel .card img {
    height: 400px;
    object-fit: cover;
}

#section_arastirma_dinamik_modul .owl-carousel .card-body h5 {
    font-size: 20px;
    font-weight: 600;
	color:#292929;
}

#section_arastirma_dinamik_modul .devambtn {
    font-size: 15px;
	color:#5E5E5E;
	text-decoration:none;
}

#section_arastirma_dinamik_modul .owl-carousel .card-body p {
    font-size: 15px;
	color:#5E5E5E;
}

#section_arastirma_dinamik_modul .owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
}

#section_arastirma_dinamik_modul .owl-prev {
    left: -40px;
	border-radius:0px;
	background:#E6E6E6;
	color:#5E5E5E;
	width:60px;
	height:60px;
	margin-top: 65px;
}

#section_arastirma_dinamik_modul .owl-dots {
   display:none;
}

#section_arastirma_dinamik_modul .owl-next {
   border-radius:0px;
   background:#E6E6E6;
   color:#5E5E5E;
   width:60px;
   height:60px;
   left:-40px;
}

#section_arastirma_dinamik_modul .owl-prev:hover, #section_arastirma_dinamik_modul .owl-next:hover {
    background-color: #b7b7b7;
}
/*section_arastirma_dinamik_modul*/

/*card_check_img_title_desc*/
#card_check_img_title_desc .card-module {
    border: 1px solid #eaeaea;
    background-color: #f5f5f5;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    transition: all 0.3s ease;
}

#card_check_img_title_desc .doktoratezi-label {
	font-size: 14px;
    color: #006400;
    margin-top: 7px;
    text-align: left;
    margin-left: 15px;
}

#card_check_img_title_desc .yuseklisnasntezi-label {
	font-size: 14px;
    color: #831010;
    margin-top: 7px;
    text-align: left;
    margin-left: 15px;
}

#card_check_img_title_desc .card-module:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

#card_check_img_title_desc .card-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
    overflow: hidden;
    background-color: #f5f5f5;
}

#card_check_img_title_desc .card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
	padding:20px;
}

#card_check_img_title_desc #doktaratezi {
    color: #006400;
	font-size:14px;
}

#card_check_img_title_desc #yuseklisnasntezi {
    color: #831010;
	font-size:14px;
}

#card_check_img_title_desc #doktoratezititle {
	font-size:18px;
	margin-bottom:10px;
}

#card_check_img_title_desc .check-icon {
	position: absolute;
    top: -25px;
    right: -20px;
    background-color: transparent;
    border-radius: 50%;
    padding: 5px;
    font-size: 32px;
    color: #11457c;
	z-index:1;
}

#card_check_img_title_desc .card-content {
    padding: 20px;
}

#card_check_img_title_desc .university-name {
    color: #11457c;
    font-size: 14px;
    margin-bottom: 5px;
}

#card_check_img_title_desc .card-footer {
	border-top: 1px solid #eaeaea;
}

#card_check_img_title_desc .detail-link {
    text-decoration: none;
    color: #11457c;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

#card_check_img_title_desc .detail-link i {
    margin-left: 5px;
    transition: margin-left 0.3s ease;
}

#card_check_img_title_desc .detail-link:hover i {
    margin-left: 10px;
}

/*card_check_img_title_desc*/

/*img_text_desc_tab_items*/
#img_text_desc_tab_items .image-container {
    padding: 20px;
}

#img_text_desc_tab_items .image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#img_text_desc_tab_items .nav-pills .nav-link {
    background-color: #0c4b85;
    color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

#img_text_desc_tab_items .nav-pills .nav-link.active {
    background-color: #02436a;
}

#img_text_desc_tab_items .nav-item {
    font-size:12px;
	text-align:center;
}
/*img_text_desc_tab_items*/

/*mdl_img_txt26*/
#mdl_img_txt26 {
    padding: 20px;
}

#mdl_img_txt26 img {
    width: 100%;
    height: auto;
}

#mdl_img_txt26 h2 {
    font-size: 28px;
    color: #0A4582;
	font-family: "Frank Ruhl Libre", serif;
}

#mdl_img_txt26 .button-group {
    margin: 20px 0;
}

#mdl_img_txt26 .button-group a {
    padding: 10px 20px;
    margin-right: 10px;
    color: white;
    text-decoration: none;
    font-size: 15px;
	border-radius:0px;
	border:0px;
}

#mdl_img_txt26 .btn-primary {
    background-color: #0A4582;
}

#mdl_img_txt26 .btn-secondary {
    background-color: #02a3c9;
}

#mdl_img_txt26 p {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
	margin-top:30px;
}

#mdl_img_txt26 hr {
    border: 1px solid #BDC3C7;
    margin: 20px 0;
}

#mdl_img_txt26 .address-info h5 {
    font-size: 16px;
    font-weight: bold;
    color: #2C3E50;
    margin-bottom: 10px;
}

#mdl_img_txt26 .address-info p {
    font-size: 15px;
    color: #333;
}

#mdl_img_txt26 .fa {
    margin-right: 15px;
    color: #2C3E50;
}
/*mdl_img_txt26*/

/*list_icon_title_detail*/
#list_icon_title_detail{
	border:1px solid #E6E6E6;
	padding:30px 20px;
}

#list_icon_title_detail h1{
	color:#292929;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:60px;
	min-height:135px;
}

#list_icon_title_detail h2{
	color:#292929;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:60px;
	min-height:67px;
}

#list_icon_title_detail p{
	color:#5E5E5E;
	font-size:15px;
	min-height:149px;
}

#list_icon_title_detail .cizgi{
	background:#E6E6E6;
	width:40px;
	height:1px;
	margin-bottom:22px;
}

#list_icon_title_detail i{
	color:#0A4582;
	font-size:55px;
	margin-bottom:30px;
}

#list_icon_title_detail a{
	color:#5E5E5E;
	font-size:14px;
	text-decoration:none;
}

#list_icon_title_block{
	background:#0A4582;
	color:#FFFFFF;
	padding:30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#list_icon_title_block #icon{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

#list_icon_title_block .liste{
	border:1px solid #fff;
	font-size:20px;
	font-family: "Frank Ruhl Libre", serif;
	padding:15px 0px;
	margin-bottom:15px;
}
/*list_icon_title_detail*/

/*akademik_personel_getir*/
#akademik_personel_getir #listele{
	border: 1px solid #E6E6E6;
	padding:15px;
}

#akademik_personel_getir #listele .ba{
	background:#00B4AE;
	color:#fff;
	font-size:11px;
	padding:5px 10px;
}

#akademik_personel_getir #listele img{
	max-height:455px;
	height:455px;
	object-fit:cover;
}

#akademik_personel_getir #listele .abd{
	background:#11457C;
	color:#fff;
	font-size:11px;
	padding:5px 10px;
}

#akademik_personel_getir #listele #minheight{
	min-height:26px;
}

#akademik_personel_getir #listele h1{
	color:#292929;
	font-size:20px;
	margin-top:15px;
	margin-bottom:15px;
	min-height:47px;
}

#akademik_personel_getir #listele .mail_tel{
	color:#292929;
	font-size:14px;
	margin-top:5px;
}

#akademik_personel_getir #listele .yoksis{
	background:#11457C;
	color:#fff;
	font-size:14px;
	padding:10px;
	position: relative;
    float: right;
    top: -26px;
    right: -15px;
}
/*akademik_personel_getir*/

/*MOBIL MENU*/
.mobile-menu-container {
    width: 100%;
    background: #12457c;
    position: relative;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0px;
}

.menu-item a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    flex-grow: 1;
}

.menu-toggle {
    background: none;
    border: none;
    font-size: 18px;
    color: #007bff;
    cursor: pointer;
}

.submenu-container {
    width: 100%;
    height: 100vh;
    background: #12457c;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.submenu-container.active {
    display: block;
}

.back-button {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
	padding:0px 8px;
}

.submenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu-item {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
}

.submenu-item a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.submenu-item a:hover {
    color: #007bff;
}
/*MOBIL MENU*/

/*collapse_list_icon_title*/
#collapse_list_icon_title {
    background: #F7F7F7;
    padding: 15px;
    color: #292929;
    font-size: 18px;
    position: relative;
}

#collapse_list_icon_title .baslik_a {
    text-decoration: none;
    color: #292929;
    font-size: 18px;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
}

#collapse_list_icon_title a {
    text-decoration: none;
    color: #292929;
}

#collapse_list_icon_title .fa-arrow-right {
    font-size: 20px;
    margin-right: 20px;
}

#collapse_list_icon_title .fa-book-open {
	font-size: 20px;
    margin-right: 20px;
    background: #11457c;
    color: #fff;
    padding: 10px;
	text-align:center;
	min-width: 55px;
}

#person-data-detail-section .baslik_a{
	background:#11457c;
	color:#fff;
}

#person-data-detail-section .collapsed{
	background:#F7F7F7;
	color:#292929;
}

#person-data-detail-section h1{
	font-size:20px;
	color:#11457c;
}

#person-data-detail-section #veriler{
	font-size:14px;
	color:#292929;
}

#person-data-detail-section #akademik_person_bgyesil{
	background:#447700 !important;
	color:#fff;
	border-radius:0px;
}

#person-data-detail-section #akademik_person_bgmavi{
	background:#05949E !important;
	color:#fff;
	border-radius:0px;
}

#person-data-detail-section #akademik_person_bgkirmizi{
	background:#8D0A0A !important;
	color:#fff;
	border-radius:0px;
}

#collapse_list_icon_title .fa-book-open div{
   font-size:12px;
}

#collapse_list_icon_title .fa-download {
    font-size: 20px;
    margin-right: 15px;
}

#collapse_list_icon_title .toggle-icon {
    margin-left: auto; 
}

#collapse_list_icon_title .toggle-icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 20px;
}

#collapse_list_icon_title a[aria-expanded="true"] .toggle-icon::before {
    content: "\f077";
}

#collapse_list_icon_title .icerik_alani {
    padding:20px 40px;
}

#collapse_list_icon_title #acilir_listele:first-child {
    border-top:1px solid #E6E6E6;
	padding-top:15px;
	margin-top:0px !important;
}
/*collapse_list_icon_title*/

/*list_icon_title_count*/
#list_icon_title_count {
    border: 1px solid #E6E6E6;
    padding: 20px 15px;
}

#list_icon_title_count i {
    font-size: 28px;
    margin: 10px;
    vertical-align: middle;
}

#list_icon_title_count .title {
    color: #11457C;
    font-size: 14px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

#list_icon_title_count .desc {
    color: #292929;
    font-size: 28px;
    display: flex;
    align-items: flex-start;
	min-height:84px;
}

#list_icon_title_count .count {
    color: #5E5E5E;
    font-size: 15px;
    display: flex;
    align-items: center;
}
/*list_icon_title_count*/

/*yerleske_toogle*/
#yerleske_toogle{
	margin-bottom:15px;
}

#yerleske_toogle a{
	color:#5E5E5E;
	font-size:15px;
	text-decoration:none;
}

#yerleske_toogle .active{
	color:#11457C;
	font-size:20px;
	text-decoration:none;
}

#yerleske_toogle i{
	margin-right:10px;
}
/*yerleske_toogle*/

/*input_section*/
#input_text_btn_search .form-control{
	border-radius:0px;
	color: #292929;
	font-size:15px;
}

#input_text_btn_search .form-select{
	border-radius:0px;
	color: #292929;
	font-size:15px;
}

#input_text_btn_search .btn-outline-light{
	border-radius: 0px;
    color: #292929;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    background: #fff;
}
/*input_section*/

/*warning_section_text_icon*/
#warning_section_text_icon h1 {
    font-size: 2rem;
    color: #0056b3;
    margin-bottom: 20px;
}

#warning_section_text_icon ul {
    list-style-type: none;
    padding-left: 0;
}

#warning_section_text_icon ul li {
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #333;
}

#warning_section_text_icon p {
	font-family: "Frank Ruhl Libre", serif;
}

#warning_section_text_icon .alert-light {
    background:transparent;
	border:0px;
}

#warning_section_text_icon .alert-light .icon i {
    font-size: 2.5rem;
    color: #0056b3;
}
/*warning_section_text_icon*/

/*graybg_img_text*/
#graybg_img_text{
	margin-bottom:22px;
}

#graybg_img_text .col{
	background:#F2F2F4;
	padding:20px;
	text-align:center;
}

#graybg_img_text .category{
	color:#11457C;
	font-size:14px;
}

#graybg_img_text .title{
	color:#292929;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	line-height:28px;
	margin-top:8px;
	margin-bottom:40px;
	min-height:85px;
}

#graybg_img_text .detail a{
	color:#5E5E5E;
	font-size:14px;
	text-decoration:none;
}
/*graybg_img_text*/

/*text_count_list_border*/
#text_count_list_border{
	border:1px solid #E6E6E6;
	font-size:15px;
	color:#5E5E5E;
}

#text_count_list_border a{
	text-decoration:none;
	color:#5E5E5E;
}
/*text_count_list_border*/

/*gray_icon_text_detail*/
#gray_icon_text_detail{
	border:1px solid #E6E6E6;
	color:#5E5E5E;
	padding:60px;
}

#gray_icon_text_detail .icon{
	font-size:75px;
}

#gray_icon_text_detail .title{
	font-size:28px;
	margin-top:30px;
	margin-bottom:80px;
}

#gray_icon_text_detail .detail{
	font-size:28px;
}

#gray_icon_text_detail .detail a{
	font-size:14px;
	text-decoration:none;
	color:#5E5E5E;
}

#gray_icon_text_detail .detail a i{
	margin-left:10px;
}
/*gray_icon_text_detail*/

/*img_category_title_wm_v_rl*/
#img_category_title_wm_v_rl{
	border: 1px solid #707070;
}

#img_category_title_wm_v_rl .imgtopcontent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 15px;
	padding-left: 30px;
	color: white;
}

#img_category_title_wm_v_rl .category {
	font-size: 14px;
	margin-top:20px;
}

#img_category_title_wm_v_rl .title {
	font-size: 28px;
	margin-bottom: 0; 
	font-family: "Frank Ruhl Libre", serif;
}

#img_category_title_wm_v_rl .detail {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	position: absolute;
	bottom: 20px;
	left: 35px;
	font-size: 14px;
	text-decoration: none;
	color: white;
	font-size:20px; 
}
/*img_category_title_wm_v_rl*/

/*text_title_desc_right_arrow_link*/
#text_title_desc_right_arrow_link{
	color:#5E5E5E;
	font-size: 15px;
}

#text_title_desc_right_arrow_link #border_bottom{
	border-bottom:1px solid #E6E6E6;
	padding-bottom:35px;
}

#text_title_desc_right_arrow_link h1{
	color:#0A4582;
	font-size: 28px;
	font-family: "Frank Ruhl Libre", serif;
}

#text_title_desc_right_arrow_link a{
	color:#0A4582;
	font-size: 20px;
	text-decoration:none;
	background:#0A4582;
	padding:14px 17px;
	border-radius:50%;
}

#text_title_desc_right_arrow_link a i{
	color:#fff;
}
/*text_title_desc_right_arrow_link*/

/*text_title_desc_right_arrow_link_iki*/
#text_title_desc_right_arrow_link_iki {
    color: #5E5E5E;
    font-size: 15px;
}

#text_title_desc_right_arrow_link_iki .border_bottom {
    padding-bottom: 15px;
}

#text_title_desc_right_arrow_link_iki h1 {
    color: #0A4582;
    font-size: 28px;
    font-family: "Frank Ruhl Libre", serif;
}

#text_title_desc_right_arrow_link_iki a {
    font-size: 30px;
    text-decoration: none;
    background: #0A4582;
    padding: 12px 20px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

#text_title_desc_right_arrow_link_iki a i {
    color: #fff;
}

#text_title_desc_right_arrow_link_iki .right-arrow-container a {
    visibility: hidden; 
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease-in-out;
}

#text_title_desc_right_arrow_link_iki:hover .right-arrow-container a {
    visibility: visible; 
    opacity: 1;
    transform: translateX(0); 
}

#text_title_desc_right_arrow_link_iki .border_left_mavi {
    border-left: 5px solid #E6E6E6;
}

#text_title_desc_right_arrow_link_iki .border_left_mavi:hover {
    border-left: 5px solid #0A4582;
}
/*text_title_desc_right_arrow_link_iki*/

/*module_section_bg_kk*/
#module_section_bg_kk {
    color: white;
	background-color: #003366;
}

#module_section_bg_kk h1 {
    font-size: 55px;
    color: white;
	font-family: "Frank Ruhl Libre", serif;
}

#module_section_bg_kk .description {
    font-size: 14px;
    margin-top: 1.5rem;
    line-height: 1.8;
    color: white;
}

#module_section_bg_kk .link-box {
    background-color: #003366;
    border: 1px solid white;
    color: white;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

#module_section_bg_kk .link-box h5 {
    font-size: 28px;
    margin-bottom: 1rem;
}

#module_section_bg_kk .link-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#module_section_bg_kk .link-box p {
    font-size: 1rem;
    margin-bottom: 0;
    flex-grow: 1; 
}

#module_section_bg_kk .arrow-link {
    margin-left: 20px;
    text-decoration: none;
}

#module_section_bg_kk .circle {
    width: 50px;
    height: 50px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, color 0.3s;
}

#module_section_bg_kk .circle i {
    font-size: 1.5rem;
    color: white;
}

#module_section_bg_kk .arrow-link:hover .circle {
    background-color: #ffffff;
    border-color: #ffffff;
}

#module_section_bg_kk .arrow-link:hover i {
    color: #003366;
}
/*module_section_bg_kk*/

#arasitmas_arts_img{
	max-height:415px; 
	object-fit:contain;
}

#arasitmas_arts_txt{
	min-height:47px;
}

/*daha_fazla_bilgi_section*/
#daha_fazla_bilgi_section h1{
	font-size:28px;
	color:#292929;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:18px;
}

#daha_fazla_bilgi_section p{
	font-size:15px;
	color:#5E5E5E;
	padding-bottom:20px;
}

#daha_fazla_bilgi_section a {
	border:1px solid #dedede;
	color:#11457c;
	padding:18px 70px;
	text-decoration:none;
	font-size:14px;
}

#daha_fazla_bilgi_section a:hover {
	border:1px solid #dedede;
	background:#11457c;
	color:#fff;
	padding:18px 70px;
	text-decoration:none;
	font-size:14px;
}
/*daha_fazla_bilgi_section*/

/*yatay_list_sayilarla*/
#yatay_list_sayilarla .cerceve{
	border: 1px solid #E6E6E6;
	padding:30px;
}

#yatay_list_sayilarla h1{
	font-size:28px;
	color:#0A4582;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:14px;
}

#yatay_list_sayilarla h2{
	font-size:15px;
	color:#292929;
}
/*yatay_list_sayilarla*/

/*scroll_txt_section*/
#scroll_txt_section .scroll-box {
	height: 450px;
    overflow-y: scroll;
    border: 1px solid #11457c;
    padding: 40px;
}

#scroll_txt_section .nav-tabs .nav-link {
    background-color: #f8f8f8;
    border-radius: 0;
    padding: 15px;
    font-weight: 600;
}

#scroll_txt_section .nav-tabs .nav-link.active {
    background-color: #e0e0e0;
}

#scroll_txt_section h5 {
    font-size: 1.2rem;
}

#scroll_txt_section .btn-primary {
    background-color: #004080;
    border: none;
    padding: 10px 20px;
    font-size: 1.1rem;
}

#scroll_txt_section .btn-primary:hover {
    background-color: #003060;
}
/*scroll_txt_section*/

/*icn_img_llv*/
#icn_img_llv .icon-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 10px;
	cursor:pointer;
}
/*icn_img_llv*/

/*img_bg_banner_top_text_icon*/
#img_bg_banner_top_text_icon .background-image {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

#img_bg_banner_top_text_icon .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
}

#img_bg_banner_top_text_icon .container {
    max-width: 1200px; /* Taşmayı engellemek için container'a genişlik ekledik */
}

#img_bg_banner_top_text_icon .icon-box {
    color: white;
    text-align: center;
    margin: 20px 0;
}

#img_bg_banner_top_text_icon .icon-img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

#img_bg_banner_top_text_icon h3 {
    font-size: 24px;
    margin-top: 10px;
}

#img_bg_banner_top_text_icon p {
    font-size: 16px;
}
/*img_bg_banner_top_text_icon*/

/*alt_sol_menu*/
#alt_sol_menu{
	color:#000000;
}

#alt_sol_menu h1{
	color:#000000;
	font-family: "Frank Ruhl Libre", serif;
	font-size:28px;
}

#alt_sol_menu .link{
	border-bottom:1px solid #E6E6E6;
	padding-bottom:5px;
	margin-bottom:10px;
}

#alt_sol_menu .link a{
	color:#5E5E5E;
	font-size:14px;
	text-decoration:none;
}

#alt_sol_menu .link a:hover{
	color:#11457C;
	font-size:14px;
}

#alt_sol_menu .collapse {
    padding-left: 20px;
    margin-top: 15px;
}

#alt_sol_menu .collapse.show {
    padding-left: 20px;
    margin-top: 15px;
}
/*alt_sol_menu*/

/*grid_img_gray_top_text_desc*/
#grid_img_gray_top_text_desc {
    position: relative;
}

#grid_img_gray_top_text_desc .text_zone {
    background-color: #F2F2F4;
    position: relative;
    margin-top: -139px;
    padding:35px 20px;
    z-index: 1;
	margin-left: 30px;
    margin-right: 30px;
}

#grid_img_gray_top_text_desc .text_zone h1 {
    color: #292929;
    font-size: 28px;
    margin-bottom: 30px;
	min-height:100px;
}

#grid_img_gray_top_text_desc .text_zone p {
    font-size: 15px;
    color: #5E5E5E;
    margin: 0;
	min-height:115px;
}
/*grid_img_gray_top_text_desc*/

#tabsbtn{
	background:#F7F7F7;
	color:#11457C;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
}

#tabsbtn img{
	height:90px;
}

#tabsbtn:hover{
	background:#E6E6E6;
}

#bg_mavi_tasma_ddd{
	background: #11457C;
    font-size: 15px;
    color: #FFFFFF;
    padding: 190px 20px 35px 20px;
    margin-top: -215px;
    z-index: -1;
    position: relative;
}

#kk_ara_gri{
	background: #E6E6E6;
    color: #5E5E5E;
    font-size: 28px;
    font-family: "Frank Ruhl Libre", serif;
    padding: 154px 20px;
    margin-bottom: -95px;
    margin-top: -185px;
}

#kk_ara_mavi{
	background: #0A4582;
    color: #fff;
    font-size: 28px;
    font-family: "Frank Ruhl Libre", serif;
    padding: 154px 20px;
    margin-top: -185px;
}

#kk_top_margin{
	margin-top:90px;
}

#ne_sld .carousel-control-next-icon, 
#ne_sld .carousel-control-prev-icon {
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    color: #11457C;
    padding:25px;
    margin: 0 5px;
	font-weight:bold;
	background-size:70%;
}

#ne_sld .carousel-control-next-icon:hover, 
#ne_sld .carousel-control-prev-icon:hover {
    background-color: #11457C;
    color: #fff;
}

#ne_sld .carousel-control-prev{
	opacity:1;
}

#ne_sld .carousel-control-next{
	opacity:1;
}

#ne_sld .carousel-indicators [data-bs-target]{
	background-color: #183d74;
}

#table tr td{
	color:#292929; 
	font-size:15px; 
	padding:20px;
}

.gnlmargn{
	margin-top:80px;
	margin-bottom:80px;
}

.marginbt40:first-child{
	margin-top:40px !important;
}

.marginbt40{
	margin-bottom:40px !important;
}

#minyukseklik{
	min-height:50vh !important;
}

#gnlttl{
	color:#11457C;
	font-size:55px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:45px;
	word-wrap: break-word;  
    overflow-wrap: break-word;
}

#gnlttl_28{
	color:#11457C;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom:45px;
}

#gnlfw28{
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
	color:#11457C;
	margin-top:-40px;
	margin-bottom:45px;
}

#gnlfw20{
	font-size:20px;
	font-family: "Frank Ruhl Libre", serif;
	color:#11457C;
	margin-top:-40px;
	margin-bottom:45px;
}

#gnlfw20_roboto{
	font-size:20px;
	color:#11457C;
	margin-top:-40px;
	margin-bottom:45px;
}

#detay_section_fs15{
	font-size:15px;
}

#detay_section_fs12{
	font-size:12px;
}

#genel_28_font_size{
	font-size:28px;
}

#genel_28_font_size_imp{
	font-size:28px !important;
}

#genel_55_font_size{
	font-size:55px !important;
}

#genel_20_font_size_imp{
	font-size:20px !important;
}

#gnltxt{
	color:#5E5E5E;
	font-size:15px;
}

#gnlclr{
	color:#11457C;
}

#gnlclrbg{
	color:#11457C;
}

#setion_max_img_width img{
	max-width:100% !important;
}

#bg_m_text_section{
	background:#11457C;
	padding:70px 20px;
	color:#fff;
	text-align:center;
	font-size:15px;
}

#bg_m_text_section #fw28{
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
}

#bg_m_text_section_mteksi{
	background: #11457C;
    padding: 150px 20px 20px 20px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: -170px;
}

#bg_m_text_section_mteksi #fw28{
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
}

#bg_m_text_section_pb{
	background:#11457C;
	padding:70px 10px 300px 10px;
	color:#fff; 
	text-align:center;
	font-size:55px;
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom: -220px;
}

#bg_trnsprn_text_section{
	padding:70px 20px;
	color:#292929;
	text-align:center;
	font-size:28px;
	font-family: "Frank Ruhl Libre", serif;
}

#baslik_aciklama p{
	font-size:15px;
	color:#5E5E5E;
}

#neu_breadcrumb{
	font-size:16px;
}

#neu_breadcrumb span{
	padding:0px 15px;
}

#neu_breadcrumb .fa-location-dot{
	font-size:26px;
	margin-right:10px;
}

#neu_breadcrumb .fa-book-open-reader{
	font-size:26px;
	margin-right:10px;
}

#genel_f_baslik{
	font-family: "Frank Ruhl Libre", serif;
	color:#000;
	font-size:28px;
}

#genel_blok_liste{
	padding-left:0px;
}

#genel_blok_liste li{
	display:block;
	border-bottom:1px solid #ddd;
	padding-top:10px;
	padding-bottom:10px;
}

#genel_blok_liste li a{
	color:#5E5E5E;
	font-size:14px;
	text-decoration:none;
}

#genel_blok_liste li a:hover{
	color:#1c1c1c;
}

#acilirmenustil{
	border-radius:0px;
}

#acilirmenustil .dropdown-item:active{
	background:#11457c;
}

#img_hr_vr_center{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#top_rlrv_section{
	position:relative;
	z-index:4;
}

#sctn_vy{padding-top:40px;}
#message_height_sc{height:125px;}

#footer{
	margin-top:90px;
	background: url('../img/footer_bg.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size:14px;
}

#footer #sosyalmedya ul{
	padding-left:0px;
}

#footer #sosyalmedya ul li{
	display:inline-flex;
	margin-bottom:15px;
	width:30px;
	margin-top:20px;
	margin-right:10px;
}

#footer #sosyalmedya ul li a{
	text-decoration:none;
	color:#fff;
	font-size:19px;
}

#footer h5{
	color:#00a6c9;
	font-size:18px;
	margin-top:45px;
	margin-bottom:10px;
}

#footer ul{
	padding-left:0px;
}

#footer ul li{
	display:flex;
	margin-top:10px;
}

#footer ul li a{
	text-decoration:none;
	color:#fff;
	font-size:16px;
}

#footer ul li a:hover{
	color:#e0e0e0;
}

#footer #copyright{
	font-size:16px;
	padding:15px;
	color:#fff;
	text-align:center;
	border-top:1px solid #a4a3a3;
}

#left_right_btn{
	text-align: -webkit-auto;
}

/*SCROLL*/
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
    border: 3px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 6px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

::-ms-scrollbar {
    width: 12px;
    height: 12px;
}

::-ms-thumb {
    background-color: #888;
    border-radius: 6px;
    border: 3px solid transparent;
    background-clip: content-box;
}

::-ms-thumb:hover {
    background-color: #555;
}

::-ms-track {
    background-color: #f1f1f1;
    border-radius: 6px;
}
/*SCROLL*/

#gnlmobilgizle{
	display:none;
}

#gnlwebgizle{
	display:block;
}

#NEUMobilMenu{display:none !important;}

.osa-table tr td {
	word-break: break-word;
}

.map-iframe iframe {
	width: 100%;
	height: 300px;
}

@media (min-width: 1921px) {
	#newstop_margin{
		position:relative;
		top:-250px;
	}
	
	#seciton_owl_tree_list .carousel-content .overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(17, 69, 124, 0.7); 
		color: white;
		text-align: center;
		padding: 20px;
		box-sizing: border-box;
		display: inline-grid;
		align-content: center;
		align-items: center;
		justify-content: center;
	}
	
	#seciton_owl_tree_list .devami {
		font-size: 14px;
		text-decoration: none;
		background: transparent;
		color: #fff;
		padding: 5px 20px;
	}

}

@media (max-width: 1400px) {
	#kk_ara_gri{
		margin-bottom: 40px;
        margin-top: 0;
		padding:40px 10px;
	}
	
	#gridmobileoptimize h2{
		font-size:18px !important;
	}
}

@media (max-width: 1200px) {
	#akademik_personel_getir #listele img{
		height: auto;
	}
}

@media (max-width: 992px) {
	#SliderHeader #SliderIMG{
		height: 100%;
	} 

	#anasayfa_yakindan {
		margin-top:50px;
	}

	#anasayfa_yakindan #sagalan {
		width: 100%;
		top: 0;
		left: 0;
		z-index:1;
	}

	#anasayfa_yakindan #sagalan img{
		margin-top: 0;
		margin-left: 0px;
	}
	
	#anasayfa_yakindan .image-textb {
		padding: 0px;
		font-size: 1rem;
		font-size: 23px;
		padding:0;
		left:0;
		bottom:0;
	}

	#anasayfa_yakindan .image-textb .desc {
		display:none;
	}

	#anasayfa_yakindan .image-textb .title {
		font-family: "Frank Ruhl Libre", serif;
		font-size:18px;
		color:#fff;
		padding:5px 25px;
	}

	#anasayfa_yakindan .image-textb .detaykare span {
		display:none;
	}
	
	#anasayfa_yakindan #sagalan .category {
		font-size:10px;
		color:#fff;
		padding:0px 25px;
	}
	
	#anasayfa_yakindan #sagalan .cizgi {
		margin:10px 25px;
	}
	
	#anasayfa_etkinlikler {
		margin-top:60px;
		text-align:center;
	}

	#anasayfa_etkinlikler h5 {
		color:#11457c;
		font-size:14px;
		margin-bottom:5px;
	}

	#anasayfa_etkinlikler h4 {
		color:#000;
		font-size:28px;
		font-family: "Frank Ruhl Libre", serif;
		margin-bottom:25px;
	}

	#anasayfa_etkinlikler .katsec {
		border:1px solid #11457c;
		color:#11457c;
		padding:15px 30px;
		text-decoration:none;
		font-size:14px;
		font-weight:bold;
	}
	
	#hayaller_gercekler .metinalani{
		padding:20px 50px;
	}
	
	#anasayfa_etkinlikler .carousel-caption .baslik {
		font-size:20px;
		margin-top:25px;
		margin-bottom:35px;
	}
	#anasayfa_etkinlikler .image-text {
		font-size:17px;
	}
	
	#SliderHeader .carousel-caption_breadcrumb {
		top:-50px;
	}
	
	#mdl_tggl_sld_img_x .collapse {
		color:#333;
		width: 100%;
		background: transparent;
	}
	
	#gelecege_kapsul .bilgialani {
		position: relative;
		padding: 10px 10px;
	}
	
	#neu_breadcrumb{
		font-size:12px;
	}
	
	#neu_breadcrumb span{
		padding:0px 1px;
	}
	
	#module_image_txt_lnk .captionnew{
		position: relative;
	}
	
	#module_image_txt_lnk .owl-carousel .item a{
		text-decoration:none;
	}
	
	#collapse_list_icon_title .icerik_alani {
		padding:0px;
	}

}

@media (max-width: 768px) {
	#SliderHeader .carousel-container {
		flex: 0 0 95%;
		width:100%;
	}
	#SliderHeader .carousel-container2 {
		flex: 0 0 100%;
		width:100%;
	}
    #SliderHeader .container-fluid {
        flex-direction: column;
    }

	#SliderHeader .carousel-caption {
		bottom: 35%;
	}
	
	#SliderHeader .carousel-caption h1{
		font-size:30px;
	}
	
	#NEUWebMenu {
		display:none !important;
	}
	
	#NeuAcilirMenu {
		position: fixed;
		overflow:auto;
	}
	
	#RektorlukWebMenu{
		display:none;
	}
	
	#mobile_dprtmnt_styl{
		display:block;
	}
	
	#MenuIcerigi #rektoreyaz{
		height:fit-content;
		padding:0px 25px;
		margin-bottom:25px;
	}
	
	#menulinkler{
		margin-top:0px !important;
	}
	
	#WebMenuBosluk{
		padding-top:0px !important;
	}
	
	#MenuIcerigi #mobil_sosyal_medya {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	#MenuIcerigi #mobil_sosyal_medya ul {
		list-style: none;
		display: flex;
		justify-content: center;
		padding-left: 0;
		gap: 15px; 
	}
	
	#MenuIcerigi #mobil_sosyal_medya ul li {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#MenuIcerigi #mobil_sosyal_medya ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		background: #fff;
		color: #12457c;
		font-size: 16px;
		text-decoration: none;
		border-radius: 50%;
		transition: all 0.3s ease;
	}

	#NEUMobilMenu{
		display:flex !important;
	}
	
	#NEUMobilMenu #mobillogo{
		height:70px;
	}
	
	#NEUMobilMenu .fa-xmark{
		font-size:18px;
		color:#fff;
		margin-top:13px;
		cursor:pointer;
	}
	
	#MenuIcerigi .side-content {
		display: none;
	}

	#MenuIcerigi .main-content {
		flex: 0 0 100%;
	}
	
	#anasayfa_haberler .image-text {
		font-size:20px;
	}
	
	#anasayfa_yakindan #renkbg{
		padding-bottom:50px;
	}

	#anasayfa_izle_ogren .grid-item {
        flex: 0 0 auto;
        width: 100% !important; 
    }

    #anasayfa_izle_ogren .left-text {
        left: 25px;
        transform: rotate(0deg) translateY(-50%);
    }

    #anasayfa_izle_ogren .right-text {
        opacity: 1;
    }

    #anasayfa_izle_ogren .grid-item.active .left-text,
    #anasayfa_izle_ogren .grid-item .left-text {
        left: 25px;
        transform: rotate(0deg) translateY(-50%);
    }
	
	#baglikalin #sosyalmedya{
		display: none;
	}
	
	#seciton_owl_tree_list .owl-carousel .owl-nav button.owl-prev,
	#seciton_owl_tree_list .owl-carousel .owl-nav button.owl-next {
		display:none;
	}
	
	#scroll-row {
		display: flex;
		overflow-x: auto;
		flex-wrap: nowrap;
		-webkit-overflow-scrolling: touch;
		padding-bottom:15px;
	}

	#scroll-row #ilk,
	#scroll-row #iki,
	#scroll-row #uc {
		flex: 0 0 auto; 
		min-width: 80%; 
		margin-right: 10px;
	}
	
	#scroll-row #arambl{
		display:none;
	}

	/*CERCEVE MODUL*/
	#cerceve_modul #baslik_alan{
		padding-top:0px;
		padding-bottom:0px;
	}

	#cerceve_modul #mavi_bg{
		padding-top:0px;
		padding-bottom:0px;
	}

	#cerceve_modul .col-md-6{
		padding:0px;
	}

	#cerceve_modul #mavi_cerceve{
		border-left: 0px;
        border-top: 0px;
        border-bottom: 0px;
        margin: 0px 0px 0px 0px;
        min-height: 10px;
		justify-content: center;
	}

	#cerceve_modul #mavi_cerceve h2{
		font-size:40px;
		margin-left:0px;
		padding-top:0px;
		padding-bottom:0px;
		text-align:center;
	}

	#cerceve_modul #beyaz_cerceve{
		border-right: 0px;
        border-top: 0px;
        border-bottom: 0px;
        margin: 0px 0px 0px 0px;
        min-height: 10px;
        padding: 35px 50px;
	}
	/*CERCEVE MODUL*/
	
	#gelecege_kapsul {
		top:0px;
	}
	
	#bg_mavi_tasma_ddd{
		padding: 35px 20px 35px 20px;
		margin-top:0px;
	}
	
	#kk_ara_gri{
		padding: 40px 20px;
		margin-bottom: 80px;
		margin-top: 0px;
	}
	
	#kk_top_margin{
		margin-top:0px;
	}
	
	#konyayi_kesfet_grid{
		padding-top:0px
	}
	
	.kk_mb_postion{
		margin-bottom:0px;
	}
	
	#image_text_socail_table_list .social-links {
		justify-content: center;
		margin-top:15px;
	}
	
	#mdl_img_icn_link3 img {
		right: 0px;
	}
	
	#anasayfa_etkinlikler_griust{
		display:none;
	}
	
	#gnl_lnk_rght_arrow .link-content {
		display: block;
		padding-top:50px;
	}
	
	#img_bg_banner_top_text_icon .background-image {
		height: 1110px;
	}
	
	#section_arastirma_dinamik_modul #arastirma_owl{
		position:relative;
		top:0px;
	}
	
	#section_arastirma_dinamik_modul .owl-prev {
		left: 15px;
		border-radius:0px;
		background:#E6E6E6;
		color:#5E5E5E;
		width:60px;
		height:60px;
		margin-top: 65px;
	}

	#section_arastirma_dinamik_modul .owl-next {
	   border-radius:0px;
	   background:#E6E6E6;
	   color:#5E5E5E;
	   width:60px;
	   height:60px;
	   left:15px;
	}
	
	#program_ara_btn_st_arasttirma {
		width:100%;
	}
	
	#akademik_personel_detay_baslik_alti #listele{
		padding:15px;
	}
	
	.homepage_sld_video_dv{
		height: auto; 
	}
	
	#section_employee_txt_img .employee-image {
		top:50px;
	}
	
	#NEUSlider{
		margin-top:90px;
	}
	
	#video_full_banner h1{
		font-size:15px;
	}
	
	#zaman_tuneli .websurum {
        display: none;
    }
	
    #zaman_tuneli .mobilsurum {
        display: block;
    }
	
	#gnlmobilgizle{
		display:block;
	}
	
	#gnlwebgizle{
		display:none;
	}
	
}
#neu-button {
    font-size:14px;
    border:1px solid #11457c;
    color:#11457c;
    text-decoration:none;
    padding:15px 40px;
}

#neu-button:hover {
    font-size:14px;
    border:1px solid #fff;
    color:#fff;
    background:#11457c;
    text-decoration:none;
    padding:15px 40px;
}


.neu-button {
    width: 100%;
    font-size:14px;
    border:1px solid #11457c;
    color:#11457c;
    text-decoration:none;
    padding:8px 20px;
}

.neu-button:hover{
    font-size:14px;
    border:1px solid #fff;
    color:#fff;
    background:#11457c;
    text-decoration:none;
    padding:8px 20px;
}

/** AKADEMİK PERSONEL LİSTESİ YENİ **/

#personel-list {
    border: 1px solid #E6E6E6;
    padding:15px;
}

#personel-list .ba{
    background:#00B4AE;
    color:#fff;
    font-size:11px;
    padding:5px 10px;
}

#personel-list img{

    object-fit:cover;
}

#personel-list .abd{
    background:#11457C;
    color:#fff;
    font-size:11px;
    padding:5px 10px;
}

#personel-list #minheight{
    min-height:26px;
}

#personel-list h1{
    color:#292929;
    font-size:20px;
    margin-top:15px;
    margin-bottom:15px;
    min-height:47px;
}

#personel-list .mail_tel{
    color:#292929;
    font-size:14px;
    margin-top:5px;
}

#personel-list .yoksis{
    background:#11457C;
    color:#fff;
    font-size:14px;
    padding:10px;
    position: relative;
    float: right;
    top: -26px;
    right: -15px;
}
#personel-list a {
    text-decoration: none;
}

#personel-list .image-wrapper {
    aspect-ratio: 3 / 4; /* dikdörtgen vesikalık oran */
    height: auto;
    width: 100%;
    overflow: hidden;
}

#personel-list .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* HABER ARAMA */
#haber-box{
    color:#5E5E5E;
}

#haber-box .image-wrapper {
    aspect-ratio: 2 / 1; /* genişlik:yükseklik oranı */
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}

#haber-box .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#haber-box #okunma_sayisi{
    color:#A2A2A2;
    font-size:18px;
    padding-top:5px;
}

#haber-box .tarih {
    font-size:18px;
}

#haber-box .tarih .cizgi {
    padding:0px 15px;
}

#haber-box .tarih .katadi {
    color:#11457C;
}

#haber-box .baslik {
    margin-top:10px;
    font-size:20px;
    font-family: "Frank Ruhl Libre", serif;
    min-height: 65px;
}

#haber-box .spot {
    font-size:15px;
    height:auto;
    min-height: 65px;
    border-bottom:1px solid #ddd;
}

#duyuru-box  {
    color:#5E5E5E;
    font-size:15px;
    padding-bottom:80px;
}

#duyuru-box .tarih {
    font-size:14px;
}

#duyuru-box .tarih .cizgi {
    padding:0px 15px;
}

#duyuru-box .tarih .saat {
    color:#11457C;
}

#duyuru-box .birim {
    color:#11457C;
    font-size:14px;
}

#duyuru-box .baslik {
    margin-top:5px;
    font-size:20px;
    font-family: "Frank Ruhl Libre", serif;
    color:#292929;
}

#duyuru-box .spot {
    height:auto;
    margin-bottom: 50px;
    border-bottom:1px solid #ddd;
}

#duyuru-box #etkinlik_konumu {
    color:#5E5E5E;
    font-size:14px;
    padding-top:10px;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination a {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    color: #003d78;
    border: 1px solid #dee2e6;
    border-radius: 0px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.pagination a:hover {
    background-color: #003d78;
    color: #fff;
}

.pagination .active a {
    background-color: #003d78;
    border-color: #003d78;
    color: #fff;
}

.pagination .disabled a {
    color: #6c757d;
    pointer-events: none;
    border-color: #dee2e6;
}
