body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  min-height: 100vh;
  position: relative;
  background-image: url("../images/pattern.png") !important;
  background-repeat: repeat;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  width: 100%;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a,
a:hover {
  text-decoration: none !important;
}

.top-bar {
  padding: 0.1rem 0 0.1rem 0;
  background: #25605f;
}
.top-bar a {
  color: white;
}
.top-bar a:hover {
  color: #40aead;
}
.btn-ara{
  background-color: #40aead !important;
  border-color: #40aead !important;
}
.site-navbar .toggle-button {
  position: absolute;
  right: 10px;
}
.site-navbar .site-logo {
  position: absolute;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}
.logoimg{
  height: 70px;
  transition: transform 0.3s;
}
.faicon{
    margin-top: 3px;
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active {
  color: #40aead !important;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  color: #000 !important;
  display: inline-block;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #40aead;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\f078";
  font-size: 13px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "fontAwesome";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #40aead;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #40aead !important;
  background: #f8f9fa;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 300px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\f054";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #40aead;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 20px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 40px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #40aead;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #40aead;
}
.nav-link{
    font-size:14px !important;
}
.main-menu > li{
    font-size:14px !important;
}
.dropdown > li {
    font-size:14px !important;
}
.ata{
  margin-left: -70px;
  width: 180px;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 11px;
  z-index: 20;
  font-family: "fontAwesome";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 18px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 14px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 14px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar {
  background: #fff;
}
.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}
.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.sticky-wrapper .site-navbar ul li a.active {
  color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #40aead;
}
.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #40aead !important;
}
.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.icon-menu:before {
  content: "\f0c9";
  font-family: "fontAwesome";
  color: #40aead;
}
.icon-close2:before {
  content: "\f00d";
  font-family: "fontAwesome";
  color: #40aead;
}

.carousel-caption {
  font-size: 0.9em !important;
  max-width: 100%;
  bottom: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  left: 0;
}
.carousel-indicators {
  bottom: -10px;
}
.haber {
  min-height: 100px;
}
.haber a {
  color: black;
  font-size: 10px !important;
}
.haber:hover a {
  color: #40aead !important;
}
.newstitle a{
  font-size: 18px;
  font-weight: bold;
  color: #24605f !important
}
.newscontent{
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  text-align: justify;
  color: black !important;
}
.newsul{
  border-right:1px solid #eeeeee;
  border-left:1px solid #eeeeee;
}
.newscap{
  border-bottom: 2px solid #24605f;
}
.newsrow{
  background-color:white;
  margin-top: 1%;
  min-height:400px;
  padding-top: 10px;
}

.news{
  margin-top: 20px;
}
.meta{
  margin:5px 0 5px 0;
  font-size: 10pt;
}
.metakategori{
  argin:5px 0 5px 0;
  font-size: 10pt;
}
.pagination a{
  color: #24605f !important;
  font-weight: bold;
}
.pagination li.active{
  color: #24605f !important
}
.pagination li.active a{
  color: #24605f !important
  background: #24605f !important;

}
.devaminioku{
  background-color: white;
  color:#24605f;
  border: 1px solid #24605f;
  width: 100px;
  height: 30px;
  float: right;
  text-align: center;
  line-height: 30px;
  transition:All 0.3s ease;
  -webkit-transition:All 0.3s ease;
  -moz-transition:All 0.3s ease;
  -o-transition:All 0.3s ease;
}
.devaminioku:hover{
  background: #24605f;
  color:white;
  border: 1px solid white;
}
.tarih {
  font-size: 10px !important;
}
.list-group-item {
  border-bottom: 1px #c6f0ef solid !important;
}
.justify-content-between h6 {
  font-size: 14px !important;
}
.ehizmetpanel {
  background-color: white;
  margin-top: 1%;
  padding-top: 10px;
  padding-bottom: 1%;
}
.ehizmet a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  overflow: hidden;
  height: 150px;
  position: relative;
  margin-bottom: 1%;
}
.ehizmet a .img {
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 100%;
  filter: brightness(40%);
}
.ehizmet:hover a .img {
  filter: brightness(70%);
}
.ehizmet a .hgroup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  margin: 10px 0;
}
.ehizmet a .hgroup .text {
  color: white;
  font-size: 11px;
  max-width: 250px;
  margin: 10px 0 0 0;
  line-height: 20px;
  padding: 0 15px;
}
.ehizmet a .hgroup h4 {
  color: white;
  font-size: 1.3rem !important;
}
.baskan_box {
  background-color: white;
  border-left: 1px solid #40aead;
}
.baskan_name {
  font-size: 1rem !important;
}
.baskan_title {
  font-size: 0.9rem !important;
  font-style: italic !important;
}
.baskan_detail {
  font-size: 0.8rem !important;
  color: #40aead !important;
}
.baskan_detail:hover {
  text-decoration: underline;
}
.themecolor {
  color: #40aead !important;
}
.themecolor:hover {
  font-weight: bolder;
}
.swiper {
  width: 100%;
  height: 100%;
  margin-top: 5px;
}

