.header-scroll {
  animation: fadeInDown 0.7s ease-in-out 0s 1 normal none running;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
  transition: all 0.3s linear;
  padding-top: 0;
}

header > nav {
  transition: all 0.3s ease;
}

.container {
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 930px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  background: #ffffffb2;
  border: none;
  margin-bottom: 6px;
}

.wpcf7-form-control-wrap {
  margin-bottom: 4px;
}

.wpcf7-submit {
  width: 187px !important;
  background: #950000 !important;
  color: white;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  margin-top: 30px;
  display: block;
  margin-left: auto;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-not-valid-tip {
  display: inline !important;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 36px !important;
  height: 4px !important;
  background: #fffefefc !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.service-pagination .swiper-pagination-bullet {
  background: #636363fc !important;
}

.service-pagination .swiper-pagination-bullet-active {
  background: #950000 !important;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}
.sub-menu {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
