@media only screen and (max-width:1200px){


.hizmet-item{
  height: 200px;
  width: 300px;
  margin: auto;
  overflow: hidden;
}
.hizmet-item-hover{
  position: relative;
  height: 200px;
  width: 300px;
  background: #000000e0;
  z-index: 2;
  margin-top: -75px;
  transition: 0.5s;
}
.hizmet-item:hover .hizmet-item-hover{
  margin-top:-200px;
}
.hizmet-item-title{
  width: 300px;
  height: 74px;
  padding: 15px;
}
.hizmet-item-title img{
  float: left;
  margin-right: 10px;
  display: block;
  height: 50px;
  width: 50px;
}
.hizmet-item-title > h4{ 
  font-size: 13px;
  color: white;
  line-height: 50px;
}
.hizmet-item-text{
  padding-left: 85px;
  color: white;
  font-size:14px;
}
}
@media only screen and (max-width:992px){
.menu-logo{
  height: 100px;
  width: 100%;
  padding-top: 22px;
  padding-left: 25px;
}
.menu-button{
  display: block;
}
.m{
  margin-top: 160px;
}
#active_li{
  color: #7f8386;
  right: 0;
  font-size: 25px;
  top: 15px;
  margin-right: 100px;
  position: absolute;
}
.menu-iletisim{
  height: 60px;
  width: 100%;
  float: left;
  position: relative;
}
.menu-iletisim-item{
  float: left;
  width: 50%;
  height: 50px;
  text-align: center;
  padding-top: 0px;
  color: #7f8386;
  border-right:none;
}
.menu-iletisim-item > ul{
  padding: 0px;
  margin: auto;
  min-height: 35px;
  width: 100%;
  margin-top: 5px;
  margin-left: 20%;
}
.menu{
  min-height: 0px;
  width: 100%;
  float: left;
  transition: 0.5s;
  display: none;
  background: white;
}

.menu-genel{
  z-index: 999;
  width: 100%;
}
.menu .menu-ul > li{
  float: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-left: -20px;
}
.menu .menu-ul > li .menu-active-ul{
	width: 100%;
	top: 0%;
  max-height: 200px;
  overflow-y: auto;
  -webkit-transform: rotateX(0deg) skew(0deg);
  transform: rotateX(0deg) skew(0deg);
  -webkit-transform-origin: none;
  -ms-transform-origin: none;
}
.menu .menu-ul > li .menu-active-ul li{
	width: 100%;
}
.menu .menu-ul > li .menu-active-ul li a{
	display: block;
	width: 100%;
}
.i-hakkimizda-img{
  height: 400px;
}

}
@media only screen and (min-width : 488px) and (max-width : 900px) {
.menu-genel::after{
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width:2px;
  background: #7f8386;
  opacity: 0.3;
  top: 0px;
  bottom: 0px;
  left: 20px;
  right: 0px;
  margin: auto;
}
.menu-iletisim::after{
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width:2px;
  background: #7f8386;
  opacity: 0.3;
  top: 0px;
  bottom: 0px;
  left: 20px;
  right: 0px;
  margin: auto;
}

}
