<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,600,700,800');
@import url(../icons/font-awesome/css/font-awesome.min.css);
@import url(../icons/simple-line-icons/css/simple-line-icons.css);
@import url(../icons/weather-icons/css/weather-icons.min.css);
@import url(../icons/linea-icons/linea.css);
@import url(../icons/themify-icons/themify-icons.css);
@import url(../icons/flag-icon-css/flag-icon.min.css);
@import url(../icons/material-design-iconic-font/css/materialdesignicons.min.css);
@import url(spinners.css);
@import url(animate.css);

.lightGallery {
     width: 100%;
     margin: 0
 }

 .lightGallery .image-tile {
     position: relative;
     display: table-cell;
     margin-bottom: 30px;
     padding: 15px 15px 15px 15px;
 }

 .lightGallery .image-tile .demo-gallery-poster {
     position: absolute;
     bottom: 0;
     left: 0;
     display: flex;
     align-items: center;
     width: 100%;
     height: 100%;
     right: 0;
 }

 .lightGallery .image-tile .demo-gallery-poster img {
     display: table-cell;
     margin: 0 auto;
     vertical-align: middle;
     position: relative;
 }

.kemalataturk{
    transition:all 0.3s;
    opacity:0.75;
}
.kemalataturk:hover{
    transform:translate(3px) scale(1.05);
    opacity:1;

}

.footer-row
{
    display:block!important;
}

.footer-alt
{
    padding-left:0px; padding-right:0px;
}

#search {
    margin: 0 auto;
    transition: all 1s;
}

#search-results.inaktif {
    margin-top: 0 !important;
}

    #search-results.inaktif .tab-content, #search-results.inaktif ul {
        display: none;
    }

#search-results .tab-content {
    max-height: 400px;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

    #search-results .tab-content .tab-pane {
        position: relative;
    }

.search-details {
    text-decoration: none !important;
}

#search .search-list-item {
    margin: 3px 0;
     padding: 9px 10px 3px 10px;
    min-height: 70px; 
    list-style: none;
    border-bottom: 1px solid #e2e1e1;
}
.search-list-item.clearfix:hover {
    background: rgb(3, 164, 238, 0.1);
} 
    #search .search-list-item img {
        margin-right: 15px;
    }

    #search .search-list-item .search-title {
		font-size:16px;
        color: #1f1609;
    }

        #search .search-list-item .search-title em {
            font-size: 13px;
            margin-left: 15px;
            position: relative;
        }

            #search .search-list-item .search-title em:after {
                content: '';
                position: absolute;
                left: -12px;
                width: 8px;
                height: 1px;
                top: 6px;
                background-color: #1f1609;
            }

    #search .search-list-item .search-details {
        font-size: 14px;
        margin-top: 7px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #000;
    }

        #search .search-list-item .search-details:empty {
            display: none;
        }

#search #search-results {
    width: 100%;
    background-color: #fcfcfc;
    font-size: 16px;
    position: relative;
}

#search.search--active #search-results {
    overflow: unset !important;
}

    #search.search--active #search-results:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 7px solid #fff;
        position: absolute;
        top: -6px;
        left: 41px;
    }

#search.spinner--active #search-results {
    height: auto;
}

#search #search-results, #search #search-results .spinner, #search #search-results .tab-content, #search #search-results ul {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 0;
    transition: max-height .55s ease-out;
    overflow: hidden;
}

    #search #search-results ul {
        overflow: hidden;
    }

#search .spinner {
    position: relative;
    width: 0;
    height: 0;
    margin: 0 auto;
    transition: all .6s;
}

#search.spinner--active #search-results .spinner {
    height: 50px;
    width: 50px;
    overflow: visible;
}

#search .spinner:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
    animation: all .6s;
}

#search.spinner--active .spinner:after {
    animation: spinnera .6s linear infinite;
}

