.mxwd,
body {
  max-width: 1920px;
  margin: auto;
}
.media-galore-logo p,

: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));
}

a {
  text-decoration: none !important;
}
.touchbtn,h3 {
  font-size: 28px;
  font-weight: 600;
}
.cmn_pad {
  padding: 0 80px;
}
.d-sm {
  display: none !important;
}
.faqquestionbx .accordion .card .card-body {
  padding: 0 !important;
}
.blue-text {
  color: #00a0f7 !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;
}
.headerservicebx .servicecontent p {
  display: flex;
  align-items: center;
  font-size: 18px;
  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-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;
}
.header-main .navbar-nav li.dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}
.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: 24px;
  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 {
  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 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,
.flutter-section .flutter-can img,
.nodejs-banner-wrap .js-card img,
.react-banner-wrap .react-icon-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%);
}
.media-galore-logo {
  padding: 25px 0;
  text-align: center;
}
.media-galore-logo .partnerheading {
  padding: 100px 0;
}
.media-galore-logo p {
  font-size: 21px;
  font-style: italic;
  line-height: 60px;
  color: #000;
}
.media-galore-logo h4 {
  font-size: 29px;
  color: #a9a9a9;
}
.faqquestionbx .accordion > .card > .card-header.collapsed a,
.media-galore-logo h4 span {
  color: #000;
}
.marquee,
.marquee__group {
  gap: var(--gap);
  display: flex;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-text: papayawhip;
    --color-bg-accent: #2626a0;
  }
}
.marquee,
.reversemarquee {
  overflow: hidden;
  user-select: none;
}
.marquee__group {
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}
.marquee-carosuel img {
  height: auto;
  width: 100%;
  margin: 0 10px;
}
.reversemarquee .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}
@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
.wrappermar {
  gap: var(--gap);
}
.marqueereverse {
  margin: 50px 0;
}
.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;
}
.section-heading p {
  font-size: 16px;
  line-height: 24px;
  color: #3f3f3f;
}
.footerinfo-bcx ul li {
  margin-bottom: 15px;
}
.consultantbtnrw a,
.consultantbtnrw button {
  font-size: 20px;
  color: #fff;
  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,
.flutter-banner-content-sec .consultantbtnrw a: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;
}
.flutter-banner-content-sec .consultantbtnrw a:hover svg path,
.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;
}
.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;
}
@keyframes scroll-one {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.flutter-banner-content-sec .consultantbtnrw {
  margin-top: 50px;
  max-width: 70%;
}
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,
.flutter-banner-content-sec .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-blue img,
.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,
.faq-wrap.faqbcx-wrap {
  margin: 0;
}
.faq-wrap .sectionheading h3 {
  color: #00a0f7;
  font-size: 40px;
  line-height: 80px;
}
.faq-wrap .sectionheading p {
  font-size: 25px;
  color: #000;
}
.faq-wrap .sectionheading {
  margin-bottom: 80px;
}
.does-help .arrowmid svg,
.ui-ux-banner-wrap .arrowmid svg {
  width: 100px;
}
.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;
}
.captchsec {
  margin-top: 25px;
}
.captchsec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.captchsec input {
  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-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;
  color: #fff;
}
.footerinfo-bcx ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.footerinfo-bcx ul li a {
  position: relative;
  font-size: 18px;
  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;
  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;
}
.Inner-banner-wrap {
  background: #f9f9f9;
  border-radius: 55px;
  margin: 150px 80px 80px;
  height: 100vh;
  max-height: 480px;
  padding-top: 10px;
}
.inner-banner-content-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
}
.advantage-wrap h3 {
  font-size: 35px;
  line-height: 45px;
  color: #001520;
}
.banner-wrap h1 span {
  display: block;
}
.advantage-wrap {
  margin: 80px 0 40px;
}
.banner-wrap .banner-content-sec {
  margin-top: 100px;
}
.accordion .card-header:after {
  font-family: FontAwesome;
  content: "\f068";
  float: right;
}
.faqbcx-wrap {
  position: relative;
  margin: 80px;
}
.faqquestionbx .accordion > .card > .card-header {
  border: 0;
  background: 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faqquestionbx .accordion > .card {
  border: 0;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: 0 0;
}
.faqquestionbx .accordion > .card > .card-header a {
  color: #00a0f7;
  font-size: 22px;
  line-height: 34px;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  max-width: 85%;
}
.faqquestionbx .accordion .card .card-body,
.faqquestionbx .accordion .card .card-body p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  padding: 0;
  margin-top: 10px;
}
.faqbcx-wrap .accordion .card-header:after {
  content: " ";
  width: 30px;
  height: 4px;
  background: url(https://7pillars.com.au/assets/images/minus-icon.png) 0 0/100%
    100% no-repeat;
}
.faqbcx-wrap .accordion .card-header.collapsed:after {
  content: "";
  width: 30px;
  height: 27px;
  background: url(https://7pillars.com.au/assets/images/plus-icon.png) 0 0/100%
    100% no-repeat;
}
.faqbcx-wrap .accordion .card.active {
  background: #eff9ff;
  border-radius: 26px;
}
.Inner-banner-wrap.flutter-banner {
  background: 0 0;
  border-radius: 0;
  margin: 150px 0 80px;
}
.flutter-banner-content-sec .flutter-banner-bcx h1 {
  font-size: 29px;
  line-height: 45px;
  color: #001520;
  margin: 0;
}
.flutter-banner-content-sec .flutter-banner-bcx p {
  font-size: 15px;
  line-height: 25px;
  color: #737373;
  margin-bottom: 30px;
}
.arrowmid svg {
  width: 150px;
}
.flutter-advantage-bcx-wrap {
  padding: 150px 80px 80px;
  background: url(https://7pillars.com.au/assets/images/advantage-bg.webp) 0 0/100%
    no-repeat;
}
.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;
}
.companies-main-card-section {
  margin: 0 auto;
}
.companies-card {
  width: 100%;
  padding: 40px 70px;
  border-radius: 36px;
  min-height: 400px;
}
.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;
}
.companies-card-heading {
  font-size: 23px;
  color: #001520;
  margin-top: 40px;
}
.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;
}
.Inner-banner-wrap.react-banner-wrap {
  position: relative;
  max-height: 100%;
  height: auto;
  padding-bottom: 30px;
}
.android-banner-wrap .inner-banner-content-sec,
.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;
  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;
  margin-bottom: 0;
}
.banner-text-card h1 {
  font-size: 35px;
  line-height: 46px;
  color: #001520;
}
.service-inner p {
  color: #737373;
  font-size: 15px;
  line-height: 25px;
  margin-top: 25px;
}
.react-business-wrap .consultantbtnrw {
  margin: 30px 0;
  width: 70%;
}
.Inner-banner-wrap.android-banner-wrap {
  position: relative;
  max-height: 100%;
  height: auto;
  padding: 20px 0;
}
.android-banner-wrap .mobile-app-box {
  margin: 15px 0;
}
.Inner-banner-wrap.blockchain-banner-wrap {
  height: auto;
  max-height: 100%;
  padding: 30px 0;
}
.blockchain-banner-wrap .consultantbtnrw {
  width: 50%;
  margin: 20px auto;
}
.top-card {
  margin-top: 70px;
}
.service-inner p {
  margin: 20px 0 0;
}
.Inner-banner-wrap.nodejs-banner-wrap {
  background: 0 0;
  max-height: 100%;
}
.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;
  color: #333;
  margin: 0;
}
.accordion-item:hover .service-content-wrap .service-title {
  font-size: 22px;
}
.service-inner .consultantbtnrw a {
  border-radius: 26px;
  background: #00a0f7;
  padding: 14px 50px;
  color: #fff;
  font-size: 15px;
}
.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;
  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-weight: 400;
  font-style: normal;
}
.does-development-box h5 {
  font-size: 30px;
  line-height: 46px;
  color: #010a0a;
}
.does-development-box p {
  color: #2f2f2f;
  font-size: 15px;
  line-height: 25px;
  margin-top: 30px;
  max-width: 80%;
}
.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-size: 24px;
  color: #000;
  line-height: 46px;
}
.ui-ux-banner-wrap h1 {
  font-size: 40px !important;
  line-height: 46px !important;
}
.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;
}
.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;
}
@-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;
  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;
  color: #fff;
  margin-top: 30px;
}
.line-img {
  position: absolute;
  top: -15px;
  z-index: -9;
}
.line-img {
  left: 44%;
}
.ui-blue {
  margin-top: 50px;
  width: 90px;
}
.banner-wrap h1 {
  font-size: 60px;
  line-height: 75px;
  color: #0c0c0c;
}
.banner-wrap p {
  font-size: 20px;
}
.Inner-banner-wrap.wearable-banner-wrap {
  background: 0 0;
  max-height: 100%;
  margin: 80px 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formbcx-wrap .captchsec {
  margin-top: 0;
}
.item-number-card h1 {
  margin-bottom: 0;
  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;
}
.Inner-banner-wrap.vr-banner-wrap {
  position: relative;
  max-height: 100%;
  height: auto;
  background: #f9f9f9;
  margin: 150px 80px 80px;
}
.vr-banner-wrap .vr-top-card {
  position: absolute;
  right: -50px;
  top: -50px;
}
.vr-banner-wrap .inner-banner-content-sec {
  padding: 0 0 30px;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-box,
  .marquee__group {
    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;
  }
}
.Inner-banner-wrap.iot-banner-wrap {
  background: url(https://7pillars.com.au/assets/images/iotbg.webp) 0 0/100%
    100% no-repeat;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
}
.Inner-banner-wrap.ai-banner-wrap {
  background: #f5f5f5;
  margin: 150px 80px 80px;
}
.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;
  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;
}
.modal-dialog.get-touch .formbcx-wrap .consultantbtnrw button:hover {
  border-color: #000;
  background-color: #000;
}
.robotbx {
  padding-top: 0;
  margin-bottom: 20px;
}
.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;
}
.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;
}
.portfolio-wrap .banner-content-sec {
  text-align: center;
  margin-top: 0;
}
.banner-wrap.portfolio-wrap h1 {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 46px;
  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;
}
.featureslistbcx .featurebx {
  padding: 50px 50px 70px;
  margin-bottom: 70px;
}
.featureslistbcx .featurebx p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin-top: 40px;
}
.Inner-banner-wrap.react-banner-wrap {
  background: #fff;
}
.react-banner-wrap .consultantbtnrw {
  margin: 50px 0;
  width: 65%;
}
.react-banner-wrap .flutter-banner-content-sec .flutter-banner-bcx h1 {
  font-size: 35px;
}
.react-banner-wrap .flutter-banner-content-sec .flutter-banner-bcx p {
  margin-top: 30px;
}
.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;
}
.common-heading35 {
  font-size: 35px;
  line-height: 50px;
  color: #000;
}
.common-heading29 {
  font-size: 29px;
  line-height: 50px;
  color: #000;
}
.Inner-banner-wrap.industrypage-banner {
  position: relative;
  background: 0 0;
  max-height: 960px;
  height: auto;
  margin: 150px 0 80px 120px;
  z-index: 2;
}
.industrypage-banner .industry-content p {
  margin-bottom: 30px;
}
.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;
}
.tabs-menu__item.active .icon:after {
  width: 28px;
  height: 28px;
  opacity: 1;
}
.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;
}
.common-heading75 {
  font-size: 75px;
  line-height: 95px;
  color: #000;
}
.common-heading38 {
  font-size: 38px;
  line-height: 50px;
  color: #000;
  letter-spacing: 1px;
}
.common-heading45 {
  font-size: 45px;
  line-height: 55px;
  color: #000;
}
.Inner-banner-wrap.industrypage-banner.newlocation-banner {
  background: url(https://7pillars.com.au/assets/image-in/purple-bg.webp)
    no-repeat;
  background-size: 100% 100%;
  height: 100%;
  margin: 0;
  padding: 160px 50px 100px 160px;
}
.newlocation-banner .bannerlocationtxt-bcx {
  display: flex;
  align-items: flex-start;
  flex: 1 0 auto;
  height: 100%;
}
.bannerlocationtxt-bcx .banner-content-bcx {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap;
  padding-right: 80px;
  width: 55%;
}
.bannerlocationtxt-bcx .banner-content-bcx .industry-content {
  margin-top: 15px;
}
.bannerlocationtxt-bcx .locationcontact-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 32px;
  padding: 10px;
  width: 45%;
}
.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;
}
.bannerlocationtxt-bcx .locationcontact-form .countrycode {
  margin-left: 15px;
}
.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;
}
.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;
  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 {
  top: -16px;
  font-size: 15px;
  transition: 0.3s;
}
.locationcontact-form .captchsec,
.locationcontact-form .captchsec1 {
  font-weight: 400;
  font-size: 19px;
}
.advancetechnology-bcx .consultantbtnrw a,
.locationcontact-form .formbcx-wrap .consultantbtnrw a,
.locationprocess-wrap .consultantbtnrw a,
.process-point-wrap .consultantbtnrw a {
  padding: 15px 45px;
  background: #2087f0;
  border: 1px solid #2087f0;
  margin-top: 15px;
}
.advancetechnology-bcx .consultantbtnrw a,
.locationprocess-wrap .consultantbtnrw a,
.process-point-wrap .consultantbtnrw a {
  margin: 50px auto;
  display: table;
}
.locationcontact-form .formbcx-wrap .consultantbtnrw a:hover span svg {
  transform: rotate(0) translate(5px, 0);
}
.locationabout-sec {
  display: flex;
  position: relative;
  z-index: 2;
}
.locationabout-sec .locationaboutmg {
  position: relative;
  top: -80px;
  width: 550px;
}
.busniess-images-wrap .buniessidea img,
.locationabout-sec .locationaboutmg img,
.ourjourney-wrap .journeyimg img {
  max-width: 100%;
  max-height: 100%;
}
.locationabout-sec .locationaboutcontent {
  padding: 50px 80px 50px 50px;
  width: calc(100% - 550px);
}
.locationabout-sec .locationaboutcontent h3 {
  margin-bottom: 25px;
}
.advancetechnology-bcx {
  padding: 50px 0;
}
.advancetechnology-bcx .advancetxt-wrap {
  background: url(https://7pillars.com.au/assets/image-in/advancex.webp)
    no-repeat;
  background-size: 100% 100%;
  padding: 100px 150px 180px;
}
.advancetechnology-bcx .cm-dtls-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 17px 0 #0000001a;
  border-radius: 15px;
  margin: -100px 150px 0;
}
.cm-dtls-wrap .dtlsbcx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(33.33% - 40px);
  margin-right: 40px;
}
.cm-dtls-wrap .dtlsbcx:last-child {
  margin-right: 0;
}
.cm-dtls-wrap .dtlsbcx .dtlsicon {
  background: #d7f1ff;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
}
.locationabout-sec .locationaboutimgbx {
  position: relative;
}
.locationabout-sec .locationaboutimgbx .arrowmid {
  width: 122px;
  position: absolute;
  right: 50px;
  transform: none;
  bottom: 10px;
  top: auto;
  left: auto;
}
.locationabout-sec .locationaboutimgbx .arrowmid svg {
  width: 110px;
}
.dtlsbcx .dtlstxt p {
  font-size: 32px;
  color: #000;
}
.dtlsbcx .dtlstxt span {
  font-size: 18px;
  line-height: 27px;
}
.business-thoughts-wrap {
  position: relative;
  margin: 0 150px;
}
.business-thoughts-wrap .busniessthought-txtbcx {
  display: flex;
  flex-wrap: wrap;
}
.busniessthought-txtbcx .busniessheading {
  width: 400px;
}
.busniessthought-txtbcx .busniess-content {
  width: calc(100% - 400px);
  padding-left: 50px;
}
.busniess-images-wrap {
  position: relative;
}
.busniess-images-wrap .buniessidea {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 440px;
  z-index: 2;
}
.busniess-images-wrap .buniessgroup {
  position: relative;
  left: 240px;
  top: 80px;
  z-index: 1;
}
.advancetxt-wrap p,
.bannerlocationtxt-bcx .banner-content-bcx .industry-content p,
.business-thoughts-wrap .busniess-content p,
.incredible-wrap .incrediblecontent p,
.locationaboutcontent p,
.locationprocess-wrap .processcontent p,
.techugo-technology-create-content .create-txt p {
  line-height: 30px;
}
.incredible-wrap {
  margin: 150px 150px 0 150px;
}
.incredible-wrap .incredibleheading {
  display: flex;
  align-items: center;
}
.incredible-wrap .incredibleheading .comlogo {
  position: relative;
  padding: 15px 100px 15px 0;
  border-right: 1px solid #01a0f7;
  margin-right: 80px;
}
.incredible-wrap .incredibleheading .comlogo::after {
  content: "";
  position: absolute;
}
.incredible-wrap .incredibleheading .comlogo img {
  width: 200px;
}
.incredible-wrap .incrediblecontent {
  margin-top: 50px;
}
.ourjourney-wrap {
  position: relative;
  background: url(https://7pillars.com.au/assets/image-in/rainbow-bg.webp)
    no-repeat;
  background-size: 100% 100%;
  padding: 0 0 0 150px;
  margin-top: 100px;
}
.ourjourney-wrap .arrowmid {
  width: 122px;
  position: absolute;
  right: auto;
  transform: none;
  bottom: 10px;
  top: 180px;
  left: 30%;
  z-index: 2;
  border: 10px solid #fff;
  border-radius: 100%;
  height: 122px;
}
.ourjourney-wrap .arrowmid svg {
  width: 105px;
  position: relative;
  top: -18px;
}
.ourjourney-wrap .journeyheading {
  display: flex;
}
.ourjourney-wrap .journeyheading h3 {
  padding-top: 50px;
}
.ourjourney-wrap .journeyheading .journeyimg {
  width: 880px;
  margin-left: auto;
}
.ourjourney-wrap .journeytext {
  background: #6dccff;
  margin-right: 150px;
  padding: 30px 20px;
  position: relative;
  top: -110px;
}
.locationprocess-wrap {
  margin: 100px 150px 50px;
}
.locationprocess-wrap p.blueheading {
  font-size: 28px;
  line-height: 36px;
}
.locationprocess-wrap .processcontent {
  margin-top: 50px;
}
.locationprocess-wrap .processcontent p {
  text-align: left;
}
.process-point-wrap {
  background: url(https://7pillars.com.au/assets/image-in/gathering-bg.webp)
    no-repeat;
  background-size: 100% 100%;
  padding: 150px 100px 1px;
}
.process-point-wrap #devicerunbcxcarousel .featurebx {
  background: #fafafa;
  margin-bottom: 0;
}
.process-point-wrap .featurebx h5 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
}
.process-point-wrap .featurebx p {
  margin-top: 0;
}
.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;
}
.techugo-technology-create-tabsbx {
  margin-top: 50px;
}
.techugo-technology-create-tabsbx .shl {
  height: 1px;
  margin: 0 0 50px;
  background-color: #d9d9d9;
}
.techugo-technology-create-tabsbx .nav-tabs {
  border-bottom: 0;
  display: block;
}
.techugo-technology-create-tabsbx .nav-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.techugo-technology-create-tabsbx .nav-item:last-child {
  margin-bottom: 0;
}
.techugo-technology-create-tabsbx .nav-tabs .nav-link.active,
.techugo-technology-create.devicesbcxwrap
  .techugo-technology-create-tabsbx
  .nav-tabs
  .nav-link.active {
  color: #fff;
  background-color: #2087f0;
}
.techugo-technology-create-tabsbx .nav-tabs .nav-link {
  font-size: 22px;
  border-radius: 40px;
  border: 0;
  color: #151515;
  padding: 18px 36px;
  background-color: #fff;
}
.techugo-technology-create-tabsbx .nav-tabs .nav-link.active svg {
  fill: #fff;
}
.techugo-technology-create-tabsbx .nav-tabs .nav-link svg {
  fill: #00a0f7;
  margin-right: 15px;
  display: inline-block;
}
.techugo-technology-create-tabsbx .tab-content p {
  color: #6f6f6f;
}
.techugo-technology-create.devicesbcxwrap {
  background: #fff;
}
.techugo-technology-create.devicesbcxwrap
  .techugo-technology-create-tabsbx
  .nav-tabs
  .nav-link {
  font-size: 24px;
  border-radius: 40px;
  border: 0;
  color: #151515;
  padding: 18px 36px;
  background-color: #fafafa;
}
.techugo-technology-create.devicesbcxwrap .create-txt {
  text-align: right;
}
.techugo-technology-create.devicesbcxwrap
  .techugo-technology-create-content
  .create-txt
  p {
  line-height: 30px;
  text-align: left;
  max-width: 700px;
  display: inline-block;
  margin-top: -80px;
  margin-right: 0;
  color: #6f6f6f;
}
#devicerunbcxcarousel.owl-carousel .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.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 {
  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;
}
.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%);
}
.pillars-trusted-brands {
  position: relative;
  padding: 30px;
  margin: 50px 80px;
  border-radius: 32px;
  background-color: #002539;
  margin-top: -60px;
}
@keyframes scroll-x-anim {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
.idea-digital-7pillars {
  padding: 80px 0;
  background-color: #f4fbff;
}
.idea-digital-7pillars-content {
  padding: 0 80px;
}
.idea-digital-head {
  padding-bottom: 30px;
}
.idea-digital-head h2 {
  font-size: 40px;
  font-weight: 400;
}
.idea-digital-head h2 span {
  color: #00a0f7;
}
.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;
}
.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;
}
.our-work-txt-heading {
  font-size: 44px;
  text-align: center;
}
.work-pos-rel {
  position: relative;
}
@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%);
  }
}
#country_code {
  pointer-events: none;
  caret-color: transparent;
  outline: 0;
  user-select: none;
}
.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;
}
@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);
  }
}
@media (max-width: 1540px) {
  .idea-digital-head h2 {
    font-size: 37px;
  }
  .pillars-trusted-brands {
    margin-left: 60px;
    margin-right: 60px;
  }
  .idea-digital-7pillars {
    padding: 70px 0;
  }
  .idea-digital-7pillars-content {
    padding: 0 60px;
  }
  .company-have-question-content {
    padding: 0 60px;
  }
}
@media (max-width: 1480px) {
  .design-btn-video img {
    width: 100px;
  }
  .design-btn-dev-video img {
    width: 150px;
  }
  .design-btn-dev-video {
    right: -40px;
  }
}
@media (max-width: 1380px) {
  .pillars-trusted-brands {
    margin-left: 50px;
    margin-right: 50px;
  }
  .idea-digital-7pillars {
    padding: 60px 0;
  }
  .idea-digital-7pillars-content {
    padding: 0 50px;
  }
}
@media (max-width: 1320px) {
  .idea-digital-head h2 {
    font-size: 32px;
  }
  .company-have-question-content {
    padding: 0 50px;
  }
}
@media (max-width: 1220px) {
  .company-have-question {
    padding: 50px 0;
  }
}
@media (max-width: 1170px) {
  .design-btn-dev-video {
    margin-top: -20px;
  }
  .pillars-trusted-brands {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .pillars-trusted-brands {
    margin-top: 30px;
  }
  .pillars-trusted-brands {
    margin-left: 30px;
    margin-right: 30px;
  }
  .idea-digital-7pillars-content {
    padding: 0 30px;
  }
  .idea-digital-head h2 {
    font-size: 26px;
  }
  .pillars-trusted-brands {
    margin-left: 30px;
    margin-right: 30px;
  }
  .company-have-question-content {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .pillars-trusted-brands {
    margin-left: 20px;
    margin-right: 20px;
  }
  .idea-digital-head h2 {
    font-size: 24px;
  }
  .idea-digital-7pillars-content {
    padding: 0 20px;
  }
  .idea-digital-7pillars {
    padding: 40px 0;
  }
  .company-have-question-content {
    padding: 0 20px;
  }
  .our-work-txt-heading {
    font-size: 36px;
  }
  .company-have-question {
    padding-bottom: 0;
  }
  body {
    overflow-x: hidden;
  }
}
.capacity-line-rw {
  margin-top: 15px;
  margin-left: 150px;
}
.impeccable-line {
  width: 250px;
  height: 3px;
  margin-top: 18px;
  background-color: #011c2b;
}
.impeccable-line1 {
  width: 174px;
  height: 3px;
  background-color: #011c2b;
  margin-left: 175px;
  margin-top: 20px;
}
.fixed-gathering {
  position: sticky;
  top: 110px;
}
.dis-p-pad {
  padding-right: 35px;
}
@media (max-width: 1480px) {
  .impeccable-line {
    width: 220px;
  }
  .impeccable-line1 {
    width: 154px;
    margin-left: 154px;
  }
}
@media (max-width: 1220px) {
  .dis-p-pad {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .capacity-line-rw {
    margin-left: 80px;
  }
}
@media (max-width: 767px) {
  .top-img-level {
    margin-top: 30px;
  }
  .impeccable-line,
  .impeccable-line1 {
    display: none;
  }
  .fixed-gathering {
    position: static;
    top: auto;
  }
}
.between-level {
  margin-top: 50px;
}
.enterprise-offers-sec {
  margin: 50px 0;
}
@media (max-width: 1169px) {
  .between-level {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .between-level {
    margin-top: 0;
  }
  .enterprise-offers-sec .align-items-center {
    align-items: initial !important;
  }
}
@media (max-width: 767px) {
  .enterprise-offers-sec {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.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-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;
}
@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);
  }
}
#devicerunbcxcarousel .owl-nav{
    text-align: center;
    margin-top: 30px;
}
#devicerunbcxcarousel .owl-nav button{
   margin: 0 10px;
}
#devicerunbcxcarousel .owl-stage{
    display: flex;
}
#devicerunbcxcarousel .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
@media (max-width: 1680px) {
  .captchsec {
    font-size: 22px;
  }
  .footerinfo-bcx .footer-heading {
    font-size: 23px;
    line-height: 50px;
  }
  .footerinfo-bcx ul li a {
    font-size: 17px;
  }
  .advantage-wrap h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1540px) {
  .techugo-technology-create.devicesbcxwrap
    .techugo-technology-create-tabsbx
    .nav-tabs
    .nav-link {
    font-size: 22px;
  }
  .ourjourney-wrap .journeytext {
    margin-right: 120px;
  }
  .common-heading45 {
    font-size: 42px;
    line-height: 52px;
  }
  .common-heading38 {
    font-size: 35px;
    line-height: 45px;
  }
  .incredible-wrap .incredibleheading .comlogo img {
    width: 170px;
  }
  .ourjourney-wrap {
    padding: 0 0 0 120px;
    margin-top: 80px;
  }
  .locationprocess-wrap {
    margin: 80px 120px 40px;
  }
  .process-point-wrap {
    padding: 120px 90px 1px;
  }
  .techugo-technology-create {
    padding: 80px 120px;
  }
  .common-heading75 {
    font-size: 70px;
    line-height: 90px;
  }
  .techugo-technology-create-tabsbx .nav-tabs .nav-link {
    font-size: 20px;
  }
  .Inner-banner-wrap.industrypage-banner.newlocation-banner {
    padding: 160px 50px 80px 140px;
  }
  .business-thoughts-wrap {
    margin: 0 120px;
  }
  .advancetechnology-bcx .advancetxt-wrap {
    padding: 80px 120px 150px;
  }
  .advancetechnology-bcx .cm-dtls-wrap {
    margin: -80px 120px 0;
  }
  .incredible-wrap {
    margin: 150px 120px 0 120px;
  }
  .common-heading35 {
    font-size: 32px;
    line-height: 45px;
  }
  .Inner-banner-wrap.industrypage-banner {
    margin: 150px 0 70px 100px;
  }
  .industrypage-banner .industry-content p {
    margin-bottom: 21px;
  }
  .banner-wrap.portfolio-wrap {
    max-height: 500px;
    margin: 130px auto 100px auto;
  }
  .banner-wrap h1 {
    font-size: 55px;
    line-height: 70px;
  }
  .media-galore-logo .partnerheading {
    padding: 80px 0;
  }
  .media-galore-logo p {
    font-size: 19px;
  }
  .faq-wrap .sectionheading {
    margin-bottom: 60px;
  }
  .footersocial-wrap {
    padding: 20px 80px;
  }
  .footersocial-wrap .copyright-bcx p {
    font-size: 16px;
  }
  .media-galore-logo h4 {
    font-size: 27px;
  }
  .banner-wrap p {
    font-size: 18px;
  }
  .banner-wrap .banner-content-sec {
    margin-top: 80px;
  }
  .exceptional-section.building-section {
    padding: 0 90px;
  }
  .business-carousel-section .card-item p {
    font-size: 17px;
  }
  .banner-wrap.portfolio-wrap h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .featureslistbcx .featurebx {
    padding: 40px 40px 60px 40px;
  }
  .item-number-card h1 {
    font-size: 70px;
  }
  .nodejs-banner-wrap .js-card {
    left: 20%;
  }
  .flutter-banner-content-sec .flutter-banner-bcx h1 {
    font-size: 27px;
    line-height: 40px;
  }
  .business-heading {
    font-size: 36px;
  }
  .flutter-advantage-bcx-wrap {
    padding: 120px 70px 70px 70px;
  }
  .flutter-heading {
    font-size: 28px;
    line-height: 40px;
  }
  .flutter-section .flutter-can {
    width: 220px;
  }
  .faqquestionbx .accordion > .card > .card-header a {
    font-size: 20px;
    line-height: 32px;
  }
  .faq-wrap .sectionheading p {
    font-size: 20px;
  }
  .faq-wrap .sectionheading h3 {
    font-size: 36px;
    line-height: 60px;
  }
  .advantage-wrap h3,
  .react-banner-wrap .flutter-banner-content-sec .flutter-banner-bcx h1,
  .service-content-wrap .service-title {
    font-size: 32px;
    line-height: 40px;
  }
  .Inner-banner-wrap {
    margin: 140px 80px 80px 80px;
  }
  .Inner-banner-wrap.ai-banner-wrap {
    margin: 140px 80px 80px 80px;
  }
  .sociallink ul li a img {
    width: 35px;
  }
  .footerbcx-wrap {
    margin-top: 80px;
    padding: 40px 80px;
  }
  .faqbcx-wrap {
    margin: 60px 60px;
  }
  .footerinfo-bcx ul li a {
    font-size: 16px;
  }
  .footerinfo-bcx .footer-heading {
    font-size: 21px;
    line-height: 45px;
  }
  .captchsec {
    font-size: 20px;
  }
  .captchsec input {
    font-size: 17px;
  }
  .section-heading h3 {
    font-size: 36px;
  }
  .connecter-wrap ul li,
  .connecter-wrap ul li a {
    font-size: 17px;
  }
  .consultantbtnrw a,
  .consultantbtnrw button {
    font-size: 18px;
    padding: 17px 24px 17px 24px;
  }
  .consultantbtnrw a span svg,
  .consultantbtnrw.experts button span svg {
    width: 19px;
  }
  .section-heading p {
    font-size: 15px;
    line-height: 22px;
  }
  .cmn_pad {
    padding: 0 60px;
  }
  .header-wrap .navbar,
  .media-galore-logo {
    padding: 20px 60px;
  }
  .header-bcx .header-main {
    margin-right: 30px;
    padding: 8px 0 8px 35px;
  }
  .banner-wrap.cmn_pad {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .banner-wrap {
    height: calc(100vh - 70px);
  }
  .touchbtnbx .touchbtn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
  }
  .whatsAppCallbx {
    height: 50px;
  }
  .headerservicebx .servicecontent .header-heading {
    font-size: 28px;
  }
  .portfolio-work-row {
    margin-bottom: 80px;
  }
}
@media (max-width: 1380px) {
  .common-heading38 {
    font-size: 32px;
    line-height: 42px;
  }
  .contact-form-bcx .formbcx-wrap select,
  .effect-16 ~ label {
    font-size: 15px;
  }
  .techugo-technology-create.devicesbcxwrap
    .techugo-technology-create-tabsbx
    .nav-tabs
    .nav-link {
    font-size: 20px;
    padding: 15px 30px;
  }
  .ourjourney-wrap .journeyheading h3 {
    padding-top: 40px;
  }
  .ourjourney-wrap .arrowmid svg {
    width: 95px;
    top: -21px;
  }
  .ourjourney-wrap .arrowmid {
    width: 115px;
    height: 115px;
    top: 210px;
  }
  .ourjourney-wrap .journeytext {
    top: -90px;
    margin-right: 100px;
  }
  .Inner-banner-wrap.industrypage-banner.newlocation-banner {
    padding: 150px 40px 60px 110px;
  }
  .locationabout-sec .locationaboutmg {
    position: relative;
    top: -60px;
    width: 520px;
  }
  .locationabout-sec .locationaboutcontent h3 {
    margin-bottom: 20px;
  }
  .locationprocess-wrap {
    margin: 70px 100px 40px;
  }
  .locationprocess-wrap .processcontent {
    margin-top: 30px;
  }
  .process-point-wrap .featurebx h5 {
    font-size: 18px;
  }
  .techugo-technology-create {
    padding: 70px 100px;
  }
  .common-heading75 {
    font-size: 60px;
    line-height: 75px;
  }
  .common-heading45 {
    font-size: 38px;
    line-height: 48px;
  }
  .locationabout-sec .locationaboutcontent {
    padding: 40px 70px 40px 40px;
    width: calc(100% - 510px);
  }
  .locationabout-sec .locationaboutimgbx .arrowmid svg {
    width: 100px;
  }
  .advancetechnology-bcx .advancetxt-wrap {
    padding: 70px 100px 130px;
  }
  .dtlsbcx .dtlstxt p {
    font-size: 28px;
  }
  .dtlsbcx .dtlstxt span {
    font-size: 17px;
  }
  .advancetechnology-bcx .cm-dtls-wrap {
    margin: -70px 100px 0;
  }
  .business-thoughts-wrap {
    margin: 0 100px;
  }
  .ourjourney-wrap {
    padding: 0 0 0 100px;
    margin-top: 70px;
  }
  .techugo-technology-create-tabsbx .nav-tabs .nav-link {
    font-size: 18px;
    padding: 15px 30px;
  }
  .techugo-technology-create.devicesbcxwrap
    .techugo-technology-create-content
    .create-txt
    p {
    margin-top: -50px;
    margin-bottom: 0;
  }
  .process-point-wrap {
    padding: 100px 70px 1px;
  }
  .busniess-images-wrap .buniessgroup {
    left: 340px;
    top: 50px;
  }
  .incredible-wrap {
    margin: 120px 100px 0 100px;
  }
  .incredible-wrap .incredibleheading .comlogo img {
    width: 150px;
  }
  .techugo-technology-create-tabsbx {
    margin-top: 30px;
  }
  .techugo-technology-create-tabsbx .shl {
    margin: 0 0 40px;
  }
  .busniess-images-wrap .buniessidea {
    top: -50px;
  }
  .header-main .navbar-nav li {
    margin-right: 25px;
  }
  .common-heading29 {
    font-size: 27px;
    line-height: 45px;
  }
  .Inner-banner-wrap.industrypage-banner {
    margin: 120px 0 60px 80px;
  }
  .common-heading35 {
    font-size: 28px;
    line-height: 38px;
  }
  .industrypage-banner .industry-content p {
    margin-bottom: 20px;
  }
  .banner-content-bcx .consultantbtnrw a {
    padding: 16px 45px;
    font-size: 16px;
    margin-top: 30px;
  }
  .tabs-menu__item .icon {
    width: 26px;
    height: 26px;
  }
  .banner-content-bcx {
    padding-top: 10px;
  }
  .contact-form-bcx .formbcx-wrap .form-dv {
    margin-bottom: 30px;
  }
  .contact-form-bcx .formbcx-wrap input,
  .contact-form-bcx .formbcx-wrap textarea {
    font-size: 15px;
  }
  .faq-wrap .sectionheading {
    margin-bottom: 50px;
  }
  .vr-banner-wrap .vr-top-card {
    width: 170px;
  }
  .Inner-banner-wrap.wearable-banner-wrap {
    margin: 130px 60px 60px 60px;
    height: 100%;
  }
  .item-number-card h1 {
    font-size: 60px;
  }
  .media-galore-logo p {
    font-size: 18px;
  }
  .banner-wrap p {
    font-size: 17px;
  }
  .sociallink ul li a img {
    width: 30px;
  }
  .banner-wrap h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .media-galore-logo .partnerheading {
    padding: 60px 0;
  }
  .marqueereverse {
    margin: 30px 0;
  }
  .nodejs-banner-wrap .js-card {
    left: 17%;
    width: 110px;
  }
  .faq-wrap .sectionheading h3 {
    font-size: 32px;
    line-height: 50px;
  }
  .faq-wrap .sectionheading p {
    font-size: 18px;
  }
  .footer-company-info .companytag {
    font-size: 14px;
    line-height: 25px;
  }
  .footersocial-wrap {
    padding: 15px 60px;
  }
  .footersocial-wrap .copyright-bcx p {
    font-size: 14px;
  }
  .exceptional-section.building-section {
    padding: 0 70px;
  }
  .headerservicebx .servicecontent .header-heading {
    font-size: 26px;
  }
  .headerservicebx .servicecontent p {
    font-size: 16px;
  }
  .service-content-wrap .service-title {
    font-size: 28px;
    line-height: 36px;
  }
  .accordion .accordion-item {
    padding: 30px 0;
  }
  .accordion-item:hover .service-content-wrap .service-title {
    font-size: 20px;
  }
  .android-banner-wrap .react-icon-card {
    width: 90px;
  }
  .Inner-banner-wrap.android-banner-wrap {
    padding: 20px 0 10px 0;
  }
  .android-banner-wrap .consultantbtnrw,
  .react-banner-wrap .consultantbtnrw,
  .react-business-wrap .consultantbtnrw {
    width: 50%;
  }
  .business-carousel-section .card-item p {
    font-size: 16px;
  }
  .business-carousel-section .card-item {
    height: 95px;
    padding: 0 25px;
  }
  .business-carousel-section {
    padding: 50px 0;
  }
  .service-inner p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }
  .exceptional-section.building-section .building-btn {
    margin-top: 60px !important;
  }
  .react-banner-wrap .mobile-app-box {
    margin-top: 30px;
  }
  .flutter-banner-content-sec .flutter-banner-bcx h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .flutter-advantage-bcx-wrap {
    padding: 90px 50px 50px 50px;
  }
  .companies-card-heading {
    font-size: 21px;
    margin-top: 30px;
  }
  .flutter-banner-content-sec .flutter-banner-bcx p {
    font-size: 14px;
    line-height: 22px;
  }
  .flutter-section .flutter-can {
    width: 200px;
  }
  .flutter-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .companies-card {
    padding: 30px 60px;
    min-height: 370px;
  }
  .business-card1,
  .business-card2,
  .business-card3,
  .business-card4,
  .business-card5 {
    padding: 30px 60px;
  }
  .business-heading {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .faqquestionbx .accordion .card .card-body,
  .faqquestionbx .accordion .card .card-body p {
    font-size: 15px;
  }
  .faqbcx-wrap {
    margin: 50px 50px;
  }
  .faqquestionbx .accordion > .card > .card-header a {
    font-size: 18px;
    line-height: 30px;
  }
  .Inner-banner-wrap {
    margin: 130px 60px 60px 60px;
    max-height: 420px;
  }
  .Inner-banner-wrap.ai-banner-wrap {
    margin: 130px 60px 60px 60px;
    height: 100vh;
  }
  .advantage-wrap {
    margin: 70px 0 30px 0;
  }
  .advantage-wrap h3,
  .react-banner-wrap .flutter-banner-content-sec .flutter-banner-bcx h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .react-banner-wrap .flutter-banner-content-sec .flutter-banner-bcx p {
    margin-top: 20px;
  }
  .consultantbtnrw a span svg,
  .consultantbtnrw.experts button span svg {
    width: 17px;
  }
  .footerinfo-bcx .footer-heading {
    font-size: 19px;
    line-height: 40px;
  }
  .footerinfo-bcx ul {
    margin: 25px 0 0 0;
  }
  .footerbcx-wrap {
    margin-top: 60px;
    padding: 40px 60px;
  }
  .captchsec {
    font-size: 19px;
  }
  .captchsec input {
    font-size: 16px;
  }
  .connecter-wrap ul li,
  .connecter-wrap ul li a {
    font-size: 16px;
  }
  .section-heading h3 {
    font-size: 32px;
  }
  .headerservicebx .consultantbtnrw a {
    font-size: 16px;
    padding: 15px 22px;
  }
  .headerservicebx .consultantbtnrw a span svg {
    width: 15px;
  }
  .consultantbtnrw a,
  .consultantbtnrw button {
    font-size: 17px;
    padding: 15px 22px;
  }
  .cmn_pad {
    padding: 0 50px;
  }
  .header-wrap .navbar,
  .media-galore-logo {
    padding: 20px 50px;
  }
  .header-bcx .header-main {
    margin-right: 30px;
    padding: 8px 0 8px 30px;
  }
  .touchbtnbx .touchbtn {
    width: 130px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .whatsAppCallbx {
    height: 45px;
    width: 115px;
  }
  .header-main .navbar-nav li a.nav-link {
    font-size: 15px;
    line-height: 22px;
  }
  .banner-wrap {
    height: calc(100vh - 50px);
  }
  .header-wrap .navbar-expand-md {
    height: 80px;
  }
}
@media (max-width: 1320px) {
  .portfolio-work-row {
    margin-bottom: 60px;
  }
  .footer-whatsApp {
    right: 12px;
  }
}
@media (max-width: 1280px) {
  .techugo-technology-create.devicesbcxwrap
    .techugo-technology-create-tabsbx
    .nav-tabs
    .nav-link {
    font-size: 18px;
    padding: 14px 28px;
  }
  .process-point-wrap {
    padding: 80px 60px 1px;
  }
  .featureslistbcx .featurebx p {
    font-size: 15px;
  }
  .Inner-banner-wrap.industrypage-banner.newlocation-banner {
    padding: 130px 40px 60px 90px;
  }
  .common-heading55 {
    font-size: 44px;
    line-height: 54px;
  }
  .locationabout-sec .locationaboutmg {
    width: 480px;
  }
  .locationabout-sec .locationaboutcontent {
    width: calc(100% - 480px);
  }
  .locationabout-sec .locationaboutimgbx .arrowmid svg {
    width: 90px;
  }
  .advancetechnology-bcx .advancetxt-wrap {
    padding: 60px 80px 110px;
  }
  .advancetechnology-bcx .cm-dtls-wrap {
    margin: -60px 80px 0;
  }
  .incredible-wrap {
    margin: 100px 80px 0 80px;
  }
  .cm-dtls-wrap .dtlsbcx .dtlsicon {
    width: 70px;
    height: 70px;
  }
  .dtlsbcx .dtlstxt p {
    font-size: 25px;
  }
  .dtlsbcx .dtlstxt span {
    font-size: 16px;
  }
  .business-thoughts-wrap {
    margin: 0 80px;
  }
  .common-heading45 {
    font-size: 35px;
    line-height: 45px;
  }
  .common-heading38 {
    font-size: 30px;
    line-height: 40px;
  }
  .advancetxt-wrap p,
  .bannerlocationtxt-bcx .banner-content-bcx .industry-content p,
  .business-thoughts-wrap .busniess-content p,
  .incredible-wrap .incrediblecontent p,
  .locationaboutcontent p,
  .locationprocess-wrap .processcontent p,
  .techugo-technology-create-content .create-txt p {
    line-height: 26px;
  }
  .ourjourney-wrap {
    padding: 0 0 0 80px;
    margin-top: 60px;
  }
  .ourjourney-wrap .journeytext {
    top: -70px;
    margin-right: 80px;
  }
  .ourjourney-wrap .arrowmid {
    width: 105px;
    height: 105px;
    top: 230px;
    left: 24%;
  }
  .ourjourney-wrap .arrowmid svg {
    width: 85px;
    top: -26px;
  }
  .locationprocess-wrap {
    margin: 60px 80px 40px;
  }
  .locationprocess-wrap p.blueheading {
    font-size: 24px;
    line-height: 32px;
  }
  .techugo-technology-create {
    padding: 60px 80px;
  }
  .common-heading75 {
    font-size: 55px;
    line-height: 65px;
  }
  .techugo-technology-create-tabsbx .nav-tabs .nav-link {
    font-size: 17px;
    padding: 14px 28px;
  }
  .techugo-technology-create-tabsbx .tab-content p {
    font-size: 15px;
    line-height: 28px;
  }
  .common-heading29 {
    font-size: 25px;
    line-height: 40px;
  }
  .common-heading35 {
    font-size: 25px;
    line-height: 32px;
  }
  .Inner-banner-wrap.industrypage-banner {
    margin: 120px 0 60px 60px;
  }
  .banner-content-bcx .consultantbtnrw a {
    padding: 14px 40px;
    font-size: 15px;
    margin-top: 25px;
  }
  .industrypage-banner .industry-content p {
    margin-bottom: 15px;
  }
  .contact-form-bcx .formbcx-wrap .form-dv {
    margin-bottom: 25px;
  }
  .contact-form-bcx .formbcx-wrap input,
  .contact-form-bcx .formbcx-wrap textarea {
    font-size: 14px;
  }
  .faq-wrap .sectionheading {
    margin-bottom: 40px;
  }
  .exceptional-section.building-section {
    padding: 0 50px;
  }
  .media-galore-logo p {
    font-size: 17px;
  }
  .media-galore-logo p {
    line-height: 40px;
  }
  .banner-wrap p {
    font-size: 16px;
  }
  .media-galore-logo .partnerheading {
    padding: 40px 0;
  }
  .media-galore-logo h4 {
    font-size: 24px;
  }
  .banner-wrap h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-wrap .banner-content-sec {
    margin-top: 50px;
  }
  .faqbcx-wrap {
    margin: 40px 40px;
  }
  .service-inner .consultantbtnrw a {
    padding: 12px 40px;
  }
  .exceptional-section.building-section {
    padding: 0 60px;
  }
  .accordion .accordion-item {
    padding: 25px 0;
  }
  .nodejs-banner-wrap .js-card {
    width: 100px;
  }
  .nodejs-banner-wrap .js-card {
    left: 20%;
  }
  .item-number-card h1 {
    font-size: 55px;
    top: -40px;
  }
  .headerservicebx .servicecontent p img {
    margin-left: 20px;
    width: 20px;
  }
  .headerservicebx .servicecontent p {
    font-size: 15px;
  }
  .headerservicebx .servicecontent .header-heading {
    font-size: 23px;
  }
  .headerservicebx .consultantbtnrw a {
    font-size: 15px;
    padding: 12px 20px;
  }
  .headerservicebx .consultantbtnrw a span svg {
    width: 13px;
  }
  .headerservicebx {
    padding: 30px 20px;
  }
  .menuwrap ul li {
    margin-bottom: 15px;
  }
  .react-banner-wrap .flutter-banner-content-sec .flutter-banner-bcx h1,
  .service-content-wrap .service-title {
    font-size: 26px;
  }
  .accordion-item:hover .service-content-wrap .service-title {
    font-size: 18px;
  }
  .business-heading {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .Inner-banner-wrap.flutter-banner {
    max-height: 100%;
  }
  .flutter-section .flutter-can {
    width: 180px;
  }
  .flutter-heading {
    font-size: 22px;
    line-height: 26px;
  }
  .companies-card-heading {
    font-size: 19px;
    margin-top: 25px;
  }
  .companies-card {
    padding: 25px 50px;
    min-height: 350px;
  }
  .arrow-x-box img {
    width: 30px;
    height: 45px;
    margin-left: 20px;
  }
  .business-card1,
  .business-card2,
  .business-card3,
  .business-card4,
  .business-card5 {
    padding: 25px 60px;
    min-height: 450px;
  }
  .faq-wrap .sectionheading h3 {
    font-size: 28px;
  }
  .flutter-banner-content-sec .flutter-banner-bcx p {
    margin-bottom: 20px;
  }
  .faqquestionbx .accordion > .card > .card-header a {
    font-size: 17px;
    line-height: 27px;
  }
  .faqquestionbx .accordion .card .card-body,
  .faqquestionbx .accordion .card .card-body p {
    font-size: 14px;
    line-height: 22px;
  }
  .faqquestionbx .accordion > .card {
    padding: 15px 20px;
  }
  .faqbcx-wrap .accordion .card-header.collapsed:after {
    width: 25px;
    height: 22px;
  }
  .faqbcx-wrap .accordion .card-header:after {
    width: 25px;
  }
  .Inner-banner-wrap {
    margin: 120px 50px 50px 50px;
    max-height: 365px;
  }
  .Inner-banner-wrap.ai-banner-wrap,
  .Inner-banner-wrap.wearable-banner-wrap {
    margin: 120px 50px 50px 50px;
  }
  .advantage-wrap h3,
  .faq-wrap .sectionheading h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .consultantbtnrw a span svg,
  .consultantbtnrw.experts button span svg {
    width: 16px;
  }
  .consultantbtnrw a,
  .consultantbtnrw button {
    font-size: 16px;
    padding: 12px 20px;
  }
  .section-heading h3 {
    font-size: 28px;
  }
  .section-heading p {
    font-size: 14px;
    line-height: 20px;
  }
  .touchbtnbx .touchbtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .whatsAppCallbx {
    height: 40px;
    width: 105px;
  }
  .header-main .navbar-nav li {
    margin-right: 30px;
  }
  .header-wrap .navbar,
  .media-galore-logo {
    padding: 15px 40px;
  }
  .connecter-wrap {
    padding: 50px 0;
  }
  .connecter-wrap ul li,
  .connecter-wrap ul li a {
    font-size: 15px;
  }
  .connecter-wrap ul li a img {
    width: 40px;
    height: auto;
  }
  .captchsec input {
    font-size: 15px;
  }
  .captchsec {
    font-size: 17px;
  }
  .captchsec input {
    padding: 10px 40px;
  }
  .footerbcx-wrap {
    margin-top: 50px;
    padding: 40px 50px;
  }
  .footerinfo-bcx .footer-heading {
    font-size: 17px;
  }
  .footerinfo-bcx ul li a {
    font-size: 15px;
  }
  .footerinfo-bcx ul li {
    margin-bottom: 10px;
  }
  .sociallink ul li a img {
    width: 30px;
  }
  .footerinfo-bcx ul {
    margin: 20px 0 0 0;
  }
  .footerbcx-wrap .footerinfo-bcx {
    padding-bottom: 25px;
  }
}
@media (max-width: 1180px) {
  .incredible-wrap {
    margin: 80px 60px 0 60px;
  }
  .business-thoughts-wrap {
    margin: 0 60px;
  }
  .advancetechnology-bcx {
    padding: 40px 0;
  }
  .advancetechnology-bcx .cm-dtls-wrap {
    margin: -70px 60px 0;
  }
  .advancetechnology-bcx .advancetxt-wrap {
    padding: 50px 60px 90px;
  }
  .Inner-banner-wrap.industrypage-banner.newlocation-banner {
    padding: 120px 20px 60px 80px;
  }
  .locationcontact-form.contact-form-bcx .formbcx-wrap {
    padding: 10px;
  }
  .contact-form-bcx .formbcx-wrap select,
  .effect-16 ~ label {
    font-size: 14px;
  }
  .contact-form-bcx .formbcx-wrap input,
  .contact-form-bcx .formbcx-wrap textarea {
    padding: 12px;
    font-size: 14px;
  }
  .locationcontact-form .captchsec {
    font-size: 16px;
  }
  .locationabout-sec .locationaboutcontent {
    width: 100%;
  }
  .incredible-wrap .incredibleheading .comlogo {
    padding: 10px 7% 10px 0;
    margin-right: 60px;
  }
  .incredible-wrap .incredibleheading .comlogo img {
    width: 120px;
  }
  .common-heading45 {
    font-size: 32px;
    line-height: 40px;
  }
  .locationprocess-wrap {
    margin: 50px 60px 30px;
  }
  .locationprocess-wrap p.blueheading {
    font-size: 21px;
    line-height: 29px;
  }
  .ourjourney-wrap .journeyheading .journeyimg {
    width: 700px;
  }
  .ourjourney-wrap .journeyheading h3 {
    padding-top: 30px;
  }
  .incredible-wrap .incrediblecontent {
    margin-top: 30px;
  }
  .process-point-wrap {
    padding: 80px 50px 10px 50px;
  }
  .process-point-wrap .featurebx h5 {
    font-size: 16px;
  }
  .process-point-wrap #devicerunbcxcarousel .featurebx {
    padding: 30px 30px 30px 30px;
  }
  .advancetechnology-bcx .consultantbtnrw a,
  .locationprocess-wrap .consultantbtnrw a,
  .process-point-wrap .consultantbtnrw a {
    margin: 30px auto;
    display: table;
  }
  .featureslistbcx .featurebx p {
    font-size: 14px;
  }
  .common-heading75 {
    font-size: 50px;
    line-height: 60px;
  }
  .techugo-technology-create.devicesbcxwrap
    .techugo-technology-create-content
    .create-txt
    p {
    font-size: 14px;
    max-width: 550px;
    line-height: 25px;
    margin-top: -40px;
    margin-bottom: 0;
  }
  .techugo-technology-create {
    padding: 50px 60px;
  }
  .common-heading29 {
    font-size: 23px;
    line-height: 35px;
  }
  .tabs-menu__item .icon {
    left: -46px;
    width: 22px;
    height: 22px;
  }
  .Inner-banner-wrap.industrypage-banner {
    margin: 110px 0 50px 50px;
  }
  .industrypage-banner .industry-content p {
    margin-bottom: 10px;
  }
  .banner-content-bcx .consultantbtnrw a {
    padding: 11px 35px;
    font-size: 14px;
    margin-top: 20px;
  }
  .common-heading35 {
    font-size: 23px;
    line-height: 30px;
  }
  .contact-form-bcx .formbcx-wrap .form-dv {
    margin-bottom: 20px;
  }
  .media-galore-logo h4 {
    font-size: 22px;
  }
  .media-galore-logo .partnerheading {
    padding: 30px 0;
  }
  .marqueereverse {
    margin: 15px 0;
  }
  .banner-wrap h1 {
    font-size: 36px;
    line-height: 45px;
  }
  .banner-wrap p {
    font-size: 15px;
  }
  .arrowmid {
    top: 33%;
    left: 35%;
  }
  .faq-wrap .sectionheading {
    margin-bottom: 80px;
  }
  .nodejs-banner-wrap .js-card {
    width: 90px;
  }
  .faq-wrap .sectionheading h3,
  .service-content-wrap .service-title {
    font-size: 22px;
    line-height: 30px;
  }
  .item-number-card h1 {
    font-size: 50px;
  }
  .exceptional-section.building-section {
    padding: 0 40px;
  }
  .Inner-banner-wrap.blockchain-banner-wrap {
    padding: 20px 0;
  }
  .headerservicebx .servicecontent p {
    font-size: 14px;
  }
  .headerservicebx .servicecontent .header-heading {
    font-size: 21px;
  }
  .android-banner-wrap .react-icon-card {
    width: 80px;
    top: 60px;
  }
  .business-heading {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .flutter-banner-content-sec .flutter-banner-bcx p {
    margin-bottom: 15px;
  }
  .flutter-section .flutter-can {
    width: 150px;
  }
  .flutter-heading {
    font-size: 19px;
    line-height: 24px;
  }
  .companies-card-heading {
    font-size: 17px;
    margin-top: 20px;
  }
  .companies-card {
    padding: 20px 40px;
    min-height: 300px;
  }
  .business-card1,
  .business-card2,
  .business-card3,
  .business-card4,
  .business-card5 {
    padding: 20px 40px;
    min-height: 400px;
  }
  .flutter-advantage-bcx-wrap {
    padding: 60px 30px 30px 40px;
  }
  .flutter-banner-content-sec .flutter-banner-bcx h1 {
    font-size: 23px;
    line-height: 32px;
  }
  .faqquestionbx .accordion > .card > .card-header a {
    font-size: 16px;
    line-height: 24px;
  }
  .advantage-wrap h3,
  .react-banner-wrap .flutter-banner-content-sec .flutter-banner-bcx h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .cmn_pad {
    padding: 0 40px;
  }
  .advantage-wrap {
    margin: 50px 0 30px 0;
  }
  .Inner-banner-wrap {
    margin: 120px 40px 40px 40px;
    max-height: 410px;
  }
  .Inner-banner-wrap.wearable-banner-wrap {
    margin: 120px 40px 40px 40px;
  }
  .header-wrap .navbar,
  .media-galore-logo {
    padding: 10px 35px;
  }
  .section-heading h3 {
    font-size: 26px;
  }
  .media-galore-logo p {
    font-size: 16px;
  }
  .accordion-item:hover .service-content-wrap .service-title {
    font-size: 17px;
  }
  .accordion-item:hover .accordion-item-content {
    height: 240px;
  }
  .consultantbtnrw a,
  .consultantbtnrw button {
    font-size: 15px;
    padding: 10px 20px;
  }
  .touchbtnbx .touchbtn {
    width: 110px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .whatsAppCallbx {
    height: 35px;
  }
  .header-main .navbar-nav li {
    margin-right: 20px;
  }
  .header-main .navbar-nav li a.nav-link {
    padding: 6px;
  }
  .header-bcx .header-main {
    margin-right: 20px;
    padding: 6px 0 6px 25px;
  }
  .connecter-wrap {
    padding: 40px 0;
  }
  .connecter-wrap ul li,
  .connecter-wrap ul li a {
    font-size: 14px;
  }
  .captchsec {
    font-size: 16px;
  }
  .captchsec input {
    padding: 10px 30px;
  }
  .footerbcx-wrap {
    margin-top: 40px;
    padding: 30px 40px;
  }
  .footerinfo-bcx ul li a {
    font-size: 14px;
  }
  .Inner-banner-wrap.flutter-banner {
    margin: 120px 0 0 0;
  }
  .flutter-banner-content-sec .consultantbtnrw {
    margin-top: 30px;
  }
  .Inner-banner-wrap.react-banner-wrap {
    padding-bottom: 0;
  }
  .react-banner-wrap .consultantbtnrw {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 1080px) {
  .common-heading29 {
    font-size: 21px;
    line-height: 30px;
  }
  .common-heading35 {
    font-size: 21px;
    line-height: 28px;
  }
  .Inner-banner-wrap.industrypage-banner {
    margin: 110px 0 50px 40px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .whatsAppCallbx {
    width: 85px;
  }
  .megamenu {
    top: 45px;
  }
  .whatsAppCallbx .whtsap-nav svg {
    width: 15px;
  }
  .touchbtnbx .touchbtn {
    width: 95px;
    height: 33px;
    line-height: 35px;
    font-size: 13px;
  }
  .whatsAppCallbx .country-nav svg {
    width: 15px;
  }
  .Inner-banner-wrap.industrypage-banner {
    margin: 90px 0 40px 30px;
    height: auto;
  }
  .header-main .navbar-nav li a.nav-link {
    font-size: 14px;
    line-height: 16px;
  }
  .header-main .navbar-nav li a.nav-link {
    padding: 6px 10px 0 10px;
  }
  .header-bcx .header-main {
    margin-right: 10px;
    padding: 5px 0 0 20px;
  }
  .react-banner-wrap .flutter-banner-content-sec .flutter-banner-bcx h1 {
    font-size: 21px;
  }
  .header-wrap .navbar {
    padding: 10px 30px;
  }
  .banner-wrap h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .accordion .accordion-item {
    padding: 20px 0;
  }
  .faqbcx-wrap {
    margin: 30px 30px;
  }
  .nodejs-banner-wrap .js-card {
    width: 80px;
  }
  .exceptional-section.building-section {
    padding: 0 30px;
  }
  .Inner-banner-wrap {
    margin: 110px 30px 30px 30px;
  }
  .header_rgt .country-nav,
  .header_rgt .whtsap-nav {
    margin-right: 0;
  }
  .header-main .navbar-nav li {
    margin-right: 5px;
  }
  .header-bcx .header-main {
    margin-right: 10px;
    padding: 5px 0 5px 20px;
  }
  .whatsAppCallbx .divide-number {
    margin: 0 10px;
  }
  .whatsAppCallbx {
    width: 100px;
  }
  .navbar-brand img {
    width: 115px;
    height: auto;
  }
  .header-wrap .navbar-expand-md {
    height: 65px;
  }
  .banner-wrap {
    height: calc(100vh - 0px);
    max-height: 550px;
  }
  .footlogo img {
    width: 130px;
    height: auto;
  }
  .dmcaimg img {
    width: 90px;
    height: auto;
  }
  .footerbcx-wrap {
    margin-top: 30px;
    padding: 25px 30px;
  }
  .connecter-wrap ul li a img {
    width: 30px;
  }
  .connecter-wrap {
    padding: 30px 0;
  }
  .connecter-wrap ul li,
  .connecter-wrap ul li a {
    font-size: 13px;
  }
  .section-heading h3 {
    font-size: 24px;
  }
  .captchsec {
    margin-bottom: 15px;
  }
  .noneview {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-whatsApp {
    right: 0;
  }
  .footer-whatsApp svg {
    width: 30px;
    height: 30px;
  }
  .footer-call-action img,
  .footer-whatsApp img {
    width: 30px;
    height: auto;
  }
  .dis-none-rw,
  .footer-whatsApp .wttxt {
    display: none;
  }
  .top-divide-nav {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #6b6b6b75;
  }
  .servicemenuwrap {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .Inner-banner-wrap.industrypage-banner.newlocation-banner {
    padding: 90px 20px 30px 20px;
  }
  .bannerlocationtxt-bcx .banner-content-bcx {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .business-thoughts-wrap .busniessheading h3.common-heading45 br,
  .busniess-images-wrap .buniessgroup,
  .busniess-images-wrap .buniessidea,
  .locationabout-sec .locationaboutmg,
  .locationprocess-wrap h3 br,
  .ourjourney-wrap .arrowmid,
  .ourjourney-wrap .journeyheading .journeyimg,
  .ourjourney-wrap .journeyheading h3 br {
    display: none;
  }
  .ourjourney-wrap .journeytext {
    top: 0;
    margin-right: 20px;
    padding: 15px;
  }
  .process-point-wrap {
    padding: 30px 20px 10px 20px;
  }
  .locationabout-sec .locationaboutcontent {
    padding: 30px 20px 0 20px;
  }
  #devicerunbcxcarousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .advancetechnology-bcx {
    padding: 30px 20px 0 20px;
  }
  .common-heading75 {
    font-size: 24px;
    line-height: 30px;
  }
  .techugo-technology-create {
    padding: 30px 20px;
  }
  .techugo-technology-create-content .create-txt p:first-child {
    max-width: 100%;
  }
  .techugo-technology-create-tabsbx .nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px 22px;
  }
  .techugo-technology-create-tabsbx .nav-item {
    margin-bottom: 15px;
  }
  .techugo-technology-create-tabsbx .tab-content p {
    margin: 20px -10px 0 -10px;
    font-size: 14px;
    line-height: 25px;
  }
  .techugo-technology-create.devicesbcxwrap
    .techugo-technology-create-content
    .create-txt
    p {
    margin-top: 10px;
  }
  .incredible-wrap {
    margin: 30px 20px 0 20px;
  }
  .common-heading38,
  .common-heading55 {
    font-size: 22px;
    line-height: 30px;
  }
  .advancetechnology-bcx .advancetxt-wrap {
    padding: 20px;
  }
  .advancetxt-wrap p,
  .bannerlocationtxt-bcx .banner-content-bcx .industry-content p,
  .business-thoughts-wrap .busniess-content p,
  .incredible-wrap .incrediblecontent p,
  .locationaboutcontent p,
  .locationprocess-wrap .processcontent p,
  .techugo-technology-create-content .create-txt p {
    line-height: 24px;
  }
  .advancetechnology-bcx .cm-dtls-wrap {
    margin: 30px 0;
    padding: 15px;
    display: block;
  }
  .cm-dtls-wrap .dtlsbcx {
    width: 100%;
    margin-bottom: 15px;
  }
  .cm-dtls-wrap .dtlsbcx .dtlsicon {
    width: 50px;
    height: 50px;
  }
  .dtlsbcx .dtlstxt p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
  }
  .business-thoughts-wrap {
    margin: 0 20px;
  }
  .common-heading45 {
    font-size: 22px;
    line-height: 30px;
  }
  .busniessthought-txtbcx .busniessheading {
    width: 100%;
  }
  .busniessthought-txtbcx .busniess-content {
    padding: 0;
    width: 100%;
  }
  .dtlsbcx .dtlstxt span {
    font-size: 14px;
  }
  .incredible-wrap .incredibleheading,
  .newlocation-banner .bannerlocationtxt-bcx {
    display: block;
  }
  .incredible-wrap .incredibleheading .comlogo {
    padding: 0 0 10px 0;
    margin-right: 0;
    border: 0;
  }
  .incredible-wrap .incredibleheading .comlogo img {
    width: 100px;
  }
  .incredible-wrap .incrediblecontent {
    margin-top: 20px;
  }
  .ourjourney-wrap {
    padding: 0 0 20px 20px;
    margin-top: 30px;
  }
  .ourjourney-wrap .journeyheading h3 {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
  .locationprocess-wrap {
    margin: 30px 20px 10px;
  }
  .locationprocess-wrap p.blueheading {
    font-size: 18px;
    line-height: 25px;
  }
  .locationprocess-wrap .processcontent {
    margin-top: 15px;
  }
  .techugo-technology-create.devicesbcxwrap
    .techugo-technology-create-tabsbx
    .nav-tabs
    .nav-link {
    font-size: 15px;
    padding: 10px 22px;
  }
  .techugo-technology-create-tabsbx {
    margin-top: 15px;
  }
  .techugo-technology-create-tabsbx .shl {
    margin: 0 0 20px;
  }
  .Inner-banner-wrap.industrypage-banner.newlocation-banner h1 br {
    display: none;
  }
  .whatsAppCallbx.dis-sm-none {
    display: none !important;
  }
  .whtsap-nav .dropdown-menu {
    min-width: 200px;
  }
  .getconbtnbx .callusrow .callusrtype {
    display: none;
  }
  .whatsAppCallbx {
    margin-right: 30px;
  }
  .getconbtnbx .callusrow .callusrdetails {
    margin-left: 10px;
  }
  .whtsap-nav .dropdown-menu {
    top: 45px;
  }
  .Inner-banner-wrap.industrypage-banner {
    margin: 90px 20px 30px 20px;
    height: auto;
  }
  .common-heading29 {
    font-size: 19px;
    line-height: 28px;
  }
  .common-heading35 {
    font-size: 19px;
    line-height: 26px;
  }
  .formbcx-wrap .consultantbtnrw button {
    padding: 12px 35px;
  }
  .footlogo img {
    width: 110px;
  }
  .media-galore-logo h4 {
    font-size: 18px;
  }
  .marqueereverse {
    margin: 5px 0;
  }
  .media-galore-logo p {
    font-size: 15px;
    line-height: 25px;
  }
  .media-galore-logo .partnerheading {
    padding: 20px 0;
  }
  .banner-wrap h1 {
    font-size: 26px;
    line-height: 35px;
  }
  .Inner-banner-wrap.ai-banner-wrap {
    padding: 20px 0;
  }
  .faq-wrap .sectionheading {
    margin-bottom: 20px;
  }
  .wearable-banner-wrap .consultantbtnrw {
    width: 80%;
  }
  .nodejs-banner-wrap .consultantbtnrw,
  .wearable-banner-wrap .consultantbtnrw {
    max-width: 100%;
  }
  .exceptional-section.building-section {
    padding: 0 20px;
  }
  .accordion .accordion-item {
    padding: 15px 0;
  }
  .android-banner-wrap .consultantbtnrw,
  .react-banner-wrap .consultantbtnrw,
  .react-business-wrap .consultantbtnrw {
    margin: 20px auto;
    width: 100%;
  }
  .contact-form-bcx .formbcx-wrap {
    padding: 20px 12px;
  }
  .contact-form-bcx .formbcx-wrap textarea {
    min-height: 80px;
  }
  .contact-form-bcx .formbcx-wrap input,
  .contact-form-bcx .formbcx-wrap textarea {
    padding: 12px 0;
  }
  .item-number-card h1 {
    position: static;
    font-size: 40px;
  }
  .flutter-section .flutter-can {
    width: 110px;
  }
  .flutter-heading {
    font-size: 17px;
    line-height: 22px;
  }
  .flutter-development-section {
    margin-left: -15px !important;
  }
  .companies-card-heading {
    font-size: 16px;
    margin-top: 15px;
  }
  .companies-card {
    padding: 15px 30px;
    min-height: 250px;
  }
  .business-card1,
  .business-card2,
  .business-card3,
  .business-card4,
  .business-card5 {
    padding: 15px 30px;
    min-height: 350px;
  }
  .consultantbtnrw a span svg,
  .consultantbtnrw.experts button span svg {
    width: 15px;
  }
  .flutter-banner-content-sec .consultantbtnrw {
    max-width: 50%;
    margin: 30px auto 0 auto;
  }
  .flutter-advantage-bcx-wrap {
    background-size: cover;
  }
  .flutter-advantage-bcx-wrap {
    padding: 40px 20px 20px 20px;
  }
  .flutter-banner-content-sec .flutter-banner-bcx h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .Inner-banner-wrap.flutter-banner {
    margin: 90px 0 0 0;
  }
  .about-video-card,
  .android-banner-wrap .react-icon-card,
  .nodejs-banner-wrap .js-card img,
  .react-logo {
    display: none;
  }
  .item-number-card {
    min-height: auto;
  }
  .accordion-item-content,
  .accordion-item:hover .accordion-item-content {
    max-width: 100%;
  }
  .accordion-item-content .banner-btn {
    margin-top: 20px !important;
  }
  .service-inner .consultantbtnrw a {
    padding: 10px 35px;
  }
  .exceptional-section.building-section .building-btn {
    margin-top: 30px !important;
    max-width: 60%;
    margin: auto;
  }
  .react-banner-wrap .flutter-banner-content-sec .flutter-banner-bcx h1,
  .service-content-wrap .service-title {
    font-size: 19px;
    line-height: 26px;
  }
  .react-banner-wrap .consultantbtnrw {
    margin-bottom: 0;
  }
  .android-banner-wrap .consultantbtnrw,
  .react-banner-wrap .consultantbtnrw,
  .react-business-wrap .consultantbtnrw {
    margin: 20px auto;
  }
  .business-top-section .arrow-x-box {
    display: none !important;
  }
  .megamenu ul li a {
    font-size: 14px;
  }
  .megamenu {
    position: absolute !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    padding: 0 10px 10px 15px;
    margin: 0;
  }
  .Inner-banner-wrap {
    max-height: 100%;
    height: 100%;
  }
  .faqbcx-wrap {
    margin: 30px 20px;
  }
  .faqquestionbx .accordion > .card {
    padding: 10px 10px;
  }
  .faqbcx-wrap .accordion .card-header.collapsed:after {
    width: 22px;
    height: 19px;
  }
  .faqbcx-wrap .accordion .card-header:after {
    width: 22px;
  }
  .Inner-banner-wrap {
    margin: 110px 20px 20px 20px;
  }
  .Inner-banner-wrap.wearable-banner-wrap {
    margin: 110px 20px 20px 20px;
    height: auto;
    padding: 20px 0;
  }
  .advantage-wrap h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .cmn_pad {
    padding: 0 20px;
  }
  .accordion-item:hover .service-content-wrap .service-title {
    font-size: 15px;
  }
  .service-content-wrap .service-title {
    font-size: 16px;
  }
  .accordion-item:hover .accordion-item-content {
    height: auto;
  }
  .service-inner p {
    margin: 10px 0 0 0;
  }
  .mobile-nav-toggle {
    display: block;
  }
  .section-heading p br {
    display: none;
  }
  .banner-wrap {
    height: 500px;
    max-height: 5090px;
  }
  .banner-content-sec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    max-height: 500px;
    padding: 10px;
  }
  .banner-wrap.cmn_pad {
    padding: 0;
  }
  .header-wrap .navbar {
    padding: 7px 25px 7px 15px;
  }
  .media-galore-logo {
    padding: 7px 25px;
  }
  .consultantbtnrw a,
  .consultantbtnrw button {
    font-size: 14px;
    padding: 7px 20px;
  }
  .connecter-wrap ul li a span {
    margin-left: 5px;
  }
  .section-heading h3 {
    font-size: 22px;
  }
  .connecter-wrap ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .connecter-wrap {
    padding: 20px 0;
  }
  .connecter-wrap ul li:last-child {
    display: none;
  }
  .footerbcx-wrap {
    padding: 40px 20px;
  }
  .footer-company-info .companytag {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footerinfo-bcx ul {
    margin: 10px 0 0 0;
  }
  .footersocial-wrap {
    padding: 20px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sociallink ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sociallink ul li {
    margin-right: 10px;
  }
  .business-heading {
    font-size: 22px;
  }
  .banner-wrap p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
  }
  .width50 {
    width: 100% !important;
  }
  .bannerlocationtxt-bcx .banner-content-bcx,
  .bannerlocationtxt-bcx .locationcontact-form {
    width: auto;
  }
}
@media (max-width: 575px) {
  .modal-dialog.get-touch .connectcall {
    float: none;
    text-align: left;
    margin-bottom: 15px;
  }
  .modal-dialog.get-touch .connectcall .connect_icon.wts-connect {
    margin-left: 0;
  }
  .modal-dialog.get-touch
    .conversation-form.contactpgs
    .contact-form-bcx
    .formbcx-wrap
    .form-dv {
    margin-bottom: 29px;
  }
}
@media (max-width: 460px) {
  .item-number-card h1 {
    font-size: 35px;
  }
  .Inner-banner-wrap.flutter-banner.cmn_pad {
    padding: 15px 15px;
  }
  .business-heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .whatsApp {
    width: 30px;
  }
  .consultantbtnrw a {
    font-size: 13px;
    padding: 12px 18px;
  }
  .consultantbtnrw a span svg {
    width: 15px;
  }
  .faqquestionbx .accordion > .card > .card-header a {
    font-size: 15px;
    line-height: 22px;
  }
  .faqbcx-wrap .accordion .card-header.collapsed:after {
    width: 19px;
    height: 16px;
  }
  .faqbcx-wrap .accordion .card-header:after {
    width: 19px;
  }
  .Inner-banner-wrap.cmn_pad {
    padding: 10px 10px;
  }
}
@media (max-width: 414px) {
  .navbar-brand img {
    width: 95px;
    height: auto;
  }
  .footlogo img {
    width: 110px;
    height: auto;
  }
  .Inner-banner-wrap {
    margin: 90px 15px 20px 15px;
  }
  .advantage-wrap h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .cmn_pad {
    padding: 0 15px;
  }
  .faqbcx-wrap {
    margin: 25px 15px;
  }
}
