﻿/*
    Theme Name: İdari Birimler 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ş alt birimler teması.
    Version: 2.0
*/

:root {
    --color-theme: #bb001b;
    --color-theme-dark: #8b0014;
    --color-corporate: #044074;
    --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: rgb(0 0 0 / 5%); 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										*
************************************************/
@font-face { font-family: 'Nocturne Serif'; src: url('https://cdn.samsun.edu.tr/assets/fonts/nocturne/NocturneSerif-Regular.woff2') format('woff2'), url('https://cdn.samsun.edu.tr/assets/fonts/nocturne/NocturneSerif-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Nocturne Serif'; src: url('https://cdn.samsun.edu.tr/assets/fonts/nocturne/NocturneSerif-Medium.woff2') format('woff2'), url('https://cdn.samsun.edu.tr/assets/fonts/nocturne/NocturneSerif-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
.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-widget 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: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										*
************************************************/
.skiptranslate iframe { display: none!important; }
/* Tasarım 1 */
.header-tasarim-1 {
    display: inline;
    .sub-nav { float: left; width: 100%; height: 50px; background: #e9ecef; border-bottom: 1px solid var(--border-light); }
    .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 / 10%); }
    .sub-nav .sub-menu ul li:first-child { border-left: 1px solid rgb(0 0 0 / 10%); }
    .sub-nav .sub-menu ul li a { color: #484f60; padding: 6px 12px; text-decoration: none; user-select: none; font-weight: 700; font-size: 13px; border-radius: 4px; }
    .sub-nav .sub-menu ul li a:hover { color: var(--color-black); }
    .sub-nav .sub-menu ul li a i { margin-right: 5px; }
    .sub-nav .social { float: right; display: inline-flex; }
    .sub-nav .social li { float: left; width: auto; margin-right: 8px; }
    .sub-nav .social li:last-child { margin-right: 0; }
    .sub-nav .social li a { float: left; background: rgb(0 0 0 / 7%); border: 1px solid var(--border-light); color: rgb(0 0 0 / 70%); width: 32px; height: 32px; border-radius: 100%; display: flex; justify-content: center; align-items: center; }
    .sub-nav .social li.facebook a { color: #0346af; }
    .sub-nav .social li.twitter a { color: #000000; }
    .sub-nav .social li.linkedin a { color: #01527b; }
    .sub-nav .social li.instagram a { color: #c92bb7; /*background: linear-gradient(145deg, #3051f1 10%, #c92bb7 70%) no-repeat;*/ }
    .sub-nav .social li.youtube a { color: #a90202; }
    .sub-nav .social li a:hover { background: rgb(0 0 0 / 12%); }
    .sub-nav .social li a img { float: left; width: 14px; height: auto; }
    .sub-nav .social li a img.next-beyaz { display: none; }
    .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; color: rgb(0 0 0 / 70%); font-weight: 500; cursor: pointer; border: unset; border-right: 5px solid transparent; background: rgb(0 0 0 / 7%); border-radius: 4px; font-family: 'Open Sans', sans-serif; }
    .sub-nav .translate select:hover { background: rgb(0 0 0 / 12%); }
    .sub-nav .translate select option { font-weight: 500; }
    .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; }
    
    .site-header { float: left; width: 100%; padding: 25px 0; z-index: 999; background: var(--color-white); position: relative; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1); }
    .site-header .container { display: flex; align-items: center; justify-content: left; }
    .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; margin-right: 20px; display: flex; align-items: center; }
    .site-header .header-logo a { color: var(--color-theme); display: flex; align-items: center; }
    .site-header .header-logo .figure { float: left; width: 52px; min-width: 52px; height: 52px; min-height: 52px; margin-right: 12px; border-radius: 100%; transition: 0.6s; overflow: hidden; }
    .site-header .header-logo .figure span { float: left; width: 100%; height: 100%; display: inline-block; transform: rotateY(0deg); transition: 0.6s; margin: 0; }
    .site-header .header-logo .figure img { float: left; width: 100%; height: 100%; background: var(--color-theme); }
    .site-header .header-logo a:hover .figure { transform: rotateY(180deg); }
    .site-header .header-logo a:hover .figure span { transform: rotateY(-180deg); }
    .site-header .header-logo .title { float: left; width: auto; font-size: 16px; line-height: 22px; font-family: 'Nocturne Serif'; display: grid; }
    .site-header .header-logo .title span { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
    .site-header .header-logo .title span:first-child { font-weight: 500; }
    .site-header .header-search { float: right; margin-left: auto; }
    .site-header .header-search form { float: left; width: 100%; border: none; display: flex; align-items: center; justify-content: center; background: var(--color-theme); border-radius: 5px; }
    .site-header .header-search input { float: left; width: 100%; padding: 9px 10px; border-radius: 0; color: var(--color-black); border: none; font-style: italic; background: rgb(255 255 255 / 92%); }
    .site-header .header-search input:focus { background: rgb(255 255 255 / 90%); }
    .site-header .header-search input::placeholder { color: var(--color-black); }
    .site-header .header-search button { float: left; width: auto; background: var(--color-theme); padding: 9px 10px; border-radius: 0 5px 5px 0; border: none; position: relative; }
    .site-header .header-search button::before { content: ""; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 8px solid var(--color-theme); position: absolute; top: 11px; left: -6px; }
    .site-header .header-search button:hover { background: var(--color-theme-dark); }
    .site-header .header-search button:hover:before { border-right: 8px solid var(--color-theme-dark); }
    .site-header .search-mobil { display: none; float: left; width: 100%; margin-bottom: -5px; background: transparent; /*box-shadow: 0 0.75px 4px rgb(0 0 0 / 26%);*/ }
    .site-header .search-mobil form { float: left; width: 100%; height: 46px; margin-top: 15px; border-radius: 4px; position: relative; background: #F2F4F6; border: solid 1px #e4e9ee; }
    .site-header .search-mobil form input { float: left; width: 100%; height: 100%; font-size: 15px; line-height: 22px; color: var(--color-black); padding: 10px 60px 10px 15px; border: unset; background: transparent; }
    .site-header .search-mobil form input::placeholder { color: var(--color-black); }
    .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%; background: var(--color-theme); margin-bottom: 20px; position: sticky; top: -1px; z-index: 999; }
    .header-menu .container { display: flex; }
    .header-menu ul.home { width: auto!important; }
    .header-menu ul.home li { border-right: 1px solid rgb(0 0 0 / 12%)!important; }
    .header-menu ul { float: left; width: 100%; white-space: nowrap; display: flex; }
    .header-menu ul li { float: left; width: auto; border-right: 1px solid rgb(0 0 0 / 12%); position: relative; }
    .header-menu ul li:last-child { border-right: unset; }
    .header-menu ul li:hover>a { background: var(--color-theme-dark)!important; }
    .header-menu ul li a { float: left; width: auto; padding: 18px 23px; height: 100%; color: var(--color-white); position: relative; display: flex ; align-items: center; font-weight: 500; }
    .header-menu ul li:hover>ul { opacity: 1; visibility: visible; }
    .header-menu ul li ul { opacity: 0; visibility: hidden; display: block; position: absolute; left: -1px; top: 100%; width: auto; min-width: 230px; background: var(--color-theme); transition: all .2s ease .10s; }
    .header-menu ul li ul li { width: 100%; border-right: unset; border-bottom: 1px solid rgb(0 0 0 / 10%); }
    .header-menu ul li ul li:last-child { border-bottom: unset; }
    .header-menu ul li ul li a { width: 100%; padding: 15px 20px; padding-right: 42px; line-height: 22px; white-space: nowrap; }
    .header-menu ul li ul li ul { top: 0; left: 100%; opacity: 0; visibility: hidden; }
    .header-menu ul li ul li:hover > ul { opacity: 1; visibility: visible; }
    .header-menu ul li.menu-item-has-children>a:after { content: "\f078"; font-family: "Font Awesome 7 Free"; font-weight: 900; margin-left: 10px; }
    .header-menu ul li ul li.menu-item-has-children>a:after { content: "\f054"; position: absolute; right: 20px; }
    .header-menu ul li.current-menu-ancestor>a, .header-menu ul li.current-menu-item>a { background: var(--color-theme-dark); }
    body.home .header-menu ul li.current-menu-ancestor>a[href="#"], body.home .header-menu ul li.current-menu-item>a[href="#"] { background: unset; }
    .header-menu ul li ul.scroll { overflow-y: auto; max-height: 70vh; }

    @media (max-width: 768px) {
        .sub-nav { padding: 0 10px; height: 48px; background: var(--color-theme); border: unset; }
        .sub-nav .container {  overflow-x: auto; }
        .sub-nav .sub-menu { display: none; }
        .sub-nav .social { margin-right: auto; height: 100%; }
        .sub-nav .social li { height: 100%; margin: 0; 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%; border-radius: 0; background: transparent; color: var(--color-white)!important; 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.next-renk { display: none; }
        .sub-nav .social li a img.next-beyaz { display: block; }
        .sub-nav .translate { margin-left: unset; }
        .sub-nav .translate select { padding: 5px 6px; background: rgb(0 0 0 / 12%); color: var(--color-white); }
        .site-header { padding: 13px 15px; margin-bottom: 10px; position: sticky; top: 0; }
        .site-header .header-logo .figure { width: 42px; min-width: 42px; height: 42px; min-height: 42px; margin-right: 10px; }
        .site-header .header-logo .title { font-size: 14px; line-height: 19px; }
        .site-header .search-mobil-btn { display: block; }
        .site-header .header-search { display: none; }
        .header-menu { display: none; }
    }
}

/* Tasarım 2 */
.header-tasarim-2 {
    display: inline;
    .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; }

    .site-header { float: left; width: 100%; margin-bottom: 20px; padding: 25px 0; z-index: 999; background: var(--color-white); position: relative; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1); }
    .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 a { color: var(--color-theme); display: flex; align-items: center; }
    .site-header .header-logo .figure { float: left; width: 52px; min-width: 52px; height: 52px; min-height: 52px; margin-right: 12px; border-radius: 100%; transition: 0.6s; overflow: hidden; }
    .site-header .header-logo .figure span { float: left; width: 100%; height: 100%; display: inline-block; transform: rotateY(0deg); transition: 0.6s; margin: 0; }
    .site-header .header-logo .figure img { float: left; width: 100%; height: 100%; background: var(--color-theme); }
    .site-header .header-logo a:hover .figure { transform: rotateY(180deg); }
    .site-header .header-logo a:hover .figure span { transform: rotateY(-180deg); }
    .site-header .header-logo .title { float: left; width: auto; font-size: 16px; line-height: 22px; font-family: 'Nocturne Serif'; display: grid; }
    .site-header .header-logo .title span { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
    .site-header .header-logo .title span:first-child { font-weight: 500; }
    .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: var(--color-black); padding: 10px 60px 10px 15px; border: unset; background: transparent; }
    .site-header .search-mobil form input::placeholder { color: var(--color-black); }
    .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: auto; margin-left: auto;}
    .header-menu ul { float: left; width: 100%; white-space: nowrap; display: flex; }
    .header-menu ul li { float: left; width: auto; position: relative; padding: 0 10px; display: flex; align-items: center; }
    .header-menu ul>li:after { content: ""; width: 1px; height: 24px; background: var(--border-regular); position: absolute; top: auto; right: 0; }
    .header-menu ul li:last-child { margin: 0; padding-right: 0; border: unset; }
    .header-menu ul li:last-child::after { display: none; }
    .header-menu ul li a { float: left; width: auto; height: 100%; position: relative; color: var(--color-black); padding: 16px 12px; font-size: 15px; font-weight: 500; font-family: var(--font-theme); transition: all .2s; display: flex; align-items: center; }
    .header-menu ul li:hover>a { box-shadow: inset 0 -2px 0 0 var(--color-theme); }
    .header-menu ul li:hover>ul { left: auto; right: 0; transform: none; opacity: 1; }
    .header-menu ul li ul { display: block; position: absolute; top: 100%; bottom: auto; width: auto; min-width: 230px; background: var(--color-white); border-top: 1px solid var(--border-regular); box-shadow: 0 8px 8px rgb(0 0 0 / 30%); transition: transform .3s ease; transform: translateY(-12px); left: -9999px; right: unset; opacity: 0; }
    .header-menu ul li ul li { width: 100%; border-bottom: 1px solid rgb(0 0 0 / 10%); margin: 0; padding: 0; border-right: unset; }
    .header-menu ul li ul li:after { display: none; }
    .header-menu ul li ul li:last-child { border-bottom: unset; }
    .header-menu ul li ul li a { width: 100%; height: auto; padding: 13px 20px; padding-right: 42px; line-height: 22px; white-space: nowrap; font-size: 14px; }
    .header-menu ul li ul li:hover>a { box-shadow: unset!important; background: #eff2f6; }
    .header-menu ul li ul li ul { width: 0; top: 0; right: 100%!important; margin-right: 1px; margin-top: -1px; }
    .header-menu ul li ul li:hover>ul { width: auto; }
    .header-menu ul li.menu-item-has-children>a:after { content: "\f107"; font-family: "Font Awesome 7 Free"; font-weight: 900; margin-left: 10px; }
    .header-menu ul li ul li.menu-item-has-children>a:after { content: "\f104"; position: absolute; right: 20px; }
    .header-menu ul li.current-menu-ancestor>a, .header-menu ul li.current-menu-item>a { color: var(--color-theme); }
    .header-menu ul li ul li.current-menu-ancestor>a, .header-menu ul li ul li.current-menu-item>a { color: var(--color-theme); box-shadow: unset; font-weight: 600; }
    body.home .header-menu ul li.current-menu-ancestor>a[href="#"], body.home .header-menu ul li.current-menu-item>a[href="#"] { box-shadow: unset; }
    .header-menu ul li ul.scroll { overflow-y: auto; max-height: 70vh; }
    @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 .translate { margin-left: unset; }
        .sub-nav .translate select { padding: 5px 6px; }
        .site-header { padding: 13px 15px; margin-bottom: 10px; position: sticky; top: 0; }
        .site-header .header-logo { min-width: auto; }
        .site-header .header-logo .figure { width: 42px; min-width: 42px; height: 42px; min-height: 42px; margin-right: 10px; }
        .site-header .header-logo .title { font-size: 14px; line-height: 19px; }
        .site-header .search-mobil-btn { display: block; }
        .header-menu { display: none; }
    }
}




/************************************************
*	INDEX										*
************************************************/
.color-band { float: left; width: 100%; height: 5px; margin-top: -1px; z-index: 2; position: relative; display: flex ; align-items: center; }
.color-band span { float: left; width: 100%; height: 100%; }
.color-band span:nth-child(1) { background: #044074; }
.color-band span:nth-child(2) { background: #1C7373; }
.color-band span:nth-child(3) { background: #BB001B; }
.color-band span:nth-child(4) { background: #044074; }
.color-band span:nth-child(5) { background: #1C7373; }
.color-band span:nth-child(6) { background: #BB001B; }

.home-slider { float: left; width: 100%; margin-top: -20px; background: var(--color-white); }
.home-slider.yarim { padding: 10px; }
.home-slider.yarim .homeSlider { width: 100%; max-width: 1320px; margin: 0 auto; overflow: hidden; border-radius: 8px; box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%) }
.home-slider.yarim .swiper-wrapper { max-height: 700px!important; }

.home-slider .swiper-wrapper { max-height: 850px; display: flex; align-items: center!important; }
.home-slider .homeSlider .item { float: left; width: 100%; height: auto; position: relative; }
.home-slider .homeSlider .item img { float: left; width: 100%; height: auto; }
.home-slider .homeSlider .item { float: left; width: 100%; height: auto; position: relative; }
.home-slider .homeSlider .item .baslik { position: absolute; left: 50%; transform: translateX(-50%); text-align: center; width: 100%; height: 100%; background: transparent; display: flex; align-items: center; justify-content: center; }
.home-slider .homeSlider .item .baslik .ortala { float: left; width: 100%; height: 100%; max-height: 700px; display: flex; align-items: end; justify-content: center; }
.home-slider .homeSlider .item .baslik .ortala span { float: left; width: 100%; max-width: 800px; padding: 30px 50px; background: #000000b0; color: var(--color-white); font-weight: 500; font-size: 32px; border-radius: 6px; margin-bottom: 7%; }
.home-slider .homeSlider .swiper-pagination { bottom: 15px!important; }
.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 .4s cubic-bezier(.4,0,.2,1); }
.home-slider .homeSlider .swiper-button-next:hover, .homeSlider .swiper-button-prev:hover { background: rgb(0 0 0 / 80%); }
.home-slider .homeSlider .swiper-button-next:after, .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 .4s 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 .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-corporate); 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; margin: 0; }
    .color-band span:nth-child(2), .color-band span:nth-child(4), .color-band span:nth-child(6) { display: none; }
    .home-slider { padding: 10px; margin-top: -10px; }
    .home-slider .homeSlider { border-radius: 8px!important; }
    .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: 30px; height: 30px; font-size: 16px; top: 58%; 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-vitrin-alani { float: left; width: 100%; padding-top: 20px; }
.home-vitrin-alani .boxs { float: left; width: 100%; }
.home-vitrin-alani .boxs .box { float: left; width: 100%; border-radius: 6px; overflow: hidden; }
.home-vitrin-alani .boxs .box:hover img { transform: scale(1.03) }
.home-vitrin-alani .boxs .box a {float: left; width: 100%; position: relative; }
.home-vitrin-alani .boxs .box .figure { float: left; width: 100%; }
.home-vitrin-alani .boxs .box .figure img { float: left; width: 100%; height: auto; transition: all .5s ease; }
.home-vitrin-alani .boxs .box .title { float: left; width: 100%; height: 100%; position: absolute; padding: 20px; background: #0000006b; font-weight: 600; color: var(--color-white); display: flex; align-items: center; justify-content: center; }
.home-vitrin-alani .boxs .box .title .text { text-align: center; font-size: 18px; text-decoration: underline dotted #ffffffde; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.home-vitrin-alani .boxs .box .title .icon { margin-left: 7px; font-size: 17px; color: #ffffffa1; }
.home-vitrin-alani .swiper .swiper-button-next, .home-vitrin-alani .swiper .swiper-button-prev { background: rgb(0 0 0 / 70%); border-radius: 100%; width: 30px; height: 40px; color: var(--color-white); font-size: 16px; top: 50%; pointer-events: auto!important; }
.home-vitrin-alani .swiper .swiper-button-next { right: 0; border-radius: 50px 0 0 50px; padding-left: 3px; }
.home-vitrin-alani .swiper .swiper-button-prev { left: 0; border-radius: 0 50px 50px 0; padding-right: 3px; }
.home-vitrin-alani .swiper .swiper-button-next:hover, .home-vitrin-alani .swiper .swiper-button-prev:hover { background: rgb(0 0 0 / 90%); }
.home-vitrin-alani .swiper .swiper-button-next:after, .home-vitrin-alani .swiper .swiper-button-prev:after { display: none; }
@media (max-width: 768px) {
    .home-vitrin-alani { padding: 10px; padding-bottom: 0; }
    .home-vitrin-alani .boxs .box .title .text { font-size: 16px; }
    .home-vitrin-alani .boxs .box .title .icon { font-size: 15px; }
    .home-vitrin-alani .swiper .swiper-button-next, .home-vitrin-alani .swiper .swiper-button-prev { width: 26px; height: 34px; font-size: 14px; top: 54%; }
}


.home-sayilarla-fakulte { float: left; width: 100%; padding: 34px 15px; background: var(--color-white); border-top: 1px solid var(--border-regular); }
.home-sayilarla-fakulte h2 { float: left; width: 100%; color: var(--color-theme); font-size: 24px; font-weight: 700; margin-bottom: 20px; }
.home-sayilarla-fakulte .boxs { float: left; width: 100%; display: flex; align-items: start; justify-content: center; }
.home-sayilarla-fakulte .boxs .head { float: left; width: 100%; border: 1px solid #e9ecefad; padding: 27px 20px; border-radius: 6px; margin-bottom: 17px; box-shadow: 0px 4px 24px rgb(0 0 0 / 1%), 0px 1px 2px rgb(0 0 0 / 3%); }
.home-sayilarla-fakulte .boxs .head:hover { background: #e9ecef6b; box-shadow: unset; }
.home-sayilarla-fakulte .boxs .box { float: left; width: 100%; max-width: 300px; margin-right: 15px;}
.home-sayilarla-fakulte .boxs .box:last-child { margin-right: 0; }
.home-sayilarla-fakulte .boxs .box .icon { float: left; width: 100%; font-size: 48px; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; }
.home-sayilarla-fakulte .boxs .box .number { float: left; width: 100%; text-align: center; font-size: 22px; font-weight: 600; }
.home-sayilarla-fakulte .boxs .box .number .inside { color: var(--color-white); padding: 0 15px; border-radius: 8px; }
.home-sayilarla-fakulte .boxs .box .name { float: left; width: 100%; text-align: center; font-size: 18px; font-weight: 700; padding: 0 7px; }
.home-sayilarla-fakulte .boxs .box .name span { height: 48px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
@media (max-width: 768px) {
    .home-sayilarla-fakulte { padding-bottom: 12px; }
    .home-sayilarla-fakulte .boxs { display: block; }
    .home-sayilarla-fakulte .boxs .box { width: calc(50% - 8px); margin-bottom: 20px; }
    .home-sayilarla-fakulte .boxs .box:nth-child(2n+2) { margin-right: 0; }
}



.geri-sayim { float: left; width: 100%; margin-top: 20px; }
.geri-sayim .countdown { margin: 0 auto; background: white; border-radius: 12px; padding: 0; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); max-width: 900px; width: 100%; position: relative; overflow: hidden; }
.geri-sayim .countdown .title { float: left; width: 100%; text-align: center; color: white; font-size: 26px; line-height: 40px; font-weight: bold; padding: 30px; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); background: var(--color-theme); }
.geri-sayim .countdown .countdown-display { float: left; width: 100%; padding: 40px 30px; display: grid ; grid-template-columns: repeat(7, 1fr); gap: 20px; align-items: center; justify-content: left; }
.geri-sayim .countdown .time-unit { display: flex; flex-direction: column; align-items: center; min-width: 120px; }
.geri-sayim .countdown .time-number { font-size: 44px; font-weight: bold; color: var(--color-theme); margin-bottom: 10px; min-width: 100px; display: flex ; justify-content: center; align-items: center; height: 80px; background: #f2f5f8; border-radius: 12px; }
.geri-sayim .countdown .time-label { font-size: 16px; color: #666; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }
.geri-sayim .countdown .separator { font-size: 3em; color: var(--color-theme); font-weight: bold; align-self: flex-start; margin-top: 24px; text-align: center; }
.geri-sayim .countdown .finished { display: none; float: left; width: 100%; text-align: center; color: var(--color-black); font-size: 2em; font-weight: bold; padding: 40px; }
@media (max-width: 768px) { 
    .geri-sayim { margin-top: 10px; padding: 10px; }
    .geri-sayim .countdown .title { font-size: 22px; padding: 25px 20px; line-height: 32px; } 
    .geri-sayim .countdown .time-label { font-size: 14px; }
    .geri-sayim .countdown .time-number { font-size: 36px; min-width: 80px; height: 70px; margin-bottom: 5px; } 
    .geri-sayim .countdown .countdown-display { grid-template-columns: repeat(2, 1fr); padding: 30px 10px; }
    .geri-sayim .countdown .time-unit { min-width: 100px; } 
    .geri-sayim .countdown .separator {display: none; }
}




.home-contact { float: left; width: 100%; padding: 20px 15px; background: var(--color-white); border-top: 1px solid var(--border-regular); }
.home-contact .boxs { float: left; width: 100%; display: flex; }
.home-contact .boxs .box { float: left; width: 100%; margin-right: 20px; background: rgb(0 0 0 / 5%); border: 1px solid rgb(0 0 0 / 3%); 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); margin-bottom: -20px; }
.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 WİDGET									*
************************************************/
.home-widget { float: left; width: 100%; padding: 20px 15px 0 15px; }
.home-widget .sidebarW { display: none!important; }
.home-widget .widget { float: left; width: 100%; background: var(--color-white); margin-bottom: 20px; padding: 27px 30px; border-radius: 8px; box-shadow: 0 4px 6px 0 rgba(185, 185, 185, 0.5); /*box-shadow: 0 0 3px rgb(0 0 0 / 12%); */; }
.home-widget 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; }
.home-widget h2.widget-title:before { font-family: "Font Awesome 7 Free"; font-weight: 900; margin-right: 10px;  }
.home-widget .widget-name { float: left; width: 100%; position: relative; margin-bottom: 20px; padding-bottom: 17px; border-bottom: 2px solid var(--border-regular); display: flex; align-items: center; }
.home-widget .widget-name h2 { float: left; font-size: 20px; font-weight: 600; margin-right: 12px; position: relative; color: var(--color-black); display: flex; align-items: center; }
.home-widget .widget-name h2:before { font-family: "Font Awesome 7 Free"; font-weight: 900; margin-right: 10px;  }
.home-widget .widget-name h2 i { float: left; font-size: 17px; margin-right: 10px; }
.home-widget .widget-name h2 span { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.home-widget .widget-name a { float: right; color: #192f59; user-select: none; font-size: 12px; font-weight: 500; margin-left: auto; white-space: nowrap; display: flex; align-items: center; }
.home-widget .widget-name a:hover { text-decoration: underline; }
.home-widget .widget-name a i { display: inline-block; margin-left: 3px; margin-top: 2px; }
@media (max-width: 768px) {
    .home-widget { padding: 10px; padding-bottom: 0; }
    .home-widget .widget { margin-bottom: 10px; padding: 20px; }
}

/* Metin */
.widget.widget_text { border-top: 4px solid var(--color-theme)!important; }
.widget.widget_custom_html { border-top: unset!important; }
.widget.widget_text .textwidget { float: left; width: 100%; font-size: 15px; line-height: 28px; text-align: justify; }
.widget.widget_text .textwidget p { float: initial; width: auto; }
.widget.widget_text .textwidget p:last-child { margin: 0; }
.widget.widget_text .textwidget p br { display: none; }
.widget.widget_text .textwidget img { max-width: 930px; height: auto; border-radius: 8px; box-shadow: 0 0 3px rgb(0 0 0 / 7%); }
.widget.widget_text .textwidget .aligncenter { display: block; text-align: center; margin: 5px auto 10px auto; clear: both; height: auto; max-width: 100%; }
.widget.widget_text .textwidget .alignleft { float: left; margin-right: 15px; }
.widget.widget_text .textwidget .alignright { float: right; margin-left: 15px; }
.widget.widget_text .textwidget ul { float: left; width: 100%; margin: 5px 0 15px 0; padding: 20px 20px 20px 40px; font-size: 15px; background: #f7f8f9; border-radius: 8px; }
.widget.widget_text .textwidget ul li { float: left; width: 100%; list-style: disc outside; margin-bottom: 5px; }
.widget.widget_text .textwidget ul li:last-child { margin: 0; }
.widget.widget_text .textwidget ol { float: left; width: 100%; margin: 5px 0 15px 0; padding: 20px 20px 20px 40px; font-size: 15px; background: #f7f8f9; border-radius: 8px; }
.widget.widget_text .textwidget ol li { float: left; width: 100%;  margin-bottom: 5px; }
.widget.widget_text .textwidget ol li:last-child { margin: 0; }

/* Gezinme Menüsü */
.widget.widget_nav_menu h2.widget-title:before { content: "\e0ae"; font-size: 19px; padding-top: 1px; }
.widget.widget_nav_menu ul { float: left; width: 100%; }
.widget.widget_nav_menu ul li { float: left; width: 100%; margin-bottom: 10px; position: relative; }
.widget.widget_nav_menu ul li:last-child { margin-bottom: 0; }
.widget.widget_nav_menu ul li a { float: left; width: 100%; color: var(--color-black); font-size: 15px; font-weight: 500; border-radius: 4px; border: 1px solid var(--border-light); padding: 13px 15px; user-select: none; box-shadow: 3px 3px 3px -2px rgb(0 0 0 / 5%); display: flex; align-items: center; justify-content: left; }
.widget.widget_nav_menu ul li a:hover { background: #eff2f6; border: 1px solid transparent; box-shadow: unset; }
.widget.widget_nav_menu ul li ul { padding-left: 15px; padding-bottom: 10px; margin: 7px 0; border-bottom: 1px solid var(--border-regular); }
.widget.widget_nav_menu ul li .sub-menu { display: none; float: left; width: 100%; }
.widget.widget_nav_menu ul li ul li:before { content: ""; float: left; width: 5px; height: 5px; background: var(--color-theme); border-radius: 100%; position: absolute; left: 15px; top: 23px; }
.widget.widget_nav_menu ul li ul li a { padding-left: 30px; line-height: 22px; }
.widget.widget_nav_menu ul li ul li ul li:before { background: var(--color-black); }
.widget.widget_nav_menu ul li ul li ul { border-bottom: 1px solid var(--border-regular); }
.widget.widget_nav_menu ul li.menu-item-has-children>a:after { content: "\f078"; font-family: "Font Awesome 7 Free"; font-weight: 900; font-size: 14px; margin-left: auto; transition: all .2s ease-out; }
.widget.widget_nav_menu ul li.menu-item-has-children.active>a:after { transform: rotate(180deg); }
.widget.widget_nav_menu ul li.menu-item-has-children.active>a { background: #eff2f6; border: 1px solid transparent; box-shadow: unset; }
.widget.widget_nav_menu ul li ul li.menu-item-has-children>a:after { font-size: 13px; }

/* Kategoriler */
.widget.widget_categories h2.widget-title:before { content: "\e0ae"; font-size: 19px; padding-top: 1px; }
.widget.widget_categories { float: left; width: 100%; }
.widget.widget_categories ul { float: left; width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.widget.widget_categories li { float: left; width: 100%; position: relative; display: flex; align-items: center; }
.widget.widget_categories ul li a { float: left; width: 100%; color: var(--color-black); font-size: 15px; font-weight: 500; border-radius: 4px; border: 1px solid var(--border-regular); padding: 12px 15px; user-select: none; display: flex ; align-items: center; justify-content: left; }
.widget.widget_categories ul li a:hover { background: #eff2f6; border: 1px solid transparent; }
.widget.widget_categories ul li>a:after { content: "\f054"; font-family: "Font Awesome 7 Free"; font-weight: 900; font-size: 14px; margin-left: auto; transition: all .2s ease-out; color: #737373; }
.widget.widget_categories ul li ul.children { float: left; width: 100%; padding-left: 20px; margin-top: 10px; }
.widget.widget_categories form { float: left; width: 100%; display: flex; align-items: center; }
.widget.widget_categories form label { display: none; }
.widget.widget_categories form select { float: left; width: 100%; padding: 10px; border-radius: 6px; border: 1px solid var(--border-regular); cursor: pointer; }
.home-3parca .widget.widget_categories ul { grid-template-columns: repeat(1, 1fr); }
.home-sag .widget.widget_categories ul { grid-template-columns: repeat(1, 1fr); }

/* Ara */
.widget.search form { float: left; width: 100%; display: flex; align-items: center; justify-content: center; }
.widget.search input { float: left; width: 100%; height: 40px; border-radius: 6px 0 0 6px; border: 1px solid #e7ebf3; border-right: unset!important; padding: 9px 17px; font-size: 15px; transition: all .3s ease-out; }
.widget.search input:focus { border: 1px solid var(--color-theme); }
.widget.search button { float: left; width: 40px; min-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; }
.widget.search button:hover { background: var(--color-theme-dark); }

/* Video - Youtube */
.widget.video .widget-name h2:before { content: "\f167"; font-weight: 400; font-family: "Font Awesome 7 Brands"; color: var(--color-corporate-red); }
.widget.video .iframe { float: left; width: 100%; padding-bottom: 56.25%; position: relative; }
.widget.video .iframe iframe { float: left; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 8px; }

/* Resim - Görsel */
.widget.resim .widget-name h2:before { content: "\f03e"; font-size: 19px; padding-top: 1px; color: #673AB7; }
.widget.resim .figure { float: left; width: 100%; height: auto; border-radius: 8px; overflow: hidden; max-height: 487px; display: flex ; align-items: center; justify-content: center; }
.widget.resim .figure img { float: left; width: 100%; height: auto; transition: all .6s ease; }
.widget.resim .figure img:hover { transform: scale(1.02); }

/* Son Yazılar */
/* Tasarım 1 */
.home-widget .tasarim-1 .swiper .swiper-button-next, .home-widget .tasarim-1 .swiper .swiper-button-prev { background: rgb(0 0 0 / 60%); border-radius: 100%; width: 34px; height: 34px; color: var(--color-white); font-size: 18px; top: 50%; opacity: 1; pointer-events: auto; }
.home-widget .tasarim-1 .swiper .swiper-button-next:hover, .home-widget .tasarim-1 .swiper .swiper-button-prev:hover { background: rgb(0 0 0 / 80%)!important; }
.home-widget .tasarim-1 .swiper .swiper-button-next:after, .home-widget .tasarim-1 .swiper .swiper-button-prev:after { display: none; }
.home-widget .tasarim-1 .swiper .swiper-button-disabled { opacity: 0.5; }
.home-widget .tasarim-1 .boxs { float: left; width: 100%; }
.home-widget .tasarim-1 .boxs .box { float: left; width: 100%; margin: 0; box-shadow: 0 0 8px rgba(0, 0, 0, .1); position: relative; z-index: 1; border-radius: 10px; overflow: hidden; }
.home-widget .tasarim-1 .boxs .box .figure { float: left; width: 100%; height: auto; overflow: hidden; }
.home-widget .tasarim-1 .boxs .box .figure img { float: left; width: 100%; height: auto; margin: -7px 0; transition: all .5s ease; }
.home-widget .tasarim-1 .boxs .box .figure img:hover { transform: scale(1.03); }
.home-widget .tasarim-1 .boxs .box .detail { float: left; width: 100%; padding: 20px; border-top: 1px solid var(--border-light); }
.home-widget .tasarim-1 .boxs .box .detail .title { float: left; width: 100%; height: 48px; margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px solid var(--border-regular); }
.home-widget .tasarim-1 .boxs .box .detail .title a { float: left; width: auto; color: var(--color-black); font-weight: 700; line-height: 20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.home-widget .tasarim-1 .boxs .box .detail .title a:hover { color: var(--color-theme); }
.home-widget .tasarim-1 .boxs .box .detail .title a:hover span { background-size: 100% 1px; }
.home-widget .tasarim-1 .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-widget .tasarim-1 .boxs .box .detail .desc { float: left; width: 100%; height: 36px; color: #707a8a; font-size: 13px; margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.home-widget .tasarim-1 .boxs .box .detail .buton { float: left; width: 100%; }
.home-widget .tasarim-1 .boxs .box .detail .buton a { float: left; width: 100%; text-align: center; background: var(--color-theme); color: var(--color-white); padding: 7px; border-radius: 4px; font-weight: 500; transition: all .2s ease-out; }
.home-widget .tasarim-1 .boxs .box .detail .buton a:hover { background: var(--color-theme-dark); }
.home-widget .tasarim-1 .boxs .box .detail .buton i { margin-left: 5px; font-size: 12px; }
.home-widget .tasarim-1 .stil1Slider { margin-bottom: 20px; padding-right: 4px; }
.home-widget .tasarim-1 .swiper { padding: 2px; }
@media (max-width: 768px) {
    .home-widget .tasarim-1 .swiper .swiper-button-next, .home-widget .tasarim-1 .swiper .swiper-button-prev { width: 30px; height: 30px; font-size: 16px; }
    .home-widget .tasarim-1 .boxs .box .figure img { margin: 0; }
    .home-widget .tasarim-1 .boxs .box .detail { padding: 15px; }
    .home-widget .tasarim-1 .boxs .box .detail .desc { margin: 0; }
    .home-widget .tasarim-1 .boxs .box .detail .buton { display: none; }
}
@media (min-width: 769px) {
    .home-3parca .tasarim-1 .swiper .swiper-button-next, .home-3parca .tasarim-1 .swiper .swiper-button-prev { width: 30px; height: 30px; font-size: 16px; }
    .home-3parca .tasarim-1 .boxs .box .figure img { margin: 0; }
    .home-3parca .tasarim-1 .boxs .box .detail { padding: 15px; }
    .home-3parca .tasarim-1 .boxs .box .detail .desc { margin: 0; }
    .home-3parca .tasarim-1 .boxs .box .detail .buton { display: none; }
    .home-sol .tasarim-1 .boxs .box .figure img { margin: -4px 0; }
    .home-sol .tasarim-1 .boxs .box .detail { padding: 17px; }
    .home-sag .tasarim-1 .swiper .swiper-button-next, .home-sag .tasarim-1 .swiper .swiper-button-prev { width: 30px; height: 30px; font-size: 16px; }
    .home-sag .tasarim-1 .boxs .box .figure img { margin: 0; }
    .home-sag .tasarim-1 .boxs .box .detail { padding: 15px; }
    .home-sag .tasarim-1 .boxs .box .detail .desc { margin: 0; }
    .home-sag .tasarim-1 .boxs .box .detail .buton { display: none; }
    .home-ikili .tasarim-1 { max-width: 650px; padding-bottom: 20px; }
    .home-ikili .tasarim-1 .boxs .box .figure img { margin: 0; }
    .home-ikili .tasarim-1 .boxs .box .detail { padding: 17px; }
    .home-ikili .tasarim-1 .boxs .box .detail .desc { margin: 0; }
    .home-ikili .tasarim-1 .boxs .box .detail .buton { display: none; }
}


/* Tasarım 2 */
.home-widget .tasarim-2 .boxs { float: left; width: 100%; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.home-widget .tasarim-2 .boxs .box { float: left; width: 100%; border-radius: 10px; overflow: hidden; box-shadow: 0 0 8px rgba(0, 0, 0, .1); }
.home-widget .tasarim-2 .boxs .box .figure { float: left; width: 100%; height: auto; overflow: hidden; box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%); }
.home-widget .tasarim-2 .boxs .box .figure img { float: left; width: 100%; height: auto; transition: all .5s ease; }
.home-widget .tasarim-2 .boxs .box .figure img:hover { transform: scale(1.03); }
.home-widget .tasarim-2 .boxs .box .detail { float: left; width: 100%; padding: 17px 20px; border-top: 1px solid var(--border-light); }
.home-widget .tasarim-2 .boxs .box .detail .time { float: left; width: 100%; font-size: 12px; color: #777b7d; font-weight: 500; margin-bottom: 7px; }
.home-widget .tasarim-2 .boxs .box .detail .time i { margin-right: 5px; }
.home-widget .tasarim-2 .boxs .box .detail .title { float: left; width: 100%; height: 52px; font-weight: 700; line-height: 22px; font-size: 15px; margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px solid var(--border-regular); }
.home-widget .tasarim-2 .boxs .box .detail .title a { float: left; width: auto; color: var(--color-black); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.home-widget .tasarim-2 .boxs .box .detail .title a:hover { color: var(--color-theme); }
.home-widget .tasarim-2 .boxs .box .detail .title a:hover span { background-size: 100% 1px; }
.home-widget .tasarim-2 .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-widget .tasarim-2 .boxs .box .detail .desc { float: left; width: 100%; font-size: 13px; line-height: 20px; color: #707a8a; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
@media (max-width: 768px) {
    .home-widget .tasarim-2 .boxs { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .home-widget .tasarim-2 .boxs .box .detail { padding: 15px; }
    .home-widget .tasarim-2 .boxs .box .detail .time { display: none; }
    .home-widget .tasarim-2 .boxs .box .detail .title { height: 46px; font-size: 14px; line-height: 20px; margin-bottom: 5px; }
    .home-widget .tasarim-2 .boxs .box .detail .desc { font-size: 12px; }
}
@media (min-width: 769px) {
    .home-3parca .tasarim-2 .boxs { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .home-3parca .tasarim-2 .boxs .box .detail { padding: 15px; }
    .home-3parca .tasarim-2 .boxs .box .detail .time { display: none; }
    .home-3parca .tasarim-2 .boxs .box .detail .title { height: 46px; font-size: 14px; line-height: 20px; margin-bottom: 5px; }
    .home-3parca .tasarim-2 .boxs .box .detail .desc { font-size: 12px; }
    .home-sol .tasarim-2 .boxs { grid-template-columns: repeat(4, 1fr); gap: 17px; }
    .home-sag .tasarim-2 .boxs { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .home-sag .tasarim-2 .boxs .box .detail { padding: 15px; }
    .home-sag .tasarim-2 .boxs .box .detail .time { display: none; }
    .home-sag .tasarim-2 .boxs .box .detail .title { height: 46px; font-size: 14px; line-height: 20px; margin-bottom: 5px; }
    .home-sag .tasarim-2 .boxs .box .detail .desc { font-size: 12px; }
    .home-ikili .tasarim-2 .boxs { grid-template-columns: repeat(3, 1fr); gap: 17px; }
    .home-ikili .tasarim-2 .boxs .box .detail .time { display: none; }
    .home-ikili .tasarim-2 .boxs .box .detail .title { line-height: 22px; font-size: 15px; }
}



/* Tasarım 3 */
.home-widget .tasarim-3 .boxs { float: left; width: 100%; }
.home-widget .tasarim-3 .boxs .box { float: left; width: 100%; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border-regular); display: flex; align-items: start; }
.home-widget .tasarim-3 .boxs .box:last-child { margin: 0; padding: 0; border: 0; }
.home-widget .tasarim-3 .boxs .box .figure { float: left; width: 100%; max-width: 334px; height: auto; margin-right: 20px; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%); }
.home-widget .tasarim-3 .boxs .box .figure img { float: left; width: 100%; height: auto; transition: all .5s ease; }
.home-widget .tasarim-3 .boxs .box .figure img:hover { transform: scale(1.03); }
.home-widget .tasarim-3 .boxs .box .detail { float: left; width: 100%; padding-top: 5px; }
.home-widget .tasarim-3 .boxs .box .detail .time { float: left; width: 100%; font-size: 13px; color: #3b3b3b; margin-bottom: 7px; }
.home-widget .tasarim-3 .boxs .box .detail .time i { margin-right: 5px; }
.home-widget .tasarim-3 .boxs .box .detail .title { float: left; width: auto; font-weight: 700; line-height: 24px; font-size: 16px; margin-bottom: 7px; }
.home-widget .tasarim-3 .boxs .box .detail .title a { float: left; width: auto; color: var(--color-black); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.home-widget .tasarim-3 .boxs .box .detail .title a:hover { color: var(--color-theme); }
.home-widget .tasarim-3 .boxs .box .detail .title a:hover span { background-size: 100% 1px; }
.home-widget .tasarim-3 .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-widget .tasarim-3 .boxs .box .detail .desc { float: left; width: 100%; margin-bottom: 12px; font-size: 13px; line-height: 20px; color: #222; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.home-widget .tasarim-3 .boxs .box .detail .more { float: left; width: 100%; display: flex; align-items: center; justify-content: right; }
.home-widget .tasarim-3 .boxs .box .detail .more a { float: left; width: auto; padding: 7px 17px; border: 1px solid var(--color-theme); color: var(--color-theme); font-size: 13px; border-radius: 24px; transition: all .2s ease; }
.home-widget .tasarim-3 .boxs .box .detail .more i { margin-left: 5px; font-size: 11px; }
.home-widget .tasarim-3 .boxs .box .detail .more a:hover { background: var(--color-theme); color: var(--color-white); }
@media (max-width: 768px) {
    .home-widget .tasarim-3 .boxs { display: block; }
    .home-widget .tasarim-3 .boxs .box { margin-bottom: 15px; padding-bottom: 15px; }
    .home-widget .tasarim-3 .boxs .box .figure { max-width: 123px; margin-right: 15px; }
    .home-widget .tasarim-3 .boxs .box .detail .time { font-size: 12px; margin-bottom: 5px; }
    .home-widget .tasarim-3 .boxs .box .detail .title { font-size: 14px; line-height: 20px; margin-bottom: 3px; }
    .home-widget .tasarim-3 .boxs .box .detail .desc { display: none; }
    .home-widget .tasarim-3 .boxs .box .detail .more { display: none; }
}
@media (min-width: 769px) {
    .home-3parca .tasarim-3 .boxs .box { margin-bottom: 15px; padding-bottom: 15px; }
    .home-3parca .tasarim-3 .boxs .box .figure { max-width: 106px; margin-right: 10px; border-radius: 6px; }
    .home-3parca .tasarim-3 .boxs .box .detail { padding: 0; display: grid; }
    .home-3parca .tasarim-3 .boxs .box .detail .time { order: 2; font-size: 12px; margin: 0; }
    .home-3parca .tasarim-3 .boxs .box .detail .time i { display: none; }
    .home-3parca .tasarim-3 .boxs .box .detail .title { font-size: 14px; line-height: 20px; margin-bottom: 4px; }
    .home-3parca .tasarim-3 .boxs .box .detail .title a { -webkit-line-clamp: 2; }
    .home-3parca .tasarim-3 .boxs .box .desc { display: none!important; }
    .home-3parca .tasarim-3 .boxs .box .more { display: none!important; }
    .home-genis .tasarim-3 .boxs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
    .home-genis .tasarim-3 .boxs .box { margin: 0; padding-bottom: 30px; }
    .home-genis .tasarim-3 .boxs .box .figure { max-width: 252px; margin-right: 15px; }
    .home-widget .tasarim-3 .boxs .box .detail { padding-top: 3px; }
    .home-genis .tasarim-3 .boxs .box .detail .time { font-size: 11.5px; margin-bottom: 5px; }
    .home-genis .tasarim-3 .boxs .box .detail .title { line-height: 21px; font-size: 14px; margin-bottom: 3px; }
    .home-genis .tasarim-3 .boxs .box .detail .desc { margin: 0; -webkit-line-clamp: 2; }
    .home-genis .tasarim-3 .boxs .box .detail .more { display: none; }
    .home-genis .tasarim-3 .boxs .box:nth-last-child(3) { padding: 0; border: unset; }
    .home-genis .tasarim-3 .boxs .box:nth-last-child(2) { padding: 0; border: unset; }
    .home-sag .tasarim-3 .boxs .box { margin-bottom: 15px; padding-bottom: 15px; }
    .home-sag .tasarim-3 .boxs .box .figure { max-width: 106px; margin-right: 10px; border-radius: 6px; }
    .home-sag .tasarim-3 .boxs .box .detail { padding: 0; display: grid; }
    .home-sag .tasarim-3 .boxs .box .detail .time { order: 2; font-size: 12px; margin: 0; }
    .home-sag .tasarim-3 .boxs .box .detail .time i { display: none; }
    .home-sag .tasarim-3 .boxs .box .detail .title { font-size: 14px; line-height: 20px; margin-bottom: 4px; }
    .home-sag .tasarim-3 .boxs .box .detail .title a { -webkit-line-clamp: 2; }
    .home-sag .tasarim-3 .boxs .box .desc { display: none!important; }
    .home-sag .tasarim-3 .boxs .box .more { display: none!important; }
    .home-ikili .tasarim-3 .boxs .box .figure { max-width: 205px!important; }
    .home-ikili .tasarim-3 .boxs .box .detail .time { font-size: 12px; margin-bottom: 5px; }
    .home-ikili .tasarim-3 .boxs .box .detail .title { line-height: 23px; font-size: 15px; margin-bottom: 5px; }
    .home-ikili .tasarim-3 .boxs .box .detail .desc { -webkit-line-clamp: 2!important; margin: 0!important; }
    .home-ikili .tasarim-3 .boxs .box .detail .more { display: none!important; }
}


/* Tasarım 4 */
.home-widget .tasarim-4 .boxs { float: left; width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.home-widget .tasarim-4 .boxs .box { float: left; width: 100%; padding-bottom: 20px; border-bottom: 1px solid var(--border-regular); display: flex; }
.home-widget .tasarim-4 .boxs .box:last-child { padding: 0; border: unset; }
.home-widget .tasarim-4 .boxs .box .date { float: left; width: 74px; min-width: 74px; height: 80px; margin-right: 10px; text-align: center; color: var(--color-theme); background: var(--color-theme); border-radius: 8px; display: grid ; }
.home-widget .tasarim-4 .boxs .box .date .bg { float: left; width: 100%; height: 100%; padding: 10px; background: rgb(255 255 255 / 92%); border-radius: 6px; display: grid; align-items: center; }
.home-widget .tasarim-4 .boxs .box .date .day { float: left; width: 100%; font-size: 26px; font-weight: 600; line-height: 26px; margin-bottom: -5px; }
.home-widget .tasarim-4 .boxs .box .date .month {float: left; width: 100%; font-size: 14px; }
.home-widget .tasarim-4 .boxs .box .detail { float: left; width: 100%; max-height: 80px; overflow: hidden; }
.home-widget .tasarim-4 .boxs .box .detail .title { float: left; width: 100%; margin-bottom: 5px; }
.home-widget .tasarim-4 .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-widget .tasarim-4 .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-widget .tasarim-4 .boxs .box .detail .title a:hover { color: var(--color-theme); }
.home-widget .tasarim-4 .boxs .box .detail .title a:hover span { background-size: 100% 1px; }
.home-widget .tasarim-4 .boxs .box .detail .desc { float: left; width: 100%; color: #4c4c4c; font-size: 13px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
@media (max-width: 768px) {
    .home-widget .tasarim-4 .boxs { grid-template-columns: repeat(1, 1fr); gap: 15px; }
    .home-widget .tasarim-4 .boxs .box { padding-bottom: 15px; }
    .home-widget .tasarim-4 .boxs .box .date { height: 62px; }
    .home-widget .tasarim-4 .boxs .box .date .day { font-size: 22px; line-height: 22px; margin-bottom: 3px; }
    .home-widget .tasarim-4 .boxs .box .date .month { font-size: 13px; }
    .home-widget .tasarim-4 .boxs .box .detail { max-height: 62px; }
    .home-widget .tasarim-4 .boxs .box .detail .title a { font-size: 14px; }
}
@media (min-width: 769px) {
    .home-3parca .tasarim-4 .boxs { grid-template-columns: repeat(1, 1fr); gap: 15px; }
    .home-3parca .tasarim-4 .boxs .box { padding-bottom: 15px; }
    .home-3parca .tasarim-4 .boxs .box .date { height: 62px; }
    .home-3parca .tasarim-4 .boxs .box .date .day { font-size: 22px; line-height: 22px; margin-bottom: 3px; }
    .home-3parca .tasarim-4 .boxs .box .date .month { font-size: 13px; }
    .home-3parca .tasarim-4 .boxs .box .detail { max-height: 62px; }
    .home-3parca .tasarim-4 .boxs .box .detail .title a { font-size: 14px; }
    .home-genis .tasarim-4 .boxs { grid-template-columns: repeat(3, 1fr); gap: 25px; }
    .home-genis .tasarim-4 .boxs .box { padding-bottom: 25px; }
    .home-genis .tasarim-4 .boxs .box:nth-last-child(2) { padding: 0; border: unset; }
    .home-genis .tasarim-4 .boxs .box:nth-last-child(3) { padding: 0; border: unset; }
    .home-sol .tasarim-4 .boxs .box:nth-last-child(2) { padding: 0; border: unset; }
    .home-sag .tasarim-4 .boxs { grid-template-columns: repeat(1, 1fr); gap: 15px; }
    .home-sag .tasarim-4 .boxs .box { padding-bottom: 15px; }
    .home-sag .tasarim-4 .boxs .box .date { height: 62px; }
    .home-sag .tasarim-4 .boxs .box .date .day { font-size: 22px; line-height: 22px; margin-bottom: 3px; }
    .home-sag .tasarim-4 .boxs .box .date .month { font-size: 13px; }
    .home-sag .tasarim-4 .boxs .box .detail { max-height: 62px; }
    .home-sag .tasarim-4 .boxs .box .detail .title a { font-size: 14px; }
    .home-ikili .tasarim-4 .boxs { grid-template-columns: repeat(1, 1fr); gap: 15px; }
    .home-ikili .tasarim-4 .boxs .box { padding-bottom: 15px; }
}


/* Tasarım 7 */
.home-widget .tasarim-7 .boxs { float: left; width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.home-widget .tasarim-7 .boxs .box { float: left; width: 100%; padding-bottom: 30px; border-bottom: 1px solid var(--border-regular); display: flex ; }
.home-widget .tasarim-7 .boxs .box:last-child { padding: 0; border: unset; }
.home-widget .tasarim-7 .boxs .box .figure { float: left; width: 94px; min-width: 94px; height: 94px; margin-right: 10px; overflow: hidden; border: 1px solid #ECF0F1; border-radius: 8px; }
.home-widget .tasarim-7 .boxs .box .figure img { float: left; width: 100%; height: 100%; transition: all .5s ease; }
.home-widget .tasarim-7 .boxs .box .figure img:hover { transform: scale(1.03); }
.home-widget .tasarim-7 .boxs .box .detail { float: left; width: 100%; height: 93px; overflow: hidden; }
.home-widget .tasarim-7 .boxs .box .detail .title { float: left; width: 100%; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid var(--border-light); }
.home-widget .tasarim-7 .boxs .box .detail .title a { float: left; width: auto; color: var(--color-black); font-weight: 600; line-height: 22px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.home-widget .tasarim-7 .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-widget .tasarim-7 .boxs .box .detail .title a:hover { color: var(--color-theme); }
.home-widget .tasarim-7 .boxs .box .detail .title a:hover span { background-size: 100% 1px; }
.home-widget .tasarim-7 .boxs .box .detail .desc { float: left; width: 100%; color: #949ba7; font-size: 12.5px; line-height: 20px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
@media (max-width: 768px) {
    .home-widget .tasarim-7 .boxs { grid-template-columns: repeat(1, 1fr); gap: 15px; }
    .home-widget .tasarim-7 .boxs .box { padding-bottom: 15px; }
}
@media (min-width: 769px) {
    .home-3parca .tasarim-7 .boxs { grid-template-columns: repeat(1, 1fr); gap: 15px; }
    .home-3parca .tasarim-7 .boxs .box { padding-bottom: 15px; }
    .home-genis .tasarim-7 .boxs .box:nth-last-child(2) { padding: 0; border: unset; }
    .home-sol .tasarim-7 .boxs .box:nth-last-child(2) { padding: 0; border: unset; }
    .home-sag .tasarim-7 .boxs { grid-template-columns: repeat(1, 1fr); gap: 15px; }
    .home-sag .tasarim-7 .boxs .box { padding-bottom: 15px; }
    .home-ikili .tasarim-7 .boxs { grid-template-columns: repeat(1, 1fr); gap: 20px; }
    .home-ikili .tasarim-7 .boxs .box { padding-bottom: 20px; }
}


/* Home 3 Parça */
.home-3parca { float: left; width: 100%; display: flex; }
.home-3parca .widget { display: none; max-width: 427px; margin-right: 20px; }
.home-3parca .widget:last-child { margin-right: 0; }
.home-3parca .widget:nth-child(1), .home-3parca .widget:nth-child(2), .home-3parca .widget:nth-child(3) { display: block; }
@media (max-width: 768px) {
    .home-3parca { display: block; }
    .home-3parca .widget{ max-width: 100%; margin-right: 0; }
}

/* Home Geniş */
.home-genis { float: left; width: 100%; }

/* Sol Alan */
.home-ikili { float: left; width: 100%; margin-bottom: 20px; display: grid ; grid-template-columns: repeat(2, 1fr); gap: 20px; align-items: start; }
.home-ikili>div { float: left; height: 100%; margin: 0!important; }
@media (max-width: 768px) {
    .home-ikili { display: block; margin-bottom: 0; }
    .home-ikili>div { margin-bottom: 10px!important; }
}

.home-sol-sag { float: left; width: 100%; display: flex; }
@media (max-width: 768px) {
    .home-sol-sag { width: 100%; display: block; }
}

.home-sol { float: left; width: 940px; margin-right: 20px; }
@media (max-width: 768px) {
    .home-sol { width: 100%; margin: 0; }
}

/* Sağ Alan */
.home-sag { float: left; width: 360px; }
.home-sag .widget { padding: 20px; }
@media (max-width: 768px) {
    .sticky-home { width: 100%!important; max-width: 100%!important; height: auto!important; }
    .home-sag { width: 100%!important; min-width: 100%; margin: 0; inset: unset!important; position: unset!important; }
}




/************************************************
*	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 .inside { float: left; width: 100%; background: var(--color-white); padding: 25px; border-radius: 8px; box-shadow: 0 4px 6px 0 rgba(185, 185, 185, 0.5); }
.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; }
.category .cat-title ul li { float: left; width: auto; margin-right: 12px; }
.category .cat-title ul li:last-child { margin-right: 0; }
.category .cat-title ul li a { float: left; width: auto; background: #e6eaef; color: var(--color-black); padding: 7px 14px; border-radius: 4px; }
.category .cat-title ul li a:hover { background: #dbdfe4; }
.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.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 10px; }
    .category .inside { padding: 20px; }
    .category .cat-title h1 { font-size: 28px; }
    .category .cat-title ul { float: left; width: 100%; margin-top: 15px; margin-bottom: 3px; display: flex; align-items: center; justify-content: left; }
    .category .cat-title ul li a { display: flex; align-items: center; justify-content: center; }
    .category .cat-title ul li a i { margin-left: 3px; margin-top: 1px; }

    .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: rgb(0 0 0 / 5%); 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 { float: left; width: 100%; max-width: 940px; padding: 25px; margin-right: 20px; background: var(--color-white); border-radius: 8px; box-shadow: 0 4px 6px 0 rgba(185, 185, 185, 0.5); }
.single .post .post { box-shadow: unset; padding: 0; }
.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: 890px; 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 { 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 { 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 p span, .single .section p 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) !important; min-width: 540px; border-collapse: collapse !important; border-style: unset !important; margin-bottom: 10px; border: unset; border-color: unset !important; border-top: 1px solid var(--border-regular) !important; 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; border-style: unset!important; border-left: 1px solid var(--border-regular) !important; }
.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!important; border-style: unset !important; border-left: 1px solid var(--border-regular) !important; }
.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: 8px 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 .section .accordion { float: left; width: 100%; margin-bottom: 10px; }
.single .section .accordion .boxs { float: left; width: 100%; }
.single .section .accordion .boxs .box { float: left; width: 100%; margin-bottom: 12px; background: #f1f6fb; border-radius: 6px; overflow: hidden; }
.single .section .accordion .boxs .box:last-child { margin-bottom: 0; }
.single .section .accordion .boxs .box .baslik { float: left; width: 100%; padding: 12px 20px; padding-right: 45px; font-weight: 500; position: relative; cursor: pointer; transition: all .2s ease-out; display: flex; align-items: center; }
.single .section .accordion .boxs .box .baslik.active { background: #1363c6; color: var(--color-white); }
.single .section .accordion .boxs .box .baslik.active:after { transform: rotate(180deg); color: var(--color-white); }
.single .section .accordion .boxs .box .baslik.active .icon { color: var(--color-white); }
.single .section .accordion .boxs .box .baslik:after { content: "\f078"; font-family: "Font Awesome 7 Free"; font-weight: 900; color: #808080; right: 15px; font-size: 20px; transition: all .2s ease-out; position: absolute; display: flex; align-items: center; justify-content: center; }
.single .section .accordion .boxs .box .baslik .icon { float: left; width: auto; font-size: 22px; margin-right: 12px; color: #1363c6; display: flex; align-items: center; justify-content: center; }
.single .section .accordion .boxs .box .baslik .icon::before { content: "\f059"; font-family: "Font Awesome 7 Free"; font-weight: 900; }
.single .section .accordion .boxs .box .baslik .text { float: left; width: auto; line-height: 24px; }
.single .section .accordion .boxs .box .icerik { display: none; float: left; width: 100%; padding: 12px 24px; }
.single .section .accordion ul { color: unset; font-size: unset; background: rgb(0 0 0 / 5%); }
.single .section .accordion ol { color: unset; font-size: unset; background: rgb(0 0 0 / 5%); }

.single-duyuru .post { float: left; width: 100%; padding: 0!important; box-shadow: unset; background: transparent; display: flex; flex-wrap: wrap; align-items: start; }
.single-duyuru .post .detail { width: 120px; max-width: 120px; background: var(--color-white); display: block; margin: 0; margin-right: 20px; overflow: hidden; padding: 15px; position: sticky; top: 20px; flex: 1; box-shadow: 0 4px 6px 0 rgba(185, 185, 185, 0.5); }
.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: var(--color-white); padding: 20px; flex: 1; overflow: hidden; box-shadow: 0 4px 6px 0 rgba(185, 185, 185, 0.5); }
.single-duyuru .post .duyuru-section .section img { max-width: 766px; }
.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 .supsystic-tables-wrap { visibility: unset!important; }

@media (max-width: 768px) {
    .news-title h1 { font-size: 26px; line-height: 36px; }
    .single { padding: 0 10px; }
    .single .binary { display: block; }
    .single .post { padding: 20px; margin-bottom: 10px; 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%; border: unset; 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; }
}



/************************************************
*	SIDEBAR				                	*
************************************************/
.sticky-sidebar { margin-top: 0 !important; }
.sidebar { float: left; width: 360px; min-width: 360px; height: auto; }
.sidebar .homeW { display: none!important; }
.sidebar .widget { float: left; width: 100%; padding: 20px; margin-bottom: 20px; border-radius: 8px; background: var(--color-white); box-shadow: 0 4px 6px 0 rgba(185, 185, 185, 0.5); }
.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 h2 { color: #192f59; font-weight: 600; font-size: 18px; margin-right: 12px; display: flex; align-items: center; }
.sidebar .widget-name h2:before { font-family: "Font Awesome 7 Free"; font-weight: 900; margin-right: 10px; }
.sidebar .widget-name h2 span { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.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; }
.sidebar .resim .widget-name h2:before { font-size: 16px; }
.sidebar .video .widget-name h2:before { font-size: 16px; }
.sidebar .widget_custom_html { border-top: 1px solid var(--border-regular)!important; }
@media (max-width: 768px) {
    .sidebar .widget { margin-bottom: 10px; }
    .sidebar .widget:last-child { margin: 0; }
}

/* Tasarım 1 */
.sidebar .tasarim-1 .swiper .swiper-button-next, .sidebar .tasarim-1 .swiper .swiper-button-prev { background: rgb(0 0 0 / 60%); border-radius: 100%; width: 30px; height: 30px; color: var(--color-white); font-size: 16px; top: 50%; pointer-events: auto; }
.sidebar .tasarim-1 .swiper .swiper-button-next:hover, .sidebar .tasarim-1 .swiper .swiper-button-prev:hover { background: rgb(0 0 0 / 80%)!important; }
.sidebar .tasarim-1 .swiper .swiper-button-next:after, .sidebar .tasarim-1 .swiper .swiper-button-prev:after { display: none; }
.sidebar .tasarim-1 .swiper .swiper-button-disabled { opacity: 0.5; }
.sidebar .tasarim-1 .boxs { float: left; width: 100%; }
.sidebar .tasarim-1 .boxs .box { float: left; width: 100%; margin: 0; box-shadow: 0 0 8px rgba(0, 0, 0, .1); position: relative; z-index: 1; border-radius: 10px; overflow: hidden; }
.sidebar .tasarim-1 .boxs .box .figure { float: left; width: 100%; height: auto; overflow: hidden; }
.sidebar .tasarim-1 .boxs .box .figure img { float: left; width: 100%; height: auto; transition: all .5s ease; }
.sidebar .tasarim-1 .boxs .box .figure img:hover { transform: scale(1.03); }
.sidebar .tasarim-1 .boxs .box .detail { float: left; width: 100%; padding: 15px; border-top: 1px solid var(--border-light); }
.sidebar .tasarim-1 .boxs .box .detail .title { float: left; width: 100%; height: 48px; margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px solid var(--border-regular); }
.sidebar .tasarim-1 .boxs .box .detail .title a { float: left; width: auto; color: var(--color-black); font-weight: 700; line-height: 20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sidebar .tasarim-1 .boxs .box .detail .title a:hover { color: var(--color-theme); }
.sidebar .tasarim-1 .boxs .box .detail .title a:hover span { background-size: 100% 1px; }
.sidebar .tasarim-1 .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; }
.sidebar .tasarim-1 .boxs .box .detail .desc { float: left; width: 100%; height: 36px; color: #707a8a; font-size: 13px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sidebar .tasarim-1 .stil1Slider { margin-bottom: 20px; padding-right: 4px; }
.sidebar .tasarim-1 .swiper { padding: 2px; }

/* Tasarım 2 */
.sidebar .tasarim-2 .boxs { float: left; width: 100%; }
.sidebar .tasarim-2 .box { float: left; width: 100%; border-bottom: 1px solid var(--border-regular); padding-bottom: 15px; margin-bottom: 15px; }
.sidebar .tasarim-2 .box a { float: left; width: 100%; display: flex; align-items: center; justify-content: left; }
.sidebar .tasarim-2 .box a:hover .title span { background-size: 100% 1px!important; }
.sidebar .tasarim-2 .box .detail{ float: left; width: 100%; }
.sidebar .tasarim-2 .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 .tasarim-2 .box .figure img { float: left; width: 100%; height: auto; }
.sidebar .tasarim-2 .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 .tasarim-2 .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 .tasarim-2 .box .time { float: left; width: 100%; font-size: 12px; color: #3b3b3b; }
.sidebar .tasarim-2 .box:last-child { border: unset; margin: unset; padding: unset; }

/* Tasarım 3 */
.sidebar .tasarim-3 .boxs { float: left; width: 100%; }
.sidebar .tasarim-3 .box { float: left; width: 100%; position: relative; display: flex; align-items: start; }
.sidebar .tasarim-3 .box:before { content: ""; float: left; width: 4px; background: #eceefe; bottom: -5px; top: 16px; left: 3px; position: absolute; }
.sidebar .tasarim-3 .box:nth-child(2n+2) .icon { background: #1C7373; }
.sidebar .tasarim-3 .box:nth-child(3n+3) .icon { background: rgb(12 84 191); }
.sidebar .tasarim-3 .box:nth-child(4n+4) .icon { background: rgb(2 159 191); }
.sidebar .tasarim-3 .box:nth-child(5n+5) .icon { background: rgb(195 147 4); }
.sidebar .tasarim-3 .box:nth-child(6n+6) .icon { background: rgb(167 19 33); }
.sidebar .tasarim-3 .box:nth-child(7n+7) .icon { background: rgb(33 37 41 / 75%); }
.sidebar .tasarim-3 .box:last-child .content { padding-bottom: 0; }
.sidebar .tasarim-3 .box .icon { float: left; width: 10px; min-width: 10px; height: 10px; border-radius: 100%; background: #bb001b; margin-top: 6px; }
.sidebar .tasarim-3 .box .content { float: left; width: 100%; padding-left: 20px; padding-bottom: 20px; }
.sidebar .tasarim-3 .box .head { float: left; width: 100%; font-family: Poppins, ui-sans-serif, system-ui; }
.sidebar .tasarim-3 .box .head .title { float: left; width: 100%; margin-bottom: 3px; font-weight: 500; font-size: 15px; line-height: 22px; }
.sidebar .tasarim-3 .box .head .title a { float: left; width: 100%; color: var(--color-black); display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.sidebar .tasarim-3 .box .head .title a:hover { color: var(--color-theme); }
.sidebar .tasarim-3 .box .head .title a:hover span { background-size: 100% 1px; }
.sidebar .tasarim-3 .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 .tasarim-3 .box .head .time { float: left; width: 100%; color: #3b3b3b; font-size: 12px; }
.sidebar .tasarim-3 .box .body { float: left; width: 100%; padding: 10px 0 15px 0; line-height: 22px; color: #475569; }
.sidebar .tasarim-3 .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; }
}




/************************************************
*	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 / 95%); 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; }
}





/************************************************
*	PROFIL SAYFASI								*
************************************************/
.profil-page { float: left; width: 100%; }
.profil-page .tab-links { float: left; width: 100%; margin-top: 20px; margin-bottom: 30px; }
.profil-page .tab-links ul { float: left; width: 100%; display: flex; align-items: center; justify-content: center; }
.profil-page .tab-links ul li { float: left; width: auto; margin-right: 15px; padding: 12px 17px; border-radius: 6px; font-size: 17px; cursor: pointer; border: 1px solid var(--border-regular); }
.profil-page .tab-links ul li:last-child { margin-right: 0; }
.profil-page .tab-links ul li:hover { background: #eff2f6; }
.profil-page .tab-links ul li.active { background: var(--color-theme); color: var(--color-white); border-color: transparent; }
.profil-page .tab-body { display: none; opacity: 0; float: left; width: 100%; transition: all .3s ease-out; }
.profil-page .tab-body.active { display: block; opacity: 1; }
.profil-page .baslik { float: left; width: 100%; margin-bottom: 25px; position: relative; display: flex; align-items: center; justify-content: center; }
.profil-page .baslik:after { content: ""; float: left; width: 100%; height: 1px; background: #eee; position: absolute; z-index: 1; }
.profil-page .baslik h2 { font-size: 24px; font-weight: 600; margin: 0; padding: 0 20px; background: var(--color-white); z-index: 3; }
.profil-page .boxs { float: left; width: 100%; margin-bottom: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; justify-content: center; align-items: center; }
.profil-page .boxs .box { float: left; width: 100%; height: 100%; color: var(--color-black); position: relative; margin: 0 auto; padding: 0; border-radius: 10px; border: 1px dashed #e7e7e7; box-shadow: 0px 4px 24px rgb(0 0 0 / 6%), 0px 1px 2px rgb(0 0 0 / 7%); }
.profil-page .boxs .box:hover .star { color: #ffc300; }
.profil-page .boxs .box:hover .figure img { transform: scale(1.05); }
.profil-page .boxs .box:hover .detail .title { color: var(--color-green); }
.profil-page .boxs .box .figure { float: left; width: 100%; position: relative; margin: 0; padding: 20px; border-radius: 12px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.profil-page .boxs .box .figure .akademik-unvan { position: absolute; top: 15px; left: 15px; font-size: 13px; border-radius: 6px; background: var(--color-theme); }
.profil-page .boxs .box .figure .akademik-unvan span { float: left; padding: 4px 10px; background: rgb(255 255 255 / 90%); color: var(--color-theme); font-weight: 500; }
.profil-page .boxs .box .figure img { float: left; width: 100%; max-width: 180px; border-radius: 12px; height: auto; transition: opacity .55s ease, transform .5s ease; }
.profil-page .boxs .box .detail { float: left; width: 100%; padding: 20px; padding-top: 0; }
.profil-page .boxs .box .detail .title { float: left; width: 100%; font-weight: 500; text-align: center; font-size: 20px; margin-bottom: 8px; transition: .3s all ease; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.profil-page .boxs .box .detail .birim { float: left; width: 100%; text-align: center; font-size: 14px; margin-bottom: 12px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.profil-page .boxs .box .detail .unvan { float: left; width: 100%; display: flex; align-items: center; justify-content: center; }
.profil-page .boxs .box .detail .unvan .border { font-size: 13px; padding: 6px 15px; background: #f0f3fa; border-radius: 100px; color: var(--color-black); text-align: center; }
.profil-page .boxs .box .detail .unvan span { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }





@media (max-width: 768px) {
    .profil-page { padding: 0 15px; }
    .profil-page .tab-links ul li { font-size: 15px; padding: 10px 15px; }
    .profil-page .boxs { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .profil-page .boxs .box .figure .akademik-unvan { font-size: 12px; top: 12px; left: 12px; }
    .profil-page .boxs .box .figure .akademik-unvan span { padding: 3px 8px;}
    .profil-page .boxs .box .detail .title { font-size: 18px; }
    .profil-page .boxs .box .detail .birim { font-size: 13px; }
    .profil-page .boxs .box .detail .unvan .border { font-size: 12px; padding: 6px 12px; }
}

.profil-page #idari .boxs .box { cursor: pointer; }
.profil-page #idari .boxs .box .pModal { cursor: auto; }




/************************************************
*	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 ul { 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: 25px; right: 30px; z-index: 2; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.canli-destek-btn a { float: left; width: 100%; color: var(--color-theme); display: flex; align-items: center; justify-content: center; }
.canli-destek-btn .icon { float: left; width: 52px; height: 52px; color: var(--color-theme); 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; }
}




/************************************************
*	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); border-color: var(--color-corporate); 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; }