body.home-eight .full-width-header .toolbar-area {
  background: var(--theme-black-color);
}

body.home-eight
  .full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu {
  background: var(--theme-black-color);
}

body.home-eight
  .full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.mega-menu {
  background: var(--theme-black-color);
}

.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  max-height: 70px;
}
.text-theme {
  color: #363636;
}

.full-width-header .rs-header .menu-area.sticky .logo-area img {
  max-height: 70px;
}

.btn-default {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  color: white;
  background: var(--theme-button-background);
  text-transform: capitalize;
  padding: 20px 50px 20px 30px;
  border: none;
  transition: 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 33px;
  z-index: 1;
}

.btn-default::before {
  content: "\f062";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  background: transparent;
  color: white;
  transform: translate(-30px, -50%) rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-default::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 106%;
  background: transparent;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.btn-default:hover {
  color: var(--theme-black-color-text);
  background-color: white;
  border: 1px solid var(--theme-black-color);
}
.btn-default:hover::before {
  color: var(--theme-black-color-text);
  transform: translate(-25px, -50%) rotate(90deg);
}

.full-width-header
  .rs-header
  .menu-area.sticky
  .main-menu
  .rs-menu
  ul.nav-menu
  > li
  > a {
  height: 72px;
  line-height: 72px;
  color: var(--theme-black-color-text);
}
a.menu-link {
  color: var(--theme-black-color-text) !important;
}

.rs-counter.style1 .couter-part .icon-part {
  margin-bottom: 20px;
  border: 1px solid white;
  padding: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.rs-counter.style1 .couter-part {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rs-slider.slider8 .owl-dots .owl-dot:hover,
.rs-slider.slider8 .owl-dots .owl-dot.active {
  box-shadow: 0 0 0 2px var(--theme-secondary-color);
}
.rs-slider.slider8 .owl-dots .owl-dot:hover span,
.rs-slider.slider8 .owl-dots .owl-dot.active span {
  background: var(--theme-secondary-color);
  transform: scale(0.4);
}

.about-img-2 img {
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  border-width: 10px;
  border-style: solid;
  border-color: #c5a645;
  border-radius: 0px;
}
.rs-counter.style1 .couter-part .icon-part {
  background: white;
}
.rs-counter.style1 .couter-part .icon-part img {
  filter: brightness(100) invert(1);
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
  color: black !important;
}

button.btn-default.cta-submit {
  background: var(--theme-secondary-color) !important;
  color: white !important;
  border: 1px solid white;
}
button.btn-default.cta-submit:hover {
  background: white !important;
  color: var(--theme-black-color) !important;
  border: 1px solid white;
}

@media (min-width: 992px) {
  .rs-menu > ul {
    display: flex;
    align-items: center;
  }
  .full-width-header .rs-header .menu-area .rs-menu-area {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* use `flex-end` instead of `end` */
  }
}
.service-section-home {
  padding-top: 80px;
  padding-bottom: 100px;
}
.bgx {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/bg/achievement.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* footer code  */
.services-footer-wrapper ul li {
  margin-bottom: 10px !important;
}

.services-footer-wrapper .address-widget li i {
  float: left;
  padding-right: 10px;
}

.services-footer-wrapper .address-widget li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.services-footer-wrapper .address-widget li i {
  margin-right: 8px;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 2px;
}

.services-footer-wrapper .address-widget li .desc a {
  display: inline-block;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
}

/* footer code end  */