#search.search--active #search-results, #search.search--active #search-results ul {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 50vh;
    height: 457px;
    overflow: hidden;
    transition: all 0.8s;
    margin-top: 8px;
}

    #search.search--active #search-results ul {
        overflow-y: hidden;
        max-height: none !important;
        height: auto !important;
    }

        #search.search--active #search-results ul a {
            color: #262626;
            border: 0;
            border-radius: 0;
            position: relative;
            margin-right: 0;
        }

            #search.search--active #search-results ul a:hover, #search.search--active #search-results ul li.active a {
                background: #f0ae31;
            }

            #search.search--active #search-results ul a:after {
                height: 50%;
                width: 1px;
                content: '';
                position: absolute;
                right: 0;
                background: #000;
                top: 0;
                top: 50%;
                transform: translateY(-50%);
            }

        #search.search--active #search-results ul li:last-child a:after {
            content: none;
        }

    #search.search--active #search-results .tab-content {
        width: 100%;
        padding: 10px 2px 0;
        max-height: calc(100% - 50px);
        height: calc(100% - 50px);
    }

#search .tab-content .tab-pane {
    display: block;
    width: 100%;
    max-height: 0;
    transition: max-height .25s ease-out;
    overflow: hidden;
    background: #fcfcfc;
}

#search.search--active .tab-content .tab-pane.active {
    max-height: 100% !important;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

    #search.search--active .tab-content .tab-pane.active &gt; strong {
        padding-left: 10px;
    }

.animation-content {
    position: absolute;
    top: 30%;
    left: 47%;
    transform: translate(-50%,-50%);
}

#search .custom-bar .mCSB_draggerRail {
    background: #fff;
}

#search .custom-bar .mCSB_dragger_bar {
    background: #000 !important;
    width: 1px;
    right: -3px;
}

@keyframes spinnera {
    to {
        transform: rotate(360deg);
    }
}


.aramaklettin {
    position: absolute !important;
    z-index: 999999999 !important;
    width: 45.1%;
    border-radius: 3px !important;
    background-color: white !important;
    left: 0px !important;
    width: 100% !important;
    top: 100% !important;
} 

.aramaklettin .tab-content {
		height:320px;
		padding:10px;
}

.aramaklettin p {
	font-size:12px
}

.aramaklettin .nav-tabs .nav-item {
    margin-bottom: 5px;
    font-weight: 500;
	margin:5px;
    font-size: 13px;
}


.girisveuyeol {
	width:70%;
	float:left;
}

.siteveenglish {
	width:30%;
	float:left;
}


.anakatman-head {
	right:20px;
}

.ust-menu {
	margin-top:-20px
}

.rssicons {
	width:40px;
	height:40px;
	position:absolute;
	top:-15px;
	right:0;
}

.baskanjk img {
	float:left!important;
	padding-right:15px!important;
}

.labduyuru .slick-dots li button:before {
  font-size: 12px;
  color:#0a7dbe;
}

.labduyuru .slick-dots li.slick-active button:before {
  opacity: .75;
  color:#0a7dbe;
}

.labduyuru {
  background-color:azure;

  min-height:1px;
  height:auto;
}

.labduyuru p {
padding:15px;
font-weight:500!important;
font-size:16px!important;
margin-bottom:0px;
}



.flat {
  cursor: pointer;
}

#logout-dp {
  min-width: 200px;
  padding: 10px 0px 10px 0px;
  left: -134px;
  top: 35px;
  background-color: rgba(255, 255, 255, 1);
}

#logout-dp a {
  color: black;
  font-size: 13px !important;
}

#logout-dp label {
  margin-top: 15px;
  color:black;
}

#logout-dp button {
  padding: 8px;
  height: 38px;
  background: #0a7dbe;
  border: 1px solid #0a7dbe;
}

#logout-dp button:hover {
  padding: 8px;
  height: 38px;
}

#logout-dp a {
  position: relative;
  top: 0px;
  width:100%;
  display:block;
  float: left;
  font-size: 13px;
}

#logout-dp.dropdown-menu ul {
  background-color:white;
  color:#626262;
  padding:0px;
}

#logout-dp.dropdown-menu li {
  background-color:white;
  color:#626262;
  padding:10px;
  font-size:14px;
}

#logout-dp.dropdown-menu li:hover {
  background-color:#0b7dbe;
  color:white;
}

#logout-dp.dropdown-menu li:hover i{
  color:white!important;
}

#logout-dp .form-control {
  font-size: 13px;
  height: 38px;
}

#logout-dp .help-block {
  font-size: 13px
}

#logout-dp span {
  font-size: 13px
}

#logout-dp .bottom {
  background-color: rgba(255, 255, 255, );
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px;
}

