.logo1 {
  width: 10rem;
}
.footer-logo {
  width: 200px;
}
.copyRight {
  text-align: center;
}
.about-innovations img {
  width: 80%;
}

.img-gallary-hover {
  opacity: 1;
  transition: opacity 0.2s;
}
.img-gallary-hover:hover {
  opacity: 0.8;
}

.services-other img {
  width: 80%;
}

.contact-box {
  height: 14rem;
  width: 101%;
}
.pre-footer p {
  text-wrap: balance;
  padding: 10px;
}

.contact-box .contact-details .pre-footer-title {
  margin-bottom: 0px;
}

.languages-icon-disk {
  width: 45px;
  transition: opacity 0.3s;
}
.languages-icon-disk:hover {
  opacity: 0.8;
}
.lang {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}
.lang-container {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;

  background-color: rgba(54, 54, 54, 0.9);

  z-index: 1111;
  display: flex;
}
.a-e-btn {
  font-size: 16px;
  width: 200px;
  min-height: 50px;
  border-radius: 20px;
  background-color: white;
  border: none;
  margin-top: 10px;
  transition: box-shadow 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.a-e-btn a {
  direction: none;
  font-size: 20px;
  color: rgb(177, 177, 177);
  font-weight: 600;
}
.a-e-btn:hover {
  box-shadow: 0 0 6px rgb(252, 252, 252);
}
.a-e-btn a:hover {
  color: rgb(129, 129, 129) !important;
  text-decoration: none;
}

.top-info-social {
  display: flex;
  justify-content: center;
  text-align: end;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-top-info {
  direction: ltr;
}

.main-row1 {
  font-size: 18px !important;
}

.fa-angle-left {
  padding-left: 5px;
}

.ar-grid {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 1098px) {
  .ar-grid {
    display: flex;
    flex-direction: column-reverse;
  }
}
.blog-info {
  float: right;
}
.blog-slide {
  direction: ltr;
}

.delete-button {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 4rem;
  transition: scale 0.1s;
}
.delete-button:hover {
  scale: calc(1.2);
}

@media (min-width: 767px) {
  .space2 {
    width: 100%;
    height: 30px;
  }
}

@media (max-width: 766px) {
  .space2 {
    width: 100%;
    height: 0;
  }
}

.remove-by-delete-icon {
  display: none;
}

.com {
  text-align: start;
}

.breadcrumbs .container {
  text-align: start;
}
footer {
  text-align: start;
}

.pre-footer-title,
.pre-footer-title {
  margin-right: 20px !important;
}

.blog-info {
  float: right !important;
}

@media (max-width: 816px) {
  .widgets {
    display: flex;
    flex-direction: column !important;
  }
}
@media (min-width: 817px) {
  .widgets {
    display: flex;
    flex-direction: row !important;
  }
}
@media (min-width: 767px) and (max-width: 817px) {
  .widgets-social {
    margin-bottom: 20px;
  }
}
