.i_row {
  width: 1100px;
  margin: 0 auto;
}

.i_padding {
  padding: 0px 10px;  
}

@media only screen and (max-width: 960px) {
  .i_row {
    width: 100%;
  }
}

#hizmet_left {
  float: left;
  width: 48%;
}
#hizmet_center {
  float: left;
  width: 4%;
  height: 20px;
}
#hizmet_right {
  float: left;
  width: 48%;
}
#hizmet_left img {
  display: block;
  width: 100%;
}
#hizmet_right h2 {
}
#hizmet_right p {
  margin-top: 10px;
  font-size: 20px;
  text-align: justify;
}

#content_left {
  float: left;
  width: 58%;
}
#content_center {
  float: left;
  width: 4%;
  height: 20px;
}
#content_right {
  float: left;
  width: 38%;
}
#content_right img {
  display: block;
  width: 100%;
}
#hizmetfotogaleri{
  margin-left: -2%;
}
.hizmetfotogaleri_div {
  margin: 0px 0% 20px 2%;
  width: calc(92% / 4);
  float: left;
  text-align: center;
  padding: 20px;
  border-radius:10px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #dddddd;
  -moz-box-shadow: inset 0px 0px 0px 1px #dddddd;
  box-shadow: inset 0px 0px 0px 1px #dddddd;
  
}
.hizmetfotogaleri_div > a > img {
  display: block; 
  height:100px;
  text-align: center;
  margin: 0 auto; 
}


.hover_effect > a > p {
  margin-top: 10px;
  border-radius: 0px 0px 20px 20px;
  font-size: 20px;
  line-height: 50px;
  font-weight: 400;
  text-shadow : 1px 1px white;
  background-color: rgba(232, 232, 232, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: center;
  text-decoration: none;
}
.main_div > a{
  text-decoration: none;
}

.hover_effect:hover .div_title {
  /* font-weight: 600; */
  transition: all .5s ease;
}
.hover_effect > a > div {
  height: 200px;
  transition: all .5s ease;
  background-position: center;
  background-size: cover;
    
}
.hover_effect > a > div:hover {
  transform: scale(1.1);
}


@media only screen and (max-width: 768px) {
  #content_left {
    width: 100%;
  }
  #content_center {
    width: 100%;
  }
  #content_right {
    width: 100%;
  }
}
