@font-face{
  font-family:"Calibri";
  src:url('../fonts/calibri.eot');
  src:url('../fonts/calibrid41d.eot?#iefix') format('embedded-opentype'),
  url('../fonts/calibri.ttf') format('truetype'),
  url('../fonts/calibri.svg#svgFontName') format('svg');
}

body {
  background: #fff;
  color: #7b818c;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden; }

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

a,
a:focus,
button,
button:focus {
  outline: none; }
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Viewport yüksekliğinin tamamını kaplasın */
}

.img-fromtop {
  position: relative;
  overflow: hidden; }
.img-fromtop img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/* MAIN HEADER */
.main-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 35px;
  z-index: 13; }

.hdr-flag,
.logo {
  float: right; 
  margin-right: 5px;
}
.hdr-flag img,
.logo img {
  max-width: 100%; }


.justify-content-center {
  justify-content: center !important;
}


input.form {
  padding: 6px !important;
  border-radius: 6px !important;
}


/*MAX HEIGHT*/
@media (min-height: 760px) {
  .hdr-flag img, .logo img {
    max-height: 85px;
	  margin-left:10px;
  }
}

.ara-sonuc ul li {
  padding: 10px 5px;
  margin: 0 10px;
  display: flex !important;
  text-wrap-mode: nowrap;
}



.ara-sonuc ul li span {
display: contents !important;
  font-size: 10px;
}

.ara-sonuc ul li a {
  display: contents !important;
  color: #333 !important;
  font-size: 14px !important;
  padding: 0 !important;
  border-bottom: none !important;
  text-decoration: none;
  text-wrap-mode: wrap !important;
}

.mobile-logo-title {
  float: left;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 18px;
  display: none;
  padding-left: 10px;
}

.mobile-logo-title a {
  color: #fff;
}


a.main-nav-link:hover {
  text-decoration: none;
	
}

.main-nav {
    /** margin-top:67px; **/
    padding: 5px 45px 5px 30px;
    float: left;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #a9051a 33%);
}
.main-nav > ul,
.main-nav > ul > li {
  float: left;

}

.main-nav > ul,
.main-nav > ul > li a {
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;

}

.main-nav > ul,
.main-nav > ul > li a:hover {
  color: #333;

}

.main-nav > ul,
.main-nav > ul > li:last-child a{
  border-right: none;

}

.main-nav-link {
  position: relative;
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  padding: 10px 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;

}
/*.main-nav-link:hover, .main-nav-link:focus {
  color: #ffca0d; }
.main-nav-link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 12px;
  right: 12px;
  border-bottom: 3px solid #ffca0d;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.main-nav-link:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);


}*/

.main-nav:hover ul li:not(:hover) .main-nav-link {
}