#logout-dp .form-group {
  margin-bottom: 5px;
  margin-top:5px;
}

#login-dp {
  min-width: 280px;
  padding: 10px 0px 10px 0px;
  left: -185px;
  top: 35px;
  background-color: rgba(255, 255, 255, 1);
}

.caret2:after {
  content: "";
  position: absolute;
  width: 0;
  top: -10px;
  right: 40px;
  z-index: 8999;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

#login-dp a {
  color: black;
  font-size: 13px !important;
}

#login-dp label {
  margin-top: 15px;
  color:black;
}

#login-dp button {
  padding: 8px;
  height: 38px;
  background: #0a7dbe;
  border: 1px solid #0a7dbe;
}

#login-dp button:hover {
  padding: 8px;
  height: 38px;
}

#login-dp a {
  position: relative;
  top: 15px;
  font-weight:500;
  float: left;
  font-size: 13px;
}


#login-dp .form-control {
  font-size: 13px;
  height: 38px;
}

#login-dp .help-block {
  font-size: 13px
}

#login-dp span {
  font-size: 13px;
  font-weight:500;
}

#login-dp .bottom {
  background-color: rgba(255, 255, 255, );
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px;
}

#login-dp .form-group {
  margin-bottom: 5px;
  margin-top:5px;
}

.yonetim-title img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.radio-inline span {
  position: relative;
  top: -5px;
  padding-right: 10px;
  left: 5px;
}

.modal .table-responsive {
  margin-bottom: 0px
}

.daireclass {
  cursor: pointer;
  display: inline-block;
  background: linear-gradient(#00a5ed, #0c7cbc);
  height: 35px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  width: 35px;
}

.daireclass h6 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
}

.projeayarlar p {
  font-size: 16px !important
}

.projeayarlar span {
  padding-left: 15px;
  font-size: 14px
}

.amcharts-chart-div a {
  display: none !important;
}

.grafikler .card {
  padding: 10px
}

.grafikler .row {
  display: flex;
}

.nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
  color: #fff;
  background-color: #0a86c8;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(29, 30, 31, 0.5);
  transition: 0.8s ease;
}

.photo-gallery {
  position: relative;
  width: 100%;
}

.photo-gallery:hover .overlay {
  opacity: 1;
}

.overlay .icon {
  color: white;
  font-size: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-user:hover {
  color: #eee;
}

.photo-gallery {
  margin-bottom: 30px;
}


.content-icerisi {
  padding-left: 0px;
  padding-right: 0px;
}

.tab-content {
  position: relative;
  height: 100%;
  overflow: auto;
  padding: 25px;
  border: 1px solid #dedede;
}

.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: linear-gradient(#00a5ed, #0c7cbc);
  color: #fff;
}

.nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #f6f6f6;
  color: #4b4b4b;
  margin-right: 10px;
  padding: 14px 16px;
}

.nav-tabs .nav-item {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
}

.tab {
  float: left;
  padding: 5px;
  width: 27%;
}

.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 16px 14px;
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  border: 1px solid #ececec;
  margin-bottom: 5px;
  text-align: left;
  cursor: pointer;

}

.tab button:hover {
  background: linear-gradient(#0c7cbc, #00a5ed);
  color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background: linear-gradient(#00a5ed, #0c7cbc);
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 73%;
  border-left: none;
}


.baglantilar p {
  margin-bottom: 5px !important
}

.odendi {
  background-color: green;
  color: white;
  font-weight: 600;
}

.odenmedi {
  background-color: red;
  color: white;
  font-weight: 600;
}

.odenentutar {
  font-weight: 600;
  color: green;
}

.odenmeyentutar {
  font-weight: 600;
  color: red;
}

.criticalnote {
  color: red;
  font-weight: 800;
  font-size: 25px;
}

.mapmarker {
  margin: 0 auto;
  display: block;
  cursor: pointer;
  width: 21px
}

.close:focus,
.close:hover {
  opacity: 0.5
}

.table-responsive {
  margin-bottom: 50px;
  z-index: 0;
}

.arizatakip {
  margin-top: 15px
}

.arizatakip p {
  margin-bottom: 3px !important;
}

.sonucgoster td:last-child {
  text-align: left;
}

.sonucgoster td:first-child {
  width: 100px;
}

.sonucgoster p {
  margin-bottom: 5px !important
}

input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5);
  /* IE */
  -moz-transform: scale(1.5);
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
  padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext {
  /* Checkbox text */
  font-size: 80%;
  display: inline;
}

.tablobaslik {
  right: 2%;
  z-index: 1;
  left: 2%;
  height: 46px;
  top: -20px;
  border-radius: 5px;
  background: linear-gradient(#00a5ed, #0c7cbc);
  position: absolute;
}


.tablobaslik p {
  color: white !important;
  padding: 10px;
  font-size: 16px !important;
  line-height: 25px !important;
  margin-bottom: 0px !important;
}


.tablosecim {
  display: block;
  margin: 0 auto;
}

#HaberTable p {
  margin-bottom: 10px
}

#HaberTable tbody tr td:last-child {
  text-align: left
}

.pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

#HaberTable td,
th {
  border-top: 0px;
  padding: 0px;
}

.tahakkukayar {
  margin-top: 25px;
  margin-bottom: 10px
}

#YillikTahahkkuk&gt;thead&gt;tr {
  border: 1px solid #000 !important;
}

#YillikTahakkuk&gt;thead&gt;tr&gt;th {
  border-bottom: 1px solid #000;
  font-weight: 600;
  color: white;
  background-color: #057db7;
}

#YillikTahakkuk tr:nth-child(even) {
  background-color: #057db7;
  font-weight: 600;
}

#YillikTahakkuk tr:nth-child(even) td {
 color:white;
}

#YillikTahakkuk.table-bordered td {
  border: 1px solid #000;
}


#YillikTahakkuk.table-bordered th {
  border: 1px solid #000;
}

.page-link {
  font-size: 17px
}

.page-link:hover {
  color: #000;
}

.page-item.active .page-link {
  background: linear-gradient(#00a5ed, #0c7cbc)
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-link:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .75);
}

.btn {
  border-radius: 0
}

.haberdetay .photo-gallery {
  padding: 15px
}

/* FAQ's Accordions Styles Starts */

#accordion-faqs .panel {
  margin-top: 10px;
  border: 1px solid #dedede;
  padding: 15px;
}

#accordion-faqs .panel-group .panel {
  border-radius: 0px
}

#accordion-faqs .panel-heading {
  padding: 18px 30px 8px 20px;
  background-color: #f4f4f7;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#accordion-faqs .panel-heading.active {
  background: linear-gradient(#00a5ed, #0c7cbc);
  color: #fff !important;
}

#accordion-faqs .panel-heading.active a {

  color: #fff !important;
}

#accordion-faqs .panel-body p {
  padding-left: 20px;
  margin-bottom: 15px;
}


#accordion-faqs .panel-body h4 {
  padding-left: 20px
}

#accordion-faqs .panel-heading.active span {
  color: #fff !important;
}

#accordion-faqs .panel-title {
  font-size: 20px;
}

#accordion-faqs .panel-title,
#accordion-faqs .panel-title a,
#accordion-faqs .panel-title a:hover,
#accordion-faqs .panel-title a:focus {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

#accordion-faqs .panel-title .fa {
  margin-top: -15px;
  margin-right: -30px;
  padding: 15px 15px;
  color: #000;
  background-color: transparent;
}

#accordion-faqs .panel-body {
  padding: 20px 0px 0px;
  background-color: #fff;
  border: none;
}

.atiksu {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 1px;
}

.tarihisu {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
}

.selvitopu {
  padding-left: 0.666px;
  padding-right: 0.666px;
}

.firstcharacter {
  font-family: "Times New Roman", Times, serif;
  float: left;
  font-size: 68px;
  line-height: 60px;
  color: #0a81c3;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.istatistik-title {
  display: block;
  margin: 0 auto;
  background-color: azure;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  min-height: 285px;
  text-align: center;
  margin-bottom: 10px;
}

.rss-title {
  display: block;
  margin: 0 auto;
  background-color: azure;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  min-height: 215px;
  text-align: center;
  margin-bottom: 10px;
}


