.header-style-two .auto-container {
  max-width: 1330px;
}
.main-header.header-style-two .header-lower:before,
.main-header.header-style-two .header-lower:after {
  display: none;
}
.main-header .main-menu .navigation > li > a {
  font-size: 18px;
}
.main-header .main-menu .navigation > li > a:hover {
  color: #f29100;
}
.main-header.header-style-two .main-menu .navigation > li > a {
  /* padding: 20px 0px 40px; */
} /* 
.main-header .header-lower .logo-box {
    margin-right:40px;
} */
.bg-green-logo {
  background-color: #93c01f !important;
}
.text-green-logo {
  color: #93c01f !important;
}
.slider-two .swiper-wrapper {
  background-image: url("https://img.freepik.com/fotos-gratis/retrovisor-do-romantico-jovem-casal-se-abracando_23-2147562106.jpg?t=st=1718048762~exp=1718052362~hmac=7f8d8c0e619cc95f69d35f884afb9982c29804dc2a4199e73a2c507f55bfe91a&w=1380");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-one.style-two {
  padding-top: 90px;
}
.price-block_one-icon {
  position: absolute;
  right: -10px;
  top: -30px;
  width: 110px;
  background-size: cover;
  height: 150px;
  background-repeat: no-repeat;
}
.cta-one_counter {
  width: 100%;
  border-left: unset;
  text-align: left;
}
.counter-column .count {
  color: var(--white-color);
  background-color: var(--main-color) !important;
}
.testimonial-block_three-author {
  padding-left: 0;
}

.btzap {
  position: fixed;
  bottom: 15px;
  left: -20px;
  z-index: 9999999;
}

.header-time {
  background-color: var(--main-color);
  padding: 5px 0;
  color: #fff;
  position: fixed;
  top: 88px;
  width: 100%;
  display: none;
}
.fixed-header .header-time {
  display: block;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.04);

  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.header-time .counter-column {
  padding: 0 10px;
  font-weight: bold;
}
.header-time .counter-column .count {
  margin-right: 5px;
}
.header-top_socials a {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}
@media only screen and (max-width: 767px) {
  .header-top {
    display: block;
  }
}
