.features-boxed {
  color: #313437;
  background-color: #eef4f7;
}

.features-boxed p {
  color: #7d8285;
}

.features-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  /*color: inherit;*/
}

@media (max-width:767px) {
  .features-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.features-boxed .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.features-boxed .intro p {
  margin-bottom: 0;
}

.features-boxed .features {
  padding: 50px 0;
}

.features-boxed .item {
  text-align: center;
}

.features-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.features-boxed .item .icon {
  font-size: 60px;
  color: #1485ee;
  margin-top: 20px;
  margin-bottom: 35px;
}

.features-boxed .item .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 0;
  color: inherit;
}

.features-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.kutu:hover h1 {
  top: 10%!important;
}

.kutu h1 {
  transition: .1s;
  font-size: 1.3rem!important;
  top: -40%!important;
  text-align: justify;text-justify: inter-word;
}
.hizmetdiv {
  display: none;
  transition: .5s;
}
.kutu:hover .hizmetdiv {
  display:block;
}
.kutu p {
  visibility: hidden;
  transition: 0;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  width: 85%;
  overflow: hidden;
  font-size: 1rem!important;
  text-align: justify;text-justify: inter-word;
}

.kutu:hover p {
  visibility: visible;
  top: 20%!important;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kutu h3 {
  transition: .3s!important;
  white-space: nowrap;
  /*box-shadow: inset -5px 0px 5px grey!important;*/
  color: white!important;
  opacity: 1;
  background-color: rgba(255,255,255,0.6)!important;
  font-size:1.3rem!important;
  padding:5px 10px!important;
  border-radius: 10px 2px 10px 2px!important;
  top:15%;
  left:50%!important;
  transform:translate(-50% , -50%)!important;

}
.kutu:hover h3 {
  opacity: 1;
  top:25%; 
  background-color: rgba(255,255,255,1)!important;
}

.kutu h2 {
  opacity: 0;
  transition: .5s;
  background-color: #00007f!important;
}

.kutu:hover h2 {
  opacity: 1;
}

.videodiv {
  transition: .1s;
  display: none;
}

.kutu:hover .videodiv {
  display: block;
}

#bizkimiz {
  transition: .5s;
}

#bizkimiz:hover {
  box-shadow: 0px 00px 300px 250px #350535!important;
}

.sosyal {
  transition: .5s;
}

.sosyal:hover {
  transform: scale(1.1);
}