.swiper-slide {
  border: 1px solid #dcebeb;
  height: 110px;
  font-size: 13px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.swiper-slide:hover {
  background-color: #dcebeb;
  cursor: pointer;
}
.swiper-slide img {
  height: 80px;
  width: 80px;
  margin: 10px 5px;
}
.swiper-slide:hover img {
  transform: scale(1.05);
}

.footer {
  padding-top: 20px;
  position: relative;
  bottom: 0;
  width: 100%;
  min-height: 25rem;
  background-color: #f5f5f5;
}
.footer ul {
  padding-left: 0 !important;
}
.footer ul li{
  list-style: none;
  padding-bottom: 5px;
  font-size: 14px;
  color: black;
}
.footer a li:hover{
  padding-left: 4px;
}
.footer-menu-title{
  font-weight: bold;
  font-size:16px;
  margin-top:2rem;
}
.map{
  margin-top:2rem;
  font-size: 14px;
}
.fa-angle-right{
  line-height: 1.5 !important;
  margin-right: 2px;
  margin-left: 2px;
}
.breadcrumb li a{
  color:#24605f;
}
.breadcrumb li a:hover{
  color:#40aead;
}
.background {
  background-image: url("../images/baskanlik.jpeg");
  background-color: transparent;
  position: relative;
  padding: 100px 0 150px 0;
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size:100% auto;
}

.layer {
  background-color: rgba(247, 247, 247, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.altbar {
  width: 100%;
  height: 24rem;
  font-size: 15px;
  color: black;
  padding: 1rem 1rem;
}
.icon {
  font-size: 25px;
  font-weight: bold;
}
.hizli-baglantilar{
    margin-left: -15px;
    margin-right: -15px;
}
.hizli-baglantilar-nav {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f5f6;
    -webkit-box-shadow: 0 5px 3px #fafafa;
    box-shadow: 0 5px 3px #fafafa;
}
.hizli-baglantilar-menu 
{
    width: 100%;
    text-align: center;
    line-height: 0;
    font-size: 0;
    margin:0;
    padding:0;
    display:flex;
}
.hizli-baglanti
{
    display: inline-block;
    vertical-align: top;
    margin: 0 0;
    border-right: .1rem #ccc solid;
    padding:.5rem;
}
.hizli-baglanti:last-child { 
  margin-right:0; border:none;
}
.hizli-baglanti a
{
    width: 100%;
    position: relative;
    text-align: center;
    border-radius: 1px;
    background-color: none;
    display:inline-block;
    border:1px solid #fff;
    cursor:pointer;
    transition: all .25s ease-in-out;
}
.hizli-baglanti a:hover
{
    border-radius:.4rem;
}
.hizli-baglanti a:hover img 
{
    transform:scale(1.25);
}
.hizli-baglanti a:hover 
{
    background-color:#f1f5f6;
}
.hizli-baglanti a:hover span { filter: contrast(200%);}
.hizli-baglanti a img
{
    height:120px;
    padding-top:15px;
    margin-bottom:35px;
    transition: all .4s cubic-bezier(.77,0,.175,1);
}
.hizli-baglanti a span 
{
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    font-size: 14px;
    font-size: 11pt;
    color:#000;
    font-weight: 600;
    line-height: 20px;
    padding: 0 0;
}
.cookie-disclaimer {
  background: #000000;
  color: #FFF;
  font-size: 10px !important;
  opacity: 0.9;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  position: fixed;
}
.cookie-disclaimer .container {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 3px;
  cursor: pointer;
}
.image-gallery{
  margin-bottom:0.5rem;
}
.accept-cookie{
     font-size: 8px;
}
.adv{
   background-color: #25605f; 
   color:white;
   font-size:0.7rem;
   bottom: 0;
}
@media (max-width: 768px) {
  footer {
    min-height: 500px;
  }

  .altbar {
    padding: 1rem;
  }
  .baskanimg{
    margin-left: 30%;
  }
  .cookie-disclaimer{
    display: none;
  }
  .faicon{
    margin-right: 5px;
  }
  .baskan_box {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .background {
    background-image: url("../images/pattern.png") !important;
    background-repeat: repeat;
  }
  .adres{
    display: none;
  }
    .adv {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .ata {
    display: block;
  } /* hide it on larger screens */
}

@media (max-width: 1480px) {
  .sliderclass{
    margin-top: 1% !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1199px) {
  .ata {
    display: none;
  }
  .nav-link{
    font-size:12px !important;
  }
  .main-menu > li{
      font-size:12px !important;
  }
  .dropdown > li {
      font-size:12px !important;
  }
}