.istatistik-title h4 {
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.istatistik-title p {
  line-height: 18px !important;
  display: block;
  margin: 5px;
  padding-top: 10px;
  font-weight: 500 !important;
  text-align: center !important;
  margin-bottom: 0px !important;
}

.yonetim-title {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}

.yonetim-title h4 {
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.yonetim-title p {
  display: block;
  margin: 5px;
  padding-top: 10px;
  font-weight: 500 !important;
  text-align: center !important;
  margin-bottom: 10px !important;
}

#myDIV {
  width: 90%;
  right: 0;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  text-align: right;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  background-color: #23272a;
}

#myDIV span {
  font-size: 12px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  float: right;
  text-align: right;
  font-weight: 400;
}

.tooltip-image {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 4;
  right: 0;
}

#navbar-menu ul li.nav-devider:last-child {
  margin-bottom: 0px;
}

.icsayfa-su {
  width: 100%;
  position: relative;
  height: 100px;
  background-color: #23272a;
}

.icsayfa-su img {
  float: right;
  padding-top: 20px;
}

.icsayfa-su p {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: right;
  float: right;
  padding-right: 40px;
  padding-top: 25px;
}

.slick-dotted.slick-slider {
margin-bottom:0px
}

.slick-dots li {
	z-index:1
}

.ha-waypoint {
  position: absolute;
  top:101vh;
}

.header-move-down {
  margin-top: 0px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;

}

.header-move-up {
  margin-top: -125px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  right: 0;
  position: absolute;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  top: 30px;
  color: #fff;
  font-size: 14px;
  float: right;
  background-color: transparent;
  border-radius: .25rem;
}

.static-content {
  width: 100%;
  padding-top: 10px;
  min-height: 667px;
  padding-bottom: 20px;
  position: relative;
  display: inline-block
}

.static-content p {
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  display: block;
  color: #2d2f30;
  line-height: 25px;
  margin-bottom: 30px;
}

.static-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.content-header {
  width: 100%;
  position: relative;
  height: 93px;
  z-index: 1;
  margin-bottom: 30px;
  background-color: #23272a;
}

.content-header h3 {
  font-weight: 600;
  padding-top: 35px;
  font-size: 22px;
  color: #fff;
}


.anahtar-kelimeler {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
}

.anahtar-kelimeler p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding-top: 5px;
  margin-left: 25px;
  display: inline-block;
  font-style: italic;
}

.anahtar-kelimeler a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.anahtar-kelimeler a:hover {
  color: #000
}



.news-four .slick-dots {
  bottom: -30px;
}

.news-four .slick-dots li.slick-active button:before {
  opacity: .75;
  color: white;
}

.news-four .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.news-four .slick-dots li button:before {
  font-size: 11px;
  color: grey;
}

.haber-part {
  height:330px;
  background-color:grey
}


.haberkolon {
  width: 100%;
  height: 330px;
  background: linear-gradient(141deg, #eaeaeb 0%, #f1f1f2 51%, #f9f9f9 75%);
}



.haberkolon h3 {
  font-size: 16px;
  line-height: 19px;
  color: #121313;
  font-weight: 600
}

.haberkolon p {
  font-size: 13px;
  line-height: 17px;
  color: #333333;
  font-weight: 500;
  margin-bottom:0px;
}

.haberkolon a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #0e0f0f;
}

.haberkolon img {
  padding: 18px;
  }


.columnfive {
  width: 16.66%;
  position: relative;
  min-height: 1px;
  padding-top: 4px;
  float: left
}

.yonetim {
  width: 100%;
}

.orta-uclu {
  width: 100%;
}

.onlineislemler {
  width: 100%;
}
.haberler {
  width: 100%;
}

.bilgimerkezi {
 width:100%;
}


.onlinedortlu {
  width: 100%;
  position: relative;
  float: left;
  height: 9.8vw;
}


