.mxwd,
body {
  max-width: 1920px;
  margin: auto;
}
body {
  font-family: MetropolisRegular;
  font-weight: 400;
}
:root {
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --durationhome: 90s;
  --duration1: 16s;
  --scroll-start: 0;
  --transition-speed: 5000ms;
  --scroll-end: calc(-100% - var(--gap));
}
html {
  overflow: hidden !important;
  overflow-y: auto !important;
}
a {
  text-decoration: none !important;
}
.touchbtn,
h2,
h3 {
  font-weight: 600;
}
@font-face {
  font-family: MetropolisBold;
  src:url(https://7pillars.com.au/assets/fonts/MetropolisBold.woff2)
      format("woff2");
      font-display: swap;
}
@font-face {
  font-family: MetropolisMedium;
  src: url(https://7pillars.com.au/assets/fonts/MetropolisMedium.woff2)
      format("woff2");
      font-display: swap;
}
@font-face {
  font-family: MetropolisSemiBold;
  src: url(https://7pillars.com.au/assets/fonts/MetropolisSemiBold.woff2)
      format("woff2");
      font-display: swap;
}
@font-face {
  font-family: MetropolisRegular;
  src: url(https://7pillars.com.au/assets/fonts/MetropolisRegular.woff2)
      format("woff2");
      font-display: swap;
}
h2 {
  font-size: 80px;
  color: #000;
}
h3 {
  font-size: 28px;
}
p {
  font-size: 20px;
  line-height: 32px;
}
.cmn_pad {
  padding: 0 80px;
}
.d-sm {
  display: none !important;
}
.white-text {
  color: #fff !important;
}
.headerservicebx {
  background: url(https://7pillars.com.au/assets/images/servicebx.avif) 0 0/100%
    100% no-repeat;
  padding: 40px 25px;
  height: 100%;
  overflow: hidden;
}
.headerservicebx .servicecontent .header-heading {
  font-size: 30px;
  color: #ffe817;
  font-family: MetropolisSemiBold;
}
.headerservicebx .servicecontent p {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: MetropolisMedium;
  color: #fff;
}
.headerservicebx .servicecontent p img {
  margin-left: 30px;
}
.headerservicebx .consultantbtnrw {
  margin-top: 130px;
}
.headerservicebx .consultantbtnrw a {
  border: 0 !important;
}
.servicemenuwrap .menubx {
  margin: 25px 0;
}
.megamenu ul li a img {
  margin-right: 10px;
}
.megamenu {
  position: fixed !important;
  width: 100%;
  left: 0;
  right: 0;
  top: 60px;
  border: 0;
  background-color: transparent;
}
.servicemenuwrap {
  max-width: 1920px;
  padding: 25px;
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 1px 1.732px 2px 0 rgba(40, 40, 40, 0.05);
}
.header-wrap .navbar-expand-md {
  height: 90px;
  justify-content: space-between;
}
.header-wrap .navbar {
  display: flex;
  padding: 25px 80px;
  background: rgba(255, 255, 255, 1);
  transition: 0.4s;
  max-width: 1920px;
  margin: auto;
}
.navbar-collapse {
  flex-grow: 0;
}
.header-bcx .header-main {
  display: inline-flex;
  padding: 10px 0 10px 45px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.header-main .navbar-nav li a.nav-link,
.megamenu ul li a {
  line-height: 24px;
  align-items: center;
  display: flex;
  font-family: MetropolisMedium;
  font-weight: 500;
  text-decoration: none;
}
.header-main .navbar-nav li {
  margin-right: 30px;
}
.header-main .navbar-nav li:last-child {
  margin-right: 0;
}
.header-main .navbar-nav li a.nav-link {
  color: #000;
  font-size: 16px;
}
.megamenu ul li a {
  font-size: 14px;
}
.overlay-menu ul li a {
  font-family: MetropolisSemiBold;
  position: relative;
  padding: 10px 15px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #f5f5f5;
}
.menuwrap ul {
  margin: 0;
  padding: 0;
}
.menuwrap ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}
.megamenu ul li a {
  color: #001520;
}
.whatsAppCallbx {
  display: flex;
  align-items: center;
  border-radius: 27px;
  border: 1px solid #bcbcbc;
  width: 128px;
  height: 50px;
  text-align: center;
  justify-content: center;
  margin-right: 5px;
  display: none;
}
.whatsAppCallbx .divide-number {
  width: 2px;
  height: 30px;
  background-color: #bcbcbc;
  margin: 0 15px;
}
.header_rgt .country-nav a:hover img,
.header_rgt .whtsap-nav a:hover img {
  animation: 4s ease-in-out 0.2s infinite ring;
  transform-origin: 50% 4px;
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  25%,
  5% {
    transform: rotate(30deg);
  }
  10%,
  30% {
    transform: rotate(-28deg);
  }
  15% {
    transform: rotate(34deg);
  }
  20% {
    transform: rotate(-32deg);
  }
  35% {
    transform: rotate(26deg);
  }
  40% {
    transform: rotate(-24deg);
  }
  45% {
    transform: rotate(22deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  55% {
    transform: rotate(18deg);
  }
  60% {
    transform: rotate(-16deg);
  }
  65% {
    transform: rotate(14deg);
  }
  70% {
    transform: rotate(-12deg);
  }
  75% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  85% {
    transform: rotate(6deg);
  }
  90% {
    transform: rotate(-4deg);
  }
  95% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
.touchbtn {
  font-family: MetropolisSemiBold;
  font-size: 18px;
  color: #fff;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #00a0f7;
  background-color: #00a0f7;
  border-radius: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s linear;
}
.touchbtn:hover {
  color: #00a0f7;
  background-color: transparent;
}
.header-main .navbar-nav li a.nav-link.dropdown-toggle::after {
  border: 0;
  background: url(https://7pillars.com.au/assets/images/toggle-arrow-black.png)
    0 0/100% 100% no-repeat;
  width: 9px;
  height: 5px;
  margin-left: 7px;
  transform: rotate(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.overlay-menu li a.dropdown-toggle::after {
  border: 0;
  background: url(https://7pillars.com.au/assets/images/toggle-arrow-black.png)
    0 0/100% 100% no-repeat;
  width: 9px;
  height: 5px;
  margin-left: 7px;
  transform: rotate(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.whatsApp {
  width: 35px;
}
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 20px;
  z-index: 10000;
  border: 0;
  background: 0 0;
  font-size: 0;
  transition: 0.4s;
  outline: 0 !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  display: none;
}
#mobile-menu-btn {
  width: 28px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}
#mobile-menu-btn span:first-child {
  top: 0;
}
#mobile-menu-btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #3ebdc6;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#mobile-menu-btn span:nth-child(2),
#mobile-menu-btn span:nth-child(3) {
  top: 10px;
}
#mobile-menu-btn span:nth-child(4) {
  top: 20px;
}
.mobile-nav-toggle.active #mobile-menu-btn span:first-child,
.mobile-nav-toggle.active #mobile-menu-btn span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.mobile-nav-toggle.active #mobile-menu-btn span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-toggle.active #mobile-menu-btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler {
  display: none;
}
.headeroverlay.open {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  height: calc(100vh - 54px);
  width: 100%;
  margin: 0;
  border-radius: 0 0 50px 50px;
  background: #fff;
}
.headeroverlay {
  position: fixed;
  background: #fff;
  top: 54px;
  left: 0;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow-y: auto;
}
.headeroverlay nav {
  position: relative;
  padding: 0;
  margin-top: 10px;
}
.headeroverlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
}
.headeroverlay.open ul li {
  opacity: 1;
}
.headeroverlay.open li {
  -webkit-animation: 0.5s 0.35s forwards fadeInRight;
  animation: 0.5s 0.35s forwards fadeInRight;
}
.headeroverlay ul li {
  display: block;
  position: relative;
  opacity: 0;
}
.banner-wrap {
  background: url(https://7pillars.com.au/assets/images/pattern-gif.gif) 0 0/100%
    100% no-repeat;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
}
.android-banner-wrap .react-icon-card img,
.contactusbcx-wrap .contactmockup img,
.flutter-section .flutter-can img,
.nodejs-banner-wrap .js-card img,
.react-banner-wrap .react-icon-card img,
.vr-banner-wrap .vr-btm-card img,
.vr-banner-wrap .vr-top-card img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.arrowmid,
.does-help .arrowmid,
.ui-ux-banner-wrap .arrowmid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.marquee {
  gap: var(--gap);
  display: flex;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-text: papayawhip;
    --color-bg-accent: #2626a0;
  }
}
.marquee {
  overflow: hidden;
  user-select: none;
}
@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
.wrappermar {
  gap: var(--gap);
}
.about-title-content {
  width: 100%;
  position: absolute;
  display: flex;
  overflow: hidden;
}
.about-title-content {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
.align-center-both {
  justify-content: center;
  align-items: center;
  display: flex;
}
.section-heading {
  position: relative;
  margin-top: 20px;
}
.section-heading h3 {
  font-size: 40px;
  color: #000f18;
  font-family: MetropolisSemiBold;
}
.section-heading p {
  font-size: 16px;
  line-height: 24px;
  color: #3f3f3f;
  font-family: MetropolisMedium;
}
.dedication-wrap .dedication-text {
  max-width: 90%;
  color: #131313;
  font-size: 15px;
  line-height: 24px;
  font-family: MetropolisMedium;
}
.dedication-wrap .carousel-img-box img,
.footerinfo-bcx ul li {
  margin-bottom: 15px;
}
.dedication-wrap {
  padding: 40px 60px;
  border-radius: 38px;
  background: #fff;
}
.fortune-wrap .fortune-logo-name {
  flex-wrap: wrap;
  background: rgb(255 182 181 / 20%);
  padding: 60px 40px;
  border-radius: 31px 0 0 31px;
}
.fortune-logo-name .fortune-text {
  width: calc(100% - 140px);
}
.fortune-logo-name .fortune-text h4 {
  font-size: 40px;
  line-height: 80px;
  color: #c92625;
  font-family: MetropolisSemiBold;
}
.fortune-logo-name .fortune-text p {
  font-size: 16px;
  line-height: 25px;
  font-family: MetropolisMedium;
  font-weight: 500;
  color: #181818;
  max-width: 80%;
}
.consultantbtnrw a,
.consultantbtnrw button {
  font-size: 20px;
  color: #fff;
  font-family: MetropolisSemiBold;
  padding: 19px 24px;
  border-radius: 51px;
  border: 1px solid #fff;
  background: #131313;
  display: inline-block;
  transition: 0.5s ease-in-out;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}
.consultantbtnrw a span svg,
.consultantbtnrw.experts button span svg {
  position: relative;
  top: -3px;
  margin-left: 7px;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
}
.consultantbtnrw a:hover {
  background-color: #00a0f7;
  border: 1px solid #00a0f7;
}
.consultantbtnrw.experts button:hover,
.headerservicebx .consultantbtnrw a:hover,
.nodejs-banner-wrap .consultantbtnrw a:hover,
.wearable-banner-wrap .consultantbtnrw a:hover {
  background-color: #00a0f7;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.headerservicebx .consultantbtnrw a:hover .arrowv svg path,
.nodejs-banner-wrap .consultantbtnrw a:hover .arrowv svg path,
.wearable-banner-wrap .consultantbtnrw a:hover .arrowv svg path {
  stroke: #fff !important;
  transition: 0.5s ease-in-out;
}
.consultantbtnrw a:hover span svg {
  transform: rotate(37deg);
  transition: 0.5s ease-in-out;
}
.consultantbtnrw.experts button:hover span svg {
  transform: rotate(37deg);
  transition: 0.5s ease-in-out;
}
.contactusbcx-wrap.newdes-implement
  .consultantbtnrw.experts
  button
  span
  svg
  path {
  stroke: #fff !important;
  transition: 0.5s ease-in-out;
}
.consultantbtnrw.experts button:hover span svg path {
  stroke: #0ff !important;
  transition: 0.5s ease-in-out;
}
.consultantbtnrw.experts button.bottom:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.formwrap .fieldbx {
  position: relative;
}
@keyframes scroll-one {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
video {
  pointer-events: none;
}
video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}
.android-banner-wrap .consultantbtnrw a,
.blockchain-banner-wrap .consultantbtnrw a,
.contactusbcx-wrap .consultantbtnrw a,
.headerservicebx .consultantbtnrw a,
.nodejs-banner-wrap .consultantbtnrw a,
.react-banner-wrap .consultantbtnrw a,
.react-business-wrap .consultantbtnrw a,
.wearable-banner-wrap .consultantbtnrw a {
  display: block;
  text-align: center;
  border: 1px solid #131313;
  background: #fff;
  color: #1a1a1a;
}
.ui-ux-banner-wrap h1 .design-card img,
.x-icon img {
  max-width: 100%;
}
@keyframes scroll-two {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.accordion h1 {
  margin: 0;
}
.contactusbcx-wrap .sectionheading h3 {
  color: #00a0f7;
  font-size: 40px;
  line-height: 80px;
  font-family: MetropolisBold;
}
.contactusbcx-wrap .sectionheading p {
  font-size: 25px;
  color: #000;
  font-family: MetropolisSemiBold;
}
.contactusbcx-wrap .sectionheading {
  margin-bottom: 80px;
}
.does-help .arrowmid svg,
.ui-ux-banner-wrap .arrowmid svg {
  width: 100px;
}
.connecter-wrap ul li a,
.footersocial-wrap .copyright-bcx {
  font-family: MetropolisSemiBold;
}
.connecter-wrap {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #cfcfcf;
}
.footerbcx-wrap,
.footersocial-wrap {
  padding: 30px 100px;
  position: relative;
}
.connecter-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.connecter-wrap ul li {
  font-family: MetropolisSemiBold;
  width: 33.33%;
  color: #fff;
  margin-bottom: 10px;
}
.connecter-wrap ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.connecter-wrap ul li a span {
  margin-left: 10px;
  display: inline-block;
}
.contactusbcx-wrap {
  margin: 100px;
}
.captchsec,
.contactusbcx-wrap .consultantbtnrw {
  margin-top: 25px;
}
.contactusbcx-wrap .formwrap .fieldbx {
  margin-bottom: 35px;
}
.formwrap .fieldbx .fieldicon {
  position: absolute;
  top: 10px;
}
.formwrap .fieldbx .fieldicon img {
  height: auto;
}
.formwrap .fieldbx input,
.formwrap .fieldbx textarea {
  outline: 0;
  padding: 15px 10px 15px 40px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid hsla(0, 0%, 0%, 0.149);
  color: rgb(0 0 0 / 40%);
  font-size: 20px;
  box-shadow: 0 0 0;
  font-family: MetropolisMedium;
}
.formwrap .fieldbx textarea {
  resize: none;
  min-height: 130px;
}
.accpetcheckbox-content .checkboxform input,
.checkboxform input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.accpetcheckbox-content .checkboxform label {
  position: relative;
  cursor: pointer;
  color: rgb(0 0 0 / 40%);
  font-size: 20px;
  font-family: MetropolisMedium;
}
.accpetcheckbox-content .checkboxform label:before {
  content: "";
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
  border-radius: 6px;
}
.accpetcheckbox-content .checkboxform input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.accpetcheckbox-content .checkboxform input:checked + label:before {
  border-color: #ff5c00;
  background-color: #ff5c00;
}
.captchsec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: MetropolisMedium;
}
.captchsec input {
  font-family: MetropolisBold;
  box-shadow: none !important;
  background: #e6f6ff;
}
.footerbcx-wrap {
  margin-top: 100px;
  background: #00a0f7;
  border-radius: 76px 76px 0 0;
}
.footersocial-wrap {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footersocial-wrap .copyright-bcx p {
  font-family: MetropolisMedium;
  font-size: 18px;
  color: #fff;
}
.footerbcx-wrap .footerinfo-bcx {
  padding-bottom: 25px;
  border-bottom: 1px solid #cfcfcf;
}
.footerinfo-bcx .footer-heading {
  position: relative;
  font-size: 25px;
  line-height: 60px;
  font-family: MetropolisBold;
  color: #fff;
}
.footerinfo-bcx ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.footerinfo-bcx ul li a {
  position: relative;
  font-size: 18px;
  font-family: MetropolisMedium;
  color: #fff;
  text-decoration: none;
  padding-bottom: 2px;
}
.footerinfo-bcx ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.05em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.footerinfo-bcx ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.footer-company-info .companytag {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  font-family: MetropolisMedium;
  color: #fff;
}
.footersocial-wrap .sociallink ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.sociallink ul li a img {
  width: 40px;
  height: auto;
  margin: 0 4px;
}
.banner-wrap h1 span {
  display: block;
}
.accordion .card-header:after {
  font-family: FontAwesome;
  content: "\f068";
  float: right;
}
.arrowmid svg {
  width: 150px;
}
.flutter-heading {
  font-family: MetropolisBold;
}
.flutter-development-section {
  padding-right: 0 !important;
  margin-left: -30px !important;
}
.flutter-section {
  display: flex !important;
  gap: 10px;
  align-items: center;
}
.flutter-section .flutter-can {
  width: 250px;
}
.flutter-heading {
  color: #00a0f7;
  font-size: 30px;
  line-height: 50px;
}
.business-card1,
.business-card2,
.business-card3,
.business-card4 {
  padding: 40px 70px;
  min-height: 495px;
}
.card1 {
  background-color: #ffeff1;
}
.card2 {
  background-color: #fff5dc;
}
.card3 {
  background-color: #d6fef3;
}
.card4 {
  background-color: #ffe3e5;
}
.card5 {
  background-color: #dfdfff;
}
.business-top-section {
  display: flex;
  justify-content: space-between;
}
.arrow-x-box {
  display: inline !important;
}
.arrow-x-box img {
  width: 40px;
  height: 55px;
  margin-left: 25px;
}
.business-card1 {
  background: url(https://7pillars.com.au/assets/images/Card1.webp) 0 0/100%
    100% no-repeat;
  width: 100%;
}
.business-card2 {
  background: url(https://7pillars.com.au/assets/images/Card2.webp) 0 0/100%
    100% no-repeat;
  width: 100%;
}
.business-card3 {
  background: url(https://7pillars.com.au/assets/images/Card3.webp) 0 0/100%
    100% no-repeat;
  width: 100%;
}
.business-card4 {
  background: url(https://7pillars.com.au/assets/images/Card4.webp) 0 0/100%
    100% no-repeat;
  width: 100%;
}
.business-heading {
  font-size: 40px;
  color: #fe7122;
  font-family: Mogra, system-ui;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}
.heading-color1 {
  color: #4988dd !important;
}
.heading-color2 {
  color: #ffd52d !important;
}
.heading-color3 {
  color: #0eb400 !important;
}
.react-banner-wrap .react-native-card {
  display: block;
  text-align: center;
}
.android-banner-wrap .react-icon-card,
.react-banner-wrap .react-icon-card {
  position: absolute;
  left: 90px;
  top: 93px;
}
.android-banner-wrap .mobile-app-box,
.react-banner-wrap .mobile-app-box {
  background-color: #e6f6ff;
  border: 1px solid #00a0f7;
  color: #048cdb;
  font-size: 13px;
  font-family: MetropolisBold;
  padding: 0 25px;
  height: 37px;
  border-radius: 15px;
  line-height: 37px;
  display: inline-block;
  margin-top: 50px;
}
.business-carousel-section .card-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.android-banner-wrap .consultantbtnrw,
.react-business-wrap .consultantbtnrw {
  margin: 30px auto;
  width: 55%;
}
.business-carousel-section {
  background: linear-gradient(90deg, #0c334a, #68a4c5);
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 70px 0;
}
.business-carousel-section .card-item {
  background-color: #e1f4ff;
  padding: 0 35px;
  border-radius: 30px;
  height: 105px;
  width: auto;
  justify-content: center;
}
.business-carousel-section .card-item p {
  color: #048cdb;
  font-size: 18px;
  font-family: MetropolisBold;
  margin-bottom: 0;
}
.banner-text-card h1 {
  font-size: 35px;
  line-height: 46px;
  font-family: MetropolisBold;
  color: #001520;
}
.react-business-wrap .consultantbtnrw {
  margin: 30px 0;
  width: 70%;
}
.android-banner-wrap .mobile-app-box {
  margin: 15px 0;
}
.blockchain-banner-wrap .consultantbtnrw {
  width: 50%;
  margin: 20px auto;
}
.top-card {
  margin-top: 70px;
}
.nodejs-banner-wrap .consultantbtnrw,
.wearable-banner-wrap .consultantbtnrw {
  width: 40%;
  max-width: 100%;
  margin: 30px auto 10px;
}
.nodejs-banner-wrap .js-card {
  position: absolute;
  left: 25%;
  top: 20px;
}
.exceptional-section.building-section .building-btn {
  margin-top: 70px !important;
  max-width: 80%;
}
.exceptional-section.building-section {
  position: relative;
  padding: 0 110px;
}
.accordion-item-content {
  max-width: 50%;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}
.accordion {
  padding: 0;
  margin: 0 auto;
}
.accordion-item:hover .accordion-item-content {
  max-width: 50%;
  height: 200px;
  padding: 0;
}
.accordion .accordion-item {
  border-bottom: 1px solid #c8c8c8;
  padding: 40px 0;
  color: #eee;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.service-item {
  position: relative;
  border-top: 1px solid #ffffff1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-content-wrap .service-title {
  font-size: 35px;
  font-family: MetropolisBold;
  color: #333;
  margin: 0;
}
.accordion-item:hover .service-content-wrap .service-title {
  font-size: 22px;
}
.banner-text-card h1 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-text-card h1 span {
  background-image: linear-gradient(#001520 10%, #bcbcbc 40%);
}
.banner-text-card p {
  font-size: 15px;
  color: #737373;
  line-height: 25px;
  font-family: MetropolisMedium;
  margin-top: 40px;
  max-width: 750px;
}
.banner-btn {
  width: 600px !important;
  margin-top: 30px !important;
}
.development-help-section {
  padding: 60px 80px;
  background: #010a0a;
  position: relative;
}
.ionic-card .ionic-text {
  font-family: Michroma, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.does-development-box h5 {
  font-size: 30px;
  line-height: 46px;
  font-family: MetropolisBold;
  color: #010a0a;
}
.does-development-box p {
  color: #2f2f2f;
  font-size: 15px;
  line-height: 25px;
  font-family: MetropolisMedium;
  margin-top: 30px;
  max-width: 80%;
}
.letstalkbtnimg {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  position: absolute;
  top: 5%;
  right: 10%;
  transition: 0.4s linear;
}
.x-icon {
  position: absolute;
  top: 0;
  left: 500px;
}
.contact-form-bcx .formbcx-wrap .form-dv {
  margin-bottom: 40px;
}
.ionic-text {
  color: #000 !important;
}
.ionic-development-section {
  padding: 50xp 0 !important;
  margin: 0 !important;
  background: #f3f3f3 !important;
}
.ionic-card {
  background: #f3f3f3 !important;
  padding: 100px 0 43px 80px;
}
.ionic-card .ionic-text {
  color: #000;
  font-size: 40px;
  line-height: 50px;
}
.ionic-development-box {
  background: #fff !important;
  padding: 60px !important;
}
.does-help h4 span {
  font-family: Michroma, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.text-card h5 {
  font-family: MetropolisBold;
}
.text-card h5 {
  font-size: 24px;
  color: #000;
  line-height: 46px;
}
.left-arrow svg {
  margin-left: 10px;
  height: 24px !important;
  width: 28px !important;
}
.ui-ux-banner-wrap h1 {
  font-size: 40px !important;
  line-height: 46px !important;
  font-family: MetropolisBold;
}
.blockchain-banner-wrap.ui-ux-banner-wrap {
  border-radius: 55px;
  background: linear-gradient(
    99deg,
    #ffebe0 1.15%,
    #dff8ff 48.94%,
    #ffe5ff 98.67%
  ) !important;
  padding: 60px !important;
}
.ui-ux-banner-wrap h1 {
  color: #000;
}
.ui-ux-banner-wrap h1 .design-card {
  width: 75px !important;
  height: 75px !important;
  display: inline-block;
}
.ui-ux-banner-wrap .letstalkbtnimg {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: absolute;
  top: 74%;
  right: 0;
  transition: 0.4s linear;
}
.arrowmid svg:hover circle {
  fill: #ff0;
}
.does-help {
  align-items: center;
  display: flex;
}
.help-section {
  background: #eaf8ff;
  padding: 30px 0 20px 80px;
  margin-top: 90px;
}
.does-help {
  gap: 30px;
  position: relative;
}
#loading {
  -webkit-animation: 15s linear infinite rotation;
  animation: 15s linear infinite rotation;
  max-width: 100%;
  height: auto;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.does-help h4 {
  font-size: 30px;
  line-height: 55px;
  font-family: MetropolisBold;
  color: #000;
  display: grid;
  margin-bottom: 0;
}
.does-help h4 span {
  color: #00a0f7;
  font-size: 39px;
  line-height: 55px;
}
.does-help h4 span:before {
  content: "";
  display: block;
  height: 3px;
  width: 269px;
  position: absolute;
  left: 195px;
  top: 146px;
  background: #00a0f7;
}
.help-card .help-card-heading {
  font-size: 24px;
  line-height: 26px;
  font-family: MetropolisBold;
  color: #fff;
  margin-top: 30px;
}
.line-img,
.lines-img {
  position: absolute;
  top: -15px;
  z-index: -9;
}
.line-img {
  left: 44%;
}
.lines-img {
  left: 2%;
}
.banner-wrap h1 {
  font-size: 60px;
  line-height: 75px;
  color: #0c0c0c;
  font-family: MetropolisSemiBold;
}
.banner-wrap p {
  font-size: 20px;
  font-family: MetropolisMedium;
}
.formbcx-wrap .captchsec {
  margin-top: 0;
}
.item-number-card h1 {
  margin-bottom: 0;
  font-family: MetropolisBold;
  color: #000;
}
.item-number-card {
  position: relative;
  min-height: 570px;
  background: #eefeff;
}
.item-number-card h1 {
  position: absolute;
  top: -50px;
  z-index: 1;
  left: 0;
  font-size: 77px;
}
.vr-banner-wrap .vr-top-card {
  position: absolute;
  right: -50px;
  top: -50px;
}
.vr-banner-wrap .vr-btm-card {
  position: absolute;
  left: -50px;
  bottom: -50px;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-box {
    animation-play-state: paused;
  }
}
@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  40% {
    opacity: 0;
    transform: scale(0.9);
    background-color: #000;
  }
  100% {
    transform: scale(1);
    background-color: #000;
    opacity: 1;
  }
}
@keyframes bounce-in1 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    transform: scale(0.3);
    background: url(https://7pillars.com.au/assets/images/circle-ig4.webp)
      center center/cover no-repeat;
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    background: url(https://7pillars.com.au/assets/images/circle-ig4.webp)
      center center/cover no-repeat;
    opacity: 1;
  }
}
@keyframes bounce-in2 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    transform: scale(0.3);
    background: url(https://7pillars.com.au/assets/images/circle-ig3.webp)
      center center/cover no-repeat;
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    background: url(https://7pillars.com.au/assets/images/circle-ig3.webp)
      center center/cover no-repeat;
    opacity: 1;
  }
}
@keyframes bounce-in3 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    transform: scale(0.3);
    background: url(https://7pillars.com.au/assets/images/circle-ig5.webp)
      center center/cover no-repeat;
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    background: url(https://7pillars.com.au/assets/images/circle-ig5.webp)
      center center/cover no-repeat;
    opacity: 1;
  }
}
@keyframes bounce-in4 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    transform: scale(0.3);
    background: url(https://7pillars.com.au/assets/images/circle-ig1.webp)
      center center/cover no-repeat;
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    background: url(https://7pillars.com.au/assets/images/circle-ig1.webp)
      center center/cover no-repeat;
    opacity: 1;
  }
}
@keyframes bounce-in5 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    transform: scale(0.3);
    background: url(https://7pillars.com.au/assets/images/circle-ig6.webp)
      center center/cover no-repeat;
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    background: url(https://7pillars.com.au/assets/images/circle-ig6.webp)
      center center/cover no-repeat;
    opacity: 1;
  }
}
@keyframes bounce-in6 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    transform: scale(0.3);
    background: url(https://7pillars.com.au/assets/images/profile_des1.jpg)
      center center/cover no-repeat;
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    background: url(https://7pillars.com.au/assets/images/profile_des1.jpg)
      center center/cover no-repeat;
    opacity: 1;
  }
}
.form-control.error {
  display: block;
}
.consultantbtnrw.experts button.bottom {
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid #00a0f7;
  color: #fff;
  background-color: #00a0f7;
}
@keyframes grow {
  0%,
  100% {
    width: 0;
  }
  50% {
    width: 100%;
  }
}
@keyframes grow1 {
  0%,
  100% {
    width: 0;
  }
  50% {
    width: 80%;
  }
}
.contact-form-bcx .formbcx-wrap {
  position: relative;
  background: #fdfdfd;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}
.contact-form-bcx .formbcx-wrap input,
.contact-form-bcx .formbcx-wrap textarea {
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #b9b9b9;
  font-family: MetropolisMedium;
  color: #000;
  outline: 0;
  box-shadow: 0 0 0 0.2rem transparent;
}
.formbcx-wrap .consultantbtnrw a,
.formbcx-wrap .consultantbtnrw button {
  padding: 19px 45px;
  background: #00a0f7;
  border: 1px solid #00a0f7;
  font-family: MetropolisRegular;
}
.modal-dialog.get-touch .formbcx-wrap .consultantbtnrw button:hover {
  border-color: #000;
  background-color: #000;
}
.checkboxform {
  display: flex;
  padding-top: 5px;
  align-items: center;
}
.checkboxform label {
  position: relative;
  cursor: pointer;
  color: #aba9a9;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  margin: 0;
}
.checkboxform label:before {
  content: "";
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
  border-radius: 6px;
}
.checkboxform input:checked + label:before {
  background-color: #0099eb;
  border-color: #0099eb;
}
.contact-form-bcx .formbcx-wrap .checkboxform input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.robotbx {
  padding-top: 0;
  margin-bottom: 20px;
}
.robotbx .captchtext{
  margin: 0 10px;
}
.captchsec,
.captchsec1 {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.captchsec input,
.captchsec1 input {
  font-weight: 700;
  padding: 10px 12px;
  font-size: 18px;
  min-width: 90px;
  text-align: center;
  border-radius: 16px !important;
  outline: 0;
  border: 0;
  background-color: #0933632b;
}
.contact-form-bcx .formbcx-wrap textarea {
  min-height: 120px;
  resize: none;
}
.error,
.error1 {
  font-size: 15px;
  display: none;
  color: red;
  font-family: MetropolisMedium;
}
.banner-wrap.portfolio-wrap {
  background: url(https://7pillars.com.au/assets/images/portfolio-bg.webp) 0 0/100%
    100% no-repeat;
  border-radius: 34px;
  max-height: 550px;
  height: 100vh !important;
  width: 90%;
  margin: 150px auto 100px;
}
.banner-wrap.portfolio-wrap h1 {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 46px;
  font-family: MetropolisBold;
  color: #fff;
  background: linear-gradient(186.71deg, #fff 5.02%, #eaeaea 94.51%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tr__video__wrapper {
  position: relative;
  z-index: 99;
  margin: -50px 100px 0;
  max-height: 600px;
  border-radius: 54px;
  overflow: hidden;
}
.tr__video__wrapper video {
  width: 300px;
  height: auto;
  border-radius: 54px;
  transition: width 1.5s;
}
.react-banner-wrap .consultantbtnrw {
  margin: 50px 0;
  width: 65%;
}
.getconbtnbx .dropdown-menu {
  left: auto;
  right: 0;
  top: 64px;
  border: 0;
  min-width: 372px;
  padding: 20px 20px 15px;
  border-bottom: 2px solid #279eff;
  border-radius: 8px;
  box-shadow: 0 10px 40px 0 rgba(39, 158, 255, 0.15);
}
.getconbtnbx .callusrow {
  margin-bottom: 20px;
}
.getconbtnbx .callusrow .callusrtype {
  width: 80px;
  height: 60px;
  float: left;
  background: url(https://7pillars.com.au/assets/images/callus_icon.png) 0 0/100%
    100% no-repeat;
}
.getconbtnbx .callusrow .callusrdetails {
  margin-left: 110px;
}
.banner-content-bcx .consultantbtnrw a:before {
  content: " ";
  z-index: -1;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #000;
  transition: 0.4s ease-in-out;
}
.banner-content-bcx .consultantbtnrw a:hover:before {
  right: 0;
  transition: 0.4s ease-in-out;
}
.banner-content-bcx .consultantbtnrw a:after {
  content: " ";
  z-index: -1;
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #000;
  transition: 0.4s ease-in-out;
}
.banner-content-bcx .consultantbtnrw a:hover:after {
  left: 0;
  transition: 0.4s ease-in-out;
}
.banner-content-bcx .consultantbtnrw a:hover span svg {
  transform: rotate(-36deg);
  transition: 0.4s ease-in-out;
}
.banner-content-bcx .consultantbtnrw a {
  position: relative;
  padding: 20px 60px;
  background: #2087f0;
  border: 1px solid #2087f0;
  margin-top: 40px;
  font-size: 18px;
  line-height: 20px;
  font-family: MetropolisSemiBold;
  box-shadow: 0 0 0 0 #000;
  transition: 0.4s ease-in-out;
}
.banner-content-bcx .consultantbtnrw a:hover {
  background: #000;
  border: 1px solid #000;
}
.banner-content-bcx .consultantbtnrw a span svg {
  position: relative;
  top: -2px !important;
  margin-left: 7px;
  transform: rotate(0);
  transition: 0.4s ease-in-out;
}
.tabs-menu__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}
.tabs-menu__item .icon {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -49px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background-color: #3b9cff;
}
.width50 {
  width: 50% !important;
}
.whtsap-nav .dropdown-menu {
  left: auto;
  right: 0;
  top: 64px;
  border: 0;
  min-width: 372px;
  padding: 20px 20px 15px;
  border-bottom: 2px solid #279eff;
  border-radius: 8px;
  box-shadow: 0 10px 40px 0 rgba(39, 158, 255, 0.15);
}
.getconbtnbx .callusrow {
  margin-bottom: 20px;
}
.getconbtnbx .callusrow .callusrtype {
  width: 80px;
  height: 60px;
  float: left;
  background: url(https://7pillars.com.au/assets/images/callus_icon.png) 0 0/100%
    100% no-repeat;
}
.getconbtnbx .callusrow .callusrdetails {
  margin-left: 110px;
}
.getconbtnbx .callusrow .callusrdetails .callheading {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #282828;
}
.getconbtnbx .callusrow .callusrdetails .callnum a {
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  color: #282828;
  text-decoration: none;
}
.getconbtnbx .dropdown-toggle::after {
  display: none;
}
.callusrdetails .callnum {
  margin: 5px 0;
}
.dis-sm-none {
  display: none !important;
}
.locationcontact-form .formbcx-wrap .form-dv {
  margin-bottom: 25px;
}
.locationcontact-form .formbcx-wrap .form-dv .iconv {
  position: absolute;
  left: 0;
  top: 5px;
}
.locationcontact-form .formbcx-wrap .form-dv .iconv.textarea {
  left: 15px;
}
.input-pd-space {
  border-bottom: 1px solid #b9b9b9 !important;
  padding-left: 32px !important;
}
.locationcontact-form.contact-form-bcx .formbcx-wrap textarea {
  min-height: 60px;
  resize: none;
}
.phone-label-err label {
  margin-left: -45%;
}
.in-bdr {
  border-bottom: 1px solid #b9b9b9 !important;
}
.locationcontact-form.contact-form-bcx .formbcx-wrap input,
.locationcontact-form.contact-form-bcx .formbcx-wrap textarea {
  border: 0;
  font-family: MetropolisMedium;
}
.locationcontact-form.contact-form-bcx .formbcx-wrap textarea {
  padding-top: 0;
}
.contact-form-bcx .formbcx-wrap select {
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  border: 0;
  font-family: MetropolisMedium;
  color: #000;
  outline: 0;
  box-shadow: 0 0 0 0.2rem transparent;
}
.effect-16 ~ label {
  position: absolute;
  left: 30px;
  top: 9px;
  transition: 0.3s;
  z-index: 0;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.input-effect {
  position: relative;
  z-index: 1;
}
.effect-16:focus ~ label,
.has-content.effect-16 ~ label {
  top: -16px;
  font-size: 15px;
  transition: 0.3s;
}
.locationcontact-form .captchsec,
.locationcontact-form .captchsec1 {
  font-family: MetropolisMedium;
  font-weight: 400;
  font-size: 19px;
}
.locationcontact-form .formbcx-wrap .consultantbtnrw a {
  padding: 15px 45px;
  background: #2087f0;
  border: 1px solid #2087f0;
  margin-top: 15px;
}
.locationcontact-form .formbcx-wrap .consultantbtnrw a:hover span svg {
  transform: rotate(0) translate(5px, 0);
}
.techugo-technology-create-content .create-txt p {
  line-height: 30px;
}
.techugo-technology-create {
  padding: 100px 150px;
  background: #ebfbff;
}
.techugo-technology-create-content .create-txt p:first-child {
  max-width: 800px;
  display: inline-block;
  margin-right: 80px;
}
.portfolio-work-content {
  margin-top: 0;
}
.portfolio-work-row {
  margin-bottom: 100px;
}
.w100img {
  width: 100%;
  height: auto;
}
.modal-dialog.get-touch {
  max-width: 560px;
}
.modal-dialog.get-touch .modal-content {
  border-radius: 32px;
}
.modal-dialog.get-touch .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000;
  opacity: 1 !important;
  z-index: 1;
  background-color: #ebf3f9;
}
.modal-dialog.get-touch .conversation-form.contactpgs {
  margin: 0 10px;
}
.modal-dialog.get-touch .modal-title {
  font-family: MetropolisBold;
  padding-top: 20px;
  font-size: 24px;
  padding-left: 25px;
}
.modal-dialog.get-touch .conversation-form-input-row {
  margin-bottom: 12px;
}
.modal-dialog.get-touch .form-submit {
  margin-top: 0;
}
.modal-dialog.get-touch .contact-form-bcx .formbcx-wrap {
  padding: 0;
}
.lftmarmodalrow {
  margin-left: 0;
}
.modal-dialog.get-touch .formbcx-wrap .consultantbtnrw button {
  padding: 15px 45px;
}
.homepg7pillars-ban {
  position: relative;
  height: auto !important;
  display: flex;
  align-items: center;
  background: url(https://7pillars.com.au/assets/images/banbg-7pillars.jpg)
    no-repeat;
  background-size: cover;
}
.homepg7pillars-content {
  width: 100%;
  margin-top: 80px;
}
.banner-wrap.homepg7pillars-ban h1 {
  font-family: MetropolisSemiBold;
  font-size: 50px;
  line-height: 60px;
}
.banner-wrap.homepg7pillars-ban h1 span {
  display: block;
}
.homepg7pillars-content p {
  font-size: 18px;
  color: #656565;
  line-height: 28px;
  max-width: 800px;
}
.substract-txt {
  font-family: MetropolisSemiBold;
  width: 556px;
  height: 75px;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 30px;
  background: url(https://7pillars.com.au/assets/images/subtract-texture.png)
    no-repeat;
}
.pill-ban-button-rw {
  margin-top: 30px;
  padding-bottom: 90px;
}
.pill-clutch-star {
  margin-left: 240px;
}
.pill-clutch-star img {
  max-width: 100%;
  height: auto;
}
.pill-ban-lets-talk {
  font-size: 21px;
  float: left;
  color: #fff;
  width: 220px;
  text-align: center;
  padding: 12px 0;
  border-radius: 12px;
  background-color: #00a0f7;
  display: block;
  margin-top: 40px;
  transition: all 0.4s linear;
  box-shadow: 0 27px 27.3px -8px #00a0f733;
}
.pill-ban-lets-talk:hover {
  color: #fff;
  background-color: #000;
}
.pill-ban-lets-talk img {
  margin-right: 10px;
}
.com-ban-video-7pillars {
  position: relative;
}
.design-btn-video {
  position: absolute;
  left: 40px;
  top: 40px;
}
.design-btn-video img {
  max-width: 100%;
  height: auto;
}
.design-btn-dev-video {
  position: absolute;
  right: -60px;
  top: 45%;
  transform: translateY(-50%);
}
.com-ban-video-7pillars img,
.com-ban-video-7pillars video {
  width: 100%;
  height: auto;
  border-radius: 32px;
}
.com-ban-video-7pillars .get-touch-circle {
  position: absolute;
  right: -50px;
  bottom: -40px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #fff;
}
.com-ban-video-7pillars .get-touch-circle .letstalkbtnimg {
  left: 50%;
  top: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
.com-ban-video-7pillars .get-touch-circle .letstalkbtnimg .arrowmid {
  width: 108px;
}
.com-ban-video-7pillars .get-touch-circle .letstalkbtnimg .arrowmid svg {
  width: 100%;
}
.com-ban-video-7pillars
  .get-touch-circle
  .letstalkbtnimg
  .arrowmid
  svg:hover
  circle {
  fill: #ffd62c;
}
.com-ban-video-7pillars .get-touch-circle .letstalkbtnimg .arrowmid svg path {
  transition: all 0.4s linear;
}
.com-ban-video-7pillars
  .get-touch-circle
  .letstalkbtnimg
  .arrowmid
  svg:hover
  path {
  stroke: #000;
}
.pillars-trusted-brands {
  position: relative;
  padding: 30px;
  margin: 50px 80px;
  border-radius: 32px;
  background-color: #002539;
  margin-top: -60px;
}
.pillars-trusted-brands .bx-temple {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.pillars-trusted-brands .tr-star {
  color: #fff;
  font-size: 24px;
}
.pillars-trusted-brands .tr-star span {
  color: #f7f100;
}
.pillars-trusted-brands .tr-star img {
  margin-right: 20px;
}
.pillars-brands-move {
  padding: 15px;
  border-radius: 24px;
  margin-top: 20px;
  background-color: #fff;
}
.pillars-brands-move .wrappermar-anim {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  overflow: hidden;
}
.pillars-brands-move .wrappermar-anim .marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  max-width: 1440px;
  margin: auto;
}
.wrappermar-anim .imgaim-rw {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.marquee__groups {
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
  min-width: 100%;
  animation: scroll-x-anim var(--durationhome) linear infinite;
}
.marquee__groups img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-width: 100%;
  height: auto;
}
@keyframes scroll-x-anim {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
.numbers-speak-7pillars {
  padding: 60px 80px;
  background-color: #002539;
}
.numbers-speak-7pillars .heads {
  font-family: MetropolisMedium;
  font-size: 36px;
  color: #fff;
}
.numbers-speak-7pillars .heads span {
  color: #f7f100;
}
.numbers-speak-7pillars .shdes {
  font-size: 20px;
  line-height: 32px;
}
.themselves-box-content {
  margin-top: 30px;
}
.themselves-box-content .themselves-box {
  padding: 50px 0;
  transition: all 0.4s linear;
  background-color: #fff;
}
.themselves-box-content .themselves-box:hover {
  transform: scale(0.92);
  background-color: #000f18;
}
.themselves-box .updesbx {
  padding-left: 30px;
}
.themselves-box .num-pos {
  font-family: MetropolisMedium;
  font-size: 18px;
  transition: all 0.4s linear;
}
.themselves-box .themselves-seq {
  font-family: MetropolisSemiBold;
  font-size: 24px;
  padding-bottom: 30px;
  transition: all 0.4s linear;
}
.themselves-box .svgicon {
  margin: 30px 0 50px;
  height: 71px;
}
.themselves-box .svgicon .nt-served{
  width: 59px;
  height: 59px;
  background: url(https://7pillars.com.au/assets/images/nations-served-blk.png)
    no-repeat;
  background-size: 59px;
}
.themselves-box:hover .svgicon .nt-served{
  background: url(https://7pillars.com.au/assets/images/nations-served-wt.png)
    no-repeat;
  background-size: 59px;
}
.themselves-box .svgicon .brands-assisted{
  width: 58px;
  height: 58px;
  background: url(https://7pillars.com.au/assets/images/brands-assisted.png)
    no-repeat;
  background-size: 58px;
}
.themselves-box:hover .svgicon .brands-assisted{
  background: url(https://7pillars.com.au/assets/images/brands-assisteds.png)
    no-repeat;
  background-size: 58px;
}
.themselves-box .svgicon .funding-raised{
  width: 70px;
  height: 70px;
  background: url(https://7pillars.com.au/assets/images/funding-raised.png)
    no-repeat;
  background-size: 70px;
}
.themselves-box:hover .svgicon .funding-raised{
  background: url(https://7pillars.com.au/assets/images/funding-raised-wt.png)
    no-repeat;
  background-size: 70px;
}
.themselves-box .svgicon .coffee-drinking{
  width: 59px;
  height: 59px;
  background: url(https://7pillars.com.au/assets/images/coffee-drinking.png)
    no-repeat;
  background-size: 59px;
}
.themselves-box:hover .svgicon .coffee-drinking{
  background: url(https://7pillars.com.au/assets/images/coffee-drinking-wt.png)
    no-repeat;
  background-size: 59px;
}
.themselves-box .svgicon svg {
  fill: #000;
  transition: all 0.4s linear;
}
.themselves-numbers-v {
  font-family: MetropolisMedium;
  padding: 30px 0 0 30px;
  font-size: 48px;
  transition: all 0.4s linear;
  border-top: 1px solid #b9b9b9;
}
.themselves-box-content .themselves-box:hover .num-pos,
.themselves-box-content .themselves-box:hover .themselves-numbers-v,
.themselves-box-content .themselves-box:hover .themselves-seq {
  color: #fff;
}
.themselves-box-content .themselves-box:hover .svgicon svg {
  fill: #fff;
}
.book-free-cons-btn-home {
  font-family: MetropolisSemiBold;
  padding: 13px 80px;
  color: #fff;
  font-size: 22px;
  border: 1px solid #fff;
  border-radius: 16px;
  display: inline-block;
  margin-top: 50px;
  transition: all 0.4s linear;
}
.book-free-cons-btn-home:hover {
  color: #fff;
  border: 1px solid #00a0f7;
  background-color: #00a0f7;
}
.book-free-cons-btn-home img {
  margin-right: 12px;
}
.idea-digital-7pillars {
  padding: 80px 0;
  background-color: #f4fbff;
}
.idea-digital-7pillars-content {
  padding: 0 80px;
}
.idea-digital-7pillars-content .book-free-cons-btn-home {
  color: #1c1c1c;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 30px;
  border-color: #6d6f71;
}
.idea-digital-7pillars-content .book-free-cons-btn-home svg {
  width: 24px;
  fill: #1c1c1c;
  margin-right: 10px;
  transition: all 0.4s linear;
}
.idea-digital-7pillars-content .book-free-cons-btn-home:hover svg {
  fill: #fff;
}
.idea-digital-7pillars-content .book-free-cons-btn-home svg {
  width: 24px;
}
.idea-digital-7pillars-content .book-free-cons-btn-home:hover {
  border-color: #00a0f7;
  color: #fff;
}
.idea-digital-head {
  padding-bottom: 30px;
}
.idea-digital-head h2 {
  font-family: MetropolisMedium;
  font-size: 40px;
  font-weight: 400;
}
.idea-digital-head h2 span {
  color: #00a0f7;
}
.idea-digital-home-content {
  position: relative;
}
.idea-digital-homebx {
  padding: 45px 25px 25px 25px;
  border-radius: 28px;
  color: #1a1a1a;
  height: 100%;
  background: linear-gradient(136.92deg, #fff 3.98%, #e3f4ff 96.57%);
}
.idea-digital-homebx .idea-icon {
  margin-bottom: 25px;
}
.idea-digital-homebx .idea-head {
  font-family: MetropolisMedium;
  font-size: 22px;
  padding-bottom: 10px;
}
.idea-digital-homebx p {
  font-family: MetropolisMedium;
  font-size: 15px;
  line-height: 24px;
}
.idea-digital-row-sp {
  margin-top: 30px;
}
.next-pro-back {
  background-color: #f4fbff;
}
.why-7pillars-next-project {
  padding-top: 60px;
  padding-bottom: 40px;
  margin-left: 100px;
}
.why-7pillars-next-project .next-pro-heading {
  font-family: MetropolisMedium;
  font-size: 40px;
}
.why-7pillars-next-project .next-pro-heading span {
  color: #00a0f7;
}
.why-7pillars-next-project p.project-des {
  font-family: MetropolisMedium;
  font-size: 21px;
  line-height: 32px;
  color: #777;
  margin: 20px 0;
  max-width: 420px;
}
.why-7pillars-next-project .pill-ban-lets-talk {
  float: none;
  max-width: 440px;
  width: auto;
}
.experince-have-project {
  position: relative;
  padding-bottom: 80px;
}
.experince-have-back {
  position: absolute;
  top: 30px;
  right: 0;
}
.experince-have-back .dbstar {
  position: absolute;
  left: -40px;
  bottom: -10px;
}
.experince-have-back .dbstar img {
  width: auto;
  height: auto;
}
.experince-have-back img {
  width: 560px;
  height: auto;
}
.experince-have-project-content {
  position: relative;
  margin-right: 80px;
  z-index: 1;
}
.have-project-bx {
  font-family: MetropolisSemiBold;
  padding: 15px 30px;
  font-size: 24px;
  border-radius: 26px;
  background-color: #fff;
  box-shadow: 0 8px 31.9px 1px #0000001a;
  margin-bottom: 20px;
}
.have-project-bx span {
  font-family: MetropolisBold;
}
.have-project-bx.zerom {
  margin-bottom: 0;
}
.clients-great-results {
  padding: 80px 0;
  background-color: #062344;
}
.clients-great-results-content {
  margin-left: 80px;
}
.clients-great-results-head {
  padding: 0 0 30px;
  margin-right: 80px;
}
.clients-great-results-heading {
  font-family: MetropolisBold;
  font-size: 38px;
  color: #fff;
}
.clients-great-results-heading span {
  color: #61c7ff;
}
.clients-great-results-slider {
  margin-top: 20px;
}
.clients-great-results-sliderbx {
  position: relative;
  padding: 30px 40px;
  padding-bottom: 120px;
  border-radius: 50px;
  border: 2px solid #7b8b9c;
  background-color: #445a73;
}
.clients-great-results-sliderbx.alternative {
  margin-top: 80px;
}
.clients-great-results-sliderbx .logoc {
  margin-bottom: 30px;
  height: auto;
}
.clients-great-results-sliderbx p {
  font-family: MetropolisMedium;
  font-size: 20px;
  color: #fff;
  line-height: 32px;
}
.results-autor-rw {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  padding-top: 50px;
}
.results-autor-rw img.alica {
  width: 36px;
  height: 37px;
}
.write-test-head {
  margin-left: 10px;
}
.write-test-heads {
  font-family: MetropolisBold;
  font-size: 15px;
  color: #fff;
}
.write-test-head-nor {
  font-family: MetropolisMedium;
  font-size: 14px;
  color: #fff;
}
.owl-carousel.clients-results-slider-view .owl-item img {
  width: auto;
}
.clients-results-slider-view.owl-carousel .owl-nav {
  display: none;
}
.company-have-question {
  padding: 60px 0 50px;
  background-color: #f4fbff;
}
.company-have-question-content {
  padding: 0 80px;
}
.company-have-question-content-head {
  padding-bottom: 40px;
}
.company-have-question-content-head .ques-heading {
  font-family: MetropolisSemiBold;
  font-size: 40px;
  color: #0c0c0c;
}
.company-have-question-content-head .semi-lines {
  margin-left: 50px;
}
.faqsection .card {
  border-radius: 28px !important;
  border: 0 !important;
  background: linear-gradient(136.92deg, #fff 3.98%, #e3f4ff 96.57%);
  margin-bottom: 20px;
}
.faqsection .card-header {
  padding: 17px 0;
  border: 0;
  background-color: transparent;
}
.faqsection .card-body p {
  font-size: 20px;
  line-height: 32px;
}
.faqsection .btn-link {
  font-family: MetropolisMedium;
  position: relative;
  font-size: 22px;
  color: #00a0f7;
  box-shadow: none;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0096e7;
  padding-right: 50px;
}
.faqsection .btn-link.collapsed {
  color: #000;
}
.plusminus {
  position: absolute;
  top: 0;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.faqsection.deliverypg .btn-link .plusminus {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faqsection.deliverypg .btn-link.collapsed .plusminus {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.faqsection .accordion .card-header::after {
  display: none;
}
.footerbcx-wrap.newfooter {
  background-color: #212e3c;
  margin-top: -60px;
  padding-bottom: 25px;
}
.footerbcx-wrap.newfooter .footerinfo-bcx {
  border-bottom: 1px solid #6b6b6b75;
}
.footerbcx-wrap.newfooter .connecter-wrap {
  border-bottom: 0;
  padding-bottom: 0;
}
.footersocial-wrap.newfooter {
  background: #062344;
}
.contactusbcx-wrap.newdes-implement {
  margin: 0;
  background: url(https://7pillars.com.au/assets/images/footer-form-backgrounds.webp)
    no-repeat;
  background-size: cover;
  padding: 60px 0 120px 0;
}
.contactusbcx-wrap.newdes-implement .contactmockup {
  margin-left: 80px;
}
.contactusbcx-wrap.newdes-implement .formwrap {
  position: relative;
  padding: 40px;
  border-radius: 32px;
  margin-right: 80px;
  background-color: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(21.399999618530273px);
}
.contactusbcx-wrap.newdes-implement .formwrap .fieldbx input,
.contactusbcx-wrap.newdes-implement .formwrap .fieldbx textarea {
  background-color: transparent;
}
.contactusbcx-wrap.newdes-implement .formwrap .captchsec input {
  background-color: #0933632b;
}
.have-project-left-view {
  padding-top: 20px;
}
.have-project-left-heading {
  font-family: MetropolisMedium;
  font-size: 48px;
  margin-top: 20px;
}
.hv-pro-idea-inn {
  font-family: MetropolisMedium;
  padding: 6px 20px;
  color: #ffe644;
  font-size: 48px;
  border-radius: 30px;
  display: inline-block;
  background-color: #0e0e0e;
  margin-top: 10px;
}
.hv-lets-discuss {
  font-family: MetropolisSemiBold;
  font-size: 30px;
  margin-top: 20px;
}
.hv-lets-discuss-line {
  padding-left: 120px;
}
.our-work-ordinary {
  position: relative;
  margin: 0 80px;
  padding: 60px 0;
}
.our-work-txt-heading {
  font-family: MetropolisBold;
  font-size: 44px;
  text-align: center;
}
.our-work-view-homepg {
  margin-top: 50px;
}
.our-work-view-homepg-content {
  position: relative;
  margin-bottom: 20px;
}
.our-work-view-homepg-bjp {
  padding: 60px;
  border-radius: 60px;
  background: url(https://7pillars.com.au/assets/images/work-bjp-back.png)
    no-repeat;
  background-size: cover;
}
.our-work-view-homepg-bjp.blixer {
  background-image: none;
  background-color: #ced2ff;
}
.our-work-view-homepg-bjp.lal10 {
  background-image: none;
  background-color: #ffcbcb;
}
.our-work-view-homepg-bjp.dhnuka {
  background-image: none;
  background-color: #d7ffee;
}
.our-work-view-homepg-work-app {
  position: relative;
}
.our-work-view-homepg-work-app img {
  width: 100%;
  height: auto;
}
.our-work-view-homepg-work-details {
  margin-left: 60px;
  padding-top: 15px;
}
.brands-logo-hmpg {
  margin-bottom: 50px;
}
.owl-carousel .owl-item .brands-logo-hmpg img {
  width: 80px;
  height: auto;
}
.owl-carousel .owl-item .brands-logo-hmpg.blixer img {
  width: 160px;
}
.owl-carousel .owl-item .brands-logo-hmpg.vision-r-pro img {
  width: 180px;
}
.owl-carousel.testimonials-review-slider .owl-nav {
  display: none;
}
.owl-carousel .owl-item .brands-logo-hmpg.dhanuka img,
.owl-carousel .owl-item .brands-logo-hmpg.lal10 img {
  width: 72px;
}
.our-work-view-homepg-work-details p {
  font-family: MetropolisMedium;
  font-size: 22px;
  line-height: 36px;
  max-width: 560px;
}
.work-pos-rel {
  position: relative;
}
.our-work-links-view {
  position: absolute;
  left: 60px;
  right: 0;
  bottom: 0;
}
.our-work-links-view .book-free-cons-btn-home {
  color: #000;
  border-color: #000;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
  margin-top: 0;
}
.our-work-links-view .book-free-cons-btn-home:hover {
  color: #fff;
  border-color: #00a0f7;
}
.our-work-links-view .book-free-cons-btn-home svg {
  width: 24px;
  fill: #1c1c1c;
  margin-right: 10px;
}
.our-work-links-view .book-free-cons-btn-home span.docvimg {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  background: url(https://7pillars.com.au/assets/images/docvimg.png) no-repeat;
  background-size: 100%;
  top: 5px;
  transition: all 0.4s linear;
}
.our-work-links-view .book-free-cons-btn-home:hover span.docvimg {
  background: url(https://7pillars.com.au/assets/images/docvimg-wt.png)
    no-repeat;
  background-size: 100%;
}
.our-work-links-view .book-free-cons-btn-home:hover svg {
  fill: #fff;
}
.slider-container {
  position: absolute;
  top: 250px;
  left: -200px;
  width: 400px;
  transform: rotate(90deg);
  z-index: 1;
}
.slider-container input {
  width: 100%;
}
.our-work-animation-left-heading {
  font-family: MetropolisBold;
  position: absolute;
  top: 0;
  left: -300px;
  font-size: 120px;
  color: rgb(0, 0, 0, 0.1);
  animation: linear infinite alternate;
  animation-name: run-our-work;
  animation-duration: var(--transition-speed);
}
.our-work-animation-left-headings {
  font-family: MetropolisBold;
  position: absolute;
  top: 0;
  right: -300px;
  font-size: 120px;
  color: rgb(0, 0, 0, 0.1);
  animation: linear infinite alternate;
  animation-name: run-our-works;
  animation-duration: var(--transition-speed);
}
@keyframes run-our-work {
  0% {
    left: -100px;
    transform: translateX(0);
  }
  100% {
    left: 0;
    transform: translateX(-100%);
  }
}
@-webkit-keyframes run-our-work {
  0% {
    left: -100px;
    transform: translateX(0);
  }
  100% {
    left: 0;
    transform: translateX(-100%);
  }
}
@keyframes run-our-works {
  0% {
    right: -100px;
    transform: translateX(0);
  }
  100% {
    right: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes run-our-works {
  0% {
    right: -100px;
    transform: translateX(0);
  }
  100% {
    right: 0;
    transform: translateX(100%);
  }
}
.modal-dialog.get-touch
  .conversation-form.contactpgs
  .locationcontact-form.contact-form-bcx
  .formbcx-wrap
  input::-webkit-input-placeholder,
.modal-dialog.get-touch
  .conversation-form.contactpgs
  .locationcontact-form.contact-form-bcx
  .formbcx-wrap
  textarea::-webkit-input-placeholder {
  color: #000;
}
.modal-dialog.get-touch
  .conversation-form.contactpgs
  .locationcontact-form.contact-form-bcx
  .formbcx-wrap
  input::-moz-placeholder,
.modal-dialog.get-touch
  .conversation-form.contactpgs
  .locationcontact-form.contact-form-bcx
  .formbcx-wrap
  textarea::-moz-placeholder {
  color: #000;
}
.modal-dialog.get-touch
  .conversation-form.contactpgs
  .locationcontact-form.contact-form-bcx
  .formbcx-wrap
  input:-ms-input-placeholder,
.modal-dialog.get-touch
  .conversation-form.contactpgs
  .locationcontact-form.contact-form-bcx
  .formbcx-wrap
  textarea:-ms-input-placeholder {
  color: #000;
}
.modal-dialog.get-touch
  .conversation-form.contactpgs
  .locationcontact-form.contact-form-bcx
  .formbcx-wrap
  input:-moz-placeholder,
.modal-dialog.get-touch
  .conversation-form.contactpgs
  .locationcontact-form.contact-form-bcx
  .formbcx-wrap
  textarea:-moz-placeholder {
  color: #000;
}
.modal-dialog.get-touch
  .conversation-form.contactpgs
  .contact-form-bcx
  .formbcx-wrap
  .form-dv {
  margin-bottom: 25px;
}
.modal-dialog.get-touch
  .conversation-form.contactpgs
  .contact-form-bcx
  .formbcx-wrap
  .form-dv
  label {
  margin-bottom: 0;
}
.modal-dialog.get-touch .conversation-form.contactpgs .phone-label-err label {
  margin-left: -55%;
}
.modal-dialog.get-touch .connectcall {
  float: right;
  text-align: right;
  margin-top: 2px;
}
.modal-dialog.get-touch .connectcall .connect_icon {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #ebf7f6;
  display: inline-block;
  margin-left: 10px;
}
.modal-dialog.get-touch .connectcall .connect_icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}
.modal-dialog.get-touch .connectcall .connect_icon svg path.whatsApp {
  fill: #5fd9a2;
}
.hidden-wrap {
  overflow: hidden;
}
.latest-insights-box {
  padding: 60px 0 50px 0;
}
.latest-insights-box-content {
  padding: 0 80px;
}
.latest-insights-box-content h2 {
  font-family: MetropolisSemiBold;
  font-weight: 400;
  font-size: 40px;
}
.latest-insights-box-section {
  padding-top: 30px;
}
.latest-blog-view,
.latest-blog-view-sm {
  position: relative;
  overflow: hidden;
}
.latest-blog-view img,
.latest-blog-view-sm img {
  width: 100%;
  height: auto;
  border-radius: 32px;
}
.read-more-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  border-radius: 32px;
  transition: 0.4s linear;
}
.latest-blog-view-sm:hover .read-more-overlay,
.latest-blog-view:hover .read-more-overlay {
  opacity: 1;
}
.insights-read-more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.insights-read-more a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  background-color: #2c2c2c;
  opacity: 0;
  transition: 0.3s ease-in;
}
.latest-blog-view:hover .insights-read-more a {
  opacity: 1;
  width: 136px;
  height: 136px;
  font-size: 18px;
  animation: 0.5s 0.3s ser-img-bouncing;
}
.latest-blog-view-sm:hover .insights-read-more a {
  opacity: 1;
  width: 100px;
  height: 100px;
  font-size: 15px;
  animation: 0.5s 0.3s ser-img-bouncing;
}
@keyframes ser-img-bouncing {
  from,
  to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
#country_code{
  pointer-events: none;
  caret-color: transparent;
  outline: none;
  user-select: none;
}
.contactusbcx-wrap.newdes-implement .iti--separate-dial-code .iti__selected-flag {
    border-bottom: 0 !important;
    background-color: transparent !important;
}
@media (max-width: 1640px) {
  .com-ban-video-7pillars .get-touch-circle {
    width: 210px;
    height: 210px;
  }
  .letstalkbtnimg {
    width: 200px;
    height: 200px;
  }
  .com-ban-video-7pillars .get-touch-circle .letstalkbtnimg .arrowmid {
    width: 90px;
  }
}
@media (max-width: 1540px) {
  .have-project-bx,
  .themselves-box .themselves-seq {
    font-size: 22px;
  }
  .themselves-numbers-v {
    font-size: 44px;
  }
  .banner-wrap.homepg7pillars-ban h1 {
    font-size: 45px;
  }
  .substract-txt {
    width: 500px;
    height: 67px;
  }
  .substract-txt img {
    width: 470px;
  }
  .company-have-question-content-head .ques-heading,
  .idea-digital-head h2,
  .why-7pillars-next-project .next-pro-heading {
    font-size: 37px;
  }
  .faqsection .btn-link {
    font-size: 21px;
  }
  .why-7pillars-next-project p.project-des {
    font-size: 20px;
  }
  .faqsection .card-body p {
    font-size: 18px;
  }
  .our-work-ordinary,
  .pillars-trusted-brands {
    margin-left: 60px;
    margin-right: 60px;
  }
  .why-7pillars-next-project {
    margin-left: 80px;
  }
  .numbers-speak-7pillars {
    padding-left: 60px;
    padding-right: 60px;
  }
  .idea-digital-7pillars {
    padding: 70px 0;
  }
  .idea-digital-7pillars-content {
    padding: 0 60px;
  }
  .clients-great-results-content,
  .contactusbcx-wrap.newdes-implement .contactmockup {
    margin-left: 60px;
  }
  .company-have-question-content {
    padding: 0 60px;
  }
  .contactusbcx-wrap.newdes-implement .formwrap {
    margin-right: 60px;
  }
  .have-project-left-heading,
  .hv-pro-idea-inn {
    font-size: 44px;
  }
  .our-work-view-homepg-bjp {
    padding: 50px;
  }
  .our-work-links-view .book-free-cons-btn-home {
    padding-left: 30px;
    padding-right: 30px;
  }
  .experince-have-project-content {
    margin-right: 60px;
  }
  .latest-insights-box-content h2 {
    font-size: 37px;
  }
  .latest-insights-box-content {
    padding: 0 60px;
  }
}
@media (max-width: 1480px) {
  .have-project-bx,
  .themselves-box .themselves-seq {
    font-size: 20px;
  }
  .design-btn-video img {
    width: 100px;
  }
  .design-btn-dev-video img {
    width: 150px;
  }
  .design-btn-dev-video {
    right: -40px;
  }
  .experince-have-back img {
    width: 540px;
  }
  .clients-great-results {
    padding: 60px 0;
  }
}
@media (max-width: 1439px) {
  .banner-wrap.homepg7pillars-ban h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .substract-txt {
    width: 470px;
    height: 63px;
  }
  .substract-txt img {
    width: 440px;
  }
}
@media (max-width: 1380px) {
  .our-work-ordinary,
  .pillars-trusted-brands {
    margin-left: 50px;
    margin-right: 50px;
  }
  .why-7pillars-next-project {
    margin-left: 60px;
  }
  .numbers-speak-7pillars {
    padding-left: 50px;
    padding-right: 50px;
  }
  .idea-digital-7pillars {
    padding: 60px 0;
  }
  .idea-digital-7pillars-content {
    padding: 0 50px;
  }
  .experince-have-project-content {
    margin-right: 50px;
  }
  .contactusbcx-wrap.newdes-implement .formwrap {
    margin-right: 50px;
  }
}
@media (max-width: 1320px) {
  .homepg7pillars-content {
    margin-top: 60px;
  }
  .com-ban-video-7pillars .get-touch-circle {
    width: 180px;
    height: 180px;
    right: -25px;
  }
  .letstalkbtnimg {
    width: 170px;
    height: 170px;
  }
  .com-ban-video-7pillars .get-touch-circle .letstalkbtnimg .arrowmid {
    width: 60px;
  }
  .pillars-trusted-brands .tr-star {
    font-size: 22px;
  }
  .have-project-bx {
    padding: 12px 20px;
  }
  .company-have-question-content-head .ques-heading,
  .idea-digital-head h2,
  .why-7pillars-next-project .next-pro-heading {
    font-size: 32px;
  }
  .idea-digital-homebx .idea-head {
    font-size: 20px;
  }
  .our-work-view-homepg-bjp {
    padding: 40px;
  }
  .our-work-view-homepg-work-details {
    margin-left: 40px;
  }
  .our-work-view-homepg-work-details p {
    font-size: 20px;
    line-height: 32px;
  }
  .our-work-links-view .book-free-cons-btn-home {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-leaf-design img {
    width: 60px;
  }
  .have-project-left-heading,
  .hv-pro-idea-inn {
    font-size: 40px;
  }
  .hv-lets-discuss {
    font-size: 27px;
  }
  .com-ban-video-7pillars .get-touch-circle .letstalkbtnimg .arrowmid {
    top: 50%;
    left: 50%;
  }
  .experince-have-back img {
    width: 500px;
  }
  .company-have-question-content {
    padding: 0 50px;
  }
  .latest-insights-box-content h2 {
    font-size: 32px;
  }
  .latest-insights-box-content {
    padding: 0 50px;
  }
  .latest-insights-box {
    padding: 50px 0 40px 0;
  }
}
@media (max-width: 1220px) {
  .pillars-trusted-brands .tr-star {
    font-size: 20px;
  }
  .pillars-brands-move {
    padding: 10px;
  }
  .have-project-bx {
    font-size: 18px;
  }
  .why-7pillars-next-project .pill-ban-lets-talk {
    max-width: 400px;
  }
  .clients-great-results-sliderbx p,
  .numbers-speak-7pillars .shdes,
  .why-7pillars-next-project p.project-des {
    font-size: 18px;
    line-height: 28px;
  }
  .numbers-speak-7pillars .heads {
    font-size: 32px;
  }
  .have-project-bx,
  .themselves-box .themselves-seq {
    font-size: 18px;
  }
  .book-free-cons-btn-home {
    font-size: 20px;
  }
  .our-work-animation-left-heading,
  .our-work-animation-left-headings {
    font-size: 100px;
  }
  .clients-great-results-heading {
    font-size: 33px;
  }
  .clients-great-results-slider {
    margin-right: 30px;
  }
  .clients-great-results-sliderbx {
    padding: 20px 30px;
    padding-bottom: 120px;
  }
  .faqsection .btn-link {
    font-size: 21px;
  }
  .faqsection .card-body p {
    font-size: 16px;
    line-height: 28px;
  }
  .form-leaf-design img {
    width: 50px;
  }
  .have-project-left-heading,
  .hv-pro-idea-inn {
    font-size: 36px;
  }
  .hv-lets-discuss {
    font-size: 24px;
  }
  .hv-lets-discuss-line {
    padding-left: 80px;
  }
  .company-have-question {
    padding: 50px 0;
  }
}
@media (max-width: 1170px) {
  .design-btn-dev-video {
    margin-top: -20px;
  }
  .pillars-trusted-brands {
    padding: 20px;
  }
  .pillars-trusted-brands .tr-star {
    font-size: 18px;
  }
  .have-project-bx {
    font-size: 16px;
  }
  .themselves-box-content .themselves-box {
    padding: 30px 0;
  }
  .themselves-box .updesbx {
    padding-left: 20px;
  }
  .themselves-box .themselves-seq {
    font-size: 17px;
  }
  .themselves-numbers-v {
    font-size: 40px;
    padding: 20px 0 0 20px;
  }
  .idea-digital-7pillars-content .book-free-cons-btn-home {
    padding-left: 20px;
    padding-right: 20px;
  }
  .our-work-view-homepg-bjp {
    padding: 25px;
  }
  .brands-logo-hmpg {
    margin-bottom: 30px;
  }
  .our-work-view-homepg-work-details p {
    font-size: 18px;
    line-height: 30px;
  }
  .our-work-view-homepg-work-details {
    margin-left: 15px;
  }
  .our-work-links-view {
    left: 30px;
    right: 15px;
  }
  .our-work-links-view .book-free-cons-btn-home {
    padding-left: 15px;
    padding-right: 15px;
  }
  .book-free-cons-btn-home {
    font-size: 18px;
  }
  .our-work-ordinary {
    padding-bottom: 30px;
  }
  .faqsection .btn-link {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .com-ban-video-7pillars {
    display: none;
  }
  .homepg7pillars-content {
    margin-top: 160px;
  }
  .pillars-trusted-brands {
    margin-top: 30px;
  }
  .pillars-trusted-brands .bx-temple {
    display: none;
  }
  .pillars-trusted-brands {
    margin-left: 30px;
    margin-right: 30px;
  }
  .banner-wrap.homepg7pillars-ban h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .substract-txt {
    width: 400px;
    height: 54px;
  }
  .substract-txt img {
    width: 360px;
  }
  .why-7pillars-next-project {
    padding-top: 20px;
  }
  .why-7pillars-next-project {
    margin-left: 30px;
    padding-bottom: 0;
  }
  .why-7pillars-next-project .pill-ban-lets-talk {
    max-width: 320px;
  }
  .experince-have-back {
    display: none;
  }
  .experince-have-project-content {
    margin-right: 30px;
    margin-top: 40px;
  }
  .numbers-speak-7pillars {
    padding-left: 30px;
    padding-right: 30px;
  }
  .numbers-speak-7pillars .heads {
    font-size: 27px;
  }
  .clients-great-results-sliderbx p,
  .numbers-speak-7pillars .shdes,
  .why-7pillars-next-project p.project-des {
    font-size: 16px;
    line-height: 24px;
  }
  .idea-digital-7pillars-content {
    padding: 0 30px;
  }
  .company-have-question-content-head .ques-heading,
  .idea-digital-head h2,
  .why-7pillars-next-project .next-pro-heading {
    font-size: 26px;
  }
  .our-work-animation-left-heading,
  .our-work-animation-left-headings {
    font-size: 80px;
  }
  .our-work-links-view {
    position: static;
    left: auto;
    bottom: auto;
  }
  .our-work-links-view .book-free-cons-btn-home {
    margin: 5px 0;
  }
  .our-work-ordinary,
  .pillars-trusted-brands {
    margin-left: 30px;
    margin-right: 30px;
  }
  .clients-great-results-content,
  .contactusbcx-wrap.newdes-implement .contactmockup {
    margin-left: 30px;
  }
  .company-have-question-content {
    padding: 0 30px;
  }
  .contactusbcx-wrap.newdes-implement .formwrap {
    margin-right: 30px;
  }
  .contactusbcx-wrap.newdes-implement .formwrap {
    padding: 25px;
  }
  .clients-great-results {
    padding: 30px 0 40px;
  }
  .clients-great-results-heading {
    font-size: 28px;
  }
  .themselves-box-content .themselves-box {
    margin-bottom: 30px;
  }
  .book-free-cons-btn-home {
    margin-top: 20px;
  }
  .latest-insights-box-content h2 {
    font-size: 26px;
  }
  .latest-insights-box-section {
    padding-top: 20px;
  }
  .latest-insights-box-content {
    padding: 0 30px;
  }
  .latest-blog-view-sm:hover .insights-read-more a {
    width: 80px;
    height: 80px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .homepg7pillars-content {
    margin-top: 90px;
    margin-left: 20px;
  }
  .banner-wrap.homepg7pillars-ban h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .substract-txt {
    width: 300px;
    height: 40px;
  }
  .substract-txt img {
    width: 270px;
  }
  .banner-wrap.homepg7pillars-ban p {
    line-height: 24px;
    padding-right: 20px;
  }
  .pill-clutch-star {
    display: none;
  }
  .pill-ban-lets-talk {
    margin-top: 10px;
  }
  .our-work-ordinary,
  .pillars-trusted-brands {
    margin-left: 20px;
    margin-right: 20px;
  }
  .company-have-question-content-head .ques-heading,
  .idea-digital-head h2,
  .why-7pillars-next-project .next-pro-heading {
    font-size: 24px;
  }
  .have-project-bx.zerom {
    margin-bottom: 20px;
  }
  .experince-have-project {
    padding-bottom: 40px;
  }
  .numbers-speak-7pillars {
    padding: 30px 20px;
  }
  .numbers-speak-7pillars .heads {
    font-size: 24px;
  }
  .themselves-box .svgicon {
    margin: 20px 0 30px;
  }
  .book-free-cons-btn-home {
    padding-left: 30px;
    padding-right: 30px;
  }
  .idea-digital-7pillars-content {
    padding: 0 20px;
  }
  .idea-digital-7pillars {
    padding: 40px 0;
  }
  .idea-digital-homebx {
    padding: 25px 20px 20px 20px;
    height: auto;
    margin-bottom: 20px;
  }
  .idea-digital-row-sp {
    margin-top: 0;
  }
  .our-work-animation-left-heading,
  .our-work-animation-left-headings {
    font-size: 60px;
  }
  .themselves-box-content .themselves-box {
    margin-bottom: 20px;
  }
  .clients-great-results-head {
    padding: 30px 0;
    margin-right: 20px;
  }
  .clients-great-results-sliderbx.alternative {
    margin-top: 0;
  }
  .clients-great-results-content,
  .contactusbcx-wrap.newdes-implement .contactmockup {
    margin-left: 20px;
  }
  .clients-great-results-slider {
    margin-top: 0;
  }
  .company-have-question-content {
    padding: 0 20px;
  }
  .why-7pillars-next-project {
    margin-left: 20px;
  }
  .our-work-txt-heading {
    font-size: 36px;
  }
  .company-have-question {
    padding-bottom: 0;
  }
  .contactusbcx-wrap .contactmockup .form-leaf-design img,
  .hv-lets-discuss-line img {
    display: block !important;
  }
  .hv-lets-discuss-line {
    margin-bottom: 30px;
  }
  .contactusbcx-wrap.newdes-implement {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .contactusbcx-wrap.newdes-implement .formwrap {
    margin-left: 20px;
    margin-right: 20px;
  }
  .form-leaf-design img {
    width: 40px;
  }
  .have-project-left-heading,
  .hv-pro-idea-inn {
    font-size: 30px;
  }
  body {
    overflow-x: hidden;
  }
  .latest-blog-view-sm {
    display: none;
  }
  .latest-insights-box-content h2 {
    font-size: 24px;
  }
  .latest-insights-box {
    padding: 30px 0 30px 0;
  }
  .latest-insights-box-content {
    padding: 0 20px;
  }
}
.country-banner-view {
  padding: 60px 30px 60px 60px;
  border-radius: 32px;
  background: url(https://7pillars.com.au/assets/images/country-ban-opacity-bg.png)
    no-repeat;
  background-size: cover;
  margin-top: 120px;
}
.country-banner-view h1 {
  font-family: MetropolisSemiBold;
  font-size: 50px;
  color: #00141f;
  line-height: 1.2;
}
.country-banner-view h1 span {
  color: #0094e5;
}
.country-banner-view p {
  max-width: 90%;
  padding-top: 10px;
}
.country-banner-view .pill-ban-lets-talk {
  margin-top: 10px;
}
.left40v {
  padding-left: 40px;
}
.right40v {
  padding-right: 40px;
}
.company-have-question.none-back {
  padding-top: 20px;
  background-color: transparent;
}
.dis-p-pad {
  padding-right: 35px;
}
@media (max-width: 1540px) {
  .country-banner-view h1 {
    font-size: 45px;
  }
}
@media (max-width: 1480px) {
  .country-banner-view h1 {
    font-size: 40px;
  }
  .country-banner-view {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 1220px) {
  .country-banner-view h1 {
    font-size: 36px;
  }
  .dis-p-pad {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .country-banner-view p {
    max-width: 100%;
  }
  .right40v {
    padding-right: 20px;
  }
  .left40v {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .country-banner-view {
    margin-top: 90px;
  }
  .country-banner-view h1 {
    font-size: 28px;
  }
  .country-banner-view {
    padding: 20px;
  }
  .left40v {
    padding-left: 0;
  }
  .right40v {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .in-mobile-sp {
    margin-bottom: 20px;
  }
}
.dmca-flex {
  display: flex;
  align-items: center;
}
.dmca-flex .dmcaimg {
  margin-right: 20px;
}
.footer-whatsApp {
  position: fixed;
  top: 50%;
  right: 0;
  padding: 8px;
  border: 1px solid #bcbcbc;
  border-right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 99999;
  border-radius: 8px 0 0 8px;
  transition: 0.2s all;
  background-color: #fff;
}
.footer-whatsApp .wttxt {
  font-family: MetropolisBold;
  font-size: 12px;
}
.footer-call-action {
  margin-top: 10px;
}
.footer-call-action img {
  width: 40px;
}
.footer-call-action a {
  display: inline-block;
}
.footer-whatsApp img,
.footer-whatsApp svg {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.homemapview {
  position: relative;
}
.loaderCntr {
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 32px;
  display: none;
}
.lds-hourglass {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #0056b3;
  border-color: #0056b3 transparent;
  animation: 1.2s infinite lds-hourglass;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}


