.display-contents {
  display: contents;
}

.background-transparent {
  background: transparent !important;
  border: none !important;
}

.page-kurumsal .kurumsal-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-kurumsal .kurumsal-menu li span, .page-kurumsal .kurumsal-menu li a {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #21497b;
  border-bottom: 1px solid rgba(33, 73, 123, 0.01);
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.page-kurumsal .kurumsal-menu li span:hover, .page-kurumsal .kurumsal-menu li a:hover {
  background: #4FD2C7;
  color: #fff;
  cursor: pointer;
}
.page-kurumsal .harita {
  max-height: 250px;
  overflow: hidden;
  margin-bottom: -50px;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
}
.page-kurumsal .harita:after {
  content: " ";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.15s;
}
.page-kurumsal .harita:hover:after {
  content: none;
}
.page-kurumsal .active span, .page-kurumsal .active a {
  background: #4FD2C7;
  color: #fff;
}

input:invalid {
  border-color: red;
}

textarea:invalid {
  border-color: red;
}

.contact-info {
  text-align: center;
}
.contact-info i {
  width: 100px;
  height: 100px;
  border: 3px solid #f3f3f3;
  border-radius: 100%;
  text-align: center;
  background: #f3f3f3;
  line-height: 100px;
  color: #4FD2C7;
  font-size: 26px;
}
.contact-info p {
  padding-top: 15px;
}
.contact-info:hover i {
  border: 3px solid #4FD2C7;
  color: #21497b;
}
