.btn-yesil{
  background:#96d03a!important;
  float:left!important
}
.btn-yesil:hover{
  background:#5d861c!important;

}


.iletisimTel{
  width:100%;
  position: absolute;
  bottom:50px
}

.iletisimTel span.text {
    display: block;
    color: #5b5a51;
    font-size: 40px;
    line-height: 30px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left:90px;
    transform: translate(0, -50%);
}

.iletisimTel span.text span {
    width: 100%;
    display: block;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 200;
}
.iletisimTel span.phone {
    display: block;
    width: 75px;
    height: 86px;
    background: url(../img/phone.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.direkKat{
  display: block;
    font-size: 18px;
    color: #404040;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.direkKat:hover{
    color: #5b5a50
}
.altKat{
  background:#5b5a50;
  border:2px solid #5b5a50
}
.altKat:hover{
  background:#fecc01;
  border:2px solid #fecc01;
  color:#5b5a50
}


.kucukResim{
height:200px;
overflow:hidden;
border-radius:10px;
margin-bottom:1rem
}
.blogItem{
  height:500px;
  overflow:hidden;
  border-radius:10px;
  padding:1rem;
  transition: box-shadow 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.blogItem:hover{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.blogItem h3{
  height:80px;
  overflow:hidden
}

.blogDevam{text-decoration: underline!important;}

header nav .container ul.menu>li>a.btn{right:-20px}
