﻿/*
    Theme Name: Ana Sayfa V2
    Theme URI: https://samsun.edu.tr
    Author: Onur Asılsoy
    Author URI: https://www.linkedin.com/in/onurasilsoy/
    Description: Samsun Üniversitesi için geliştirilmiş ana sayfa teması.
    Version: 2.0
*/

:root {
    --color-theme: #044074;
    --color-theme-dark: #002d55;
    --color-corporate-blue: #044074;
    --color-corporate-green: #1C7373;
    --color-corporate-red: #BB001B;
    --color-black: #131722;
    --color-white: #fff;
    --color-blue: #2962ff;
    --color-blue-hover: #1e53e5;
    --color-blue-dark: #003eb5;
    --color-green: #009688;
    --color-green-2: #3db166;
    --color-orange: #e8611d;
    --color-red: #f23645;
    --color-bg: #e9eef5;
    --color-hover: #f1f6fb;

    --border-light: rgb(155 155 155 / 12%);
    --border-regular: rgb(155 155 155 / 20%);
    --border-solid: rgb(155 155 155 / 32%);

    --font-theme: 'Open Sans', sans-serif;
}

html { height: auto!important; font-family: var(--font-theme); }
body { float: left; top: 0!important; width: 100%; height: 100%; min-height: 400px; background: var(--color-white); font-size: 14px; color: var(--color-black); position: relative; font-family: var(--font-theme); margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }[hidden],template{ display: none; }
abbr[title] { border-bottom: 1px dotted; }
p { margin: 0 0 10px; }
dfn { font-style: italic; }
b, strong { font-weight: 700; }
h1, h2, h3, h4 { margin: 0; }
h1 { font-size: 32px; font-weight: 700; }
h3 { line-height: 1.4em; font-size: 14px; font-weight: 600; }
h4 { font-size: 14px; font-weight: 600; }
h2 { font-weight: 300; font-size: 20px; }
a { color : var(--color-blue); cursor: pointer; background-color: transparent; text-decoration: none; -webkit-tap-highlight-color: initial !important; }
a:hover, a:focus { text-decoration: none; outline: 0; }
a:active, a:hover { outline: 0 }
ul, ol { padding-left: 0; margin: 0; }
li { list-style: none; }
ol li { list-style-type: decimal; }
iframe { border: none; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #aeb4b6; }
button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
button:focus, input:focus, optgroup:focus, select:focus, option:focus, textarea:focus{ outline: 0; }
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; }
button, select { text-transform: none; }
button { overflow: visible; }
button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; outline: none; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
figure { margin: 0; }
table { border-spacing: 0; }
:after, :before { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
svg { float: left; width: 1em; height: 1em; fill: currentColor; }
button, input[type="button"] { background: var(--color-blue); color: var(--color-white); }
button:hover, input[type="button"]:hover { background: var(--color-blue-hover); }


/************************************************
*	GENEL										*
************************************************/
.container { position: relative; width: 100%; max-width: 1320px; margin: 0 auto; padding: 0; }
.container:before { content: " "; display: table; }
.container:after{ content: " "; clear: both; }
.main { float: left; width: 100%; }
.closed { float: left!important; width: 0!important; height: 0!important; overflow: hidden!important; padding: 0!important; margin: 0!important; }
.clear { clear: both; }
.d-none { display: none!important; }
.d-block { display: block!important; }
.d-flex { display: flex!important; }
.transition, .transition a { transition: all .2s ease-out; -webkit-transition: all .2s ease-out; }
#wpadminbar { z-index: 999!important; }

.home-slider img,
.home-post img,
.category img,
.sidebar img { width: 100%; height: auto; display: block; position: relative; background: linear-gradient(100deg, #f0f0f0 20%, #e0e0e0 40%, #f0f0f0 60%); background-size: 200% 100%; animation: shimmer 1.6s infinite linear; }
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }


/************************************************
*	SAG MENU									*
************************************************/
.site-menu { backface-visibility: hidden; background-color: transparent; height: 100%; overflow: hidden; position: fixed; top: 0; left: 0; transition: background-color .2s cubic-bezier(.4,0,.2,1),width 0s .3s; width: 0; z-index: 999999; }
.site-menu.open { transition: background-color .15s cubic-bezier(.4,0,.2,1),width 0s; width: 100%; background: rgb(0 0 0 / 25%); }
.site-menu.open .menu-body { left: 0; }
.site-menu .menu-body { overflow-y: auto; background: var(--color-white); height: 100%; width: 330px; position: absolute; top: 0; left: -400px; z-index: 1; transition: all .2s cubic-bezier(.4,0,.2,1); transition-property: box-shadow,left; box-shadow: 0 0 10px rgba(0,0,0,.5); }
.site-menu .menu-body::-webkit-scrollbar { -webkit-appearance: none; width: 8px; }
.site-menu .menu-body::-webkit-scrollbar-thumb { border: 2px solid transparent; background-color: #cacaca; border-radius: 2px; }
.site-menu .menu-body::-webkit-scrollbar-thumb:hover { background-color: #b1aeae; }
.site-menu .menu-body .menu-logo { float: left; width: 100%; padding: 20px; border-bottom: 1px solid var(--border-regular); display: flex; justify-content: left; align-items: center; position: relative; }
.site-menu .menu-body .menu-logo .logo { float: left; }
.site-menu .menu-body .menu-logo .logo img { float: left; width: 150px; height: 44px; background: var(--color-theme); transition: all .2s ease-out; }
.site-menu .menu-body .menu-logo .menu-off { float: left; width: 40px; height: 40px; font-size: 22px; margin-left: auto; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-menu .menu-body .menu-logo .menu-off:hover { background: var(--color-hover); }
.site-menu .menu-body .menu-group { float: left; width: 100%; padding: 10px 20px; }
.site-menu .menu-body .menu-group ul { float: left; width: 100%; }
.site-menu .menu-body .menu-group ul li { float: left; width: 100%; margin-bottom: 3px; position: relative; }
.site-menu .menu-body .menu-group ul li:last-child { margin-bottom: 0; }
.site-menu .menu-body .menu-group ul li i { display: none; }
.site-menu .menu-body .menu-group ul li a { float: left; width: 100%; color: var(--color-black); font-size: 15px; font-weight: 500; border-radius: 6px; padding: 13px 15px; user-select: none; display: flex; align-items: center; justify-content: left; }
.site-menu .menu-body .menu-group ul li a:hover { background: var(--color-hover); }
.site-menu .menu-body .menu-group ul li a span { float: left; margin-right: auto; }
.site-menu .menu-body .menu-group ul li ul { padding-left: 15px; padding-bottom: 10px; margin: 7px 0; border-bottom: 1px solid var(--border-regular); }
.site-menu .menu-body .menu-group ul li .sub-menu { display: none; float: left; width: 100%; }
.site-menu .menu-body .menu-group ul li ul li.title { float: left; width: 100%; font-size: 16px; font-weight: 700; margin: 10px 0; padding: 0 5px 0 10px; color: var(--color-theme); border: unset; }
.site-menu .menu-body .menu-group ul li ul li.title:before { display: none; }
.site-menu .menu-body .menu-group ul li ul li.bosluk:before { display: none; }
.site-menu .menu-body .menu-group ul li ul li:before { content: ""; float: left; width: 5px; height: 5px; background: var(--color-theme); border-radius: 100%; position: absolute; left: 15px; top: 21px; }
.site-menu .menu-body .menu-group ul li ul li a { padding-left: 30px; line-height: 22px; }
.site-menu .menu-body .menu-group ul li ul li ul li:before { background: var(--color-black); }
.site-menu .menu-body .menu-group ul li ul li ul { border-bottom: 1px solid var(--border-regular); }
.site-menu .menu-body .menu-group ul li.menu-item-has-children>a:after { content: "\f078"; font-family: "Font Awesome 7 Free"; font-weight: 900; font-size: 15px; margin-left: auto; transition: all .2s ease-out; color: #737373; }
.site-menu .menu-body .menu-group ul li.menu-item-has-children.active>a:after { transform: rotate(180deg); }
.site-menu .menu-body .menu-group ul li.menu-item-has-children.active>a { background: var(--color-hover); }
.site-menu .menu-body .menu-group .tire { float: left; height: 1px; width: 100%; display: block; margin: 15px 0; background: #eee; }
.site-menu .menu-bg { float: left; width: 100%; height: 100%; position: absolute; left: 300px; top: 0; }
@media (max-width: 768px) {
    .site-menu { left: -60px; }
    .site-menu.open { left: 0; }
    .site-menu .menu-body { width: 300px; position: relative; }
    .site-menu .menu-bg { left: 0; }
    .site-menu .menu-body .menu-group ul li a:hover { background: unset; }
}


/************************************************
*	HEADER										*
************************************************/
.sub-nav { float: left; width: 100%; height: 50px; background: var(--color-theme); }
.sub-nav .container { height: 100%; display: flex; align-items: center; white-space: nowrap; }
.sub-nav .sub-menu { float: left; width: auto; margin-right: auto; }
.sub-nav .sub-menu ul { float: left; margin: 0; display: inline-flex; }
.sub-nav .sub-menu ul li { float: left; border-right: 1px solid rgb(0 0 0 / 15%); }
.sub-nav .sub-menu ul li:first-child { border-left: 1px solid rgb(0 0 0 / 15%); }
.sub-nav .sub-menu ul li a { color: var(--color-white); padding: 6px 12px; text-decoration: none; user-select: none; font-weight: 600; font-size: 13px; border-radius: 4px; }
.sub-nav .sub-menu ul li a:hover { background: rgb(0 0 0 / 15%); }
.sub-nav .sub-menu ul li a i { margin-right: 5px; }
.sub-nav .search { float: right; width: 190px; height: 34px; margin: 0 30px; display: inline-flex; }
.sub-nav .search form { float: left; width: 100%; border: 0; border-radius: 4px; position: relative; background: rgb(0 0 0 / 12%); }
.sub-nav .search form input { float: left; width: 100%; height: 100%; color: var(--color-white); padding: 10px 42px 10px 15px; background: transparent; border: 0; }
.sub-nav .search form input:focus { background: rgb(0 0 0 / 7%); }
.sub-nav .search form input::placeholder { color: var(--color-white); }
.sub-nav .search form button { width: 36px; height: 34px; position: absolute; top: 0; right: 0; padding: 0; background: transparent; color: var(--color-white); border: 0; cursor: pointer; }
.sub-nav .search form button:hover { background: rgb(0 0 0 / 7%); }
.sub-nav .search form button i { float: left; font-size: 15px; margin-top: 1px; margin-left: 10px; }
.sub-nav .social { float: right; height: 100%; display: inline-flex; }
.sub-nav .social li { float: left; width: auto; height: 100%; border-right: 1px solid rgb(0 0 0 / 10%); }
.sub-nav .social li:first-child { border-left: 1px solid rgb(0 0 0 / 10%); }
.sub-nav .social li a { float: left; width: 39px; height: 100%; color: #fff; display: flex; justify-content: center; align-items: center; }
.sub-nav .social li a:hover { background: rgb(0 0 0 / 15%); }
.sub-nav .social li a img { float: left; width: 14px; height: auto; }
.sub-nav .translate { float: left; width: 57px; margin-left: 25px; }
.sub-nav .translate #google_translate_element .goog-te-gadget { font-size: 0 !important; }
.sub-nav .translate select { float: left; width: 100%; margin: 0; font-size: 14px!important; padding: 6px 6px; background: rgb(0 0 0 / 12%); color: var(--color-white); font-weight: 500; cursor: pointer; border: unset; border-right: 5px solid transparent; border-radius: 4px; font-family: 'Open Sans', sans-serif; }
.sub-nav .translate select:hover { background: rgb(0 0 0 / 20%); }
.sub-nav .translate select option { font-weight: 500; color: var(--color-white); background: var(--color-theme); }
.sub-nav .translate #google_translate_element { float: left; width: 100%; }
.sub-nav .translate #google_translate_element .skiptranslate { float: left; width: 100%; }
.sub-nav .translate #google_translate_element span { display: none!important; }
.skiptranslate iframe { display: none!important; }



.site-header { float: left; width: 100%; margin-bottom: 20px; padding: 25px 0; z-index: 999; background: var(--color-white); position: relative; box-shadow: 0px 4px 24px rgb(88 102 126 / 8%), 0px 1px 2px rgb(88 102 126 / 12%); }
.site-header .container { display: flex; align-items: center; }
.site-header .menu-btn { float: left; width: auto; margin-right: 15px; }
.site-header .menu-btn.active .icon { background: var(--color-hover); }
.site-header .menu-btn .icon { float: left; width: 42px; height: 42px; font-size: 22px; cursor: pointer; margin-top: 2px; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.site-header .menu-btn .icon:hover { background: var(--color-hover); }
.site-header .search-mobil-btn { display: none; float: right; width: auto; margin-left: auto; }
.site-header .search-mobil-btn .icon { float: left; width: 42px; height: 42px; font-size: 22px; cursor: pointer; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.site-header .search-mobil-btn.active .icon { background: var(--color-hover); }
.site-header .header-logo { float: left; width: auto; min-width: max-content; margin-right: 50px; display: flex ; align-items: center; }
.site-header .header-logo .figure { float: left; width: auto; }
.site-header .header-logo .figure img { float: left; width: 164px; height: 48px; background: var(--color-theme); }
.site-header .header-logo .figure a { float: left; }
.site-header .search-mobil { display: none; float: left; width: 100%; height: 46px; margin-top: 15px; margin-bottom: -5px; }
.site-header .search-mobil form { float: left; width: 100%; height: 100%; border-radius: 4px; position: relative; background: #F2F4F6; border: solid 1px var(--border-regular); overflow: hidden; }
.site-header .search-mobil form input { float: left; width: 100%; height: 100%; font-size: 15px; line-height: 22px; color: #606060; padding: 10px 60px 10px 15px; border: unset; background: transparent; }
.site-header .search-mobil form button { float: left; height: 100%; font-size: 20px; color: #606060; position: absolute; right: 0; padding: 0 15px; background: transparent; border: unset; cursor: pointer; }
.site-header .search-mobil form button:hover { background: #e9ecef; }

.header-menu { float: left; width: 100%; white-space: nowrap; }
.header-menu ul { float: left; width: 100%; display: flex; align-items: center; justify-content: right; }
.header-menu ul li { float: left; width: auto; margin-right: 15px; border-radius: 4px; }
.header-menu ul li:hover { background: var(--color-hover); }
.header-menu ul li:last-child { margin-right: 0; }
.header-menu ul li a { float: left; width: 100%; font-size: 16px; color: var(--color-black); font-weight: 500; padding: 15px 20px; position: relative; display: flex; align-items: center; }
.header-menu ul li a i { display: inline-block; margin-left: 7px; opacity: 0.7; }
.header-menu ul li:hover .sub-menu { opacity: 1; overflow: visible; visibility: visible; }
.header-menu ul li .sub-menu { float: left; width: 100%; height: auto; min-height: 255px; opacity: 0; overflow: hidden; visibility: hidden; transition: all .2s ease .15s; position: absolute; z-index: 1000; margin-top: 25px; padding: 10px 5px; top: 100%; left: 0; background: var(--color-white); border-radius: 0 0 6px 6px; border-top: 1px solid var(--border-regular); box-shadow: 0 8px 8px rgb(0 0 0 / 30%); display: flex; justify-content: center; }
.header-menu ul li .sub-menu:after { content: ""; position: absolute; float: left; width: 100%; height: 55px; left: 0; top: -35px; }
.header-menu ul li .sub-menu ul { float: left; display: block; width: 100%; min-width: 200px; max-width: 100%; padding: 10px; }
.header-menu ul li .sub-menu ul li { width: 100%; margin: 0; border-bottom: 1px solid #e6eaef; border-radius: 0; background: transparent!important; }
.header-menu ul li .sub-menu ul li:after { display: none; }
.header-menu ul li .sub-menu ul li:last-child { border: none;}
.header-menu ul li .sub-menu ul li a { font-size: 14px; padding: 0 10px; line-height: 42px; color: var(--color-black); white-space: normal; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.header-menu ul li .sub-menu ul li a:hover { background: #eff2f6; }
.header-menu ul li .sub-menu ul li.title { float: left; width: 100%; font-size: 16px; font-weight: 700; padding: 0 5px; color: var(--color-theme); margin-bottom: 10px; border: unset; }
.header-menu ul li .sub-menu ul li.bosluk { float: left; width: 100%; height: 20px; border: unset; }
.header-menu ul li.mini-menu { position:relative; }
.header-menu ul li.mini-menu .sub-menu { width: 290px; left: 0; min-height: auto; }

@media (max-width: 768px) {
    .sub-nav { padding: 0 10px; height: 48px; }
    .sub-nav .container { overflow-x: auto; }
    .sub-nav .sub-menu { display: none; }
    .sub-nav .search { display: none; }
    .sub-nav .social { margin-right: auto; }
    .sub-nav #google_translate_element select { padding: 5px 6px; }
    .site-header { padding: 13px 15px; position: sticky; top: 0; }
    .site-header .header-logo { min-width: auto; }
    .site-header .header-logo .figure img { width: 146px; height: auto; }
    .site-header .search-mobil-btn { display: block; }
    .header-menu { display: none; }
}


/************************************************
*	INDEX										*
************************************************/
.color-band { float: left; width: 100%; height: 6px; position: relative; z-index: 9; background-image: linear-gradient(to right,#6fbe2e 19%,#00bbd6 43%,#0f61a9 57%,#5a39a0 81%); }
.home-slider { float: left; width: 100%; padding: 10px; margin-top: -20px; }
.home-slider .container { display: flex; align-items: start; justify-content: center; }
.home-slider .navbar { float: left; width: 100%; max-width: 250px; min-height: 420px; margin-right: 10px; padding: 12px; border-radius: 6px; background: var(--color-bg); }
.home-slider .navbar ul { float: left; width: 100%;  max-height: 396px; display: grid; align-items: start; }
.home-slider .navbar ul li { float: left; width: 100%; margin-bottom: 10px; }
.home-slider .navbar ul li:last-child { margin-bottom: 0; }
.home-slider .navbar ul li a { float: left; width: 100%; height: 71px; background: #02478c; color: var(--color-white); font-weight: 500; padding-right: 10px; border-radius: 6px; font-size: 16px; transition: all .1s ease-out; overflow: hidden; text-align: unset; display: flex; align-items: center; }
.home-slider .navbar ul li a:hover { background: #013a73; }
.home-slider .navbar ul li a:hover .icon { border-color: #02478c; }
.home-slider .navbar ul li a .icon { float: left; width: auto; min-width: 64px; height: 100%; background: #013a73; border-right: 1px solid #013a73; margin-right: 15px; font-size: 20px; display: flex; align-items: center; justify-content: center; }
.home-slider .navbar ul li a .icon i { margin-left: 5px; }
.home-slider .navbar ul li a .title { float: left; width: 100%; }
.home-slider .homeSlider { float: left; width: 100%; height: auto; max-height: 420px; overflow: hidden; border-radius: 6px; box-shadow: 0 0 #0000, 0 0 #0000, 0 3px 10px 0 rgb(48 46 56/6%); }
.home-slider .swiper-wrapper { display: flex; align-items: center; }
.home-slider .homeSlider .item { float: left; width: 100%; height: auto; }
.home-slider .homeSlider .item img { float: left; width: 100%; height: auto; }
.home-slider .homeSlider:hover .swiper-button-next, 
    .home-slider .homeSlider:hover .swiper-button-prev, 
    .home-slider .homeSlider:hover .slider-pause-btn { opacity: 1!important; overflow: visible!important; visibility: visible!important; }
.home-slider .homeSlider.pause .swiper-button-next, 
    .home-slider .homeSlider.pause .swiper-button-prev, 
    .home-slider .homeSlider.pause .slider-pause-btn { opacity: 1!important; overflow: visible!important; visibility: visible!important; }
.home-slider .homeSlider .swiper-button-next, .home-slider .homeSlider .swiper-button-prev { background: rgb(0 0 0 / 60%); border-radius: 100%; width: 40px; height: 40px; color: var(--color-white); font-size: 22px; opacity: 0; overflow: hidden; visibility: hidden; transition: all .2s cubic-bezier(.4,0,.2,1); }
.home-slider .homeSlider .swiper-button-next:hover, .home-slider .homeSlider .swiper-button-prev:hover { background: rgb(0 0 0 / 80%); }
.home-slider .homeSlider .swiper-button-next:after, .home-slider .homeSlider .swiper-button-prev:after { display: none; }
.home-slider .homeSlider .swiper-button-next { right: 20px; }
.home-slider .homeSlider .swiper-button-prev { left: 20px; }
.home-slider .homeSlider .slider-pause-btn { opacity: 0; overflow: hidden; visibility: hidden; position: absolute; bottom: 20px; right: 20px; z-index: 10; background: rgb(0 0 0 / 60%); color: var(--color-white); border: none; border-radius: 100%; width: 40px; height: 40px; cursor: pointer; font-size: 16px; transition: all .2s cubic-bezier(.4,0,.2,1); display: flex; align-items: center; justify-content: center; }
.home-slider .homeSlider .slider-pause-btn:hover { background: rgb(0 0 0 / 80%); }
.home-slider .homeSlider .slider-pause-btn i { font-style: normal; }
.home-slider .homeSlider .swiper-pagination { bottom: 20px; }
.home-slider .homeSlider .swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; background: rgb(0 0 0 / 60%); opacity: 0.7; }
.home-slider .homeSlider .swiper-pagination .swiper-pagination-bullet-active { background: var(--color-theme); opacity: 1; }
.home-slider .homeSlider .swiper-pagination .swiper-pagination-bullet:hover { background: rgb(0 0 0 / 80%); opacity: 1; }
.home-slider .homeSlider .swiper-progressbar { position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background: rgba(255,255,255,0.2); z-index: 10; }
.home-slider .homeSlider .swiper-progressbar span { display: block; height: 100%; width: 0%; background: var(--color-theme); transition: width 0.1s linear; }
.homeSlider.pause .swiper-progressbar span { animation-play-state: paused!important; }
@keyframes progressbar { from { width: 0%; } to { width: 100%; } }

@media (max-width: 768px) {
    .color-band { height: 4px; }
    .home-slider .container { flex-direction: column; }
    .home-slider .navbar { order: 2; max-width: 100%; min-height: auto; padding: 0; margin-right: 0; white-space: nowrap; overflow-x: auto; background: transparent; }
    .home-slider .navbar::-webkit-scrollbar { display: none; }
    .home-slider .navbar ul { display: inline-flex; }
    .home-slider .navbar ul li { width: auto; margin-bottom: 0; margin-right: 7px; }
    .home-slider .navbar ul li a { font-size: 13px; height: 40px; padding-right: 12px; }
    .home-slider .navbar ul li a .icon { margin-right: 12px; min-width: 47px; font-size: 16px; }
    .home-slider .navbar ul li a .icon i { margin-left: 3px; }
    .home-slider .homeSlider { order: 1; margin-bottom: 10px; }
    .home-slider .homeSlider .swiper-pagination .swiper-pagination-bullet { width: 8px; height: 8px; }
    .home-slider .homeSlider .swiper-button-next, .home-slider .homeSlider .swiper-button-prev { width: 32px; height: 32px; font-size: 16px; top: 55%; opacity:1 !important; overflow: visible!important; visibility: visible!important; }
    .home-slider .homeSlider .slider-pause-btn { display: none !important; }
    .home-slider .homeSlider .swiper-progressbar { height: 3px; }
}


.home-hizli-link { float: left; width: 100%; background: var(--color-white); position: relative; z-index: 1; box-shadow: 0px 4px 24px rgb(88 102 126 / 8%), 0px 1px 2px rgb(88 102 126 / 12%); }
.home-hizli-link .boxs { float: left; width: 100%; display: flex; justify-content: start; }
.home-hizli-link .boxs::-webkit-scrollbar { display: none; visibility: hidden; opacity: 0; }
.home-hizli-link .boxs .box { float: left; width: 100%; max-width: 220px; text-align: center; }
.home-hizli-link .boxs .box a { float: left; width: 100%; height: 100%; color: #192f59; user-select: none; transition: 0.6s; }
.home-hizli-link .boxs .box .inside { float: left; width: 100%; min-width: 90px; height: 100%; padding: 15px 10px; }
.home-hizli-link .boxs .box a:hover { background: rgb(0 0 0 / 5%); }
.home-hizli-link .boxs .box a:hover .icon { border: 1px solid rgb(0 0 0 / 20%); }
.home-hizli-link .boxs .box:hover .icon { transform: rotateY(180deg);  }
.home-hizli-link .boxs .box:hover .icon i { transform: rotateY(-180deg); }
.home-hizli-link .boxs .box .icon { width: 54px; height: 54px; font-size: 26px; border: 1px solid rgb(0 0 0 / 15%); border-radius: 100%; margin: 0 auto; margin-bottom: 10px; transition: 0.6s; display: flex; justify-content: center; align-items: center; }
.home-hizli-link .boxs .box .icon i { transition: 0.6s; }
.home-hizli-link .boxs .box .title { float: left; width: 100%; font-size: 15px; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.home-hizli-link .fa-file-pen:before { margin-left: 5px; }
@media (max-width: 768px) {
    .home-hizli-link .boxs { overflow-x: auto; }
    .home-hizli-link .boxs .box .icon { font-size: 16px; margin-bottom: 7px; width: 34px; height: 34px; }
    .home-hizli-link .boxs .box .title { font-size: 13px; }
}


.home-tanitim-video { float: left; width: 100%; position: relative; padding: 23px 15px; border-top: 1px solid var(--border-regular); background: url(assets/img/bg-01.png) repeat center center; }
.home-tanitim-video .container { display: flex; align-items: center; justify-content: center; }
.home-tanitim-video .left { float: left; width: 100%; max-width: 394px; margin-right: 20px; position: relative; }
.home-tanitim-video .left .figure { float: left; width: 100%; } 
.home-tanitim-video .left .figure img { float: left; width: 100%; height: auto; border-radius: 6px; } 
.home-tanitim-video .left .play { float: left; width: 100%; height: 0; position: relative; padding-bottom: 56.25%; overflow: hidden; border-radius: 6px; }
.home-tanitim-video .left .play iframe { float: left; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.home-tanitim-video .left .detail { float: left; width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; }
.home-tanitim-video .left .detail .ic { float: left; width: 100%; height: auto; }
.home-tanitim-video .left .detail .icon { float: left; width: 100%; font-size: 54px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; }
.home-tanitim-video .left .detail .icon i { width: 54px; height: 54px; opacity: 0.7; background: var(--color-white); color: var(--color-theme); border-radius: 100%; }
.home-tanitim-video .left .detail .title { float: left; width: 100%; text-align: center; color: var(--color-white); }
.home-tanitim-video .left .detail .title h2 { float: left; width: 100%; margin-bottom: 3px; font-size: 24px; font-weight: 700; }
.home-tanitim-video .left .detail .title h3 { float: left; width: 100%; font-size: 24px; font-weight: 600; }
.home-tanitim-video .left a:hover .icon i { color: var(--color-corporate-red); }
.home-tanitim-video .right { float: left; width: 100%; }
.home-tanitim-video .right .search { float: left; width: 100%; margin-bottom: 30px; display: flex; align-items: center; justify-content: center; }
.home-tanitim-video .right .search form { float: left; width: auto; display: flex; align-items: center; justify-content: center; }
.home-tanitim-video .right .search input { float: left; width: 280px; height: 40px; background: #e7ebf3; border-radius: 6px 0 0 6px; border: 1px solid #e7ebf3; border-right: unset; padding: 9px 17px; font-size: 15px; transition: all .3s ease-out; }
.home-tanitim-video .right .search input:focus { border: 1px solid var(--color-theme); }
.home-tanitim-video .right .search button { float: left; width: 40px; height: 40px; border: unset; background: var(--color-theme); color: var(--color-white); border-radius: 0 6px 6px 0; font-size: 18px; transition: all .3s ease-out; display: flex; align-items: center; justify-content: center; }
.home-tanitim-video .right .search button:hover { background: var(--color-theme-dark); }
.home-tanitim-video .right .body { float: left; width: 100%; display: grid; align-items: center; justify-content: center; }
.home-tanitim-video .right .body .title { float: left; width: 100%; margin-bottom: 20px; text-align: center; font-size: 22px; }
.home-tanitim-video .right .body .title i { margin-right: 8px; }
.home-tanitim-video .right .body ul { float: left; width: 100%; max-width: 800px; margin: 0 auto; text-align: center; }
.home-tanitim-video .right .body ul li { display: inline-flex; margin: 0 5px 13px 5px; }
.home-tanitim-video .right .body ul li a { float: left; width: auto; padding: 10px 20px; background: #e6eaef; color: var(--color-black); border-radius: 50px; transition: all .3s ease-out; }
.home-tanitim-video .right .body ul li a:hover { background: #dbdfe4; }
@media (max-width: 768px) {
    .home-tanitim-video { padding: 20px 15px 15px 15px; }
    .home-tanitim-video .container { display: block; }
    .home-tanitim-video .left { margin: 0; margin-bottom: 35px; max-width: 100%; }
    .home-tanitim-video .right .search input { width: 100%; max-width: 240px; }
}


.home-contact { float: left; width: 100%; padding: 20px 15px; background: #f2f4f6; border-top: 1px solid var(--border-light); }
.home-contact .boxs { float: left; width: 100%; display: flex; }
.home-contact .boxs .box { float: left; width: 100%; margin-right: 20px; background: #e0e4e7; border-radius: 8px; display: flex ; align-items: center; justify-content: left; }
.home-contact .boxs .box:last-child { margin-right: 0; }
.home-contact .boxs .box .icon { float: left; min-width: 78px; margin-right: 15px; padding: 19px 20px; font-size: 38px; color: var(--color-theme); border-right: 1px solid var(--border-solid); display: flex; align-items: center; justify-content: center; }
.home-contact .boxs .box .detail { float: left; width: 100%; padding: 10px 12px 10px 0px; }
.home-contact .boxs .box .detail .title { float: left; width: 100%; font-weight: 700; margin-bottom: 2px; font-size: 18px; }
.home-contact .boxs .box .detail .text { float: left; width: 100%; line-height: 21px; font-weight: 500; font-style: normal; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.home-contact .boxs .box .detail .text span { color: var(--color-theme); }
@media (max-width: 768px) {
    .home-contact .boxs { display: block; }
    .home-contact .boxs .box { margin-right: 0; margin-bottom: 12px; }
    .home-contact .boxs .box:last-child { margin-bottom: 0; }
}


.home-meb-link { float: left; width: 100%; padding: 27px 15px; background: var(--color-white); border-top: 1px solid var(--border-light); }
.home-meb-link .homeMebLink { padding: 3px; }
.home-meb-link .boxs { float: left; width: 100%; }	
.home-meb-link .boxs .box { float: left; width: 100%; }
.home-meb-link .boxs .box a { float: left; width: 100%; padding: 20px 30px; border-radius: 6px; overflow: hidden; transition: all .1s ease-out; box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 17%); }
.home-meb-link .boxs .box a:hover { background: #f1f1f1; box-shadow: unset; }
.home-meb-link .boxs .box .figure { float: left; width: 100%; height: auto; }	
.home-meb-link .boxs .box .figure img { float: left; width: 100%; max-width: 250px; height: auto; }
.home-meb-link .swiper .swiper-button-next, .home-meb-link .swiper .swiper-button-prev { background: rgb(0 0 0 / 30%); border-radius: 100%; width: 27px; height: 34px; color: var(--color-white); font-size: 14px; top: 57%; }
.home-meb-link .swiper .swiper-button-next { right: 0; border-radius: 50px 0 0 50px; padding-left: 3px; }
.home-meb-link .swiper .swiper-button-prev { left: 0; border-radius: 0 50px 50px 0; padding-right: 3px; }
.home-meb-link .swiper .swiper-button-next:hover, .home-meb-link .swiper .swiper-button-prev:hover { background: rgb(0 0 0 / 60%); }
.home-meb-link .swiper .swiper-button-next:after, .home-meb-link .swiper .swiper-button-prev:after { display: none; }


.home-sayilarla { float: left; width: 100%; margin-bottom: -20px; }
.home-sayilarla .title { float: left; width: 100%; color: #fff; background: #003665; text-align: center; font-weight: 600; padding: 20px; font-size: 15px; font-style: italic; letter-spacing: 0.5px; }
.home-sayilarla .boxs { float: left; width: 100%; background: #044074; padding: 20px; }
.home-sayilarla .boxs .container { display: flex; align-items: center; justify-content: center; }
.home-sayilarla .boxs .box { float: left; width: 100%; color: #fff; margin-right: 15px; border-radius: 6px; padding: 10px 10px 13px 10px; border: 1px solid #094f94; cursor: context-menu; transition: all .2s ease-out; }
.home-sayilarla .boxs .box:last-child { margin: 0; }
.home-sayilarla .boxs .box:hover { background: #003665; border-color: #003665; }
.home-sayilarla .boxs .box .count { float: left; width: 100%; text-align: center; font-size: 30px; font-weight: 600; margin-bottom: 7px; }
.home-sayilarla .boxs .box .name { float: left; width: 100%; font-size: 16px; margin-bottom: 10px; text-align: center; }
.home-sayilarla .boxs .box .icon { float: left; width: 100%; display: flex; align-items: center; justify-content: center; }
.home-sayilarla .boxs .box .icon span { float: left; width: 74px; height: 74px; font-size: 36px; background: #064f8f; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
@media (max-width: 768px) {
    .home-sayilarla .boxs .container { display: block; }
    .home-sayilarla .boxs .box { margin-bottom: 15px; width: calc(50% - 8px); }
    .home-sayilarla .boxs .box:nth-child(2n+2) { margin-right: 0; }
    .home-sayilarla .boxs .box:nth-child(3) { margin-bottom: 0; }
}


.home-name { float: left; width: 100%; margin-bottom: 20px; display: flex; align-items: center; }
.home-name h2 { float: left; font-size: 20px; font-weight: 600; position: relative; color: var(--color-black); display: flex; align-items: center; }
.home-name h2 i { float: left; font-size: 17px; margin-right: 10px; }
.home-name a { float: right; color: #192f59; user-select: none; font-size: 12px; font-weight: 500; margin-left: auto; display: flex; align-items: center; }
.home-name a:hover { text-decoration: underline; }
.home-name a:hover i { animation: rightarrow 1s infinite ease-in-out; -webkit-animation: rightarrow 1s infinite ease-in-out; }
.home-name a i { display: inline-block; margin-left: 5px; }
@media (max-width: 768px) {
    .home-name a i { margin-top: 2px; }
}

.home-post { float: left; width: 100%; margin: 25px 0; }
.home-post .triple { float: left; width: 100%; margin-bottom: 25px; display: flex; }
@media (max-width: 768px) {
    .home-post { padding: 0 15px; }
    .home-post .triple { display: block; }
}

.home-post .haberler { float: left; width: 100%; margin-right: 20px; }
.home-post .haberler .home-name { padding-right: 20px; }
.home-post .haberler .boxs { float: left; width: 100%; margin-right: 20px; padding-right: 20px; border-right: 1px solid rgba(0, 0, 0, 0.1); }
.home-post .haberler .boxs .box { float: left; width: 100%; margin-bottom: 12px; border-radius: 6px; }
.home-post .haberler .boxs .box:last-child { margin-bottom: 0; }
.home-post .haberler .boxs .box a { float: left; width: 100%; display: flex; box-shadow: 1px 3px 6px -2px rgba(0, 0, 0, .1); }
.home-post .haberler .boxs .box a:hover .title span { background-size: 100% 1px!important; }
.home-post .haberler .boxs .box .figure { float: left; width: 149px; min-width: 149px; height: auto; }
.home-post .haberler .boxs .box .figure img { float: left; width: 100%; height: 85px; }
.home-post .haberler .boxs .box .detail { float: left; width: 100%; padding: 10px 15px; }
.home-post .haberler .boxs .box .detail .title { float: left; width: 100%; color: var(--color-black); margin-top: 3px; font-weight: 600; line-height: 20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.home-post .haberler .boxs .box .detail .title span { background-image: linear-gradient(var(--color-black), var(--color-black)); background-position: 0% 100%; background-repeat: no-repeat; background-size: 0% 1px; transition: all .3s ease-out }
.home-post .haberler .boxs .box .detail .time { float: left; width: 100%; color: #4c4c4c; font-size: 11px; font-weight: 500; text-transform: uppercase; display: flex; align-items: center; }
.home-post .haberler .boxs .box .detail .time i { display: inline-block; margin-right: 5px; }
@media (max-width: 768px) {
    .home-post .haberler { margin: 0; }
    .home-post .haberler .home-name { padding: 0; }
    .home-post .haberler .boxs { margin: 0; padding: 0; padding-bottom: 23px; margin-bottom: 20px; border: unset; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .home-post .haberler .boxs .box:nth-child(5) { margin: 0; }
    .home-post .haberler .boxs .box:nth-child(6) { display: none; }
}

.home-post .duyurular { float: left; width: 100%; margin-right: 20px; }
.home-post .duyurular .boxs { float: left; width: 100%; height: auto; background: #fff; padding: 0; padding-right: 10px; border-radius: 6px; }
.home-post .duyurular .boxs .box { float: left; width: 100%; display: flex; align-items: start; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.home-post .duyurular .boxs .box:last-child { margin-bottom: 0; }
.home-post .duyurular .boxs .box .figure { float: left;  margin-right: 10px; }
.home-post .duyurular .boxs .box .figure img { float: left; width: 64px; height: 64px; background: #f0f0f0; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 100%; transition: all .2s ease-out; }
.home-post .duyurular .boxs .box .figure img:hover { opacity: 0.8; }
.home-post .duyurular .boxs .box .date { float: left; width: auto; height: 100%; min-width: 74px; position: relative; margin-right: 10px; text-align: center; background: #04407417; border-radius: 6px; padding: 10px 7px; display: grid; }
.home-post .duyurular .boxs .box .new { position: absolute; top: -7px; left: -7px; background: var(--color-theme); color: var(--color-white); padding: 2px 7px; border-radius: 5px; font-size: 11px; }
.home-post .duyurular .boxs .box .date .day { float: left; width: 100%; color: var(--color-theme); margin-bottom: 2px; font-size: 26px; font-weight: 600; line-height: 26px; }
.home-post .duyurular .boxs .box .date .month { float: left; width: 100%; color: #002546; font-size: 13px; }
.home-post .duyurular .boxs .box .detail { float: left; width: 100%; padding-top: 1px; }
.home-post .duyurular .boxs .box .detail .title { float: left; width: 100%; margin-bottom: 5px; }
.home-post .duyurular .boxs .box .detail .title a { float: left; width: 100%; color: var(--color-black); font-weight: 600; font-size: 15px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.home-post .duyurular .boxs .box .detail .title a:hover { color: var(--color-theme); }
.home-post .duyurular .boxs .box .detail .title a:hover span { background-size: 100% 1px; }
.home-post .duyurular .boxs .box .detail .title a span { background-image: linear-gradient(var(--color-theme), var(--color-theme)); background-position: 0% 100%; background-repeat: no-repeat; background-size: 0% 1px; transition: all .3s ease-out; }
.home-post .duyurular .boxs .box .detail .desc { float: left; width: 100%; color: #4c4c4c; font-size: 13px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.home-post .duyurular .boxs .box .detail .time { float: left; width: 100%; color: #4c4c4c; font-size: 13px; display: flex; align-items: center; }
.home-post .duyurular .boxs .box .detail .time i { float: left; margin-right: 5px; }
@media (max-width: 768px) {
    .home-post .duyurular { margin: 0; padding-bottom: 23px; margin-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .home-post .duyurular .boxs .box:nth-child(5) { margin: 0; padding: 0; border: unset; }
    .home-post .duyurular .boxs .box:nth-child(6) { display: none; }
}

.home-post .etkinlikler { float: left; width: 100%; }
.home-post .etkinlikler .home-name { padding-left: 20px; }
.home-post .etkinlikler .slider { float: left; width: 100%; padding-left: 20px; border-left: 1px solid rgba(0, 0, 0, 0.1); }
.home-post .etkinlikler .slider .etkinlikSlider { float: left; width: 100%; max-height: 572px; border-radius: 6px; overflow: hidden; border: 1px solid var(--border-light); }
.home-post .etkinlikler .slider .slider-item { float: left; width: 100%; height: auto; max-height: 571px; position: relative; }
.home-post .etkinlikler .slider .slider-item .figure { float: left; width: 100%; height: auto; overflow: hidden; }
.home-post .etkinlikler .slider .slider-item .figure img { float: left; width: 100%; height: 571px; background: #f0f0f0; transition: all .5s ease; }
.home-post .etkinlikler .slider .slider-item .figure img:hover { transform: scale(1.03); }
.home-post .etkinlikler .slider .swiper-slide { width: 100%!important; }
.home-post .etkinlikler .slider .swiper-button-next, .home-post .etkinlikler .slider .swiper-button-prev { background: rgb(0 0 0 / 60%); border-radius: 8px; width: 34px; height: 34px; color: var(--color-white); font-size: 16px; }
.home-post .etkinlikler .slider .swiper-button-next:hover, .home-post .etkinlikler .slider .swiper-button-prev:hover { background: rgb(0 0 0 / 80%); }
.home-post .etkinlikler .slider .swiper-button-next:after, .home-post .etkinlikler .slider .swiper-button-prev:after { display: none; }
.home-post .etkinlikler .slider .swiper-button-next { right: 20px; }
.home-post .etkinlikler .slider .swiper-button-prev { left: 20px; }
@media (max-width: 768px) {
    .home-post .etkinlikler .home-name { padding: 0; }
    .home-post .etkinlikler .slider { border: unset; padding: 0 20px; }
    .home-post .etkinlikler .slider .slider-item .figure img { height: auto; }
}

@keyframes dash {0% {transform: translateX(0);} 90% { transform: translateX(50%); -webkit-transform: translateX(50%); -moz-transform: translateX(50%); -ms-transform: translateX(50%); -o-transform: translateX(50%); } 100% {transform: translateX(0);}}
.home-post .akademik-basarilar { float: left; width: 100%; padding-top: 25px; margin-bottom: 25px; border-top: 1px solid var(--border-regular); }
.home-post .akademik-basarilar .boxs { float: left; width: 100%; }
.home-post .akademik-basarilar .boxs .box { float: left; width: 100%; height: auto; border: 1px solid var(--border-light); background: #00968808; border-color: #2196f333; border-radius: 8px 8px 0 0; padding: 20px; position: relative; /* box-shadow: 0 10px 25px -3px rgb(60 72 88 / 0.15); */ }
.home-post .akademik-basarilar .boxs .box a { float: left; width: 100%; display: flex; }
.home-post .akademik-basarilar .boxs .box a:hover .title span { background-size: 100% 1px!important; }
.home-post .akademik-basarilar .boxs .box .figure { float: left; width: auto; max-width: 150px; height: auto; margin-right: 15px; }
.home-post .akademik-basarilar .boxs .box .figure img { float: left; width: 100%; height: auto; border-radius: 6px; box-shadow: 2px -2px 4px 0px #58667e14, 0 1px 2px #58667e1f; }
.home-post .akademik-basarilar .boxs .box .detail { float: left; width: 100%; display: grid; }
.home-post .akademik-basarilar .boxs .box .detail .title { float: left; width: 100%; margin-bottom: 5px; max-height: 48px; color: var(--color-black); font-weight: 600; font-size: 17px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.home-post .akademik-basarilar .boxs .box .detail .title span { background-image: linear-gradient(var(--color-theme), var(--color-theme)); background-position: 0% 100%; background-repeat: no-repeat; background-size: 0% 1px; transition: all .3s ease-out; }
.home-post .akademik-basarilar .boxs .box .detail .desc { float: left; width: 100%; height: 36px; color: #4c4c4c; margin-bottom: 10px; font-size: 13px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.home-post .akademik-basarilar .boxs .box .detail .time { float: left; width: 100%; color: #4c4c4c; font-size: 13px; display: flex; align-items: center; justify-content: right; margin-top: auto; }
.home-post .akademik-basarilar .boxs .box .detail .time .inside { float: left; padding: 5px 12px; background: #607d8b14; border-radius: 6px; display: flex; align-items: center; }
.home-post .akademik-basarilar .boxs .box .detail .time .inside i { float: left; margin-right: 5px; }
.home-post .akademik-basarilar .boxs .box .detail .time .inside span { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.home-post .akademik-basarilar .boxs .box .dashanim { position: absolute; left: 0; width: 100%; bottom: 0; display: flex; align-items: center; justify-content: space-between; overflow: hidden; }
.home-post .akademik-basarilar .boxs .box .dashanim p { float: left; background-color: #009688; width: 60%; height: 2px; position: relative; z-index: 99; margin: 0; }
.home-post .akademik-basarilar .boxs .box .dashanim-in { height: 2px; width: 100%; background-color: #009688; background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%); background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-size: 12px 4px, 12px 4px, 4px 12px, 4px 12px; animation: dash 5s linear infinite; display: block; position: absolute; left: 0; }
.home-post .akademik-basarilar .swiper .swiper-button-next, .home-post .akademik-basarilar .swiper .swiper-button-prev { background: rgb(0 0 0 / 30%); border-radius: 100%; width: 34px; height: 34px; color: var(--color-white); font-size: 16px; top: 50%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; }
.home-post .akademik-basarilar .swiper .swiper-button-next:hover, .home-post .akademik-basarilar .swiper .swiper-button-prev:hover { background: rgb(0 0 0 / 60%); }
.home-post .akademik-basarilar .swiper .swiper-button-next:after, .home-post .akademik-basarilar .swiper .swiper-button-prev:after { display: none; }
.home-post .akademik-basarilar .boxs .swiper-slide:nth-child(1) .box,
.home-post .akademik-basarilar .boxs .swiper-slide:nth-child(4) .box,
.home-post .akademik-basarilar .boxs .swiper-slide:nth-child(7) .box,
.home-post .akademik-basarilar .boxs .swiper-slide:nth-child(10) .box {
    background: #00968808; border-color: #2196f333; 
    .dashanim p { background-color: #009688; }
    .dashanim-in { background-color: #009688; }
}
.home-post .akademik-basarilar .boxs .swiper-slide:nth-child(2) .box,
.home-post .akademik-basarilar .boxs .swiper-slide:nth-child(5) .box,
.home-post .akademik-basarilar .boxs .swiper-slide:nth-child(8) .box,
.home-post .akademik-basarilar .boxs .swiper-slide:nth-child(11) .box {
    background: #673ab70f; border-color: #673ab733; 
    .dashanim p { background-color: #673AB7; }
    .dashanim-in { background-color: #673AB7; }
}
.home-post .akademik-basarilar .boxs .swiper-slide:nth-child(3) .box,
.home-post .akademik-basarilar .boxs .swiper-slide:nth-child(6) .box,
.home-post .akademik-basarilar .boxs .swiper-slide:nth-child(9) .box,
.home-post .akademik-basarilar .boxs .swiper-slide:nth-child(12) .box {
    background: #dd33330f; border-color: #dd33332e;
    .dashanim p { background-color: #dd3333; }
    .dashanim-in { background-color: #dd3333; }
}

.home-post .bilim { float: left; width: 100%; padding-top: 25px; border-top: 1px solid var(--border-regular); }
.home-post .bilim .swiper { padding: 2px; }
.home-post .bilim .boxs { float: left; width: 100%; }
.home-post .bilim .boxs .box { float: left; width: 100%; height: auto; border-radius: 8px; padding: 20px; position: relative; background: #607d8b26; }
.home-post .bilim .boxs .box a { float: left; width: 100%; display: flex; }
.home-post .bilim .boxs .box a:hover .title span { background-size: 100% 1px!important; }
.home-post .bilim .boxs .box .figure { float: left; width: auto; max-width: 150px; height: auto; margin-right: 15px; }
.home-post .bilim .boxs .box .figure img { float: left; width: 100%; height: auto; border-radius: 6px; box-shadow: 2px -2px 4px 0px #58667e14, 0 1px 2px #58667e1f; }
.home-post .bilim .boxs .box .detail { float: left; width: 100%; display: grid; }
.home-post .bilim .boxs .box .detail .title { float: left; width: 100%; margin-bottom: 5px; max-height: 48px; color: var(--color-black); font-weight: 600; font-size: 17px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.home-post .bilim .boxs .box .detail .title span { background-image: linear-gradient(var(--color-theme), var(--color-theme)); background-position: 0% 100%; background-repeat: no-repeat; background-size: 0% 1px; transition: all .3s ease-out; }
.home-post .bilim .boxs .box .detail .desc { float: left; width: 100%; height: 36px; color: #4c4c4c; margin-bottom: 10px; font-size: 13px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.home-post .bilim .boxs .box .detail .time { float: left; width: 100%; display: flex; align-items: center; justify-content: right; margin-top: auto; }
.home-post .bilim .boxs .box .detail .time .inside { float: left; padding: 5px 12px; background: rgb(0 0 0 / 4%); border-radius: 6px; color: #4c4c4c; font-size: 13px; display: flex ; align-items: center; }
.home-post .bilim .boxs .box .detail .time .inside i { float: left; margin-right: 5px; }
.home-post .bilim .boxs .box .detail .time .inside span { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.home-post .bilim .boxs .box .dashanim { position: absolute; left: 0; width: 100%; bottom: 0; display: flex; align-items: center; justify-content: space-between; overflow: hidden; }
.home-post .bilim .boxs .box .dashanim p { float: left; background-color: #6c757d; width: 60%; height: 2px; position: relative; z-index: 99; margin: 0; }
.home-post .bilim .boxs .box .dashanim-in { height: 2px; width: 100%; background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%); background-color: #6c757d; background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-size: 12px 4px, 12px 4px, 4px 12px, 4px 12px; animation: dash 5s linear infinite; display: block; position: absolute; left: 0; }
.home-post .bilim .swiper .swiper-button-next, .home-post .bilim .swiper .swiper-button-prev { background: rgb(0 0 0 / 30%); border-radius: 100%; width: 34px; height: 34px; color: var(--color-white); font-size: 16px; top: 50%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; }
.home-post .bilim .swiper .swiper-button-next:hover, .home-post .bilim .swiper .swiper-button-prev:hover { background: rgb(0 0 0 / 60%); }
.home-post .bilim .swiper .swiper-button-next:after, .home-post .bilim .swiper .swiper-button-prev:after { display: none; }


/************************************************
*	CATEGORY									*
************************************************/
.pagenavi { float: right; border-radius: 4px; clear: both; font-weight: 500; }
.pagenavi .current { background-color: var(--color-theme); border-color: transparent; z-index: 2; color: #fff; cursor: default; }
.pagenavi a, .pagenavi span { color: #555; line-height: 1.42857143; padding: 8px 14px; text-decoration: none; background-color: #fff; border: 1px solid rgba(155,155,155,.2); position: relative; float: left; }
.pagenavi a:focus, .pagenavi a:hover { background-color: #f5f5f5; color: #373f42; }
.pagenavi a:first-child, .pagenavi span:first-child{ margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.pagenavi a:last-child, .pagenavi span:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }

.category { float: left; width: 100%; }
.category .cat-title { float: left; width: 100%;  margin-bottom: 20px; }
.category .cat-title h1 { float: left; width: auto; margin-right: 20px; font-size: 32px; }
.category .cat-title .pale { margin-left: 7px; font-size: 28px; color: #919191; font-weight: 500; }
.category .cat-title ul { float: right; margin-top: 7px; display: flex; gap: 12px; }
.category .cat-title ul li { float: left; width: auto; }
.category .cat-title ul li:last-child { margin-right: 0; }
.category .cat-title ul li a { float: left; width: 100%; background: #e6eaef; color: var(--color-black); padding: 7px 14px; border-radius: 4px; display: flex ; align-items: center; justify-content: center; }
.category .cat-title ul li a:hover { background: #dbdfe4; }
.category .cat-title ul li a i { margin-left: 3px; margin-top: 1px; }
.category .cat-title ul.duyurular .duyurular a { background: #495461; color: #fff; }
.category .cat-title ul.kurum-disi-duyurular .kurum-disi-duyurular a { background: #495461; color: #fff; }
.category .cat-title ul.vefat-ve-taziye .vefat-ve-taziye a { background: #495461; color: #fff; }
.category .cat-title ul.haberler .haberler a { background: #495461; color: #fff; }
.category .cat-title ul.rektorluk .rektorluk a { background: #495461; color: #fff; }

.category .news { float: left; width: 100%; }
.category .news .boxs { float: left; width: 100%; }
.category .news .boxs .box { float: left; width: calc(25% - 15px); margin-right: 20px; margin-bottom: 20px; border-radius: 6px; overflow: hidden; box-shadow: 0 0 8px rgba(0, 0, 0, .1); }
.category .news .boxs .box:nth-child(4n+4) { margin-right: 0; }
.category .news .boxs .box:hover .figure img { transform: scale(1.03); }
.category .news .boxs .box:hover .title span { background-size: 100% 1px!important; }
.category .news .boxs .box:focus-within { overflow: visible; }
.category .news .boxs .box a { float: left; width: 100%; }
.category .news .boxs .box .figure { float: left; width: 100%; height: auto; max-height: 157px; overflow: hidden; border-top-left-radius: 6px; border-top-right-radius: 6px; }
.category .news .boxs .box .figure img { float: left; width: 100%; height: auto; max-height: 180px; margin-top: -10px; margin-bottom: -10px; object-fit: cover; transition: all .5s ease; }
.category .news .boxs .box .detail { float: left; width: 100%; height: 161px; position: relative; padding: 25px; background: #fff; }
.category .news .boxs .box .detail .time { float: left; width: 100%; color: #5a5d61; font-weight: 700; text-transform: uppercase; font-size: 11px; margin-bottom: 7px; display: inline-flex; align-items: center; }
.category .news .boxs .box .detail .time:before { content: ''; display: inline-flex; width: 6px; height: 6px; background: var(--color-theme); margin-right: 9px; border-radius: 100%; }
.category .news .boxs .box .detail .time i { display: inline-block; margin-right: 5px; }
.category .news .boxs .box .detail .title { float: left; width: 100%; color: #1b1c1d; font-weight: 700; line-height: 24px; font-size: 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.category .news .boxs .box .detail .title span { background-image: linear-gradient(var(--color-black), var(--color-black)); background-position: 0% 100%; background-repeat: no-repeat; background-size: 0% 1px; transition: all .3s ease-out; }
.category .news .boxs .box .detail .desc { float: left; width: 100%; color: #707a8a; margin-top: 5px; font-size: 13px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.category .news .boxs .no-news { float: left; width: 100%; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; }
.category .news .boxs .no-news span { float: left; width: 100%; text-align: center; font-size: 24px; font-weight: 600; }

.category .duyuru { float: left; width: 100%; padding-top: 30px; margin-bottom: 10px; }
.category .duyuru .boxs { float: left; width: 100%; margin-bottom: -20px; }
.category .duyuru .boxs .box { float: left; width: 25%; margin-bottom: 75px; padding-right: 25px; position: relative; }
.category .duyuru .boxs .box:nth-child(4n+4) { padding-right: 0; }
.category .duyuru .boxs .box:before { content: ""; z-index: 1; float: left; width: 100%; height: 3px; background: #eceefe; top: 0; left: 0; position: absolute; }
.category .duyuru .boxs .box .time { float: left; width: 100%; color: #4c5b71; font-size: 13px; font-weight: 500; position: relative; z-index: 2; top: -4px; }
.category .duyuru .boxs .box .time i { float: left; width: 10px; height: 10px; border-radius: 100%; background: rgb(33 37 41 / 75%); transition: all .2s ease-out; }
.category .duyuru .boxs .box .time span { float: left; width: 100%; position: absolute; left: 0; top: -27px; }
.category .duyuru .boxs .box .renk-1 i { background: rgb(15 109 65); }
.category .duyuru .boxs .box .renk-2 i { background: rgb(12 84 191); }
.category .duyuru .boxs .box .renk-3 i { background: rgb(33 37 41 / 75%); }
.category .duyuru .boxs .box .renk-4 i { background: rgb(2 159 191); }
.category .duyuru .boxs .box .renk-5 i { background: rgb(195 147 4); }
.category .duyuru .boxs .box .renk-6 i { background: rgb(167 19 33); }
.category .duyuru .boxs .box .renk-7 i { background: rgb(58 5 151); }
.category .duyuru .boxs .box .renk-8 i { background: rgb(101 47 29); }
.category .duyuru .boxs .box .detail { float: left; width: 100%; height: 152px; padding: 12px 0; border-radius: 6px; }
.category .duyuru .boxs .box .detail .head { float: left; width: 100%; margin-bottom: 10px; }
.category .duyuru .boxs .box .detail .head a { float: left; width: auto; display: flex; align-items: center; }
.category .duyuru .boxs .box .detail .head a:hover .title span { background-size: 100% 1px!important; }
.category .duyuru .boxs .box .detail .head .figure { float: left; width: auto; margin-right: 10px; }
.category .duyuru .boxs .box .detail .head .figure img { float: left; width: 64px; height: 64px; background: #f0f0f0; border-radius: 100%; transition: all .2s ease-out; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .1); }
.category .duyuru .boxs .box .detail .head .title { float: left; width: 100%; font-weight: 600; font-size: 15px; line-height: 23px; color: var(--color-black); display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.category .duyuru .boxs .box .detail .head .title span { background-image: linear-gradient(var(--color-black), var(--color-black)); background-position: 0% 100%; background-repeat: no-repeat; background-size: 0% 1px; transition: all .3s ease-out; }
.category .duyuru .boxs .box .detail .desc { float: left; width: 100%; color: #707a8a; font-size: 13px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

@media (max-width: 768px) {
    .category { padding: 0 15px; }
    .category .cat-title h1 { font-size: 28px; }
    .category .cat-title ul { float: left; width: 100%; margin-top: 15px; margin-bottom: 3px; align-items: center; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }

    .category .news .boxs .box { width: 100%; margin-right: 0; }
    .category .news .boxs .box .figure { max-height: unset; }
    .category .news .boxs .box .figure img { max-height: 230px; }
    .category .news .boxs .box .detail { height: auto; }

    .category .duyuru { padding-top: 5px; margin-bottom: 0; }
    .category .duyuru .boxs { margin-bottom: 20px; }
    .category .duyuru .boxs .box { width: 100%; padding: 0; margin-bottom: 0; }
    .category .duyuru .boxs .box:last-child .detail { padding-bottom: 10px; }
    .category .duyuru .boxs .box:before { width: 3px; height: 100%; }
    .category .duyuru .boxs .box .time { display: flex; align-items: center; }
    .category .duyuru .boxs .box .time i { margin-right: 10px; margin-left: -3px; }
    .category .duyuru .boxs .box .time span { position: relative; top: 0; }
    .category .duyuru .boxs .box .detail { height: auto; padding-left: 25px; padding-bottom: 30px; }
}






/************************************************
*	SINGLE      								*
************************************************/
.breadcrumb { float: left; width: 100%; margin-bottom: 10px; color: #b2b5be; font-size: 13px; letter-spacing: 0.2px; }
.breadcrumb ol { float: left; width: 100%; white-space: nowrap; overflow-x: auto; }
.breadcrumb ol::-webkit-scrollbar { display: none; visibility: hidden; opacity: 0; }
.breadcrumb ol li { float: unset; width: auto; margin: 0; display: inline-flex; }
.breadcrumb ol li+li:before { float: left; padding: 0 6px 0 5px; color: #e0e3eb; content: "/"; }
.breadcrumb ol li a { float: left; color: #6a6d78; }
.breadcrumb ol li a:hover { color: var(--color-black); }
.breadcrumb ol li .tre { float: left; padding: 0 6px 0 5px; color: #e0e3eb; }

.news-title { float: left; width: 100%; margin-bottom: 17px; }
.news-title h1 { float: left; width: 100%; font-size: 32px; line-height: 44px; }
.page-title { float: left; width: 100%; text-align: center; padding: 45px; margin-top: -20px; margin-bottom: 20px; background: var(--color-bg); color: var(--color-black); }
.page-title h1 { font-size: 26px; font-weight: 500; }

.single { float: left; width: 100%; position: relative; }
.single .binary { float: left; width: 100%; height: auto; display: flex; align-items: start; justify-content: left; }
.single .post .post { box-shadow: unset; padding: 0; }
.single .post { float: left; width: 100%; max-width: 940px; margin-right: 20px; }
.single .post .figure { float: left; width: 100%; height: auto; margin-bottom: 20px; position: relative; box-shadow: 0 0 3px rgb(0 0 0 / 7%); }
.single .post .figure img { float: left; width: 100%; height: 100%; border-radius: 8px; }
.single .post .detail { float: left; width: 100%; font-size: 12px; margin-bottom: 20px; color: #444; border-radius: 8px; text-transform: uppercase; display: flex; align-items: center; }
.single .post .detail .left { float: left; width: auto; }
.single .post .detail .left .cat { float: left; width: auto; }
.single .post .detail .left .cat a { float: left; font-weight: 700; color: #444; margin-right: 5px; }
.single .post .detail .left .cat a:hover { color: var(--color-theme); }
.single .post .detail .left .time { float: left; width: auto; }
.single .post .detail .left .time i { font-style: unset; }
.single .post .detail .social { float: right; width: auto; margin-left: auto; display: flex; align-items: center; justify-content: center; }
.single .post .detail .social li { float: left; margin-right: 10px; }
.single .post .detail .social li:last-child { margin: 0; }
.single .post .detail .social li a { float: left; width: 36px; height: 36px; font-size: 16px; background: rgb(0 0 0 / 5%); border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.single .post .detail .social li a:hover { background: rgb(0 0 0 / 10%); }
.single .post .detail .social li.facebook a { color: #014ca3; }
.single .post .detail .social li.xTwitter a { color: #111; }
.single .post .detail .social li.linkedin a { color: #0058ff; }
.single .post .detail .social li.whatsapp a { color: #3fcd46; font-size: 20px; }
.single .section { float: left; width: 100%; font-size: 16px; line-height: 30px; text-align: justify; }
.single .section a { font-weight: 600; }
.single .section img { max-width: 930px; height: auto; border-radius: 8px; box-shadow: 0 0 3px rgb(0 0 0 / 7%); }
.single .section strong a { font-weight: 700; }
.single .section a:hover { text-decoration: underline; }
.single .section h1 { float: initial; width: auto; line-height: 32px; font-weight: 700; margin: 12px 0 15px 0; padding-right: 20px; font-size: 24px; }
.single .section h1 span { color: unset !important; font-size: 22px!important; font-family: unset!important; }
.single .section h2 { float: initial; width: auto; line-height: 32px; font-weight: 700; margin: 12px 0 15px 0; padding-right: 20px; font-size: 22px; position: relative; color: var(--color-theme); }
.single .section h2 span { color: unset !important; font-size: 22px!important; font-family: unset!important; }
.single .section h3 { float: initial; width: auto; font-size: 21px; font-weight: 700; margin: 10px 0 15px 0; line-height: 32px; }
.single .section h3 span { font-size: 21px!important; font-family: unset!important; }
.single .section h4 { float: initial; width: auto; color: #373f42; border-bottom: 1px solid #e8e8e8; margin-top: 15px; margin-bottom: 7px; padding-bottom: 10px; font-size: 16px; font-weight: 700; line-height: 28px; }
.single .section h4 span { font-size: 16px!important; font-family: unset!important; }
.single .section h5 { font-size: 14px; line-height: 26px; margin: 10px 0 15px 0; }
.single .section h6 { font-size: 14px; line-height: 26px; margin: 10px 0 15px 0; }
.single .section hr { float: initial; width: 100%; border-color: var(--border-regular); margin: 20px 0; }
.single .section p { float: initial; width: auto; }
.single .section p:last-child { margin: 0; }
.single .section span, .single .section div { font-family: unset!important; font-size: 16px!important; }
.single .section span { float: unset; }
.single .section .pdf-embedder { float: left; width: 100%; padding-bottom: 100%; position: relative; overflow: hidden; margin-bottom: 12px; }
.single .section .pdf-embedder .iframe { position: unset!important; padding: 0!important; margin: 0!important; }
.single .section .pdf-embedder iframe { float: left; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.single .section ol { float: left; width: 100%; margin: 5px 0 15px 0; padding: 20px 20px 20px 40px; font-weight: bold; color: var(--color-theme); background: #f7f8f9; border-radius: 8px; position: relative; z-index: 2; }
.single .section ol ul { margin: 0 0 10px 0; padding: 0 0 0 20px; }
.single .section ol li { float: left; width: 100%;  margin-bottom: 5px; }
.single .section ol li:last-child { margin: 0; }
.single .section ol li span { color: var(--color-black); font-style: normal; font-weight: normal; }
.single .section ul { float: left; width: 100%; margin: 5px 0 15px 0; padding: 20px 20px 20px 40px;  color: var(--color-theme); font-size: 14px; background: #f7f8f9; border-radius: 8px; position: relative; z-index: 2; }
.single .section ul li { float: left; width: 100%; list-style: disc outside; margin-bottom: 5px; }
.single .section ul li:last-child { margin: 0; }
.single .section ul li span { font-size: 16px; color: var(--color-black); }
.single .section ul ul { padding-top: 3px; }
.single .section blockquote { float: left; width: 100%; position: relative; margin: 10px 0 20px 0; padding: 35px 55px 35px 80px; border-top: 5px solid var(--color-theme); line-height: 28px; box-shadow: 0 4px 6px 0 rgba(185, 185, 185, 0.5); border-radius: 6px; }
.single .section blockquote p:last-child { margin: 0; }
.single .section blockquote:before { content: '“'; position: absolute; top: 31px; left: 30px; font-size: 60px; font-family: stm!important; line-height: 1; }
.single .section .table-responsive { float: unset; width: 100%; overflow-x: auto; padding: 3px; }
.single .section .data-table { float: left; width: 100%; }
.single .section .data-table .table-form { float: left; width: 100%; margin-bottom: 15px; }
.single .section .data-table .table-search { float: right; width: 230px; height: 36px; position: relative; color: #666d92; font-size: 14px; display: flex; align-items: center; }
.single .section .data-table .table-search:before { content: "\f002"; font-family: "Font Awesome 7 Free"; font-weight: 900; position: absolute; right: 12px; }
.single .section .data-table .table-search input { float: left; width: 100%; height: 100%; padding: 0 35px 0 12px; border: 1px solid var(--border-regular); border-radius: 6px; }
.single .section .data-table .table-search input:focus { background: #f0f3fa; border-color: transparent; }
.single .section table { float: left; width: 100%!important; height: auto!important; background: var(--color-white); min-width: 540px; border-collapse: collapse; margin-bottom: 10px; border: unset; border-top: 1px solid var(--border-regular); box-shadow: 0 1px 3px rgb(0 0 0 / 10%); }
.single .section table caption { font-size: 15px; font-weight: 600; margin-bottom: 5px; }
.single .section table thead tr th, .single .section table tbody tr th { padding: 10px 12px!important; font-weight: 600; text-align: left; background: var(--color-theme)!important; color: #fff!important; border: unset; }
.single .section table thead tr th:first-child, .single .section table tbody tr th:first-child { border-top-left-radius: 6px; }
.single .section table thead tr th:last-child, .single .section table tbody tr th:last-child { border-top-right-radius: 6px; border: unset; }
.single .section table thead tr { border-bottom: 1px solid var(--border-regular); }
.single .section table thead tr td { padding: 12px!important; border-left: 1px solid var(--border-regular); }
.single .section table thead tr td:last-child { border-right: 1px solid var(--border-regular); }
.single .section table tbody tr { border-bottom: 1px solid var(--border-regular); }
.single .section table tbody tr:last-child { border: unset; }
.single .section table tbody tr:hover { background: #607d8b14; }
.single .section table tbody tr td { padding: 12px; border-left: 1px solid var(--border-regular); }
.single .section table tbody tr td:last-child { border-right: 1px solid var(--border-regular); }
.single .section table tbody tr td img { box-shadow: unset; }
.single .section table img { max-width: 370px!important; }
.single .section .image { float: left; width: 100%; margin: 5px 0 15px 0; display: flex; align-items: center; justify-content: center; }
.single .section .image a { float: left; width: 100%; display: flex; align-items: center; justify-content: center; }
.single .section .image img {  max-width: 80%; }
.single .section .image:last-child { margin-bottom: 0; }
.single .section iframe { float: left; width: 100%; height: 100%; border-radius: 6px; }
.single .section .iframe { float: left; width: 100%; padding-bottom: 56.25%; position: relative; margin-bottom: 15px; }
.single .section .iframe iframe { float: left; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 6px; }
.single .section .gallery { float: left; width: 100%; padding: 10px 5px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.single .section .gallery-columns-1 { grid-template-columns: repeat(1, 1fr); }
.single .section .gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.single .section .gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.single .section .gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }
.single .section .gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }
.single .section .gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }
.single .section .gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }
.single .section .gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }
.single .section .gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }
.single .section .gallery .gallery-item { float: left !important; margin: 0 !important; padding: 0 !important; width: 100% !important; border-radius: 6px; box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 7%); display: flex; align-items: start; justify-content: center; }
.single .section .gallery .gallery-item img { border: unset !important; cursor: pointer; width: 100%!important; max-width: 100%!important; height: auto; }
.single .section .gallery .gallery-item .gallery-caption { display: none; }
.single .section .gallery img { float: left; width: 100%; }
.single .section .gallery .gallery-item .image { margin: 0; }
.single .section .gallery.auto .gallery-item { max-height: unset!important; }
.single .section .gallery br { display: none!important; }
.single .next-prev-post { float: left; width: 100%; margin-top: 20px; display: flex; }
.single .next-prev-post .box { float: left; width: 100%; max-width: 50%; margin-right: 12px; }
.single .next-prev-post .box small { margin-right: 5px; }
.single .next-prev-post .box.right { margin-right: 0; margin-left: auto; }
.single .next-prev-post .box.right small { margin: 0; margin-left: 5px; }
.single .next-prev-post .box a { float: left; width: 100%; background: rgb(0 0 0 / 5%); border: 1px solid rgb(0 0 0 / 3%); padding: 9px 20px; font-size: 14px; font-weight: 400; color: var(--color-black); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.single .next-prev-post .box a:hover { background: rgb(0 0 0 / 10%); border: 1px solid transparent; }
.single .next-prev-post .box a span { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.single .section .aligncenter { display: block; text-align: center; margin: 5px auto 10px auto; clear: both; height: auto; max-width: 100%; }
.single .section .alignleft { float: left; margin-right: 20px; }
.single .section .alignright { float: right; margin-left: 20px; }

.single-duyuru .post { float: left; width: 100%; padding: 0!important; box-shadow: unset; display: flex; flex-wrap: wrap; align-items: start; }
.single-duyuru .post .detail { width: 120px; max-width: 120px; display: block; margin: 0; margin-right: 20px; overflow: hidden; padding: 15px; position: sticky; top: 20px; flex: 1; border: 1px solid var(--border-regular); }
.single-duyuru .post .detail .left { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--border-regular); }
.single-duyuru .post .detail .left .cat { width: 100%; text-align: center; margin-bottom: 5px; }
.single-duyuru .post .detail .left .cat a { margin: 0; float: unset; }
.single-duyuru .post .detail .left .time { margin: 0!important; text-align: center; width: 100%; }
.single-duyuru .post .detail .social { float: left; width: 100%; margin: 0; display: grid; justify-content: center; }
.single-duyuru .post .detail .social li { margin: 0; margin-bottom: 10px; }
.single-duyuru .post .duyuru-section { float: left; width: 100%; min-height: 272px; border-radius: 8px; background: rgb(0 0 0 / 5%); border: 1px solid rgb(0 0 0 / 5%); padding: 20px; flex: 1; overflow: hidden; }
.single-duyuru .post .duyuru-section .section img { max-width: 766px; }
.single-duyuru .post .duyuru-section .section table { background: rgb(0 0 0 / 5%)!important; }
.single-duyuru .post .duyuru-section .section .data-table .table-search input { background: rgb(0 0 0 / 5%); }
.single-duyuru .post .duyuru-section .section ol { background: rgb(0 0 0 / 5%); }
.single-duyuru .post .duyuru-section .section ul { background: rgb(0 0 0 / 5%); }
.single-duyuru .post .duyuru-section .section hr { border-color: rgb(0 0 0 / 60%); }

.single.no-afis .figure { display: none!important; }
.single.tam_sayfa .post { max-width: 100%!important; margin: 0!important; }
.single.tam_sayfa .post .detail { display: none!important; }
.single.tam_sayfa .post .section { padding: 0; }
.single.tam_sayfa .post .section img { max-width: 1270px; }
.single.tam_sayfa .next-prev-post { display: none!important; }
.single.tam_sayfa .sticky-sidebar { display: none!important; }
.single.tam_sayfa .sidebar { display: none!important; }

.single .gdlr-core-gallery-item-holder { float: left; width: 100%; margin: 15px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.single .gdlr-core-gallery-item-holder .gdlr-core-item-list { display: flex; align-items: start; justify-content: center; }
.single .gdlr-core-gallery-item-holder img { max-width: 100%!important; border: unset!important; }
.single .gdlr-core-gallery-item-holder .image { margin: 0!important; }
.single .gdlr-core-gallery-item-holder .image img { max-width: 100%!important; border: unset!important; }
.single .gdlr-core-fluid-video-wrapper { padding: unset !important; }
.single .supsystic-tables-wrap { visibility: unset!important; }

@media (max-width: 768px) {
    .news-title h1 { font-size: 26px; line-height: 36px; }
    .single { padding: 0 15px; }
    .single .binary { display: block; }
    .single .post { margin-bottom: 15px; margin-right: 0; }
    .single .post .figure img { border-radius: 6px; }
    .single .post .detail { margin-bottom: 15px; border: 1px solid var(--border-regular); padding: 15px; }
    .single .post .detail .left { float: left; width: 100%; margin-right: 7px; display: grid; align-items: center; justify-content: left; }
    .single .post .detail .left .cat a { margin: 0; width: 100%; text-align: center; }
    .single .post .detail .left .time { width: 100%; text-align: center; margin-top: 5px; }
    .single .post .detail .left .time i { display: none; }
    .single .post .detail .social li a { width: 34px; height: 34px; font-size: 15px; }
    .single .section { text-align: unset; }
    .single .section img { max-width: 100%!important; }
    .single .section .image img { max-width: 100%; }
    .single .section .gallery { grid-template-columns: repeat(2, 1fr); }
    .single .next-prev-post { display: block; padding: 0; margin-top: 15px; }
    .single .next-prev-post .box { max-width: 100%; margin-right: 0; margin-bottom: 10px; }
    .single .next-prev-post .box:last-child { margin-bottom: 0; }
    .single-duyuru .post { display: block; }
    .single-duyuru .post .detail { position: unset; width: 100%; max-width: 100%; margin-right: 0; margin-bottom: 10px; display: flex; }
    .single-duyuru .post .detail .left { width: 100%; margin-bottom: 0; padding: 0; border: unset; }
    .single-duyuru .post .detail .social { display: flex; }
    .single-duyuru .post .detail .social li { margin-bottom: 0; margin-right: 10px; }
    .single-duyuru .post .duyuru-section { width: 100%; min-height: 268px; }
    .single .gdlr-core-gallery-item-holder { grid-template-columns: repeat(2, 1fr); }
    .single .gdlr-core-gallery-item-holder .gdlr-core-item-list { max-height: 150px; }
}




/************************************************
*	ETLINLIK TAKVIM								*
************************************************/
.etkinlik-takvim { float: left; width: 100%; }
.etkinlik-takvim .takvimSecim { float: left; width: 100%; margin-bottom: 20px; display: flex; align-items: center; padding: 7px 15px; background: #f1f6fb; border: 1px solid #dfeaf5; border-radius: 6px; }
.etkinlik-takvim .takvimSecim .takvimSelect { float: left; width: auto; }
.etkinlik-takvim .takvimSecim .takvimSelect select { cursor: pointer; border-radius: 4px; height: 38px; text-transform: capitalize; width: 180px; border: 1px solid #E3E6EF; color: #222; font-size: 13px; padding: 0 10px; box-shadow: 0 5px 25px rgb(0 0 0 / 13%); }
.etkinlik-takvim .takvimSecim .suanTarih { float: left; margin: 0 auto; font-size: 20px; font-weight: 500; color: #221e20; }
.etkinlik-takvim .takvimSecim .suanTarih span { float: left; width: auto; padding: 0 10px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.etkinlik-takvim .takvimSecim .ileriGeri { float: left; width: auto; display: flex; align-items: center; justify-content: center; }
.etkinlik-takvim .takvimSecim .ileriGeri .geriBtn, .etkinlik-takvim .takvimSecim .ileriGeri .ileriBtn { padding: 7px 12px; color: #666d92; background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 4px; }
.etkinlik-takvim .takvimSecim .ileriGeri .geriBtn:hover, .etkinlik-takvim .takvimSecim .ileriGeri .ileriBtn:hover { background: #4797e7; color: #fff; }
.etkinlik-takvim .takvimSecim .ileriGeri .geriBtn { float: left; margin-right: 15px; }
.etkinlik-takvim .takvim-boxs { float: left; width: 100%; }
.etkinlik-takvim .takvim-ay { float: left; width: 100%; display: none; }
.etkinlik-takvim .takvim-ay.aktif-ay { display: block!important; }
.etkinlik-takvim .takvim-ay .row { float: left; width: 100%; display: flex; margin: 0; }
.etkinlik-takvim .takvim-ay .row:last-child { border-bottom: 1px solid #e4e4e4; }
.etkinlik-takvim .takvim-ay .row .col { float: left; width: 100%; margin: 0; }
.etkinlik-takvim .takvim-ay .head { border-radius: 6px 6px 0 0; background: #118dab; color: #fff; }
.etkinlik-takvim .takvim-ay .head .col { font-weight: 500; text-transform: uppercase; padding: 12px; text-align: left; border-left: 1px solid #0a738d; }
.etkinlik-takvim .takvim-ay .head .col:first-child { border: none; }
.etkinlik-takvim .takvim-ay .index { border: 1px solid #e4e4e4; border-bottom: none; }
.etkinlik-takvim .takvim-ay .index .col { padding: 10px 15px; border-right: 1px solid #e4e4e4; height: 140px; border-bottom: 1px solid #fff!important; -webkit-transition: all .1s ease-out; }
.etkinlik-takvim .takvim-ay .index .col:hover { border-bottom: 1px solid #221e20!important; }
.etkinlik-takvim .takvim-ay .index .col:last-child { border: none; }
.etkinlik-takvim .takvim-ay .index .col .scroll { float: left; width: 100%; height: 100%; overflow-y: auto; }
.etkinlik-takvim .takvim-ay .index .col .scroll::-webkit-scrollbar { -webkit-appearance: none; width: 5px; }
.etkinlik-takvim .takvim-ay .index .col .scroll::-webkit-scrollbar-thumb { border: 2px solid transparent; background-color: #cacaca; border-radius: 2px; }
.etkinlik-takvim .takvim-ay .index .col .gun { float: left; color: #141827; font-weight: 600; font-size: 23px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; border-radius: 100%; }
.etkinlik-takvim .takvim-ay .index .col .gunCur{ color: #fff!important; background: #ff7555; width: 32px; height: 32px; font-size: 16px; }
.etkinlik-takvim .takvim-ay .index .col.soluk .gun { color: #999; }
.etkinlik-takvim .takvim-ay .index .col.soluk .gunCur { background: #c3c4c7!important; }
.etkinlik-takvim .takvim-ay .index .col.active .gun { background: #e13a9d!important; color: #fff!important; width: 32px; height: 32px; font-size: 16px; }
.etkinlik-takvim .takvim-ay .index .col .etkinlik { float: left; width: 100%; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid var(--border-regular); }
.etkinlik-takvim .takvim-ay .index .col .etkinlik:last-child { margin: 0; padding: 0; border: unset; }
.etkinlik-takvim .takvim-ay .index .col .etkinlik a { color: #221E20; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.etkinlik-takvim .takvim-ay .index .col .etkinlik .saat { float: left; width: 100%; font-size: 11px; color: #717171; }
.etkinlik-takvim .takvim-ay .index .col .etkinlik .baslik { float: left; width: 100%; font-size: 13px; font-weight: 600; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
@media (max-width: 768px) {
    .etkinlik-takvim { padding: 0 15px; }
    .etkinlik-takvim .takvimSecim .takvimSelect select { width: 130px; }
    .etkinlik-takvim .takvimSecim .suanTarih { font-size: 18px; }
    .etkinlik-takvim .takvim-boxs { overflow-y: auto; }
    .etkinlik-takvim .takvim-ay { min-width: 924px; }
    .etkinlik-takvim .takvim-ay .row .col { max-width: 130px; }
    .etkinlik-takvim .takvim-ay .index .col { height: 130px; }
}

/************************************************
*	ETLINLIK SINGLE								*
************************************************/
.single-etkinlik { float: left; width: 100%; display: flex; }
.single-etkinlik .column { float: left; width: 100%; }
.single-etkinlik .afis { width: 50%; margin-right: 20px; padding-right: 20px; border-right: 1px solid rgba(0, 0, 0, 0.1); }
.single-etkinlik figure { float: left; width: 100%; height: auto; position: sticky; top: 80px; }
.single-etkinlik figure img { float: left; width: 100%; height: auto; border-radius: 6px; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .1); }
.single-etkinlik figure img:hover { opacity: 0.9; }
.single-etkinlik figure .genislet { opacity: 0; -webkit-transition: all .2s ease-out; float: left; width: 100%; height: 100%; position: absolute; left: 0; display: flex; align-items: center; justify-content: center; cursor: pointer; background: #6c757d21; }
.single-etkinlik figure .genislet i { background: #ffffffbd; border-radius: 100%; color: #4d4d4d; font-size: 22px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
.single-etkinlik figure:hover .genislet { opacity: 1; }
.single-etkinlik .title { float: left; width: 100%; margin-bottom: 17px; }
.single-etkinlik .title h1 { float: left; width: 100%; font-size: 30px; }
.single-etkinlik .detail { float: left; width: 100%; margin-bottom: 20px; display: block; font-size: 14px; text-transform: unset; color: var(--color-black); }
.single-etkinlik .detail .row { float: left; width: 100%; margin: 0; margin-bottom: 10px; line-height: 22px; display: flex; align-items: center; }
.single-etkinlik .detail .row:last-child { margin: 0; }
.single-etkinlik .detail .row .col { float: left; width: 100%; margin-right: 20px; padding: 0; display: flex; align-items: center; }
.single-etkinlik .detail .row .col:last-child { margin: 0; }
.single-etkinlik .detail .row .col i { float: left; margin-right: 10px; font-size: 16px; color: #044074; }
.single-etkinlik .detail .row .col .durum { float: left; width: auto; display: flex; align-items: center; padding: 2px 10px; border-radius: 4px; }
.single-etkinlik .detail .row .col .durum span { float: left; width: 6px; height: 6px; background: #c3c4c7; border-radius: 100%; margin-right: 5px; }
.single-etkinlik .detail .row .col .durum.pasif { background: #c3c4c72e; }
.single-etkinlik .detail .row .col .durum.pasif span { background: #a7a8ab; }
.single-etkinlik .detail .row .col .durum.gelecek { background: #ff755514; }
.single-etkinlik .detail .row .col .durum.gelecek span { background: #ff7555; }
.single-etkinlik .detail .row .col .durum.aktif { background: #79e13a12; }
.single-etkinlik .detail .row .col .durum.aktif span { background: #019f00; }
.single-etkinlik .detail .row .col .zaman { float: left; width: 100%; display: flex; align-items: center; }
.single-etkinlik .detail .row .col .zaman .tarih { float: left; margin-right: 5px; }
.single-etkinlik .detail .row .col .zaman span { float: left; margin-right: 5px; }
.single-etkinlik .detail .row .col .mekan { float: left; width: 100%; }
.single-etkinlik .detail .row .col .adres { float: left; width: 100%; }
.single-etkinlik .section { background: #607d8b0f; margin-bottom: 20px; border: 1px solid var(--border-regular); padding: 15px 20px; border-radius: 4px; font-size: 15px; line-height: 29px; }
.single-etkinlik .section ul, .single-etkinlik .section ol { background: #607d8b17; }
.single-etkinlik .social { float: left; width: 100%; margin-bottom: 20px; }
.single-etkinlik .social ul { float: left; width: auto; }
.single-etkinlik .social li { float: left; margin-right: 5px; background: rgba(0, 0, 0, 0.05); border-radius: 100%; width: 36px; height: 36px; font-size: 16px; cursor: pointer; }
.single-etkinlik .social li:hover { background: rgba(0, 0, 0, 0.1); }
.single-etkinlik .social li a { float: left; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.single-etkinlik .social .facebook a { color: #014ca3; }
.single-etkinlik .social .xTwitter a { color: #111; }
.single-etkinlik .social .linkedin a { color: #0058ff; }
.single-etkinlik .social .whatsapp a { color: #3fcd46; font-size: 20px; }
.single-etkinlik .social .calendar { float: right; margin-top: 1px; }
.single-etkinlik .social .calendar a { float: left; width: auto; color: #fff; background: #016ccb; padding: 8px 15px; border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.single-etkinlik .social .calendar a:hover { background: #005199; }
.single-etkinlik .social .calendar a i { float: left; margin-right: 5px; }
.single-etkinlik .harita { float: left; width: 100%; border-radius: 6px; padding-bottom: 50%; position: relative; overflow: hidden; }
.single-etkinlik .harita iframe { float: left; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.single-etkinlik .mob-afis { display: none; float: left; width: 100%; margin-bottom: 20px; padding: 0 40px; align-items: center; justify-content: center; }
.single-etkinlik .mob-afis img { float: left; width: 100%; height: auto; border-radius: 6px; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .1); }
@media (max-width: 768px) {
    .single-etkinlik { display: block; padding: 0 15px; }
    .single-etkinlik .afis { display: none; width: 100%; margin-right: 0; margin-bottom: 20px; padding: 0 70px; border: unset; }
    .single-etkinlik .mob-afis { display: flex; }
}




/************************************************
*	SIDEBAR				                	*
************************************************/
.sticky-sidebar { margin-top: 0 !important; }
.sidebar { float: left; width: 360px; min-width: 360px; height: auto; }
.sidebar .widget { float: left; width: 100%; padding: 20px; margin-bottom: 20px; border-radius: 8px; border: 1px solid var(--border-regular); }
.sidebar h2.widget-title { float: left; width: 100%; position: relative; margin-bottom: 20px; padding-bottom: 17px; font-weight: 600; font-size: 20px; color: var(--color-black); border-bottom: 2px solid var(--border-regular); display: flex; align-items: center; }
.sidebar h2.widget-title:before { font-family: "Font Awesome 7 Free"; font-weight: 900; margin-right: 10px;  }
.sidebar .widget-name { float: left; width: 100%; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--border-regular); display: flex ; align-items: center; }
.sidebar .widget-name .baslik { color: #192f59; font-weight: 600; font-size: 18px; margin-right: 12px; display: flex; align-items: center; }
.sidebar .widget-name .baslik span { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.sidebar .widget-name .baslik i { float: left; font-size: 16px; margin-right: 7px; color: var(--color-black); }
.sidebar .widget-name .baslik:before {color: var(--color-black); font-family: "Font Awesome 7 Free"; font-weight: 900; margin-right: 10px; }
.sidebar .widget-name a { float: right; margin-left: auto; padding-top: 3px; color: #192f59; font-size: 12px; font-weight: 500; white-space: nowrap; }
.sidebar .widget-name a:hover { text-decoration: underline; }
@media (max-width: 768px) {
    .sidebar .widget { margin-bottom: 15px; }
    .sidebar .widget:last-child { margin: 0; }
}

/* Haberler */
.sidebar .haberler .boxs { float: left; width: 100%; }
.sidebar .haberler .box { float: left; width: 100%; border-bottom: 1px solid var(--border-regular); padding-bottom: 15px; margin-bottom: 15px; }
.sidebar .haberler .box a { float: left; width: 100%; display: flex; align-items: center; justify-content: left; }
.sidebar .haberler .box a:hover .title span { background-size: 100% 1px!important; }
.sidebar .haberler .box .detail{ float: left; width: 100%; }
.sidebar .haberler .box .figure { float: left; width: 100%; max-width: 100px; height: auto; margin-right: 10px; border-radius: 6px; overflow: hidden; box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%); }
.sidebar .haberler .box .figure img { float: left; width: 100%; height: auto; }
.sidebar .haberler .box .title { float: left; width: 100%; font-weight: 700; line-height: 20px; margin-bottom: 4px; color: var(--color-black); transition: all .3s ease-out; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.sidebar .haberler .box .title span { background-image: linear-gradient(var(--color-black), var(--color-black)); background-position: 0% 100%; background-repeat: no-repeat; background-size: 0% 1px; transition: all .3s ease-out; }
.sidebar .haberler .box .time { float: left; width: 100%; font-size: 12px; color: #3b3b3b; }
.sidebar .haberler .box:last-child { border: unset; margin: unset; padding: unset; }

/* Duyurular */
.sidebar .duyurular .boxs { float: left; width: 100%; }
.sidebar .duyurular .box { float: left; width: 100%; position: relative; display: flex; align-items: start; }
.sidebar .duyurular .box:before { content: ""; float: left; width: 4px; background: #eceefe; bottom: -5px; top: 16px; left: 3px; position: absolute; }
.sidebar .duyurular .box:nth-child(2n+2) .icon { background: #1C7373; }
.sidebar .duyurular .box:nth-child(3n+3) .icon { background: rgb(12 84 191); }
.sidebar .duyurular .box:nth-child(4n+4) .icon { background: rgb(2 159 191); }
.sidebar .duyurular .box:nth-child(5n+5) .icon { background: rgb(195 147 4); }
.sidebar .duyurular .box:nth-child(6n+6) .icon { background: rgb(167 19 33); }
.sidebar .duyurular .box:nth-child(7n+7) .icon { background: rgb(33 37 41 / 75%); }
.sidebar .duyurular .box:last-child .content { padding-bottom: 0; }
.sidebar .duyurular .box .icon { float: left; width: 10px; min-width: 10px; height: 10px; border-radius: 100%; background: #bb001b; margin-top: 6px; }
.sidebar .duyurular .box .content { float: left; width: 100%; padding-left: 20px; padding-bottom: 20px; }
.sidebar .duyurular .box .head { float: left; width: 100%; font-family: Poppins, ui-sans-serif, system-ui; }
.sidebar .duyurular .box .head .title { float: left; width: 100%; margin-bottom: 3px; font-weight: 500; font-size: 15px; line-height: 22px; }
.sidebar .duyurular .box .head .title a { float: left; width: auto; color: var(--color-black); display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.sidebar .duyurular .box .head .title a:hover { color: var(--color-theme); }
.sidebar .duyurular .box .head .title a:hover span { background-size: 100% 1px; }
.sidebar .duyurular .box .head .title a span { background-image: linear-gradient(var(--color-theme), var(--color-theme)); background-position: 0% 100%; background-repeat: no-repeat; background-size: 0% 1px; transition: all .3s ease-out; }
.sidebar .duyurular .box .head .time { float: left; width: 100%; color: #3b3b3b; font-size: 12px; }
.sidebar .duyurular .box .body { float: left; width: 100%; padding: 10px 0 15px 0; line-height: 22px; color: #475569; }
.sidebar .duyurular .box .body p { float: left; width: 100%; padding: 0; margin: 0; }

@media (max-width: 768px) {
    .sticky-sidebar { width: 100%!important; max-width: 100%!important; height: auto!important; }
    .sidebar { width: 100%!important; min-width: 100%; margin: 0; inset: unset!important; position: unset!important; }
}



/************************************************
*	POPUP ALANI				                	*
************************************************/
.popup-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 999999; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.popup-container.active { opacity: 1; visibility: visible; }
.popup-content { width: 100%; max-width: 80%; height: 100vh; margin: 0 auto; position: relative; padding: 30px 0; display: flex; align-items: center; justify-content: center; }
.popup-content .inside { float: left; width: auto; height: auto; position: relative; padding: 12px; padding-bottom: 7px; background: rgb(0 0 0 / 75%); border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.popup-content .inside.iframe { width: 90%; }
.popup-content .inside .time { position: absolute; top: 20px; left: 20px; opacity: 0.7; font-size: 14px; width: 28px; height: 28px; border-radius: 100%; background: rgb(0 0 0 / 100%); color: #fff; z-index: 9; display: flex ; align-items: center; justify-content: center; }
.popup-content .inside .close-btn { position: absolute; top: 0; right: -42px; cursor: pointer; font-size: 21px; width: 34px; height: 34px; border-radius: 100%; background:rgb(0 0 0 / 75%); color: #d3d3d3; z-index: 9; display: flex; align-items: center; justify-content: center; }
.popup-content .inside .close-btn:hover { background: rgb(43 42 42); color: #fff; }
.popup-content .inside .picture { float: left; width: 100%; height: 100%; }
.popup-content .inside .picture img { float: unset; width: auto; max-width: 100%; height: 100%; max-height: 90vh; border-radius: 6px; }
.popup-content .inside .iframe { float: left; width: 100%; border-radius: 6px; padding-bottom: 56.25%; position: relative; overflow: hidden;  }
.popup-content .inside .iframe iframe { float: left; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media (max-width: 768px) {
    .popup-content .inside { padding: 7px; padding-bottom: 3px; }
    .popup-content .inside.iframe { width: 100%; }
    .popup-content .inside .time { top: 10px; left: 10px; width: 24px; height: 24px; font-size: 12px; }
    .popup-content .inside .close-btn { right: 8px; top: 8px; width: 28px; height: 28px; font-size: 18px; }
}






/************************************************
*	YONETIM KURULU  							*
************************************************/
.yonetim-kurulu { float: left; width: 100%; }
.yonetim-kurulu .list { float: left; width: 100%; margin-bottom: 20px; }
.yonetim-kurulu .list .boxs { float: left; width: 100%; display: flex; align-items: center; justify-content: center; }
.yonetim-kurulu .list .boxs .box { float: left; width: auto; margin-right: 10px; }
.yonetim-kurulu .list .boxs .box:last-child { margin-right: 0; }
.yonetim-kurulu .list .boxs .box a { float: left; width: 100%; padding: 9px 20px; border-radius: 4px; font-size: 14px; line-height: 22px; font-weight: 500; border: 1px solid #e6eaef; color: var(--color-black); }
.yonetim-kurulu .list .boxs .box a:hover { background: #e6eaef; border-color: #e6eaef; text-decoration: unset; }
.yonetim-kurulu .list .boxs .box.active a { background: #e6eaef; border-color: #e6eaef; } 
.yonetim-kurulu .body .boxs { float: left; width: 100%; padding: 20px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; justify-content: center; align-items: center; }
.yonetim-kurulu .body .boxs:last-child { margin-bottom: 0; }
.yonetim-kurulu .body .boxs .box { float: left; width: 100%; max-width: 280px; height: 100%; color: var(--color-black); margin: 0 auto; padding: 17px 15px; border-radius: 12px; overflow: hidden; cursor: pointer; border: 1px dashed #e7e7e7; box-shadow: 0px 4px 24px rgb(0 0 0 / 6%), 0px 1px 2px rgb(0 0 0 / 7%); }
.yonetim-kurulu .body .boxs .box .figure { float: left; width: 100%; margin-bottom: 17px; }
.yonetim-kurulu .body .boxs .box .figure img { float: left; width: 100%; border-radius: 6px; }
.yonetim-kurulu .body .boxs .box .detail { float: left; width: 100%; line-height: 24px; text-align: center; font-weight: 700; }
.yonetim-kurulu .body .boxs .box .detail .unvan { float: left; width: 100%; font-size: 15px; color: #006ea4; text-transform: uppercase; }
.yonetim-kurulu .body .boxs .box .detail .unvan.doc-dr { color: #009688; }
.yonetim-kurulu .body .boxs .box .detail .unvan.dr-ogr-uyesi { color: #3F51B5; }
.yonetim-kurulu .body .boxs .box .detail .title { float: left; width: 100%; margin: 3px 0 5px 0; font-size: 16px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.yonetim-kurulu .body .boxs .box .detail .bolum { float: left; width: 100%; font-weight: 500; font-size: 13px; line-height: 20px; color: #707a8a; text-align: center; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
@media (max-width: 768px) {
    .yonetim-kurulu { padding: 0 15px; }
    .single .yonetim-kurulu { padding: 0; }
    .yonetim-kurulu .list .boxs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .yonetim-kurulu .list .boxs .box { margin: 0; text-align: center; }
    .yonetim-kurulu .list .boxs .box a { padding: 9px 10px; }
    .yonetim-kurulu .body .boxs { grid-template-columns: repeat(2, 1fr)!important; gap: 20px; margin-bottom: 20px; }
}

.offcanvas { position: fixed; top: 0; bottom: 0; right: 0; z-index: 1045; width: 400px; max-width: 100%; background: var(--color-white); color: var(--color-black); overflow-y: auto; transform: translateX(100%); transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out; visibility: hidden; }
.offcanvas.show { transform: translateX(0); visibility: visible; }
.offcanvas.closing { transform: translateX(100%); visibility: visible; }
.offcanvas-end { width: 520px; }
.offcanvas-header { position: absolute; right: 20px; top: 15px; }
.offcanvas-header .btn-close { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; cursor: pointer; line-height: 1; color: rgb(0 0 0 / 60%); font-size: 24px; border-radius: 6px; border: none; background: transparent; }
.offcanvas-header .btn-close::before { content: '✕'; }
.offcanvas-header .btn-close:hover { background: rgb(0 0 0 / 5%); color: rgb(0 0 0 / 75%); }
.offcanvas-body { float: left; width: 100%; padding-top: 25px; }
.offcanvas-body .head { float: left; width: 100%; padding: 0 20px 20px 20px; text-align: center; border-bottom: 2px solid var(--border-solid); }
.offcanvas-body .head .figure { float: left; width: 100%; height: auto; padding: 0 20%; margin-bottom: 20px; }
.offcanvas-body .head .figure img { float: left; width: 100%; height: auto; border-radius: 6px; }
.offcanvas-body .head .title { float: left; width: 100%; font-size: 20px; color: #006ea4; font-weight: 700; line-height: 26px; margin-bottom: 10px; }
.offcanvas-body .head .sorumluluk { float: left; width: 100%; font-size: 15px; line-height: 24px; font-weight: 500; }
.offcanvas-body .body { float: left; width: 100%; padding: 20px 50px; }
.offcanvas-body .body h3 { float: left; width: 100%; margin: 5px 0 15px 0; font-size: 16px; color: var(--color-corporate); font-weight: 700; }
.offcanvas-body .body ul { float: left; width: 100%; margin: 5px 0 15px 0; padding-left: 20px; }
.offcanvas-body .body ul li { float: left; width: 100%; margin-bottom: 3px; list-style: disc outside; }
.offcanvas-body .body ul li:last-child { margin-bottom: 0; }
.offcanvas-body .body p { float: left; width: 100%; line-height: 24px; }
@media (max-width: 768px) {
    .offcanvas-body .body { padding: 20px; }
}






/************************************************
*	ILETISIM SAYFASI							*
************************************************/
.iletisim-page { float: left; width: 100%; display: flex; justify-content: center; }
.iletisim-page .left { float: left; width: 50%; margin-right: 20px; padding-top: 30px; }
.iletisim-page .left .line { float: left; width: 100%; margin-bottom: 30px; display: flex; }
.iletisim-page .left .line .icon { float: left; width: 60px; min-width: 60px; height: 60px; border-radius: 100%; font-size: 32px; margin-right: 20px; background: var(--color-theme); }
.iletisim-page .left .line .icon .bg { float: left; width: 100%; height: 100%; background: rgb(255 255 255 / 92%); color: var(--color-theme); display: flex ; align-items: center; justify-content: center; }
.iletisim-page .left .line .detail { float: left; width: 100%; }
.iletisim-page .left .line .detail span { float: left; width: 100%; font-size: 15px; line-height: 22px; }
.iletisim-page .left .line .detail span:nth-child(1) { font-weight: 700; margin: 2px 0 2px 0; }
.iletisim-page .left .line .detail span:nth-child(2) span { width: auto; font-weight: normal; margin: 0; float: unset; color: var(--color-theme); }
.iletisim-page .right { float: left; width: 100%; }
.iletisim-page .right .map { float: left; width: 100%; border-radius: 20px; padding: 20px; padding-bottom: 56.25%; position: relative; box-shadow: 0 0 20px #0000001a; overflow: hidden; }
.iletisim-page .right .map iframe { float: left; position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 20px; }
@media (max-width: 768px) {
    .iletisim-page { display: block; padding: 0 15px; }
    .iletisim-page .left { width: 100%; margin: 0; padding: 0; }
}




/************************************************
*	404 										*
************************************************/
.errPage { float: left; width: 100%; height: auto; min-height: 420px; padding: 65px 30px; margin-bottom: 40px; }
.errPage .picture { float: left; width: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 40px; }
.errPage .picture img { float: left; width: 100%; height: auto; max-width: 370px; }
.errPage .title { float: left; width: 100%; text-align: center; margin-bottom: 20px; font-size: 36px; font-weight: 600; }
.errPage p { float: left; width: 100%; text-align: center; font-size: 16px; font-weight: 500; margin-bottom: 40px; line-height: 24px; }
.errPage p a { color: var(--color-theme); }
.errPage p a:hover { text-decoration: underline; }
.errPage .button { float: left; width: 100%; display: flex; align-items: center; justify-content: center; }
.errPage .button a { float: left; width: auto; padding: 10px 25px; border-radius: 4px; background: var(--color-theme); color: var(--color-white); font-size: 16px; }
.errPage .button a:hover { background: var(--color-theme-dark); }
.errPage .button a:active { margin-top: 1px; margin-bottom: -1px; }





/************************************************
*	KLAVYE MOD									*
************************************************/
[data-klavye-mod="true"] .site-header .menu-btn { display: none; }
[data-klavye-mod="true"] .header-menu ul li .sub-menu { transition: unset; }






/************************************************
*	FOOTER										*
************************************************/
.footer { float: left; width: 100%; margin-top: 20px; background: #111; position: relative; z-index: 1; }
.footer .top { float: left; width: 100%; padding: 20px; background: #181818; }
.footer .top ul { float: left; width: 100%; text-align: center; white-space: nowrap; overflow-x: auto; }
.footer .top ul::-webkit-scrollbar { display: none; }
.footer .top ul li { float: unset; width: auto; display: inline-flex ; margin-right: 10px; }
.footer .top ul li:last-child { margin: 0; }
.footer .top ul li a { float: left; width: auto; padding: 8px 16px; color: #f9f9f9; font-weight: 600; border-radius: 6px; text-transform: uppercase; transition: all .2s linear; display: flex ; align-items: center; }
.footer .top ul li a:hover { background: rgba(128,128,128,.3); }
.footer .top ul li a i { float: left; margin-right: 7px; }
.footer .body { float: left; width: 100%; padding: 25px; }
.footer .body .social { float: left; width: 100%; margin-bottom: 30px; display: flex; align-items: center; justify-content: center; }
.footer .body .social li { float: left; width: auto; margin-right: 12px; }
.footer .body .social li:last-child { margin: 0; }
.footer .body .social li a { float: left; color: var(--color-white); background: #292929; width: 34px; height: 34px; border-radius: 10px; display: flex ; align-items: center; justify-content: center; }
.footer .body .social li a:hover { background: #373636; }
.footer .body .logo { float: left; width: 100%; margin-bottom: 25px; display: flex; align-items: center; justify-content: center; }
.footer .body .logo img { float: left; width: 180px; height: auto; opacity: 0.6; }
.footer .body .logo img:hover { opacity: 1; }
.footer .body .text { float: left; width: 100%; margin-bottom: 25px; display: grid ; align-items: center; justify-content: center; }
.footer .body .text p { float: left; width: 100%; text-align: center; color: #7e7e7e; font-family: "FF Mark W05", Arial, sans-serif; font-size: 13px; font-weight: 500; line-height: 21px; }
.footer .body .text p:last-child { margin-bottom: 0; }
.footer .body .list { float: left; width: 100%; text-align: center; white-space: nowrap; overflow-x: auto; }
.footer .body .list::-webkit-scrollbar { display: none; }
.footer .body .list li { float: unset; width: auto; display: inline-flex; margin-right: 20px; }
.footer .body .list li:last-child { margin: 0; }
.footer .body .list li a { float: left; width: auto; color: #f9f9f9; font-weight: 500; transition: all .2s linear; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; }
.footer .body .list li a:hover { text-decoration: underline; }
.footer .bottom { float: left; width: 100%; padding: 20px; border-top: 1px solid var(--border-regular); }
.footer .bottom .container { display: flex ; align-items: center; flex-wrap: wrap; }
.footer .bottom .copyright { float: left; width: auto; color: #7e7e7e; font-size: 13px; }
.footer .bottom .app { float: right; width: auto; margin-left: auto; display: flex; align-items: center; justify-content: center; }
.footer .bottom .app .box { float: left; width: auto; margin-right: 10px; }
.footer .bottom .app .box a { color: #fff; padding: 7px 10px; opacity: 0.7; background: rgb(255 255 255 / 10%); border-radius: 6px; transition: all .2s ease; display: flex; align-items: center; justify-content: center; }
.footer .bottom .app .box a:hover { opacity: 1; background: rgb(255 255 255 / 12%); }
.footer .bottom .app .box:last-child { margin-right: 0; }
.footer .bottom .app .box .figure { float: left; margin-right: 10px; }
.footer .bottom .app .box .figure img { float: left; width: 28px; height: auto; }
.footer .bottom .app .box .detail { float: left; text-align: left; display: grid; }
.footer .bottom .app .box .detail span { float: left; width: 100%; font-size: 12px; }
.footer .bottom .app .box .detail span:nth-child(2) { font-size: 10px; }
@media (max-width: 768px) {
	.footer .bottom { text-align: center; }
	.footer .bottom .copyright { width: 100%; order: 2; }
    .footer .bottom .app { width: 100%; order: 1; margin-bottom: 15px; }
}


.go-up { float: left; position: fixed; bottom: -50px; right: 2.5%; width: 50px; height: 50px; background: var(--color-theme); color: var(--color-white); border-radius: 100%; z-index: 999; font-size: 18px; cursor: pointer; display: flex; transition: all .2s ease-out; align-items: center; justify-content: center; }
.go-up span { margin-bottom: 2px; }
.go-up:hover { background: var(--color-theme-dark); }
.go-up:active span { margin-bottom: 0px; }
.go-up.active { bottom: 95px; }
@media (max-width: 768px) {
    .go-up { right: 30px; width: 48px; height: 48px; background: var(--color-theme)!important; }
    .go-up.active { bottom: 87px; }
}


.canli-destek-btn { position: fixed; bottom: 30px; right: 30px; z-index: 9999; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.canli-destek-btn a { float: left; width: 100%; color: #192f59; display: flex; align-items: center; justify-content: center; }
.canli-destek-btn .icon { float: left; width: 52px; height: 52px; color: #192f59; border-radius: 100%; background: #fff; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); font-size: 30px; transform: rotateY(0deg); transition: 0.6s; display: flex; align-items: center; justify-content: center; }
.canli-destek-btn .icon i { transition: 0.6s; margin-top: -2px; }
.canli-destek-btn:hover .icon { transform: rotateY(180deg); }
.canli-destek-btn:hover .icon i { transform: rotateY(-180deg); }
.canli-destek-btn:hover .text { box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3); }
.canli-destek-btn .text { float: left; width: auto; margin-left: 4px; background: #fff; font-size: 17px; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); border-radius: 4px; padding: 4px 12px; overflow: hidden; position: relative; }
.canli-destek-btn .text p { float: left; width: 100%; margin: 0; padding: 0; clear: both; text-align: center; line-height: 24px; font-weight: 500; }
.canli-destek-btn .text p.bold { font-weight: 600; }
@media (max-width: 768px) {
    .canli-destek-btn { bottom: 25px; }
    .canli-destek-btn .icon { width: 50px; height: 50px; font-size: 28px; }
    .canli-destek-btn .text { display: none; }
}


#cookie-notice { display: none; float: left; position: fixed; bottom: 10px; left: 10px; width: 350px; z-index: 1000000; }
#cookie-notice .content { float: left; width: 100%; color: var(--color-white); background: #000; border-radius: 4px; overflow: hidden; box-shadow: 0 10px 20px rgb(0 0 0 / 20%); }
#cookie-notice span { float: left; padding: 20px; font-size: 14px; line-height: 22px; }
#cookie-notice a { color: rgb(255, 255, 255); text-decoration: underline; }
#cookie-notice a:hover { color: #fff; }
#cookie-notice button { float: left; background: var(--color-theme); border: 0; padding: 12px; width: 100%; cursor: pointer; }
#cookie-notice button:hover { background: var(--color-theme-dark); }
@media (max-width: 768px) {
    #cookie-notice { left: 0; width: 100%; bottom: 0; padding: 15px; }
}


/************************************************
*	LOGIN SAYFASI						    	*
************************************************/
body.login { background: #fff!important }
body.login input { border: 1px solid #d1d4dc!important; background: #fff; padding: 8px 10px; font-size: 18px; }
body.login #login { padding: 7% 0 0; }
body.login #login h1 a { background-image: url(assets/img/mavi-logo.png); width: 100%; height: 61px; background-size: 210px 61px; background-repeat: no-repeat; border: unset!important; box-shadow: unset !important; }
body.login #login h1 a:hover { opacity: 0.9;}
body.login #login form { box-shadow: 1px 3px 6px -2px rgba(0, 0, 0, .1); border: 1px solid #e9e9e9; border-radius: 8px; }
body.login #login form .input, #login form input[type=checkbox], .login input[type=text] { background: #fff; padding: 8px 10px; font-size: 18px !important; }
body.login .privacy-policy-page-link { display: none; }
body.login .button-primary { background: var(--color-corporate-blue); border-color: var(--color-corporate-blue); border: unset !important; padding: 2px 13px !important; }
body.login .button-primary:hover { background: #035297; }
body.login .login-bildiri { float: unset; width: 100%; margin-top: 20px; padding: 15px; text-align: center; border-left: 4px solid #2196f3; line-height: 22px; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); }



/************************************************
*	SWIPER SILIDER								*
************************************************/
@font-face { font-family: swiper-icons; src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA"); font-weight: 400; font-style: normal; }
:root { --swiper-theme-color: #007aff; } 
:host { position: relative; display: block; margin-left: auto; margin-right: auto; z-index: 1; } 
.swiper { width: 100%; height: auto; margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; display: block; }
.swiper-vertical > .swiper-wrapper { flex-direction: column; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; transition-timing-function: var( --swiper-wrapper-transition-timing-function, initial ); box-sizing: content-box; }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0); }
.swiper-horizontal { touch-action: pan-y; }
.swiper-vertical { touch-action: pan-x; }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; display: block; }
.swiper-slide img { width: 100%; height: auto; }
.swiper-slide-invisible-blank { visibility: hidden; }
.swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto; }
.swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; }
.swiper-backface-hidden .swiper-slide { transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.swiper-3d.swiper-css-mode .swiper-wrapper { perspective: 1200px; }
.swiper-3d .swiper-wrapper { transform-style: preserve-3d; }
.swiper-3d { perspective: 1200px; }
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide { transform-style: preserve-3d; }
.swiper-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none; }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; }
.swiper-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; }
.swiper-css-mode.swiper-horizontal > .swiper-wrapper { scroll-snap-type: x mandatory; }
.swiper-css-mode.swiper-vertical > .swiper-wrapper { scroll-snap-type: y mandatory; }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper { scroll-snap-type: none; }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: none; }
.swiper-css-mode.swiper-centered > .swiper-wrapper::before { content: ""; flex-shrink: 0; order: 9999; }
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide { scroll-snap-align: center center; scroll-snap-stop: always; }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child { margin-inline-start: var(--swiper-centered-offset-before); }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before { height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after); }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child { margin-block-start: var(--swiper-centered-offset-before); }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before { width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after); }
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }
.swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, 0.15); }
.swiper-3d .swiper-slide-shadow-left { background-image: linear-gradient( to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) ); }
.swiper-3d .swiper-slide-shadow-right { background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) ); }
.swiper-3d .swiper-slide-shadow-top { background-image: linear-gradient( to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) ); }
.swiper-3d .swiper-slide-shadow-bottom { background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) ); }
.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent; }
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader { animation: swiper-preloader-spin 1s infinite linear; }
.swiper-lazy-preloader-white { --swiper-preloader-color: #fff; }
.swiper-lazy-preloader-black { --swiper-preloader-color: #000; }
@keyframes swiper-preloader-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.swiper-virtual .swiper-slide { -webkit-backface-visibility: hidden; transform: translateZ(0); }
.swiper-virtual.swiper-css-mode .swiper-wrapper::after { content: ""; position: absolute; left: 0; top: 0; pointer-events: none; }
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after { height: 1px; width: var(--swiper-virtual-size); }
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after { width: 1px; height: var(--swiper-virtual-size); }
:root { --swiper-navigation-size: 44px; }
.swiper-button-next, .swiper-button-prev { position: absolute; top: var(--swiper-navigation-top-offset, 50%); width: calc(var(--swiper-navigation-size) / 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(0px - (var(--swiper-navigation-size) / 2)); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden { opacity: 0; cursor: auto; pointer-events: none; }
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev { display: none !important; }
.swiper-button-next svg, .swiper-button-prev svg { width: 100%; height: 100%; object-fit: contain; transform-origin: center; }
.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg { transform: rotate(180deg); }
.swiper-button-prev, .swiper-rtl .swiper-button-next { left: var(--swiper-navigation-sides-offset, 10px); right: auto; }
.swiper-button-next, .swiper-rtl .swiper-button-prev { right: var(--swiper-navigation-sides-offset, 10px); left: auto; }
.swiper-button-lock { display: none; }
.swiper-button-next:after, .swiper-button-prev:after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; font-variant: initial; line-height: 1; }
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { content: "prev"; }
.swiper-button-next, .swiper-rtl .swiper-button-prev { right: var(--swiper-navigation-sides-offset, 10px); left: auto; }
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { content: "next"; }
.swiper-pagination { position: absolute; text-align: center; transition: 0.3s opacity; transform: translate3d(0, 0, 0); z-index: 10; }
.swiper-pagination.swiper-pagination-hidden { opacity: 0; }
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled { display: none !important; }
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: var(--swiper-pagination-bottom, 8px); top: var(--swiper-pagination-top, auto); left: 0; width: 100%; }
.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform: scale(0.33); position: relative; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { transform: scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { transform: scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { transform: scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { transform: scale(0.33); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { transform: scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { transform: scale(0.33); }
.swiper-pagination-bullet { width: var( --swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px) ); height: var( --swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px) ); display: inline-block; border-radius: var(--swiper-pagination-bullet-border-radius, 50%); background: var(--swiper-pagination-bullet-inactive-color, #000); opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }
button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -webkit-appearance: none; appearance: none; }
.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }
.swiper-pagination-bullet:only-child { display: none !important; }
.swiper-pagination-bullet-active { opacity: var(--swiper-pagination-bullet-opacity, 1); background: var(--swiper-pagination-color, var(--swiper-theme-color)); }
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets { right: var(--swiper-pagination-right, 8px); left: var(--swiper-pagination-left, auto); top: 50%; transform: translate3d(0px, -50%, 0); }
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; display: block; }
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; transform: translateY(-50%); width: 8px; }
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: 0.2s transform, 0.2s top; }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 0.2s transform, 0.2s left; }
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 0.2s transform, 0.2s right; }
.swiper-pagination-fraction { color: var(--swiper-pagination-fraction-color, inherit); }
.swiper-pagination-progressbar { background: var( --swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25) ); position: absolute; }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; }
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top; }
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: var(--swiper-pagination-progressbar-size, 4px); left: 0; top: 0; }
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar { width: var(--swiper-pagination-progressbar-size, 4px); height: 100%; left: 0; top: 0; }
.swiper-pagination-lock { display: none; } .swiper-scrollbar { border-radius: var(--swiper-scrollbar-border-radius, 10px); position: relative; touch-action: none; background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled { display: none !important; }
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal { position: absolute; left: var(--swiper-scrollbar-sides-offset, 1%); bottom: var(--swiper-scrollbar-bottom, 4px); top: var(--swiper-scrollbar-top, auto); z-index: 50; height: var(--swiper-scrollbar-size, 4px); width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar { position: absolute; left: var(--swiper-scrollbar-left, auto); right: var(--swiper-scrollbar-right, 4px); top: var(--swiper-scrollbar-sides-offset, 1%); z-index: 50; width: var(--swiper-scrollbar-size, 4px); height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }
.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5)); border-radius: var(--swiper-scrollbar-border-radius, 10px); left: 0; top: 0; }
.swiper-scrollbar-cursor-drag { cursor: move; }
.swiper-scrollbar-lock { display: none; }
.swiper-zoom-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; }
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; object-fit: contain; }
.swiper-slide-zoomed { cursor: move; touch-action: none; }
.swiper .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }
.swiper-free-mode > .swiper-wrapper { transition-timing-function: ease-out; margin: 0 auto; }
.swiper-grid > .swiper-wrapper { flex-wrap: wrap; }
.swiper-grid-column > .swiper-wrapper { flex-wrap: wrap; flex-direction: column; }
.swiper-fade.swiper-free-mode .swiper-slide { transition-timing-function: ease-out; }
.swiper-fade .swiper-slide { pointer-events: none; transition-property: opacity; }
.swiper-fade .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-fade .swiper-slide-active { pointer-events: auto; }
.swiper-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper.swiper-cube { overflow: visible; }
.swiper-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0 0; width: 100%; height: 100%; }
.swiper-cube .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-cube.swiper-rtl .swiper-slide { transform-origin: 100% 0; }
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; }
.swiper-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; opacity: 0.6; z-index: 0; }
.swiper-cube .swiper-cube-shadow:before { content: ""; background: #000; position: absolute; left: 0; top: 0; bottom: 0; right: 0; filter: blur(50px); }
.swiper-cube .swiper-slide-next + .swiper-slide { pointer-events: auto; visibility: visible; }
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.swiper.swiper-flip { overflow: visible; }
.swiper-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }
.swiper-flip .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.swiper-creative .swiper-slide { -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; transition-property: transform, opacity, height; }
.swiper.swiper-cards { overflow: visible; }
.swiper-cards .swiper-slide { transform-origin: center bottom; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; }