/*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 h2 {
  color: #fff;
}
.contact2-single {
  display: flex;
  margin-top: 20px;
}

.contact2-icon {
  padding-right: 10px;
}
.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% */
}
.hadding8 p {
  transition: all.4s;
}
.progress8-shape {
  position: absolute;
  top: -60px;
  right: -60px;
  z-index: -1;
  width: 320px;
  height: 320px;
  mask-image: url("../img/hero8-shape2.svg");
  -webkit-mask-image: url("../img/hero8-shape2.svg");
}
.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;
  }

  .progress8-images {
    margin-top: 100px;
  }

  .progress8-shape {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: -1;
  }
}
/*end responsive.css*/
