#navbar_top {
  box-shadow: 0 10px 5px -10px rgba(199, 199, 199, 0.5) inset,
    0 -10px 5px -10px rgba(199, 199, 199, 0.7) inset;
}

a.yardimalbtn {
  background-color: #0d6efd;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

a.yardimalbtn:hover {
  background-color: #018dd1;
  border-radius: 0;
  color: #fff;
}

.slogan {
  background-color: #D77834;
  padding: 20px;
  color: #ffffff;
}

a.sloganbtn {
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
}

a.sloganbtn:hover {
  background-color: #018dd1;
  border-radius: 0;
  color: #fff;
}

.navigasyon {
  font-family: Poppins;
  padding: 20px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.navigasyon a {
  text-decoration: none;
  color: #333;
}

.navigasyon a:hover {
  color: #f00;
}

.portfolio-item img {
  transition: 0.5s;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.kirmiziborder2 {
  transition: box-shadow 0.3s;
  height: 100%;
  border-radius: 0px;
  border: 0px solid #d6d6d6;
  background: #f5f6f8;
  box-shadow: 0 0 5px rgba(33, 33, 33, 0.2);
  transition: transform 0.2s;
}

.kirmiziborder2:hover {
  -webkit-box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
  transform: scale(1.07);
}

.kirmiziborder2 li {
  list-style: none;
}

.dip_cerceve {
  width: 100%;
  height: 50px;
  display: table;
  margin: 0px auto;
  font-size: 15px;
  color: #333;
}

.dip_icerik {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
}
.dip_cerceve2 {
  width: 100%;
  height: 45px;
  color: #333;
}
.trh {
  font-size: 14px;
  padding-top: 4px !important;
  padding-left: 3px;
  position: relative;
}
.ust_cerceve {
  width: 100%;
  height: 90px;
  display: table;
  margin: 0px auto;
  font-size: 15px;
  color: #333;
  padding: 10px 15px;
}

.ust_icerik {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
}

.xbaslik {
  border-top: 1px solid #0186CD;
  position: relative;
  top: 20px;
  margin-bottom: 20px;
}

.xbaslik span {
  font-family: Poppins;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  text-align: center;
  padding: 4px 10px;
  background: #0186CD;
  margin: 0 auto;
  position: relative;
  top: -28px;
}

.xbaslik-sm {
  border-top: 1px solid #fff;
  position: relative;
  top: 20px;
  margin-bottom: 10px;
}

.xbaslik-sm-p {
  text-align: justify;
}

.xbaslik-sm span {
  font-family: Poppins;
  color: #333333;
  text-decoration: none;
  font-size: 17px;
  padding: 4px 10px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  top: -28px;
}

.xbaslik-yan {
  border-top: 1px solid #0d6efd;
  position: relative;
  top: 20px;
  margin-bottom: 10px;
}

.xbaslik-sm-p {
  text-align: justify;
}

.xbaslik-yan span {
  font-family: Poppins;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  padding: 4px 10px;
  background: #0d6efd;
  margin: 0 auto;
  position: relative;
  top: -28px;
}

.footer {
  bottom: 0;
  height: 100%;
  /* Set the fixed height of the footer here */
  background-color: #1f1f1f;
  color: #f1f1f1;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  /* mobil */
  .footer {
    margin-bottom: 0px;
  }
}

.copyright {
  font-family: Poppins;
  padding: 20px 0px;
  bottom: 0;
  color: #ccc;
  background-color: #000000;
  margin-bottom: 0px !important;
}

.mobildip {
  position: fixed;
  bottom: 0;
  width: 100%;
}

a.minibuton {
  width: 100% !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color:#fff;
  background-color: #0186CD;
}

/* ===== whatsapp buton start =====*/
.watsap_btn {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 55px;
  z-index: 99;
  border: none;
  background-color: #39a22e;
  color: #ffffff;
  font-size: 30px;
  border-radius: 3px;
  transform: translate(60px, 0);
  margin-right: 10px;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* ===== whatsapp buton end =====*/

.scrollToTop {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 0;
  z-index: 100;
  border: none;
  background-color: chocolate;
  color: #ffffff;
  font-size: 28px;
  transform: translate(60px, 0);
  margin-right: 10px;
  text-align: center;
  border-radius: 3px;
  /*    background-color: rgba(0, 0, 0, 0.68);*/
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  opacity: 0.5;
}

.scrollToTop:hover {
  opacity: 1;
}

.parallax_baslik {
  font-family: Poppins;
  color: #fff;
}

.icbaslik {
  font-family: Poppins;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.ictext {
  font-family: Poppins;
  color: #fff;
}

@media screen and (max-width: 768px) {
  /* mobil */
  .mobilmargin {
    margin-top: 45px;
  }

  .copyright {
    font-family: Poppins;
    padding: 20px 0px;
    bottom: 0;
    color: #ccc;
    background-color: #000000;
    margin-bottom: 35px !important;
  }
}

.vertical-menu {
  width: 100%;
  font-family: Poppins;
  font-size: 14px;
}

.vertical-menu a {
  background-color: #fff;
  color: black;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.vertical-menu a:hover {
  background-color: #333;
  color: #fff;
}

.vertical-menu a.active {
  background-color: #018dd1;
  color: white;
}

.list-icon {
  font-family: "Open Sans", "sans-serif";
  font-size: 15px;
  color: #f1f1f1;
  list-style: none;
  padding-left: 0;
}

.list-icon ul {
  list-style: none;
}

.list-icon ul {
  padding: 0;
}

.list-icon li {
  margin-bottom: 10px;
  margin-left: 20px;
}

.list-icon i {
  font-size: 15px;
  margin-right: 8px;
  margin-left: -20px;
}

.footer-menu {
  width: 100%;
  font-family: Poppins;
  font-size: 14px;
}

.footer-menu a {
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.footer-menu a:hover {
  background-color: #333;
  color: #fff;
}

.footer-menu a.active {
  background-color: #333;
  color: white;
}
.hrimg {
  background-image: url("/depo/upload/hr_img.fw.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 140px;
  bottom: -5px;
}
a.surkulink{
  font-family: Poppins;
  color: #666;
  text-decoration: none;
}
a.surkulink:hover{
  color: #0D6EFD;
}