.main-nav.menu-active .main-nav-link {
  color: #d6d6d6 !important; }

.main-header.inner-page:not(.image-bg) .hamburger-menu {
  color: #333; }

.main-header.inner-page:not(.image-bg) .main-nav-link {
  color: #fff; }
.main-header.inner-page:not(.image-bg) .main-nav-link:hover {
  color: #fff; }

.main-header.inner-page.image-bg {
  background: url("../assets_yeni/mg/header-news-bg.html") no-repeat left center;
  background-size: cover;
  padding-bottom: 10px; }
.main-header.inner-page.image-bg .main-nav {
  margin-top: 25px; }

header.main-header.image-bg .main-nav-link {
  color: #333;
}

.page-menu {
  position: relative;
  float: right;
  z-index: 3; }
.page-menu ul li {
  display: block;
  text-align: right; }

.page-menu-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
  margin-bottom: 20px; }

.page-menu-link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 7px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.page-menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -55px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  border-bottom: 2px solid #ffca0d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.page-menu-link:hover, .page-menu-link.active {
  color: #ffca0d; }
.page-menu-link:hover::after, .page-menu-link.active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }
.page-menu-link:focus {
  color: #fff; }

.fast-menu {
  position: absolute;
  left: 50px;
  bottom: 75px;
  z-index: 3; }
.fast-menu a {
  color: #e3e3e3;
  font-size: 18px; }
.fast-menu > a .sm-icon {
  margin-right: 10px; }
.fast-menu > a .sm-icon span {
  background-color: rgba(255, 202, 13, 0.6); }

.fast-menu .slider-menu {
  display: none;
  position: absolute;
  right: auto;
  left: 0;
  top: auto;
  bottom: 120%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  white-space: nowrap;
  z-index: 11; }
.fast-menu .slider-menu ul li {
  text-align: left; }
.fast-menu .slider-menu ul li::after {
  left: 37px;
  right: auto; }
.fast-menu .slider-menu ul li:not(:hover) .sm-icon span {
  background-color: rgba(255, 202, 13, 0.6); }

.navmenu-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 52.85%;
  background-color: #2d292e;
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 12; }

.navmenu-container.active .navmenu-bg {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.navmenu-close {
  position: absolute;
  top: 15px;
  left: calc(52.85% - 75px);
  width: 60px;
  height: 60px;
  background: #423f43 url("../../assets/img/nav-close-icon.png") no-repeat 50% 50%;
  cursor: pointer;
  z-index: 14;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.navmenu-container.active .navmenu-close {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s; }

.has-navdropdown {
  position: relative; }

.has-navdropdown.active .main-nav-link {
  color: #fff !important; }
.has-navdropdown.active .main-nav-link::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.navdropdown {
  position: absolute;
  top: 70px;
  left: 0;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
.navdropdown ul li {
  display: block;
  text-align: left;
  margin-bottom: 20px; }
.navdropdown ul li a {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  padding-right: 18px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.navdropdown ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  background-color: #6c6a6d;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.navdropdown ul li a:hover {
  color: #f2ab1e; }
.navdropdown ul li a:hover::after {
  background-color: #f2ab1e; }

.has-navdropdown.active .navdropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* FIXED SOCIAL */
.fixed-social {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 12; }
.fixed-social ul li {
  display: block;
  margin: 10px 0 20px 10px; }
.fixed-social ul li a {
  display: inline-block;
  color: #e3e3e3;
  font-size: 26px;
  line-height: 0.85;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.fixed-social ul li a i {
  position: relative;
  line-height: 0.9;
  overflow: hidden; }
.fixed-social ul li a i::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 21px;
  height: 18px;
  left: 1px;
  background: #fff;
  z-index: -1; }

.fixed-social .facebook {
  color: #3c599a; }

.fixed-social .twitter {
  color: #5ea9de; }

.fixed-social .youtube {
  color: #ce211f; }

.fixed-social .instagram {
  color: #e4405f; }
.fixed-social .instagram i::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 21px;
  height: 20px;
  left: 1px;
  background: #fff;
  border-radius: 7px;
  z-index: -1; }

.opinion-link {
  display: block;
  width: 150px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  background-color: #09c;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 10px 12px 10px 17px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.opinion-link .fas {
  position: relative;
  top: 2px;
  float: right;
  margin-left: 10px; }
.opinion-link:hover, .opinion-link:focus {
  color: #09c;
  background-color: #fff; }

.whatsapp-link {
  position: relative;
  display: block;
  width: 46px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
  background-color: #54C762;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 5px;
  cursor: pointer; }
.whatsapp-link .fab {
  position: relative;
  left: -3px;
  float: left;
  margin-left: 10px; }
.whatsapp-link.active {
  width: 305px; }

.whatsapp-toggle {
  position: relative;
  padding: 10px 12px 10px 10px;
  z-index: 11; }

.whatsapp-link-list {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  white-space: nowrap;
  background-color: #54C762;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 52px 0 20px 0;
  z-index: 10; }
.whatsapp-link-list a {
  display: block;
  color: #fff;
  padding: 0 20px 10px;
  line-height: 1;
  border-bottom: 1px solid #3ea74b;
  margin-bottom: 10px; }
.whatsapp-link-list a span {
  display: block;
  font-size: 17px;
  font-weight: 700; }


/* slider-menu-sol*/

.slider-menu-sol {
  position: absolute;
  /* left: 50px; */
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11; }

.slider-menu-sol ul li {
  position: relative;
  display: block;
  text-align: left;
  padding-bottom: 20px; }

.slider-menu-sol ul li::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 36px;
  border-left: 1px solid #89a1af;
  height: 16px; }

.slider-menu-sol ul li:last-child {
  padding: 0; }

.slider-menu-sol ul li:last-child::after {
  display: none; }

.slider-menu-sol ul li a {
  display: inline-block;
  color: #e3e3e3;
  font-size: 18px;
  vertical-align: middle;
  text-decoration: none;
}

.sm-icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  border: 6px solid rgba(209, 209, 209, 0.15);
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.sm-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1; }

.sm-icon span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #83a4b8;
  text-align: center;
  line-height: 43px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.sm-icon span img {
  display: inline-block;
  max-width: 100%;
  line-height: 46px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.slider-menu-sol ul li:hover .sm-icon img {
  -webkit-animation: toTopFromBottom 0.4s;
  animation: toTopFromBottom 0.4s; }

.slider-menu-sol ul li:hover .sm-icon span {
  border-color: #fff; }

.slider-menu-sol ul li:hover .sm-icon span img {
  -webkit-filter: brightness(100%) saturate(100%) invert(16%) sepia(93%) saturate(6447%) hue-rotate(-36deg) brightness(100%) contrast(85%);
  filter: brightness(100%) saturate(100%) invert(16%) sepia(93%) saturate(6447%) hue-rotate(-36deg) brightness(100%) contrast(85%); }

.slider-menu-sol ul li:hover .sm-icon::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  51% {
    opacity: 1; } }

@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  51% {
    opacity: 1; } }

/* SLIDER MENU */
.slider-menu {
  position: absolute;
  right: 50px;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11; }

.slider-menu ul li {
  position: relative;
  display: block;
  text-align: right;
  padding-bottom: 20px; }

.slider-menu ul li::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 36px;
  border-right: 1px solid #89a1af;
  height: 16px; }

.slider-menu ul li:last-child {
  padding: 0; }

.slider-menu ul li:last-child::after {
  display: none; }

.slider-menu ul li a {
  display: inline-block;
  color: #e3e3e3;
  font-size: 18px;
  vertical-align: middle;
  text-decoration: none;
}

.sm-icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  border: 6px solid rgba(209, 209, 209, 0.15);
  border-radius: 50%;
  margin-left: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.sm-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1; }

.sm-icon span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #83a4b8;
  text-align: center;
  line-height: 43px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.sm-icon span img {
  display: inline-block;
  max-width: 100%;
  line-height: 46px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.slider-menu ul li:hover .sm-icon img {
  -webkit-animation: toTopFromBottom 0.4s;
  animation: toTopFromBottom 0.4s; }

.slider-menu ul li:hover .sm-icon span {
  border-color: #fff; }

.slider-menu ul li:hover .sm-icon span img {
  -webkit-filter: brightness(100%) saturate(100%) invert(16%) sepia(93%) saturate(6447%) hue-rotate(-36deg) brightness(100%) contrast(85%);
  filter: brightness(100%) saturate(100%) invert(16%) sepia(93%) saturate(6447%) hue-rotate(-36deg) brightness(100%) contrast(85%); }

.slider-menu ul li:hover .sm-icon::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  51% {
    opacity: 1; } }

@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  51% {
    opacity: 1; } }

/* MAIN SLIDER */
.main-slider {
  background: #000 url(../img/iframe-loader.gif) no-repeat 50% 50%; }

.home-main {
  position: relative;
  max-height: 100vh;
  overflow: hidden; }

.main-slider .item {
  position: relative;
  height: 100vh;
  max-height: inherit !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
.main-slider .item::before {
  content: "";
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(10, 76, 116, 0.3);
  background: -webkit-radial-gradient(circle, rgba(10, 76, 116, 0) 42%, rgba(10, 76, 116, 0.8) 80%);
  background: radial-gradient(circle, rgba(10, 76, 116, 0) 42%, rgba(10, 76, 116, 0.8) 80%); }

/* HOME BOTTOM */
.home-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 212px;
  z-index: 10;
}
.home-bottom:before{
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 50%;
  height:100%;

  border-left: 15px solid #ffb520;

  background-color: #fff;
}
.home-bottom a {
  text-decoration: none !important;
}
.hnl-item a {
  text-decoration: none !important;
}

.home-news-slider-container {
  position: relative;
  background-color:white;
}




.all-news-wrapper {
  position: relative; }

.all-news-link {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: -45px;
  float: right;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 1.1;
  background-color: #f2ab1e;
  border:2px solid #f2ab1e;
  cursor: pointer;
  z-index: 2;
  padding: 4px 7px;
  -ms-transform: rotate(-90deg); /* IE 9 */
  transform: rotate(-90deg);
  transition: .2s all linear;
}
.all-news-link:hover {
  background-color: #333;
  border:2px solid #333;
}
.all-news-link .fas {
}



.home-news-slider {
  padding-right: 80px;
}
.home-news-slider .owl-next,
.home-news-slider .owl-prev {
  position: absolute;
  right: 0;
  bottom: 33px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #fed585;
  border: 0;
  padding: 0;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.home-news-slider .owl-next img,
.home-news-slider .owl-prev img {
  max-width: 100%; }
.home-news-slider .owl-next:hover,
.home-news-slider .owl-prev:hover {
  background-color: #333; }
.home-news-slider .owl-prev {
  bottom: 80px; }
.home-news-slider .item {
  min-height: 140px;
  padding-left: 25px;
  padding-right: 25px;
}

.home-news-slider .item:hover img{
  border-color: #ffb520;
}

.hns-img {
  overflow: hidden;
  background-color: #f5f5f5; }
.hns-img img {
  width: 100%;
  height: 100%;
  max-height: 209px;
  border:2px solid #fff;
  transition: 0.2s all linear;
  box-sizing:border-box;
}

.hns-text {
  padding: 0px;
  position: relative;
}
.hns-text:before{
  content: '';
  position: absolute;
  right: 0;
  margin-right: -26px;
  margin-top: -37px;
  height: 140px;
  width: 1px;
  border-radius: 3px;
  background: rgb(242,171,30);
  background: radial-gradient(circle, rgba(242,171,30,1) 0%, rgba(254,248,237,0) 80%);
}

.hns-date {
  color: #f93;
  /*font-family: "Roboto", sans-serif;*/
  line-height: 1.1;
  margin-bottom: 8px;
  margin-top: 10px; }

.hns-title {
  color: #333;
  /*font-family: "Roboto", sans-serif;*/
  font-size: 16px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 38px;
  overflow: hidden;
  text-transform: capitalize;
}

.hns-link {
  color: #1280c4;
  /*font-family: "Roboto", sans-serif;*/
  font-size: 13px;
  line-height: 1.2;
  margin-top: 15px;
}

.hns-link p {
  display: inline-block;
  margin-right: 5px;
}

.home-tel-section {
  width: 290px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f2ab1e;
  line-height: 1.2;
  text-align: center;
  padding: 20px 50px;
  overflow: hidden; }

.hts-link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }
.hts-link:hover, .hts-link:focus {
  color: #333; }
.hts-link img {
  margin-right: 5px; }

.hts-link + .hts-link {
  margin-top: 8px; }

.hts-link:first-child {
  /*padding-left: 50px;*/
  font-size: 35px; }
.hts-link:first-child img {
  position: absolute;
  left: 0;
  top: 0; }

.hts-title {
  display: block;
  font-size: 14px;
  font-weight: 700; }

.home-mayor-info {
  padding-left: 70px;
  position: relative;
}


.hmi-title,
.hmi-img,
.hmi-links {
  display: inline-block;
  vertical-align: middle;
  float: left; }

.hmi-title {
  font-family: "Oswald", sans-serif;
  color: #333;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.25px;
  text-align: right;
  margin-top: 4%;

}
.hmi-title span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1; }

.hmi-title .baskan-social{
  display: block;
  text-align: center;
}
.hmi-title .baskan-social a{
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  font-size: 15px;
  line-height: 26px;
  transition: 0.2s all linear;

}
.hmi-title .baskan-social a:hover{
  background: #ffb520;
}

.hmi-img  {
  margin-top: -55px; }
.hmi-img img {
  max-width: 100%; }

.hmi-links {
  max-width: 140px;
  margin: 20px 0 0 -15px; }
.hmi-links a {
  width: 140px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  background-color: #f2ab1e;
  padding: 15px 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: bolder;
}
.hmi-links a .fas {
  float: right;
  margin-left: 5px; }
.hmi-links a:hover, .hmi-links a:focus {
  color: #fff;
  background-color: #333; }
.hmi-links a + a {
  margin-top: 5px; }

/* HOME NEWS */
.home-news-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e5e5e5;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  visibility: hidden;
  padding: 30px 0;
  z-index: 30; }
.home-news-section.announcements {
  -webkit-transform: translateY(0) translateX(100%);
  -ms-transform: translateY(0) translateX(100%);
  transform: translateY(0) translateX(100%); }
    .home-news-section.butce {
        -webkit-transform: translateY(0) translateX(100%);
        -ms-transform: translateY(0) translateX(100%);
        transform: translateY(0) translateX(100%);
    }
.home-news-section.visible {
  visibility: visible;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0); }

.home-news-title {
  position: relative;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 30px;
  text-align: center; }
.home-news-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  border-bottom: 1px solid #dfdfdf; }
.home-news-title span {
  position: relative;
  background-color: #e5e5e5;
  padding: 0 20px;
  z-index: 1; }

.all-news-close {
  position: absolute;
  right: 20px;
  top: 20px;
  float: right;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 1.1;
  background-color: #f2ab1e;
  cursor: pointer;
  z-index: 2; }
.all-news-close .fas {
  display: block;
  margin: 0 auto;
  font-size: 24px; }

.hnl-item {
  margin-bottom: 30px; }

.hnl-img {
  background-color: #fff;
  padding-bottom: 56%;
}
.hnl-img img {
  /* height: 100%; */
}

.hnl-text {
  background-color: #fff;
  border-bottom: 5px solid #f2ab1e;
  padding: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.hnl-date {
  color: #f93;
  /*font-family: "Roboto", sans-serif;*/
  margin-bottom: 7px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.hnl-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 49px;
  color: #525252;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.hnl-item:hover .hnl-text {
  background-color: #f2ab1e; }

.hnl-item:hover .hnl-title,
.hnl-item:hover .hnl-date {
  color: #fff; }

.news-show-more {
  text-align: center; }
.news-show-more button,
.news-show-more a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 1.1;
  border: 0;
  background: #f2ab1e;
  padding: 9px 20px; }
.news-show-more button .fas,
.news-show-more a .fas {
  margin-right: 10px; }
.news-show-more button:hover,
.news-show-more a:hover {
  background-color: #09c; }

/* INNER PAGES */
.page-content-wrapper {
    position: relative;
    background-color: #fff;
    flex: 1;
    overflow: hidden;
}

.page-left {
  position: relative;
  width: 40%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 145px 55px 0 0;
  z-index: 5; }

.page-right {
  position: relative;
  width: 60%;
  left: 40%;
  background-color: #fff;
  background-image:url(../../assets/img/bbbb.jpg);
  background-repeat:no-repeat;
  padding: 145px 30px 30px 55px;
  z-index: 5; }

.page-right.fullwidth {
  width: 100%;
  left: auto;
  padding: 175px 15px 30px 15px; }

.page-nav {
  margin-bottom: 15px; }

.page-nav ul li,
.page-nav ul li a {
  display: inline-block; }

.page-nav ul li a {
  color: #000;
  /*font-family: "Roboto", sans-serif;*/
  line-height: 1.1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.page-nav ul li:not(:last-child)::after {
  display: inline-block;
  color: #cbcbcb;
  content: "/";
  margin: 0 3px 0 7px; }

.page-nav ul li:last-child a {
  color: #e08400; }

.page-nav ul li a:hover {
  color: #333;
  text-decoration: none; }

.page-title {
  color: #333;
  /*font-family: "Roboto", sans-serif;*/
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 30px; }

.page-text {
  color: #333;
  /*font-family: "Roboto", sans-serif;*/
  font-size: 16px; }
.page-text img,
.page-text iframe {
  max-width: 100%; }
.page-text h2,
.page-text h3,
.page-text h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px; }
.page-text p {
  margin-bottom: 20px; }

.halfiyat table {
  border: 1px solid #eaeaea; }

.halfiyat table tr td {
  padding: 10px; }

.halfiyat table tr:first-child td {
  color: #fff;
  background-color: #1280c4 !important; }

.halfiyat table tr:nth-child(even) td {
  background-color: #f5f5f5; }

/* MAYOR DETAIL */
.mayor-detail-section {
  position: relative;
  background-color: #f3f2f1;
  border-bottom: 4px solid #f2ab1e;
  padding: 40px 40px 40px 225px;
  margin-bottom: 30px; }

.mds-img {
  position: absolute;
  left: 0;

}

.mds-info {
  float: left; }

.mds-title {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.15px;
  line-height: 1.1; }

.mds-subtitle {
  color: #999;
  font-size: 16px;
  margin: 5px 0 10px; }

.mds-social a {
  font-size: 13px;
  letter-spacing: 0.2px; }
.mds-social a.facebook {
  color: #3b5999; }
.mds-social a.facebook i {
  border-color: #3b5999; }
.mds-social a.facebook:hover i {
  background-color: #3b5999; }
.mds-social a.twitter {
  color: #55acee; }
.mds-social a.twitter i {
  border-color: #55acee; }
.mds-social a.twitter:hover i {
  background-color: #55acee; }
.mds-social a.instagram {
  color: #e4405f; }
.mds-social a.instagram i {
  border-color: #e4405f; }
.mds-social a.instagram:hover i {
  background-color: #e4405f; }
.mds-social a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.mds-social a:hover i {
  color: #fff; }

.mds-social a + a {
  margin-left: 20px; }

.mds-links {
  width: 200px;
  float: right; }
.mds-links a {
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.25px;
  line-height: 1.1;
  background-color: #f2ab1e;
  padding: 10px 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.mds-links a:hover {
  background-color: #09c; }
.mds-links a i:first-child {
  font-size: 16px;
  margin-right: 7px; }
.mds-links a i:last-child {
  float: right;
  margin-left: 7px; }
.mds-links a + a {
  margin-top: 6px; }

/* ANNOUNCEMENT LIST */
.al-item {
  margin-bottom: 15px; }

.al-item-inner {
  position: relative;
  border: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  padding: 25px 25px 25px 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.al-item:hover .al-item-inner {
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15); }

.al-date {
  position: absolute;
  top: 0;
  left: 10px;
  width: 75px;
  height: 90px;
  background-color: #f1af2b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 15px 5px; }

.al-title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 75px;
  overflow: hidden; }

/* NEWS LIST / DETAIL / SEARCH */
.nl-item {
  margin-bottom: 15px; }

.nl-item-img {
  background-color: #f2ab1e;
  padding-bottom: 75%; }
.nl-item-img img {
  height: 100%; }

.nl-item-text {
  position: relative;
  padding: 20px 15px;
  border-bottom: 4px solid #f2ab1e; }
.nl-item-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #f2ab1e;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1; }

.nl-item-date {
  color: #f93;
  /*font-family: "Roboto", sans-serif;*/
  font-size: 13px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.nl-item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 38px;
  overflow: hidden;
  color: #525252;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.nl-item:hover .nl-item-text::after,
.item:hover .nl-item-text::after {
  height: 100%; }

.nl-item:hover .nl-item-text .nl-item-date,
.nl-item:hover .nl-item-text .nl-item-title,
.item:hover .nl-item-text .nl-item-date,
.item:hover .nl-item-text .nl-item-title {
  color: #fff; }

.news-load-more {
  margin: 30px 0 10px; }
.news-load-more button,
.news-load-more a {
  display: inline-block;
  color: #525252;
  background: none;
  font-weight: 700;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.news-load-more button i,
.news-load-more a i {
  margin-right: 5px; }
.news-load-more button:hover,
.news-load-more a:hover {
  color: #fff;
  background-color: #525252; }

.news-search {
  position: relative;
  margin-bottom: 25px; }
.news-search input {
  display: block;
  width: 100%;
  color: #666;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #e4ebee;
  padding: 0 25px 5px 0;
  outline: none; }
.news-search button {
  position: absolute;
  top: 11px;
  right: 10px;
  color: #09c;
  border: none;
  padding: 0;
  background: none;
  outline: none;
}

.news-searched-text {
  color: #09c;
  font-size: 16px;
  background-color: #ecf4f6;
  padding: 13px 20px;
  margin-bottom: 20px; }
.news-searched-text span {
  font-weight: 700; }

.nsl-item {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 19px 110px 19px 140px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.nsl-item:hover {
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.1); }

.nsl-img {
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 110px; }

.nsl-date {
  color: #f93; }

.nsl-title {
  color: #333;
  font-size: 18px; }

.nsl-info {
  position: absolute;
  top: 33px;
  right: 20px;
  color: #09c; }

.news-detail-date {
  margin-bottom: 20px; }
.news-detail-date span {
  display: inline-block;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  background-color: #ffca0d;
  padding: 5px 8px; }

.news-detail-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.news-detail-banner {
  margin-bottom: 20px; }
.news-detail-banner img {
  max-width: 100%; }

.page-gallery {
  margin-top: 40px; }

.page-gallery-item {
  margin-bottom: 30px; }

.page-gallery-title {
  color: #333;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px; }

.page-gallery-img {
  padding-bottom: 75%;
  background-color: #f5f5f5; }
.page-gallery-img img {
  height: 100%; }
.page-gallery-img::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1; }
.page-gallery-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.9) url("../img/news-zoom-icon.png") no-repeat 50% 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1; }

.page-gallery-item:hover .page-gallery-img::before,
.page-gallery-item:hover .page-gallery-img::after {
  opacity: 1; }

.nd-news-link {
  margin-top: 20px; }
.nd-news-link a {
  display: inline-block;
  color: #525252;
  font-size: 15px;
  font-weight: 700; }
.nd-news-link a i {
  color: #aaa;
  margin-right: 5px; }
.nd-news-link a:hover, .nd-news-link a:focus,
.nd-news-link a:hover i,
.nd-news-link a:focus i {
  color: #09c; }

.no-margin {
  margin: 0; }

/* VEFAT & TAZIYE LIST */



.sagg{

  background-image: url(/assets/img/taziye_bg.png);

  background-position: center bottom;

  background-repeat: no-repeat;

  background-size: cover;

  background-size: 100% auto;
}

.carttt {
  /*background-image: url(/assets/img/taziye_bg2.png);*/
  height: 100%;
  padding-top: 55px;
  background-size: cover;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  /*background-size: 700px 300px;*/
}

.taziye_mesaj {
  margin: 6% 0 6%;
  font-size: 36px;
  color: #000;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-family: "Calibri";
  word-wrap: break-word;
  padding: 0 10%;
}

.taziye_ad {
  position: absolute;
  bottom: 92px;
  color: #000;
  font-size: 27px;
  text-align: center;
  width: 100%;
  font-family: sans-serif;
  word-wrap: break-word;
}

.unavani {
  text-align: center;
  font-size: 24px;
  color: #000;
  font-family: "Calibri";
}

.unavani strong {
  font-weight: bold;
  font-size: 36px;
}

.qa-desc {
  display: none; }

.name-list .qa-box {
  position: relative;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 15px 70px 15px 15px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.name-list .qa-box::after {
  content: "\f309";
  position: absolute;
  top: -1px;
  right: -1px;
  color: #aaa;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: 60px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.name-list .qa-box.active {
  border-color: #09c; }
.name-list .qa-box.active::after {
  content: '\f30c';
  color: #fff;
  background-color: #09c; }

.qa-title {
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1; }

.name-list .qa-box.active .qa-title {
  color: #09c; }

.name-list .qa-desc {
  margin-top: 15px; }

.name-list-group {
  width: 50%;
  float: left; }
.name-list-group ul li {
  position: relative;
  display: block;
  color: #333;
  font-size: 16px;
  padding-left: 120px;
  margin-bottom: 5px; }
.name-list-group ul li > span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700; }

.name-list-group:first-child ul li {
  padding-left: 100px; }

.name-list-group + .name-list-group {
  padding-left: 10px; }

/* PROJECT LIST */
.project-list .row {
  margin: 0 -20px; }

.pl-item {
  padding: 0 20px;
  margin-bottom: 40px; }

.pl-img {
  background-color: #09c;
  padding-bottom: 74%; }

.pl-title {
  position: relative;
  z-index: 1;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 4px solid #0099cc;
  padding: 20px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.pl-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #09c;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1; }

.pl-item:hover .pl-title {
  color: #fff; }
.pl-item:hover .pl-title::after {
  height: 100%; }

/* CONTACT */
.contact-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.contact-map iframe {
  position: absolute;
  top: -120px;
  bottom: 0;
  width: 100%;
  height: 125%; }

.contact-title {
  color: #333;
  font-size: 18px;
  font-weight: 700; }

.contact-desc {
  color: #666;
  font-size: 18px;
  margin: 10px 0 30px; }

.contact-info-item {
  display: inline-block;
  margin-bottom: 20px; }

.contact-info-item + .contact-info-item {
  margin-left: 25px; }

.ci-item-title {
  color: #09c;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px; }
.ci-item-title::after {
  content: "";
  display: block;
  width: 80px;
  border-bottom: 1px solid #c0cfd6; }

.ci-item-link {
  color: #666;
  font-size: 18px;
  display: inline-block; }

.tel-list-link {
  margin-top: 20px; }

.tel-list-link a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
  background-color: #09c;
  border-radius: 25px;
  padding: 4px 20px; }
.tel-list-link a i {
  margin-right: 10px; }

/* PERSON LIST / DETAIL */
.person-list-item {
  text-align: center;
  margin-bottom: 30px; }

.pli-img {
  position: relative;
  background-color: #f5f5f5;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden; }
.pli-img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.pli-info {
  max-width: 155px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.1;
  background-color: #09c;
  border-radius: 20px;
  padding: 8px 13px;
  margin: -30px auto 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.person-list-item:hover .pli-info {
  background-color: #ffca0d; }

.pli-title {
  color: #404040;
  font-size: 20px;
  margin-top: 5px; }
.pli-title span {
  font-weight: 700; }

.pli-subtitle {
  color: #777;
  font-size: 15px;
  letter-spacing: 0.2px; }

.person-detail-info {
  position: relative;
  padding-right: 285px;
  min-height: 190px; }

.pdi-img {
  position: absolute;
  right: 45px;
  top: -30px;
  text-align: center;
  z-index: 1; }

.pdi-img-inner {
  position: relative;
  background-color: #f5f5f5;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden; }
.pdi-img-inner img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.pdi-info {
  position: relative;
  z-index: 1;
  top: -20px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background-color: #09c;
  border-radius: 25px;
  padding: 8px 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.pdi-info img {
  margin-right: 5px; }

.person-detail .pdi-info {
  display: none;
}

.pdi-img:hover .pdi-info {
  background-color: #ffca0d; }

.pdi-name {
  color: #333;
  font-size: 24px;
  letter-spacing: -0.25px; }
.pdi-name span {
  font-weight: 700; }

.pdi-mail {
  color: #6e6e6e;
  font-size: 15px;
  letter-spacing: 0.3px; }

.pdi-contact-title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 25px 0 10px; }

.pdi-address {
  color: #333;
  font-size: 16px;
  letter-spacing: 0.15px;
  margin-bottom: 13px; }

.pdi-address.ozgecmis {
  text-align: justify;
}

.pdi-tel {
  display: inline-block;
  color: #6d6d6d;
  font-size: 17px;
  letter-spacing: 0.1px;
  margin-right: 25px; }
.pdi-tel i {
  color: #b5c3ca;
  margin-right: 3px; }

.person-related-units {
  margin: 40px 0 60px; }

.pru-title {
  color: #404040;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.pru-list ul li {
  display: block; }
.pru-list ul li a {
  position: relative;
  display: block;
  color: #666;
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.pru-list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background-color: #bdcad1;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
.pru-list ul li a:hover, .pru-list ul li a:focus {
  color: #09c; }
.pru-list ul li a:hover::after, .pru-list ul li a:focus::after {
  background-color: #09c; }

.prn-tab-links {
  border-bottom: 5px solid #ffca0d;
  padding-right: 80px;
  margin-bottom: 15px; }
.prn-tab-links ul li,
.prn-tab-links ul li a {
  float: left; }
.prn-tab-links ul li a {
  position: relative;
  color: #454545;
  font-size: 18px;
  background-color: #f0f0f0;
  line-height: 1.1;
  padding: 13px 25px;
  z-index: 1; }
.prn-tab-links ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -5px;
  background-color: #ffca0d;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.prn-tab-links ul li.active a::after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.units-3x-slider .owl-nav {
  position: absolute;
  top: -65px;
  right: 0; }

.units-3x-slider .owl-prev,
.units-3x-slider .owl-next {
  width: 35px;
  height: 35px;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 35px;
  background-color: #e5e5e5;
  border: none;
  padding: 0;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.units-3x-slider .owl-prev:hover,
.units-3x-slider .owl-next:hover {
  background: #09c; }

.units-3x-slider .owl-next {
  margin-left: 1px; }

.prn-all-link {
  margin: 15px 0; }
.prn-all-link a {
  display: inline-block;
  color: #525252;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.prn-all-link a i {
  color: #aaa;
  margin-right: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.prn-all-link a:hover, .prn-all-link a:focus,
.prn-all-link a:hover i,
.prn-all-link a:focus i {
  color: #09c; }

/* DOWNLOAD LIST */
.dl-item {
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.dl-item a {
  display: block;
  color: #404040;
  /*font-family: "Roboto", sans-serif;*/
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.25px;
  border-bottom: 1px solid #eee;
  padding: 0 25px 15px 0; }
.dl-item a::after {
  content: '\f358';
  position: absolute;
  top: 0;
  right: 0;
  color: #09c;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px; }
.dl-item a:hover, .dl-item a:focus {
  border-color: #ffca0d; }

.download-list.style2 .dl-item a {
  padding: 0 0 15px 25px; }
.download-list.style2 .dl-item a::before {
  content: '\f0da';
  position: absolute;
  top: 3px;
  left: 0;
  color: #ccc;
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  font-weight: 900; }
.download-list.style2 .dl-item a::after {
  display: none; }

/*OPINION FORM */
.opinion-form {
  padding-right: 60px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 15;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: hidden; }
.opinion-form.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.of-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 80px;
  background: #1eaede url("../img/opinion-form-close.png") no-repeat center center;
  cursor: pointer; }

.of-inner {
  width: 100%;
  max-width: 495px;
  min-height: 100vh;
  background-color: #fff; }

.of-title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1.1;
  background-color: #09c;
  padding: 27px 50px; }
.of-title i {
  color: #58b0d7;
  margin-right: 10px; }

.of-form {
  padding: 40px 45px; }

.contact-form .row {
  margin: 0 -10px; }

.contact-form > .row > div {
  padding: 0 10px; }

.contact-form input,
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 15px;
  color: #627075;
  letter-spacing: 0.2px;
  line-height: 43px;
  background-color: #fff;
  border: 1px solid #d9e4e9;
  padding: 0 15px; }

.contact-form input[type="submit"] {
  display: inline-block;
  width: 120px;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  padding: 0;
  border: 0;
  color: #fff;
  background: #09c;
  border-radius: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.contact-form input[type="submit"]:hover {
  background: #f2ab1e; }

.contact-form select,
.contact-form .cf-form-date {
  padding-right: 45px; }

.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("../img/select-icon.png") no-repeat right 10px center; }

.contact-form .cf-form-date {
  background: #fff url("../img/date-input-icon.png") no-repeat right 10px center; }

.contact-form textarea {
  height: auto;
  resize: none; }

/* NOTICE TABLE */
.nth-item {
  float: left;
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.25px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  text-align: center;
  padding: 5px; }
.nth-item:first-child {
  text-align: left; }
.nth-item:first-child {
  border-left: 0; }

.ntl-group-item,
.ntl-group-item a {
  width: 100%;
  float: left; }

.ntl-group-item a {
  border-bottom: 1px solid #eee; }
.ntl-group-item a:hover {
  border-color: #ffca0d; }

.ntl-item {
  float: left;
  color: #404040;
  font-size: 16px;
  letter-spacing: -0.25px;
  text-align: center;
  padding: 12px 5px; }

.ntl-item:first-child {
  text-align: left; }

.ntl-item:last-child {
  color: #09c;
  font-size: 20px; }

.title {
  width: 50.40692640692641%; }

.date {
  width: 19.37229437229437%; }

.hour {
  width: 19.48051948051948%; }

.file {
  width: 10.28138528138528%; }

/* SCHEMA */
.schema-group {
  margin: 0 auto 5px; }

.schema-group:first-child {
  max-width: 560px; }

.schema-group:nth-child(2) {
  max-width: 700px; }

.sg-info-img {
  position: relative;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background-color: #e2e2e2;
  margin: 0 auto;
  overflow: hidden; }
.sg-info-img img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }

.sg-info-title {
  color: #404040;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0; }
.sg-info-title span {
  display: block;
  color: #777;
  font-size: 15px;
  letter-spacing: 0.2px; }

.sg-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px; }
.sg-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  border-left: 1px solid #e5e5e5;
  z-index: 2; }

.sg-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.sg-list-item:first-child {
  margin-right: 20px; }
.sg-list-item:last-child {
  margin-left: 20px; }

.sgli-inner-item {
  position: relative;
  text-align: center; }
.sgli-inner-item::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -1px;
  border-left: 1px solid #e5e5e5;
  height: 10px;
  z-index: 2; }

.sgli-icon {
  margin: 0 auto;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #005c9d;
  margin-bottom: 6px; }
.sgli-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%; }

.sgli-title {
  max-width: 128px;
  color: #525252;
  font-size: 15px;
  font-weight: 700;
  margin: 0 auto; }

.sgli-inner-item .sg-list-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-top: 15px; }

.sgli-inner-item .sg-list-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  border-left: 1px solid #e5e5e5;
  height: 25px;
  margin-left: -9px;
  z-index: 2; }

.schema-group:last-child .sg-list {
  border: none; }

.schema-group:last-child .sg-list::after {
  display: none; }

.schema-group:last-child .sg-list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0; }

.schema-group:last-child .sgli-inner-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%; }

.sg-link-list ul li {
  display: block;
  margin-bottom: 20px; }

.sg-link-list ul li a {
  position: relative;
  display: block;
  max-width: 235px;
  color: #525252;
  font-size: 15px;
  line-height: 1.1;
  text-align: left;
  min-height: 32px;
  padding-left: 40px; }
.sg-link-list ul li a img {
  position: absolute;
  top: 0;
  left: 0; }

/* MAIN FOOTER */
.main-footer {
  background-color: #12151a;
  padding: 70px 0 20px;
  z-index: 2; }

.main-footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }

.mf-top {
  padding-bottom: 50px; }

.mft-left-group {
  width: 83%;
  float: left;
  padding-right: 30px; }

.mft-right {
  width: 17%;
  float: right;
  text-align: right; }

.mft-title {
  color: #a4b7c3;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px; }

.mft-item:first-child .mft-link:not(:hover) {
  color: #a4b7c3; }

.mft-item ul {
  margin-bottom: 20px; }

.mft-group + .mft-group {
  position: relative;
  padding-top: 25px; }
.mft-group + .mft-group::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  border-top: 1px solid #232830; }

.mft-item ul li {
  display: block;
  margin-bottom: 13px; }

.mft-link {
  display: inline-block;
  position: relative;
  color: #eaeaea;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.mft-link:hover, .mft-link:focus {
  color: #1280c4; }


.ft-link {
  display: inline-block;
  position: relative;
  color: #eaeaea;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.ft-link:hover, .ft-link:focus {
  color: #eaeac7;
  text-decoration: none;
}



.footer-logo {
  margin-bottom: 20px; }
.footer-logo img {
  max-width: 100%; }

.footer-tel {
  margin-bottom: 10px; }
.footer-tel a {
  display: inline-block;
  color: #fff;
  /*font-family: "Roboto", sans-serif;*/
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
.footer-tel a i {
  position: relative;
  top: -3px;
  color: #a4b7c3;
  font-size: 26px;
  margin-right: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
.footer-tel a:hover, .footer-tel a:focus {
  color: #fff; }
.footer-tel a:hover i, .footer-tel a:focus i {
  color: #fff; }

.footer-mail {
  margin-bottom: 15px; }
.footer-mail a {
  display: inline-block;
  color: #fff;
  /*font-family: "Roboto", sans-serif;*/
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
.footer-mail a i {
  color: #a4b7c3;
  font-size: 14px;
  margin-right: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
.footer-mail a:hover, .footer-mail a:focus {
  color: #fff; }
.footer-mail a:hover i, .footer-mail a:focus i {
  color: #fff; }

.footer-info-link a {
  display: inline-block;
  color: #fff;
  border: 1px solid #232830;
  border-bottom: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.footer-info-link a i {
  color: #8fa0aa;
  margin-left: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.footer-info-link a:hover, .footer-info-link a:focus {
  color: #fff;
  background-color: #8fa0aa; }
.footer-info-link a:hover i, .footer-info-link a:focus i {
  color: #fff; }

.footer-info-link + .footer-info-link a {
  border: 1px solid #232830; }

.footer-social {
  text-align: right;
  /*
  max-width: 230px;
  margin-top: 35px;
  */
}

.footer-social a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin: 0 10px 10px 0; }
.footer-social a i {
  color: #a4b7c3;
  font-size: 18px;
  margin-right: 8px; }
.footer-social a:hover, .footer-social a:focus {
  color: #fff; }
.footer-social a:hover i, .footer-social a:focus i {
  color: #fff; }

.mf-logo-list {
  text-align: center;
  border-top: 1px solid #232830;
  padding: 20px 0 0; }
.mf-logo-list a {
  display: inline-block; }
.mf-logo-list img {
  max-width: 100%;
  margin: 0 15px 15px; }

.mf-bottom {
  border-top: 1px solid #232830;
  padding: 20px 0; }

.mf-copyright {
  color: #eaeaea;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px; }

.mf-development {
  text-align: center; }

.swal2-popup {
  font-size: 1.6rem !important; }

/* MOBILE MENU */
.accordion ul.inner {
  overflow: hidden;
  display: none; }

.accordion ul.inner.tshow {
  /*display: block;*/ }

.hamburger-menu {
  float: left;
  display: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  margin-left: 40px;
  margin-top: 25px;


}

.mobile-menu ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  border-bottom: 1px solid #076092; }

.mobile-menu ul li a.pm-title span {
  position: relative;
  display: block;
  padding: 0 20px; }

.mobile-menu ul li a.pm-title.toggle span::before {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 3px;
  right: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #076092;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  line-height: 14px;
  background-color: none;
  -webkit-transition: all .4s;
  transition: all .4s; }

.mobile-menu ul li a.pm-title.active.toggle span::before {
  color: #fff;
  content: "\f106"; }

.mobile-menu ul > li ul li {
  display: block;
  padding-left: 30px; }

.mobile-menu {
  background-color: #024e79;
  display: none;
  padding-bottom: 25px;
  padding-top: 50px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  width: 52.85%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  -webkit-transition: .5s;
  transition: .5s; }

.mobile-menu.active {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }

.mobile-menu-close {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
  display: block;
  cursor: pointer; }

.mobile-menu-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232323;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 98; }
.mobile-menu-bg.active {
  opacity: 0.7;
  visibility: visible; }

/* MEDIA */

@media (min-width: 1600px)  {

  .home-news-slider .owl-next, .home-news-slider .owl-prev{
    bottom: 23px;
  }
  .home-news-slider .owl-prev {
    bottom: 70px;
  }

}
@media (min-width: 1150px)  and (max-width: 1330px)  {

  .home-news-slider .owl-next, .home-news-slider .owl-prev{
    bottom: 20px;
  }
  .home-news-slider .owl-prev {
    bottom: 68px;
  }

}

@media (min-width: 1600px)  and (max-width: 1670px) {

  .home-mayor-info {
    padding-left: 25px;
  }

}


@media (min-width: 1501px)  and (max-width: 1550px) {

  .hmi-img {
    margin-top: -50px;
    max-width: 210px;
  }

}
@media (min-width: 1200px)  and (max-width: 1330px) {

  .hmi-img {
    display: none;
  }
  .hmi-links{
    margin-left: 60px;
  }

}
@media (min-width: 992px)  and (max-width: 1070px) {

  .home-tel-section{
    width: 140px !important;
  }
  .hts-link:first-child img{
    display: none;
  }
  .hts-link:first-child{
    padding: 0;
  }

}

@media (min-width: 1500px)  and (max-width: 1600px) {

  .home-mayor-info {
    padding-left: 10px;
  }
  .home-tel-section {
    width: 190px;
    padding: 15px;
  }
  .all-news-link {
    top: -17px;
  }

}

.hnsc-inner {
  position: relative;
  overflow: hidden;
  margin-top: -57px;
}

@media (min-width: 1300px)  and (max-width: 1500px) {
  .hnsc-inner {
    margin-top: -60px;
  }
  .home-mayor-info {
    padding-left: 10px;
  }
  .hmi-img {
    margin-top: -35px;
    max-width: 175px;
  }
  .home-tel-section {
    width: 180px !important;
    padding: 10px !important;
  }
}

@media (min-width: 1330px)  and (max-width: 1400px) {
  .hnsc-inner {
    margin-top: -196px !important;
  }
}

@media (min-width: 992px)  and (max-width: 1370px) {
  .hnsc-inner {
    margin-top: -60px;
  }
  .home-mayor-info {
    padding-left: 10px;
  }
  .hmi-img {
    margin-top: -35px;
    max-width: 175px;
  }
  .home-tel-section {
    width: 180px ;
    padding: 10px !important;
  }
}

@media (max-width: 1500px) {
  .hnsc-inner{
    margin-top: -57px;
  }
  .mds-info {
    width: 100%; }
  .mds-links {
    float: left;
    margin-top: 15px; }
  .navmenu-bg {
    width: 65%; }
  .navmenu-close {
    left: calc(65% - 75px); }
  .main-nav-link {
    font-size: 15px; }

  .all-news-link {
    top: -17px;
  }

}

@media (min-width: 1700px) {
  .hnsc-inner {
    margin-top: -130px;
  }
}

@media (max-width: 1199px) {
  .page-right.fullwidth {
    padding-top: 135px; }
  .page-title {
    font-size: 30px; }
  .pl-title {
    font-size: 18px; }
  .main-header {
    padding-top: 0px; }
  .hdr-flag {
    width: 0; }
  .slider-menu {

  /*  right: 20px; */
    right: 0;

  }
  .hamburger-menu,
  .mobile-menu,
  .mobile-menu-bg {
    display: block; }
  .home-mayor-info {
    top: 0;
    padding: 20px; }
  .hmi-title {
    margin: 0; }
  .main-nav,
  .hmi-img,
  .navmenu-container {
    display: none; }
  .hmi-links {
    margin: 0 0 0 20px; }

}

@media (max-width: 991px) {


  .m-vesere{
    display: none !important;
  }

  .taziye_ad {
    max-height: 408px;
    font-size: 5vw;
    bottom: 20px;
  }
  .fast-menu .slider-menu {
    position: static;
    margin-top: 20px; }
  .mobile-menu {
    width: calc(100% - 55px); }
  .contact-map {
    position: static;
    z-index: 2; }
  .page-left.contact-left {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  .page-left.contact-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 1; }
  .contact-map iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    margin: 0 0 -7px 0;
    z-index: 3; }
  .page-menu-title::after {
    content: "\f107";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 900;
    margin-left: 5px; }
  .page-menu-title.active::after {
    content: "\f106"; }
  .page-menu-links {
    display: none; }
  .page-menu-link {
    padding: 5px 0; }
  .mft-right {
    width: 32%; }
  .mft-left-group {
    width: 68%; }
  .main-footer {
    position: relative; }
  .page-left,
  .page-right {
    width: 100%;
    left: auto; }
  .page-left {
    padding: 140px 15px 30px;
    height: auto;
    min-height: 200px; }
  .page-right {
    padding: 30px 15px; }
  .page-menu {
    float: none;
    margin-bottom: 20px; }
  .page-menu ul li,
  .page-menu-title {
    text-align: left; }
  .page-menu-link::after {
    right: 0; }
  .fast-menu {
    position: relative;
    left: 0;
    bottom: 0; }
  .main-header.inner-page .hamburger-menu,
  .main-header.inner-page:not(.image-bg) .hamburger-menu {
    color: #fff; }

  .home-mayor-info {
    padding: 6px 20px; }

  .main-slider .item::before {
    background: rgba(10, 76, 116, 0.4); }

  .hnsc-inner{
    margin-top: 0;
  }

  .hns-text:before{
    display: none;
  }
  .home-news-slider .item {
    min-height: 105px;
  }
  .home-news-slider .item .hns-img {
    display: none;
  }

  .hmi-title {
    text-align: center;
    margin-top: 10px;
  }
  .hmi-title .baskan-social{
    display: none;
  }
  .hmi-links {
    margin: 0 0 0 30px;
  }
  .hmi-links a + a{
    display: none;
  }
  .hmi-links a{
    padding: 5px 10px;
    width: 100%;
    margin-top: 5px;
    float: right;
  }

  .hmi-links a {
    width: auto;
    display: block; }

  .hmi-img{
    display: block;
    max-width: 170px;
    float: right;
    margin-top: -45px;
    position: relative;
  }
  .hmi-img a{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .home-news-slider-container {

  }

  .home-tel-section{
    display: none;
  }

  .all-news-link {
    top: -23px;
    transform: rotate(0);
  }

}

@media (max-width: 800px) {
  .hns-img {
    display: none; }
  .home-news-slider .item {
    padding-left: 0; } }

@media (max-width: 767px) {

  .mobile-cagri{
    background-color: #f2ab1e;
    margin-bottom: 15px;
    display: none !important;

  }
  .mobile-cagri a:nth-child(1){
    border-right: 1px solid #fff;
  }
  .mobile-cagri a{
    display: block;
    width: 50%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 5px 15px;
  }
  .mobile-cagri a p{
    margin: 0;
  }

  .slider-menu-sol ul li a {
    font-size: 12px;

  }

    .slider-menu ul li a {
        font-size: 0px;
    }

  .home-news-slider-container {
    border-left: none;
    padding-left: 25px;
  }

  .home-bottom::before {
    border-left: none;
  }

  .taziye_mesaj {
    font-size: 30px;
  }
  .hnsc-inner{
    margin-top: 0;
  }
  .hmi-title{
    font-size: 18px;
  }
  .hmi-title span{
    font-size: 13px;
  }
  .hmi-img{
    max-width: 150px;
  }
  .hmi-title .baskan-social a{
    width: 24px;
    height: 24px;
    font-size: 13px;
    line-height: 22px;
  }

  .mf-top,
  .mf-bottom {
    padding-bottom: 0;
  }
  .mft-item ul,
  .mf-copyright {
    margin: 0;
  }
  .mft-group.toggle-group ul {
    display: none;
  }

  .mft-group.toggle-group .mft-title::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    margin-left:  5px;
  }

  .mft-group.toggle-group .mft-title.active::after {
    content: "\f077";
  }
  .fixed-social {
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  .hdr-flag {
    display: none;
  }
  .logo {
    width: 50%;
    margin-left: 0;
    padding-top: 25px;
  }
  .hamburger-menu {
    margin-top: 30px;
  }
  .mobile-logo-title {
    display: none;
  }
  .whatsapp-link-list a span {
    font-size: 16px; }
  .ntl-group-item:nth-child(even) a {
    background: #f5f5f5; }
  .ntl-group-item a {
    padding: 5px; }
  .notice-table-headings {
    display: none; }
  .ntl-item {
    width: 100% !important;
    text-align: left !important;
    padding: 6px 5px; }
  .ntl-item::before {
    content: attr(mobile-title);
    display: block;
    font-size: inherit;
    font-weight: 600;
    color: #5a5a5a;
    margin-bottom: 5px; }
  .name-list-group {
    width: 100%; }
  .name-list-group + .name-list-group {
    padding: 0; }
  .page-title {
    font-size: 24px; }
  .contact-info-item + .contact-info-item {
    margin-left: 10px; }
  .prn-tab-links ul li,
  .prn-tab-links ul li a {
    width: 100%; }
  .nl-item-title {
    display: block; }
  .pl-title {
    overflow: visible;
    white-space: inherit; }
  .main-footer {
    padding: 30px 15px; }
  .mft-item + .mft-item {
    margin-top: 25px; }
  .mft-left-group,
  .mft-right,
  .footer-social {
    width: 100%;
    text-align: center;
    padding: 0; }
  .footer-social {
    max-width: inherit;
    margin: 15px 0 20px; }
  .mft-group + .mft-group::after {
    width: 100%; }
  .of-form {
    padding: 15px; }
  .home-news-section {
    padding: 30px; }
  .hnl-title {
    display: block;
    height: inherit; }
  .opinion-link {
    width: 130px;
    padding-left: 10px;
    font-size: 14px; }
  .whatsapp-link-list a {
    padding-left: 10px; }
  .fixed-social ul li {
    margin: 10px 0 0 15px; }
  .fixed-social ul li a {
    font-size: 20px; }
  .fixed-social ul li a i::after {
    width: 16px;
    height: 14px; }
  .fixed-social .instagram i::after {
    width: 16px;
    height: 16px;
    border-radius:6px;
    top:1px;
  }
  .opinion-form {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0; }
  .of-inner {
    max-width: inherit; } }

@media (max-width: 651px) {
  .mayor-detail-section {
    padding: 15px;
    text-align: center;
  }
  .nsl-item {
    padding: 15px; }
  .nsl-info,
  .mds-img {
    position: static;
  }
  .nsl-img {
    position: relative;
    height: 110px;
    top: 0;
    bottom: 0;
    margin-bottom: 15px; }
  .nsl-title,
  .mds-img {
    margin-bottom: 10px; }
  .home-news-slider {
    padding-right: 10px; }

  .home-news-slider .owl-nav {
    display: none; }

  .home-news-slider-container {

  }
  .hmi-img {
    max-width: 110px;
    margin-right: -20px;
    margin-top: -25px;
  }

  .home-tel-section {
    width: 50%;
    padding: 20px 10px 20px 0px; }
  .hts-link:first-child {
    display: block;
    font-size: 20px;
    padding-left: 0; }
  .hts-link:first-child img {
    display: none; }
  .hts-link {
    font-size: 18px; }
  .person-detail-info {
    padding-right: 0; }
  .pdi-img {
    position: static;
    text-align: left; }
  .pdi-info {
    padding-left: 45px; } }

@media(max-width: 531px) {


  .home-bottom:before{
    width: 60%;
  }
  .home-news-slider-container{
    width: 60%;
  }
  .home-mayor-info{
    width: 40%;
  }
  .hmi-title{
    width: 100%;
    font-size: 15px;
  }
  .hmi-links {
    margin:0px !important;
    width: 100%;
    max-width: 100%;
  }
  .hmi-links a{
    width: 100%;
    text-align: center;
  }
  .hmi-img {
    display: none;
  }
}

@media(max-width: 380px) {
  .mobile-logo-title {
    font-size: 4.8vw;
    padding-top:1%;
  }
  .taziye_mesaj {
    font-size: 22px;
    padding: 0;
  }

  .unavani {
    font-size: 16px;
  }

  .unavani strong {
    font-size: 22px;
  }

  .carttt {
    height: auto;
  }
  .hmi-title span{
    font-size: 12px;
  }
  .hmi-links a .fas{
    display: none;
  }
}

@media(max-width: 360px) {
  .mobile-logo-title {
    font-size: 4.5vw;
  }
}

@media(max-width: 320px) {
  .mobile-logo-title {
    font-size: 4.2vw;
  }
}

/*MAX HEIGHT*/
@media (max-height: 760px) {
  .hdr-flag img, .logo img {
    max-height: 112px;
  }
  .main-footer {
    position: relative; }

  .slider-menu-sol {
    left: 0;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%); }
  .sm-icon::after {
    width: 100%;
    height: 100%;
    z-index: -1; }

  .sm-icon {
    width: 30px;
    height: 30px;
    border: 2px solid rgba(209, 209, 209, 0.15); }
  .sm-icon span {
    line-height: 21px; }
  .slider-menu-sol ul li::after {
    bottom: 2px;
    left: 23px;
    height: 10px; }
  .sm-icon span img {
    max-width: 70%;
    max-height: 70%; }


  .slider-menu {
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%); }
  .sm-icon::after {
    width: 100%;
    height: 100%;
    z-index: -1; }
  .slider-menu ul li a {
    font-size: 16px; }
  .sm-icon {
    width: 30px;
    height: 30px;
    border: 2px solid rgba(209, 209, 209, 0.15); }
  .sm-icon span {
    line-height: 24px; }
  .slider-menu ul li::after {
    bottom: 2px;
    right: 23px;
    height: 10px; }
  .sm-icon span img {
    max-width: 70%;
    max-height: 70%; }
  .fast-menu .slider-menu ul li::after {
    left: 23px;
    right: auto; } }

/*MIN WIDTH*/
@media (min-width: 768px) {
  .person-list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }



}

@media (min-width: 992px) {
  /*.page-left.no-scroll {
    overflow: hidden;
  }*/
  .page-right {
    min-height: 110vh; }
  .page-left {
    position: absolute;
    left: 0;
    top: 0;
    /*overflow-x: hidden;
    overflow-y: auto;*/ }
  .page-left-inner {
    position: relative;
    width: 100%;
    float: left; }
  .page-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 1; } }

@media (min-width: 1200px) {
  ::-webkit-scrollbar {
    width: 10px; }
  ::-webkit-scrollbar-button {
    background-color: #2a2a29;
    height: 0px; }
  ::-webkit-scrollbar-track {
    background-color: white; }
  ::-webkit-scrollbar-thumb {
    background-color: #ffdc12; }
  ::-webkit-scrollbar-corner {
    background-color: #2a2a29; } }

@media(min-width: 1371px) {
  .home-tel-section {
    width: 205px;
    padding: 20px;
  }
  .hmi-links {
    max-width: 140px;
    margin: 4% 0 0 5px;
  }
  .hmi-links a {
    width: 160px;
  }
}

@media (min-width: 1460px) {

  .mds-img {
    position: absolute;
    left: 0;
    bottom:0;
  }

  .container {
    width: 1400px; }
  .home-news-list > .row {
    margin: 0 -16px; }
  .hnl-item {
    padding: 0 16px; }
  .hnl-item {
    margin-bottom: 40px; }
  .news-list > .row {
    margin: 0 -18px; }
  .nl-item {
    padding: 0 18px; }
  .person-list-item > .row {
    margin: 0 -19px; }
  .person-list-item {
    padding: 0 19px; }
  .page-gallery .row {
    margin: 0 -20px; }
  .page-gallery-item {
    padding: 0 20px;
    margin-bottom: 40px; } }

@media (min-width: 768px) and (max-height: 760px) {
  .of-form .row > div:not(:nth-last-child(-n+3)) {
    width: 50%; }
  .of-form .row > div:nth-child(7) {
    width: 100%; } }

@media (max-height: 760px) {
  .page-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 1;
  }

}

@media (max-height: 600px) {
  .navdropdown ul li {
    margin-bottom: 10px; } }

@media (orientation: landscape) and (max-width: 767px) and (max-height: 590px) {
  .home-main {
    height: auto;
    min-height: 100vh;
    overflow-y: auto;
  }
  .home-bottom {
    position: relative;
  }
  .fixed-social,
  .slider-menu {
    position: absolute;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .home-news-section {
    display: none;
    bottom: auto;
    height: 100vh;
  }
  .home-news-section.visible {
    display: block;
  }
}