.letter-spacing-negative-half {
  letter-spacing: -0.5px;
}

.navbar-nav li:hover {
  background: #ccbb9f;
  color: #fff;
}

.navbar-nav li:hover a {
  color: #fff;
}

.header-social-style1 {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;

}

.header-social-style1 a {
  font-size: 30px;
  line-height: 1.1;
}

.counter {
  position: relative;
  transform: translateY(-17%);
  z-index: 9;
}

.owl-stage {
  display: flex;
  padding-bottom: 20px;
}

.owl-item {
  float: unset !important;
}

.service-owl .card-body {
  display: grid;
  grid-template-rows: min-content auto min-content;
}

.service-owl .card-body .link-btn {
  justify-self: start;
}

.owl-item .item {
  height: 100%;
}

.object-cover {
  object-fit: cover;
}

#home .owl-stage {
  padding-bottom: 0;
}

.banner-right-image {
  position: absolute;
  top: 0;
  right: -2px;
  width: 45%;
  height: 100%;
}

.navbar-header .media i {
  margin-top: 7px;
}


.banner-section .slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .slider-button-prev {
  left: 10px;
}

.banner-section .slider-button-next {
  right: 10px;
}
.extra-section .text-block {
  font-size: 14px;
}

.fixed-size {
  width: 261px;
}


@media (min-width: 992px) {

  .fixed-size {
    width: unset;
  }
  .counter {
    margin-bottom: -60px;
    transform: translateY(-50%);
  }

  .item[data-background] {
    background-image: none !important;

  }

  #home {
    background: #87B7E0;
  }

  .text-container-banner {
    background-color: unset;
    box-shadow: unset;
    color: #fff;
    text-align: center;
  }

  .text-container-banner span,
  .text-container-banner h1,
  .text-container-banner h2 {
    color: #fff !important;
  }

  .extra-section .text-block {
    font-size: 22px;
  }
}