/* * {
  word-break: normal;
  overflow-wrap: normal;
} */

.title.animated-heading {
  overflow: visible !important;
  line-height: 1.3 !important;
}

.title.animated-heading * {
  overflow: visible !important;
}

.animated-heading .word {
  display: inline-block;
  line-height: 1.3;
  vertical-align: baseline;
}

.menu-style1 > ul > li > a::before {
  content: none !important;
}

.menu-style1 li.has-submenu > a::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;

  background-color: #ffffff;
  /* ← arrow color */
  mask: url("../images/icon/arrow.svg") no-repeat center / contain;
  -webkit-mask: url("../images/icon/arrow.svg") no-repeat center / contain;
}

.side-menu2 > ul > li > a::before {
  content: none !important;
}

.blog-img4 {
  display: flex;
  justify-content: center;
}

.title.animated-heading .word {
  font-size: 42px;
  line-height: 60px;
  font-weight: 600;
}

.contact-desc p {
  font-size: 20px;
}

.service-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 241px;
  height: 43px;
  /* background-image: url(../images/layers/layer7.png); */
  z-index: 9;
}

.btn-laguage {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
}

.btn-laguage a:first-child {
  margin-right: 5px;
}

.btn-laguage a:hover,
.btn-laguage a.active {
  color: #ffffff;
  background-color: #111111;
  padding: 0 10px;
  border-radius: 10px;
}

@media (max-width: 577px) {
  .project-content2 .title {
    font-size: 18px;
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  .project-content2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-content2 .title a {
    padding: 20px;
    display: inline-block;
  }

  .service-content7 .title {
    font-size: 30px;
    line-height: 46px;
  }
}

@media (max-width: 991px) {
  .btn-laguage {
    font-size: 16px;
    margin-right: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .menu-style1 > ul > li > a {
    line-height: 30px;
    padding: 0 10px 0 10px;
    height: 30px;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .menu-style1 > ul > li > a {
    padding: 0 20px 0 20px;
  }
}

@media (min-width: 1400px) and (max-width: 1459px) {
  .menu-style1 > ul > li > a {
    padding: 0 20px 0 22px;
  }
}
