/*advisr-core.css*/
body,
html {
  overflow-x: hidden;
}

.header-area {
  background: transparent;
  position: absolute;
  z-index: 22;
  width: 100%;
}

.header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact2-form-box-all {
  background-color: #fff;
  border-radius: 30px;
  padding: 0;
}

@media screen and (max-width: 769px) {
  .contact2-form-box-all {
    margin-top: 30px;
  }
}
.main-hero.main-hero5 {
  padding-top: 120px;
  min-height: 850px;
  display: flex;
  align-items: center;
}
.main-hadding8 span {
  color: var(--third-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main-hadding8 h1 {
  color: color-mix(in srgb, var(--text-color-main) 99%, var(--third-color));
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 66px; /* 110% */
  text-transform: capitalize;
}

.main-hadding8 p {
  color: color-mix(in srgb, var(--text-color-main) 92%, var(--third-color));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.service8-box {
  border-radius: 5px;
  background: var(--main-color);
  padding: 28px 24px;
  margin-top: 30px;
  transition: all.4s;
}

.service8-box:hover {
  background-color: var(--third-color);
  transition: all.4s;
  transform: translateY(-10px);
}

.service8-box:hover .hadding8 h3 {
  color: #fff;
  transition: all.4s;
}

.hadding8 p {
  transition: all.4s;
}

.service8-box:hover .hadding8 p {
  color: #fff;
  transition: all.4s;
}
.footer-right-padding {
  padding-right: 50px;
}

/*end advisr-core.css*/

/*responsive.css*/
@media screen and (max-width: 769px) {
  br {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .text-right {
    text-align: left;
  }
}

@media screen and (max-width: 426px) {
  .footer4-border {
    border-top: 1px solid #ffffff1e;
    padding: 30px 0px;
  }
}
@media screen and (max-width: 769px) {
  .header-area.sticky {
    padding: 5px 0;
  }
}
@media screen and (max-width: 769px) {
  .main-hadding8 {
    padding-top: 0;
  }

  .main-hadding8 h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
/*end responsive.css*/