.kutu-bir {
  background-image: url(../images/online-islemler/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
}


.kutu-bir h3 {
  font-size: 17px;
  line-height: 26px;
  color: #236e5f;
  width: 9.1vw;
  font-weight: 600;
  padding-top: 15%;
  padding-left: 10%;
}

.kutu-iki {
  background-image: url(../images/online-islemler/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.kutu-iki h3 {
  font-size: 21px;
  line-height: 26px;
  color: #523f86;
  font-weight: 600;
  padding-top: 15%;
  padding-left: 10%;
}

.kutu-uc {
  background-image: url(../images/online-islemler/bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.kutu-uc h3 {
  font-size: 21px;
  line-height: 26px;
  color: #306f96;
  font-weight: 600;
  padding-top: 15%;
  padding-left: 10%;
}

.kutu-dort {
  background-image: url(../images/online-islemler/bg4.png);
  background-repeat: no-repeat;
  background-size: cover;
}



.kutu-dort h3 {
  font-size: 21px;
  line-height: 26px;
  color: #f95487;
  font-weight: 600;
  padding-top: 15%;
  padding-left: 10%;
}

.kutu-bes {
  background-image: url(../images/online-islemler/bg5.png);
  background-repeat: no-repeat;
  background-size: cover;
}



.kutu-bes h3 {
  font-size: 19px;
  line-height: 26px;
  color: #f2a33b;
  font-weight: 600;
  padding-top: 15%;
  padding-left: 10%;
}

.kutu-alti {
  background-image: url(../images/online-islemler/bg6.png);
  background-repeat: no-repeat;
  background-size: cover;
}



.kutu-alti h3 {
  font-size: 19px;
  line-height: 26px;
  color: #25b1a9;
  font-weight: 600;
  padding-top: 15%;
  padding-left: 10%;
}

.kutu-yedi {
  background-image: url(../images/online-islemler/bg7.png);
  background-repeat: no-repeat;
  background-size: cover;
}



.kutu-yedi h3 {
  font-size: 19px;
  line-height: 26px;
  color: #ee5e5e;
  font-weight: 600;
  padding-top: 20%;
  padding-left: 10%;
}

.kutu-sekiz {
  background-image: url(../images/online-islemler/bg8.png);
  background-repeat: no-repeat;
  background-size: cover;
}



.kutu-sekiz h3 {
  font-size: 19px;
  line-height: 26px;
  color: #5f6167;
  font-weight: 600;
  padding-top: 15%;
  padding-left: 10%;
}

.kutu-dokuz {
  background-image: url(../images/online-islemler/bg9.png);
  background-repeat: no-repeat;
  background-size: cover;
}



.kutu-dokuz h3 {
  font-size: 19px;
  line-height: 26px;
  color: #b660f2;
  font-weight: 600;
  padding-top: 15%;
  padding-left: 10%;
}



.kutu-bir:hover {
  background-image: url(../images/online-islemler/bg1-hover.png);
  transition: 1.1s;
}



.kutu-bir:hover h3 {
  color: white;
}

.kutu-iki:hover {
  background-image: url(../images/online-islemler/bg2-hover.png);
  transition: 1.1s;
}

.kutu-iki:hover h3 {
  color: white;
}

.kutu-uc:hover {
  background-image: url(../images/online-islemler/bg3-hover.png);
  transition: 1.1s;
}

.kutu-uc:hover h3 {
  color: white;
}

.kutu-dort:hover {
  background-image: url(../images/online-islemler/bg4-hover.png);
  transition: 1.1s;
}

.kutu-dort:hover h3 {
  color: white;
}

.kutu-bes:hover {
  background-image: url(../images/online-islemler/bg5-hover.png);
  transition: 1.1s;
}

.kutu-bes:hover h3 {
  color: white;
}

.kutu-alti:hover {
  background-image: url(../images/online-islemler/bg6-hover.png);
  transition: 1.1s;
}

.kutu-alti:hover h3 {
  color: white;
}

.kutu-yedi:hover {
  background-image: url(../images/online-islemler/bg7-hover.png);
  transition: 1.1s;
}

.kutu-yedi:hover h3 {
  color: white;
}


.kutu-sekiz:hover {
  background-image: url(../images/online-islemler/bg8-hover.png);
  transition: 1.1s;
}

.kutu-sekiz:hover h3 {
  color: white;
}

.kutu-dokuz:hover {
  background-image: url(../images/online-islemler/bg9-hover.png);
  transition: 1.1s;
}

.kutu-dokuz:hover h3 {
  color: white;
}


.onlinebesli {
  width: 100%;
  border-radius: 4px;
  position: relative;
  float: left;
  height: 190px
}
.randevuAl a {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid;
    text-align: right;
    float: none;
}


.sukesintiduyurulari {
  width: 25%;
  position: relative;
  float: left;
  min-height: 319.6px;
  background: linear-gradient(#fbfbfb, #f6f6f6);
  border: 1px solid #e9eaea;
}

.sukesintiduyurulari img {
  margin: 0 auto;
  display: block;
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
}

.digerbilgiler img {
  margin: 0 auto;
  display: block;
  padding-top: 30px;
  padding-bottom: 5px;
  text-align: center;
}

.sukesintiduyurulari h3 {
  font-size: 21px;
  font-weight: 700;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
  color: #2a2a2a;
}

.digerbilgiler h3 {
  font-size: 13px;
  font-weight: 700;
  padding: 16px;
  vertical-align: middle;
  text-align: center;
  color: #2a2a2a;
}

.digerbilgiler {
  width: 75%;
  position: relative;
  float: left;
  padding: 0px 1px 2px 1px;
}

.digerbilgiler div:hover {
  background: linear-gradient(#00a5ed, #0c7cbc);
  border: 1px solid #0c7cbc
}

.digerbilgiler div:hover h3 {
  color: #fff;
}

.sukesintiduyurulari:hover {
  background: linear-gradient(#00a5ed, #0c7cbc);
  border: 1px solid #0c7cbc
}

.sukesintiduyurulari:hover h3 {
  color: #fff;
}


.sukesintiduyurulari:hover img.image {
  display: none;
}

.sukesintiduyurulari img.hover {
  display: none;
}

.sukesintiduyurulari:hover img.hover {
  display: block;
}



.digerbilgiler div:hover img.image {
  display: none;
}

.digerbilgiler div img.hover {
  display: none;
}

.digerbilgiler div:hover img.hover {
  display: block;
}


.kolon-a {
  width: 32.25%;
  position: relative;
  float: left;
  background: linear-gradient(#fbfbfb, #f6f6f6);
  border: 1px solid #e9eaea;

}

.kolon-b {
  width: 21.25%;
  position: relative;
  background: linear-gradient(#fbfbfb, #f6f6f6);
  border: 1px solid #e9eaea;
  float: left;

}

.kolon-c {
  width: 25.25%;
  position: relative;
  float: left;
  background: linear-gradient(#fbfbfb, #f6f6f6);
  border: 1px solid #e9eaea;

}

.kolon-d {
  width: 21.25%;
  position: relative;
  float: left;
  background: linear-gradient(#fbfbfb, #f6f6f6);
  border: 1px solid #e9eaea;
}



.homepage-article-title {
  font-size: 22px;
  font-weight: 800;
  position: relative;
  color: #3e3f41;
  float:left;
  width:100%;
  line-height:33px;
  margin-top: -41px;
  margin-bottom: .5rem;
}

.mobil-header {
  display: none
}



.slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-next {
  right: 0px;
  z-index: 1;
}

.slick-dots {
  bottom: 0px
}

.slick-dots li button:before {
  font-size: 11px;
  color: white;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: white;
}

.haber-detay .slick-dots li button:before {
  font-size: 8px;
  color: black;
}

.haber-detay .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.slick-slides .img-part img {
  margin: 0px;
  padding: 0px;
}

.slick-slides .img-part-ic img {
  margin: -0.5px;
  padding: 0.5px;
}

.slick-slides .img-part {
  overflow: hidden;
  height: 100%;
  width: 100%;
  font-size: 22px;
  position: relative;
  display: block;
  outline: 0px !important;
}

.slick-slides .img-part-ic {
  overflow: hidden;
  height: 100%;
  width: 100%;
  font-size: 22px;
  position: relative;
  outline: 0px !important;
  display: block;
}

.slick-slides .img-part .img_description h2 {
  font-size: 36px;
}

.slick-slides .img-part .img_description h3 {
  /*font-size: 22px;
  margin-top: 10px;
  margin-bottom: 25px;*/
  font-weight: 700;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.slick-slides .img-part .icerisi {
  padding: 15px;
  min-height: 255px;
}

.slick-slides .img-part .icerisi h2 {
  font-size: 21.8px;
  margin-top: 0px;
  color: #000;
}

.slick-slides .img-part .icerisi p {
  font-size: 13.08px;
  color: #000;
  font-weight: 600;
  margin: 0px;
}

.slick-slides .img-part .icerisi h1 {
  font-size: 17.44px;
  font-weight: 600;
}

.slick-slides .img-part-ic .img_description {
  visibility: hidden;
  position: absolute;
}

.img-part-ic:hover .img_description_layer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.70);
  color: #000;
  font-weight: 400;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.slick-slides .img-part-ic:hover .img_description {
  padding: 13px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: table;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  visibility: visible;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
}

.slick-slides .img-part-ic:hover .img_description p {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}

.slick-slides .img-part .img_description {
  visibility: hidden;
  position: absolute;
}

.slick-slides .img-part .img_description {
  padding: 20px;
  top: 10px;
  left: 0;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  font-family: 'Montserrat', sans-serif;
  visibility: visible;
  text-align: left;
  font-size: 16px;
  /*text-align: justify;*/
  font-weight: 500;
  background: transparent;
  position: absolute;
}

.haber-part img {
	width:100%;
}

.img-part .img_description_layer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.50);*/
  color: #fff;
  font-weight: 400;
  visibility: visible;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}


.haber-part .img_description_layer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  font-weight: 400;
  visibility: visible;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.haber-part .img_description {
  padding: 5px;
  top: 5px;
  left: 0;
  width: 94%;
  margin-right: 3%;
  margin-left: 3%;
  font-family: 'Montserrat', sans-serif;
  visibility: visible;
  text-align: left;
  font-size: 16px;
  text-align: justify;
  font-weight: 500;
  background: transparent;
  position: relative;
}

.uclu1-part .img_description_layer {
  position: absolute;
  top: 50px;
  left: auto;
  right: 0;
  width: 77%;
  height: 65px;
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  font-weight: 400;
  visibility: visible;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.uclu1-part .img_description {
  padding: 5px;
  top: 15px;
  left: 0;
  width: 94%;
  margin-right: 3%;
  margin-left: 3%;
  font-family: 'Montserrat', sans-serif;
  visibility: visible;
  text-align: left;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  background: transparent;
  position: absolute;
}
@media screen and (max-width: 1805px) {
    .sukesintiduyurulari h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
  .mobil-header {
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0;
    position: fixed;
    height: auto;
    overflow: hidden;
    background-color: whitesmoke;
    border-bottom: 1px solid black;
}
}

@media screen and (max-width: 768px) {
.footer {
  height: auto!important;
  text-align: center!important;
  padding: 15px!important;
}
.news-four .img_description_layer h3 {
  font-size:14px!important;
}
.news-four .img_description_layer p {
  font-size:13px!important;
}
.ust-ortalama a {
  font-size:13px!important;
}
}

@media screen and (max-width: 480px) {
  .news-four .img_description_layer {
    left:2%!important;
    right:2%!important;
    width:96%!important;
  }
  .anahtar-kelimeler a {
    font-size: 11px;
    margin-left: 2.5px;
    margin-right: 2.5px;
}
.duyuru h3 {
  font-size:13px!important
}
.anahtar-kelimeler p {
  font-size: 11px;
  margin-left:0px;
}
}


@media screen and (max-width: 414px) {
  .anahtar-kelimeler a {
    font-size: 11px;
    margin-left: 4.5px;
    margin-right: 4.5px;
}
.anahtar-kelimeler p {
  font-size: 12px;
  margin-left:0px;
  margin-right:6px;
}
}

@media screen and (max-width: 390px) {
  .anahtar-kelimeler a {
    font-size: 11px;
    margin-left: 3.5px;
    margin-right: 3.5px;
}
.anahtar-kelimeler p {
  font-size: 11px;
  margin-left:0px;
  margin-right:5px;
}
}

@media screen and (max-width: 375px) {
  .anahtar-kelimeler a {
    font-size: 11px;
    margin-left: 2.5px;
    margin-right: 2.5px;
}
.anahtar-kelimeler p {
  font-size: 11px;
  margin-left:0px;
  margin-right:0px;
}
}

@media screen and (max-width: 360px) {
  .anahtar-kelimeler a {
    font-size: 11px;
    margin-left: 2px;
    margin-right: 2px;
}
.anahtar-kelimeler p {
  font-size: 10px;
  margin-left:0px;
}
}


@media screen and (max-width: 320px) {
  .anahtar-kelimeler a {
    font-size: 9px;
    margin-left: 2px;
    margin-right: 2px;
}
.anahtar-kelimeler p {
  font-size: 9px;
  margin-left:0px;
}
}
</pre></body></html>