.header-logo-center .header-title {

  width: 114px;

  left: 50%;

  margin-left: -75px;

  text-align: center;

  height: 40px;

  line-height: 40px;

  padding-top: 8px;

}
.hidden{
    display:none;
}

.header img {

  height: 45px;

  text-align: center;

  margin-right: auto;

  margin-left: auto;

}
.btnwidth2{

margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: grid;
}
.btnwidth{

  width: 100%;

}

.header, .header-nav {

  height: 60px;

  background-color: #d0021b;

  padding-top: 8px;

}

.header-clear-small {

  padding-top: 80px;

}

.sorgu h1{

	font-size: 16px;

}

.button{

	text-transform: none;

}

.file-upload-btn {

  width: 100%;

  margin: 0;

  border: none;

  padding: 10px;

  transition: all .2s ease;

  outline: none;

  font-weight: 700;
  background: #fff;

}

.file-upload-btn:hover {

  transition: all .2s ease;

  cursor: pointer;

}

.file-upload-btn:active {

  border: 0;

  transition: all .2s ease;

}

.file-upload-content {

  display: none;

  text-align: center;

}

.file-upload-input {

  position: absolute;

  margin: 0;

  padding: 0;

  width: 100%;

  height: 100%;

  outline: none;

  opacity: 0;

  cursor: pointer;

}

.image-upload-wrap {

  margin-top: 20px;

  position: relative;

}

.image-dropping:hover {

  background-color: #1FB264;

  border: 4px dashed #ffffff;

}

.image-title-wrap {

  padding: 0 15px 15px 15px;

  color: #222;

}

.drag-text {

  text-align: center;

}

.drag-text h3 {

  font-weight: 100;

  text-transform: uppercase;

  color: #15824B;

  padding: 60px 0;

}

.file-upload-image {

  max-height: 200px;

  max-width: 200px;

  margin: auto;

  padding: 20px;

}

.remove-image {

  width: 200px;

  margin: 0;

  color: #fff;

  background: #cd4535;

  border: none;

  padding: 10px;

  border-radius: 4px;

  border-bottom: 4px solid #b02818;

  transition: all .2s ease;

  outline: none;

  text-transform: uppercase;

  font-weight: 700;

}

.remove-image:hover {

  background: #c13b2a;

  color: #ffffff;

  transition: all .2s ease;

  cursor: pointer;

}

.remove-image:active {

  border: 0;

  transition: all .2s ease;

}

.bg-islemler {

    background-image: url(../images/islemler.png);

}

.bg-destek {

    background-image: url(../images/destek.png);

}

.bg-hesabim {

    background-image: url(../images/hesabim.png);

}