.offer-content-wrap {
  position: relative !important;
  width: 100%;
}

.about-call {
  color: #111;
}

.cta-badge {
  z-index: 8;
}

.testimonial-thumb-video img {
  border-radius: 8px !important;
}

.blog-style-two .blog-content {
  width: 100%;
}

.team-style-three .team-social a:nth-child(1),
.team-style-three .team-social a:nth-child(2),
.team-style-three .team-social a:nth-child(3),
.team-style-three .team-social a:nth-child(4),
.team-style-three .team-social a:nth-child(5),
.team-style-three .team-social a:nth-child(6) {
  opacity: 0;
  transform: translateX(-35px);
  transition: all 0.3s ease-in-out;
}

.team-style-three:hover .team-social a:nth-child(1),
.team-style-three:hover .team-social a:nth-child(2),
.team-style-three:hover .team-social a:nth-child(3),
.team-style-three:hover .team-social a:nth-child(4),
.team-style-three:hover .team-social a:nth-child(5),
.team-style-three:hover .team-social a:nth-child(6) {
  transform: translateX(0px);
  opacity: 1;
}

.team-style-three .team-social a:nth-child(2) {
  transition: all 0.4s ease-in-out;
}

.team-style-three .team-social a:nth-child(3) {
  transition: all 0.5s ease-in-out;
}

.team-style-three .team-social a:nth-child(4) {
  transition: all 0.6s ease-in-out;
}

.team-style-three .team-social a:nth-child(5) {
  transition: all 0.7s ease-in-out;
}

.team-style-three .team-social a:nth-child(6) {
  transition: all 0.8s ease-in-out;
}

.bd-primary-btn.has-arrow .bd-primary-btn-arrow {
  top: 51%;
  transform: translateY(-50%);
}

.bd-primary-btn.has-arrow .arrow-left {
  top: 54% !important;
}

.icon-text-btn a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.icon-text-btn a i {
  position: relative;
  top: 1px;
}

.activity-tab-content-thumb img {
  border-radius: 10px !important;
  width: 100%;
  height: 100% !important;
}
.client-thumb .arrow {
  margin-left: -18px;
}

.theme-social.team-social a:nth-child(1),
.theme-social.team-social a:nth-child(2),
.theme-social.team-social a:nth-child(3),
.theme-social.team-social a:nth-child(4),
.theme-social.team-social a:nth-child(5),
.theme-social.team-social a:nth-child(6) {
  opacity: 0;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}

.team-style-two:hover .theme-social.team-social a:nth-child(1),
.team-style-two:hover .theme-social.team-social a:nth-child(2),
.team-style-two:hover .theme-social.team-social a:nth-child(3),
.team-style-two:hover .theme-social.team-social a:nth-child(4),
.team-style-two:hover .theme-social.team-social a:nth-child(5),
.team-style-two:hover .theme-social.team-social a:nth-child(6) {
  opacity: 1;
  transform: translateY(-40px);
}

.theme-social.team-social a:nth-child(2) {
  transition: all 0.5s ease-in-out;
}

.theme-social.team-social a:nth-child(3) {
  transition: all 0.6s ease-in-out;
}

.theme-social.team-social a:nth-child(4) {
  transition: all 0.7s ease-in-out;
}

.theme-social.team-social a:nth-child(5) {
  transition: all 0.8s ease-in-out;
}

.theme-social.team-social a:nth-child(6) {
  transition: all 0.9s ease-in-out;
}

.tour-wrapper.style-five .tour-gallery a.tour-camera-btn {
  display: none;
}
.tour-wrapper.style-five .tour-gallery a.tour-camera-btn:first-child {
  display: inline-flex;
}
.tour-rating.style-6 .tf-avarage-review {
  display: none;
}

.tour-wrapper.style-five .tour-camera-btn {
  color: var(--bd-white);
}
.tour-wrapper.style-five:hover .tour-camera-btn {
  color: var(--bd-text-tertiary);
}
.tour-wrapper.style-five .tour-camera-btn:hover {
  color: var(--bd-primary);
}
.grid-three .tour-title {
  font-size: 19px;
}
form.wpcf7-form.init br {
  display: none;
}
form.wpcf7-form.init p {
  margin: 0;
}
.input-box-select {
  width: 100%;
  height: 56px;
  border: none;
  border: 1px solid var(--bd-border-primary);
  background-color: transparent;
  display: flex;
  align-items: center;
  color: var(--bd-placeholder);
}
.generice-el-wrapper .progress {
  width: 100%;
}

.fa-regular,
.fa-solid,
.far {
  font-family: "Font Awesome 6 Pro" !important;
}
