* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

main,
body {
  overflow-x: hidden;
}

body {
  background: #fffefe;
}

a {
  text-decoration: none;
}
a:focus {
  color: #36b7a5;
}

.nav-link:focus, .nav-link:hover {
  color: #fff;
}

select:focus,
textarea:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(45deg, #62e0c3, #36b7a5) !important;
  border: 1px solid #fff;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

.pc-wrap {
  padding: 0 6rem;
  overflow: hidden;
}

.submitButton {
  --c: #222121;
  color: var(--c);
  font-size: 17px;
  width: 12em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 3em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  margin: 1em;
  font-family: "Glancyr-Medium";
  padding: 5px 0;
  border: none;
  width: 97%;
}
.submitButton.dark {
  --c: #12260E;
}
.submitButton.wht {
  --c: #FFF;
}
.submitButton:hover {
  color: #FFF;
}
.submitButton:hover span {
  transform: translateY(0) scale(2);
}
.submitButton span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}
.submitButton span:nth-child(1) {
  --n: 1;
}
.submitButton span:nth-child(2) {
  --n: 2;
}
.submitButton span:nth-child(3) {
  --n: 3;
}
.submitButton span:nth-child(4) {
  --n: 4;
}

@font-face {
  font-family: "Glancyr-Thin";
  src: url(../font/Glancyr-Thin.otf);
}
@font-face {
  font-family: "Glancyr-Bold";
  src: url(../font/Glancyr-Bold.otf);
}
@font-face {
  font-family: "Glancyr-Medium";
  src: url(../font/Glancyr-Medium.otf);
}
@font-face {
  font-family: "Glancyr-Regular";
  src: url(../font/Glancyr-Regular.otf);
}
@font-face {
  font-family: "Glancyr-SemiBold";
  src: url(../font/Glancyr-SemiBold.otf);
}
@font-face {
  font-family: "Glancyr-Light";
  src: url(../font/Glancyr-Light.otf);
}
@font-face {
  font-family: "Sf-Bold";
  src: url(../font/sf-bold.OTF);
}
@font-face {
  font-family: "Sf-Regular";
  src: url(../font/sf-regular.OTF);
}
@font-face {
  font-family: "Sf-Medium";
  src: url(../font/sf-medium.OTF);
}
@font-face {
  font-family: "Golam";
  src: url(../font/golam.otf);
}
.head_area h3 {
  font-family: "Glancyr-Medium";
  font-size: 50px;
  text-align: center;
  color: #12260E;
  text-transform: uppercase;
}
.head_area p {
  font-family: "Sf-Regular";
  font-size: 20px;
  text-align: center;
  color: #12260E;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%);
}

header.sticky nav .navbar-collapse ul li a.nav-link {
  color: white !important;
}

header {
  font-family: "Glancyr-Regular";
  padding: 0 5rem;
  position: fixed;
  z-index: 5;
  width: 100%;
  transition: all 0.4s ease-in;
  background: transparent;
}
header.sticky {
  position: fixed;
  background: #082d34;
}
header.sticky nav .navbar-brand img {
  width: 200px;
}
header.sticky nav .header-nav-flx .header-btn button {
  font-size: 15px;
  line-height: 22px;
  padding: 10px;
}
header.sticky nav .navbar-collapse ul li a {
  font-size: 18px;
}
header nav {
  border-bottom: 1px solid #ffffff;
}
header nav .navbar-brand img {
  width: 250px;
  transition: all 0.4s ease-in;
}
header nav .header-nav-flx {
  display: flex;
  align-items: center;
  gap: 70px;
}
header nav .header-nav-flx .header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
header nav .header-nav-flx button {
  margin: 0;
  width: auto;
  background: #47dfc1;
  color: #fff;
  padding: 15px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
header nav .header-nav-flx button:hover {
  color: #000;
}
header nav .navbar-collapse ul li {
  margin: 0 14px;
}
header nav .navbar-collapse ul li a {
  font-size: 20px;
  color: #fff;
  transition: all 0.4s ease-in;
}
header nav .navbar-collapse ul li a:hover {
  color: #36b7a5;
}
header nav .navbar-collapse ul li a i {
  font-size: 16px;
  padding: 0 10px;
}
header .dropdown-toggle::after {
  opacity: 0;
}
header .dropdown-menu[data-bs-popper] {
  top: 144%;
  left: -142%;
  margin-top: 0.125rem;
  background: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 2px solid rgba(72, 224, 194, 0.23);
}
header .dropdown-menu[data-bs-popper] li a {
  color: #12260E;
  font-family: "Sf-Bold";
  font-size: 16px;
  line-height: 29px;
  border-bottom: 1px solid rgba(98, 224, 195, 0.3098039216);
  border-top: 1px solid rgba(98, 224, 195, 0.3098039216);
}

.offcanvas_menu {
  background-color: #4bd7bd;
  color: #fff;
  padding: 6px 14px;
  width: 50px;
  height: 50px;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.offcanvas_menu .offcanvas-line {
  background-image: none !important;
  position: relative;
  width: 24px;
  height: 2px;
  background-color: white;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin: 0 auto;
}
.offcanvas_menu .offcanvas-line::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: white;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  left: 0;
  top: -8px;
  transform-origin: center;
}
.offcanvas_menu .offcanvas-line::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: white;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  left: 0;
  bottom: -8px;
  transform-origin: center;
}

.offcanvas {
  background: #082d34;
}
.offcanvas ul {
  padding: 0 14px;
}
.offcanvas ul li {
  padding: 15px 0;
}
.offcanvas ul li a {
  color: #fff;
  font-size: 22px;
  padding: 0px;
}
.offcanvas ul li a:focus, .offcanvas ul li a:hover {
  color: #fff;
}
.offcanvas ul .dropdown .dropdown-menu {
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  overflow-x: auto;
}
.offcanvas ul .dropdown .dropdown-menu li {
  padding: 15px 0px 0px;
}
.offcanvas ul .dropdown .dropdown-menu li a {
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
.offcanvas button {
  border: none;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #152743;
  position: relative;
  left: 2rem;
}

.banner {
  position: relative;
}
.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  width: 42%;
}
.banner .content h4 {
  font-family: "Glancyr-Medium";
  font-size: 72px;
  color: #fff;
}
.banner .content p {
  font-family: "Sf-Regular";
  color: #fff;
  font-size: 17px;
  margin: 31px 0;
}
.banner .content .review-brand-flx {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  align-items: center;
  gap: 25px;
  width: 55%;
}
.banner .content .review-brand-flx a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .content .review-brand-flx a img {
  width: auto;
  height: auto;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(0%) hue-rotate(320deg) brightness(102%) contrast(104%);
}
.banner .arrow-next {
  background: #000;
  position: absolute;
  bottom: 15%;
  right: 7%;
  transform: translate(-43%, -60%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .app_btn {
  position: absolute;
  bottom: 10%;
  z-index: 2;
  left: 5%;
}
.banner .app_btn p {
  font-family: "Sf-Regular";
  color: #fff;
  font-size: 18px;
  padding: 14px 0;
}
.banner .app_btn a img {
  width: 140px;
  margin: 0 11px 0 0;
}

.service-banner-main {
  background: #1F1F1F;
  padding: 200px 0px 100px;
  position: relative;
  height: 1750px;
  overflow: hidden;
  z-index: 1;
}
.service-banner-main .col-xl-12 {
  padding: 0px 140px;
}
.service-banner-main .col-xl-12 .services-banner-flx {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  padding: 0px 80px 30px;
  border-bottom: 1px solid #4F4F4F;
}
.service-banner-main .col-xl-12 .services-banner-flx h1 {
  font-family: "Glancyr-Medium";
  font-size: 125px;
  line-height: 132px;
  color: #fff;
}
.service-banner-main .col-xl-12 .services-banner-flx img {
  width: 100px;
  height: 100px;
}
.service-banner-main .col-xl-12 .services-banner-flx button {
  margin: 0;
  width: 305px;
  background: #47dfc1;
  color: #fff;
  padding: 13px 0;
  font-size: 17px;
  font-weight: 300;
}
.service-banner-main .col-xl-12 .services-banner-flx button:hover {
  color: #000;
}
.service-banner-main .col-xl-12 .serv-banner-main-content {
  padding: 60px 0px 0px 90px;
}
.service-banner-main .col-xl-12 .serv-banner-main-content h2 {
  color: #FFF;
  font-family: "Glancyr-Medium";
  font-size: 115px;
  line-height: 122px;
}
.service-banner-main .col-xl-12 .serv-banner-text-flx {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 70%;
  gap: 100px;
  margin-top: 70px;
}
.service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content {
  width: 60%;
  padding-left: 60px;
}
.service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content h3 {
  font-family: "Glancyr-Medium";
  font-size: 60px;
  line-height: 67px;
  color: #fff;
  margin-bottom: 60px;
}
.service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content p {
  font-family: "Sf-Regular";
  color: #fff;
  font-size: 17px;
  line-height: 24px;
}
.service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-img-main a img {
  width: 150px;
  height: 150px;
}
.service-banner-main .col-xl-12 .serv-banner-mobile-img {
  position: absolute;
  right: 7%;
  top: 33%;
  overflow: hidden;
  z-index: -1;
}
.service-banner-main .col-xl-12 .serv-banner-mobile-img img {
  width: 80%;
}
.service-banner-main .col-xl-12 .banner-brand-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
  gap: 30px;
  row-gap: 30px;
  width: 30%;
  position: absolute;
  bottom: 60px;
  padding-left: 60px;
}
.service-banner-main .col-xl-12 .banner-brand-logo a img {
  width: auto;
}

.flutter-banner-main {
  background: url(../services/flutter-app-development-banner-image.webp);
  padding: 200px 0px 100px;
  position: relative;
  height: 1700px;
  overflow: hidden;
  z-index: 1;
}
.flutter-banner-main .flutter-head-wrap {
  padding-top: 300px;
}
.flutter-banner-main .flutter-head-wrap .banner-brand-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  row-gap: 30px;
  margin-bottom: 30px;
}
.flutter-banner-main .flutter-head-wrap .banner-brand-logo a img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.flutter-banner-main .flutter-head-wrap .flutter-heading h1 {
  font-family: "Glancyr-Medium";
  font-size: 60px;
  line-height: 70px;
  color: #fff;
}
.flutter-banner-main .flutter-head-wrap .flutter-heading button {
  margin: 40px 0px 0px;
  width: 305px;
  background: #47dfc1;
  color: #fff;
  padding: 13px 0;
  font-size: 17px;
  font-weight: 300;
}
.flutter-banner-main .flutter-head-wrap .flutter-heading button:hover {
  color: #000;
}
.flutter-banner-main .flutter-head-wrap .flutter-banner-img {
  position: absolute;
  bottom: -100px;
  left: 90px;
  right: 0;
}
.flutter-banner-main .flutter-head-wrap .flutter-banner-img .app-screens .app-screens-overlay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
}
.flutter-banner-main .flutter-head-wrap .flutter-banner-img .app-screens .app-screens-overlay .screen-highlight img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hybrid-banner-main {
  background-image: url("../../assets/services/hybrid-banner-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0px 100px;
  position: relative;
  height: 1350px;
  overflow: hidden;
  z-index: 1;
}
.hybrid-banner-main::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 55%;
  background-image: url("../services/hybrid-banner-after.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.hybrid-banner-main .hybrid-banner-content {
  padding-left: 150px;
}
.hybrid-banner-main .hybrid-banner-content h1 {
  font-size: 100px;
  line-height: 107px;
  font-family: "Glancyr-Medium";
  width: 70%;
}
.hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text {
  margin-top: 19%;
}
.hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text a img {
  width: 205px;
  height: 206px;
  margin-bottom: 90px;
}
.hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text h2 {
  font-size: 60px;
  line-height: 68px;
  font-family: "Glancyr-Medium";
  color: #fff;
  width: 55%;
}
.hybrid-banner-main .hybrid-banner-image {
  position: relative;
  bottom: 0px;
  right: -166px;
}
.hybrid-banner-main .hybrid-banner-image img {
  width: 100%;
  height: 1150px;
  object-fit: contain;
}
.hybrid-banner-main .hybrid-banner-image .banner-brand-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  row-gap: 30px;
  position: relative;
  margin-top: -20%;
  margin-left: -40%;
}
.hybrid-banner-main .hybrid-banner-image .banner-brand-logo a img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.android-banner-main {
  background-color: #E8E5E5;
  padding: 200px 0px 0px 150px;
  position: relative;
}
.android-banner-main .android-banner-content {
  padding-top: 25%;
}
.android-banner-main .android-banner-content span {
  background: white;
  padding: 12px 24px;
  border-radius: 16px;
  color: #02DFBF;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 26px;
  font-family: "Glancyr-Regular";
  font-weight: 400;
}
.android-banner-main .android-banner-content h1 {
  font-size: 60px;
  color: #0F0F0F;
  font-family: "Glancyr-Medium";
  margin-top: 30px;
  line-height: 67px;
}
.android-banner-main .android-banner-content .submitButton {
  width: auto;
  background: #48e0c1;
  color: #fff;
  padding: 15px 60px;
  margin: 100px 0px 0px 0px;
}
.android-banner-main .android-banner-content .submitButton:hover {
  color: #02DFBF;
}
.android-banner-main .android-banner-content .banner-brand-logo {
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  row-gap: 30px;
  margin-bottom: 100px;
}
.android-banner-main .android-banner-content .banner-brand-logo a img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.android-banner-main .android-banner-image {
  position: relative;
}
.android-banner-main .android-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.android-banner-main .android-banner-image .serv-counter-sec {
  position: absolute;
  top: 20%;
  right: 60px;
}
.android-banner-main .android-banner-image .serv-counter-sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #0F0F0F;
  text-align: center;
  gap: 30px;
}
.android-banner-main .android-banner-image .serv-counter-sec ul li {
  font-size: 40px;
  font-family: "Glancyr-Medium";
}
.android-banner-main .android-banner-image .serv-counter-sec ul li span {
  display: block;
  font-size: 16px;
  font-family: "sf-regular";
  line-height: 23px;
  letter-spacing: 1px;
}

.ios-banner-main {
  background-image: url("../services/ios-banner-img.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0px 100px;
}
.ios-banner-main .ios-banner-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #4F4F4F;
}
.ios-banner-main .ios-banner-content h1 {
  font-size: 115px;
  line-height: 122px;
  text-align: center;
  color: #000;
  font-family: "Glancyr-Regular";
}
.ios-banner-main .ios-banner-image img {
  width: 100%;
  margin-top: -12%;
}
.ios-banner-main .ios-banner-btn {
  text-align: center;
}
.ios-banner-main .ios-banner-btn button {
  width: auto;
  background: #fff;
  color: #12260E;
  width: 305px;
  height: 78px;
  border-radius: 15px;
}
.ios-banner-main .ios-banner-btn button:hover {
  background: #48e0c1;
  color: #fff;
}

.ios-banner-second-main {
  margin-top: -23%;
}
.ios-banner-second-main .ios-banner-second-content {
  background-image: url("../services/ios-banner-second-img.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  height: 957px;
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: end;
  padding: 30px 10px;
  border-radius: 25px;
}
.ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner h2 {
  font-size: 60px;
  line-height: 65px;
  color: #fff;
  font-family: "Glancyr-Regular";
}
.ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner button {
  width: auto;
  background: #48e0c1;
  color: #fff;
  padding: 15px 60px;
}
.ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner button:hover {
  color: #48e0c1;
}

.enterprise-banner-main {
  background-color: #040401;
  padding: 200px 0px 50px;
  position: relative;
  z-index: 1;
}
.enterprise-banner-main::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 45%;
  background-image: url("../services/enterprise-banner-after.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.enterprise-banner-main .enterprise-banner-content {
  padding-left: 150px;
}
.enterprise-banner-main .enterprise-banner-content h1 {
  font-size: 98px;
  line-height: 105px;
  font-family: "Glancyr-Medium";
  color: #fff;
}
.enterprise-banner-main .enterprise-banner-content img {
  width: 750px;
  position: absolute;
  bottom: 0;
  left: 15%;
}
.enterprise-banner-main .enterprise-banner-image {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  text-align: end;
}
.enterprise-banner-main .enterprise-banner-image img {
  width: 90%;
  height: 100%;
}
.enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text {
  width: 68%;
  margin-top: 17%;
}
.enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text a img {
  width: 205px;
  height: 206px;
  margin-bottom: 30px;
}
.enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text h2 {
  font-size: 60px;
  line-height: 68px;
  font-family: "Glancyr-Medium";
  color: #101010;
}

.nft-banner-main {
  background-image: url("../services/nft-app-development-banner-image.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 20px;
  height: 100vh;
  display: flex;
  align-items: end;
}
.nft-banner-main .nft-banner-content {
  text-align: center;
  width: 40%;
  margin: 0px auto 0px;
}
.nft-banner-main .nft-banner-content h1 {
  font-size: 60px;
  line-height: 67px;
  font-weight: 700;
  color: #fff;
  font-family: "Glancyr-Regular";
}
.nft-banner-main .nft-banner-content button {
  width: auto;
  background: #48e0c1;
  color: #fff;
  padding: 15px 60px;
}
.nft-banner-main .nft-banner-content button:hover {
  color: #48e0c1;
}
.nft-banner-main .nft-banner-content .banner-brand-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
  row-gap: 30px;
  margin-top: 60px;
}
.nft-banner-main .nft-banner-content .banner-brand-logo a img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.cross-platform-banner-main {
  background: url(../services/cross-platform-app-development-banner-image.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0px 0px 0px;
  position: relative;
  height: 100vh;
}
.cross-platform-banner-main .cross-platform-banner-content {
  padding-top: 15%;
  text-align: end;
}
.cross-platform-banner-main .cross-platform-banner-content span {
  background: white;
  padding: 12px 24px;
  border-radius: 16px;
  color: #02DFBF;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 26px;
  font-family: "Glancyr-Regular";
  font-weight: 400;
}
.cross-platform-banner-main .cross-platform-banner-content h1 {
  font-size: 60px;
  color: #fff;
  font-family: "Glancyr-Medium";
  margin-top: 30px;
  line-height: 67px;
}
.cross-platform-banner-main .cross-platform-banner-content .submitButton {
  width: auto;
  background: #48e0c1;
  color: #fff;
  padding: 15px 60px;
  margin: 100px 0px 0px 0px;
}
.cross-platform-banner-main .cross-platform-banner-content .submitButton:hover {
  color: #02DFBF;
}
.cross-platform-banner-main .cross-platform-banner-content .banner-brand-logo {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
  gap: 30px;
  row-gap: 30px;
  margin-bottom: 50px;
}
.cross-platform-banner-main .cross-platform-banner-content .banner-brand-logo a img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.react-native-banner-main {
  background: url(../services/react-native-app-development-banner-image.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0px 0px 0px;
  position: relative;
  height: 100vh;
}
.react-native-banner-main .react-native-banner-content {
  text-align: left;
}
.react-native-banner-main .react-native-banner-content h1 {
  font-size: 120px;
  color: #fff;
  font-family: "Glancyr-Medium";
  margin-top: 30px;
  line-height: 127px;
}
.react-native-banner-main .react-native-banner-content .submitButton {
  width: auto;
  background: #48e0c1;
  color: #fff;
  padding: 15px 60px;
  margin: 50px 0px 0px 0px;
}
.react-native-banner-main .react-native-banner-content .submitButton:hover {
  color: #02DFBF;
}
.react-native-banner-main .react-native-banner-content .banner-brand-logo {
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
  gap: 30px;
  row-gap: 30px;
  margin-bottom: 50px;
}
.react-native-banner-main .react-native-banner-content .banner-brand-logo a img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.game-banner-main {
  background-image: url("../services/game-app-development-banner-image.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 20px;
  height: 100vh;
  display: flex;
  align-items: end;
}
.game-banner-main .game-banner-content {
  text-align: center;
  width: 50%;
  margin: 0px auto 0px;
}
.game-banner-main .game-banner-content h1 {
  font-size: 60px;
  line-height: 67px;
  font-weight: 700;
  color: #fff;
  font-family: "Glancyr-Regular";
}
.game-banner-main .game-banner-content button {
  width: auto;
  background: #48e0c1;
  color: #fff;
  padding: 15px 60px;
  margin-top: 60px;
}
.game-banner-main .game-banner-content button:hover {
  color: #48e0c1;
}
.game-banner-main .game-banner-content .banner-brand-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
  row-gap: 30px;
  margin-bottom: 60px;
}
.game-banner-main .game-banner-content .banner-brand-logo a img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.wearable-banner-main {
  background-color: #E8E5E5;
  padding: 200px 0px 150px;
  position: relative;
}
.wearable-banner-main .wearable-banner-content {
  padding-top: 25%;
}
.wearable-banner-main .wearable-banner-content span {
  background: white;
  padding: 12px 24px;
  border-radius: 16px;
  color: #02DFBF;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 26px;
  font-family: "Glancyr-Regular";
  font-weight: 400;
}
.wearable-banner-main .wearable-banner-content h1 {
  font-size: 60px;
  color: #0F0F0F;
  font-family: "Glancyr-Medium";
  margin-top: 30px;
  line-height: 67px;
}
.wearable-banner-main .wearable-banner-content .submitButton {
  width: auto;
  background: #48e0c1;
  color: #fff;
  padding: 15px 60px;
  margin: 100px 0px 0px 0px;
}
.wearable-banner-main .wearable-banner-content .submitButton:hover {
  color: #02DFBF;
}
.wearable-banner-main .wearable-banner-content .banner-brand-logo {
  position: absolute;
  top: auto;
  bottom: 60px;
  right: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 30px;
  row-gap: 30px;
}
.wearable-banner-main .wearable-banner-content .banner-brand-logo a img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.wearable-banner-main .wearable-banner-image {
  position: relative;
  display: flex;
  justify-content: center;
}
.wearable-banner-main .wearable-banner-image img {
  width: 100%;
  max-width: 700px;
}

.prototype-banner-main {
  background-image: url("../services/prototype-app-development-banner-image.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 20px;
  height: 1400px;
  display: flex;
  align-items: flex-start;
}
.prototype-banner-main .prototype-banner-content {
  text-align: center;
  width: 40%;
  margin: 0px auto 0px;
  padding: 0px 0px 65px;
}
.prototype-banner-main .prototype-banner-content h1 {
  font-size: 60px;
  line-height: 67px;
  font-weight: 700;
  color: #fff;
  font-family: "Glancyr-Regular";
}
.prototype-banner-main .prototype-banner-content button {
  width: auto;
  background: #48e0c1;
  color: #fff;
  padding: 15px 60px;
  margin-top: 60px;
}
.prototype-banner-main .prototype-banner-content button:hover {
  color: #48e0c1;
}

.contact-us-banner-main {
  background: #000;
  padding: 200px 0px 0px;
  position: relative;
  margin: 0px 10px;
  border-radius: 0px 0px 20px 20px;
  height: 1110px;
  z-index: 1;
  margin-bottom: 6%;
}
.contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  padding: 0px 80px 30px;
}
.contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx h1 {
  font-family: "Glancyr-Medium";
  font-size: 160px;
  line-height: 167px;
  color: #fff;
}
.contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx img {
  width: 100px;
  height: 100px;
}
.contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx button {
  margin: 0;
  width: 305px;
  background: #47dfc1;
  color: #fff;
  padding: 13px 0;
  font-size: 17px;
  font-weight: 300;
}
.contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx button:hover {
  color: #000;
}
.contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-img-main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-img-main img {
  width: 80%;
}

.about-us-banner-main .about-us-banner-main-content video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.healthcare-banner-main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 220px 0px 120px;
}
.healthcare-banner-main .health-banner-content h1 {
  font-size: 45px;
  color: #000;
  font-family: "Glancyr-Medium";
  line-height: 61px;
  margin-bottom: 50px;
}
.healthcare-banner-main .health-banner-content p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  font-family: "Sf-Regular";
  margin-bottom: 50px;
}
.healthcare-banner-main .health-banner-content .banner-brand-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 30px;
}
.healthcare-banner-main .health-banner-content .banner-brand-logo a img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.healthcare-banner-main .banner-form form {
  opacity: 0.9;
  background: #FFF;
  padding: 70px 62px;
}
.healthcare-banner-main .banner-form form .banner-form-heading {
  margin-bottom: 15px;
}
.healthcare-banner-main .banner-form form .banner-form-heading h2 {
  font-size: 60px;
  color: #000;
  font-family: "Glancyr-Medium";
  line-height: 67px;
}
.healthcare-banner-main .banner-form form .form-group input {
  color: #000;
  font-family: "Sf-Regular";
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 30px;
  height: 80px;
  background: transparent;
}
.healthcare-banner-main .banner-form form .form-group input::placeholder {
  color: #000;
}
.healthcare-banner-main .banner-form form .form-group textarea {
  color: #000;
  font-family: "Sf-Regular";
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 50px;
  height: 150px;
  resize: none;
  background: transparent;
}
.healthcare-banner-main .banner-form form .form-group textarea::placeholder {
  color: #000;
}
.healthcare-banner-main .banner-form form .buttton-submit button {
  margin: 0px;
  background: #47dfc1;
  color: #fff;
  padding: 15px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
}
.healthcare-banner-main .banner-form form .buttton-submit button:hover {
  color: #fff;
}

.story-sec-main {
  padding: 100px 0;
  position: relative;
}
.story-sec-main .story-sec-main-content {
  width: 75%;
}
.story-sec-main .story-sec-main-content h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 67px;
  font-family: "Sf-Medium";
  color: #0F0F0F;
  margin-bottom: 15px;
}
.story-sec-main .story-sec-main-content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Sf-Regular";
  color: #0F0F0F;
}
.story-sec-main .story-sec-main-content .banner-brand-logo {
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
  gap: 30px;
  row-gap: 30px;
  margin-bottom: 50px;
}
.story-sec-main .story-sec-main-content .banner-brand-logo a img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.story-sec-main .story-sec-img-main img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}

.mission-vission-sec-main {
  padding: 50px 0px 150px;
  background: url(../mission-vission-bg.webp) no-repeat center center/cover;
  height: 1236px;
  display: flex;
  align-items: end;
}
.mission-vission-sec-main .mission-vission-sec-content {
  width: 80%;
}
.mission-vission-sec-main .mission-vission-sec-content h2 {
  font-size: 60px;
  line-height: 70px;
  font-family: "Sf-Medium";
  color: #02DFBF;
  margin-bottom: 20px;
}
.mission-vission-sec-main .mission-vission-sec-content p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Sf-Regular";
  color: #fff;
}
.mission-vission-sec-main .serv-counter-sec {
  margin-top: 15%;
}
.mission-vission-sec-main .serv-counter-sec ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #0F0F0F;
  text-align: center;
  margin: 4rem 0 2rem;
}
.mission-vission-sec-main .serv-counter-sec ul li {
  font-family: "Glancyr-Medium";
  font-size: 46px;
  line-height: 55px;
  color: #fff;
}
.mission-vission-sec-main .serv-counter-sec ul li span {
  display: block;
  font-size: 16px;
  font-family: "sf-regular";
  line-height: 23px;
  letter-spacing: 1px;
}

.policy-banner-main {
  color: #fff;
  padding: 180px 0 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.policy-banner-main .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.policy-banner-main .policy-banner-main-content {
  text-align: center;
}
.policy-banner-main .policy-banner-main-content h1 {
  font-size: 100px;
  line-height: 107px;
  font-family: "Glancyr-Regular";
}

.policy-content-main {
  padding-top: 50px;
}
.policy-content-main .policy-content-main-inner h5 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  color: #0fcaaf;
  margin: 0 0 10px;
  font-family: "Sf-Bold";
}
.policy-content-main .policy-content-main-inner p {
  font-size: 18px;
  line-height: 27px;
  color: #000;
  margin: 0 0 20px;
  font-weight: 500;
  font-family: "Sf-Regular";
}

.about-cta-sec {
  background-image: url(../about-cta-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 480px;
  padding: 100px 0 50px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.about-cta-sec .about-cta-sec-content {
  width: 100%;
  text-align: center;
}
.about-cta-sec .about-cta-sec-content h2 {
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  font-weight: 600;
  font-family: "Sf-Regular";
}
.about-cta-sec .about-cta-sec-content p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  font-family: "Sf-Regular";
}
.about-cta-sec .about-cta-sec-content button {
  margin-top: 40px;
  width: 305px;
  background: #47dfc1;
  color: #fff;
  padding: 13px 0;
  font-size: 17px;
  font-weight: 300;
  font-family: "Sf-Regular";
}
.about-cta-sec .about-cta-sec-content button:hover {
  color: #47dfc1;
}

.who_wrap {
  background: url("../bg-blur.webp") no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 3rem 0 0;
}
.who_wrap .mt_space {
  margin-top: -4rem;
}
.who_wrap h3 {
  font-family: "Glancyr-Medium";
  font-size: 7rem;
  color: #48e1c0;
  text-align: center;
}
.who_wrap .weather img {
  width: 100%;
}
.who_wrap .song img {
  width: 100%;
}
.who_wrap .song img:nth-child(2) {
  width: 72%;
  margin: 0 auto;
  display: block;
}
.who_wrap .map p {
  font-family: "Sf-Regular";
  font-size: 18px;
}
.who_wrap .map a {
  color: #000;
  font-family: "Glancyr-Medium";
  font-size: 21px;
  display: block;
  margin: 3rem 0 4rem;
  transition: all 0.3s ease-in;
}
.who_wrap .map a i {
  margin: 0 10px;
}
.who_wrap .map a:hover {
  color: #02DFBF;
}
.who_wrap .map img {
  width: 100%;
}
.who_wrap .crd_One {
  background: linear-gradient(45deg, #03ba9f, #0dc8ad);
  padding: 2rem;
  border-radius: 23px;
  margin: 3rem 0 0 0;
  height: 275px;
}
.who_wrap .crd_One.bg_light {
  background: linear-gradient(45deg, #03ba9f, #16eccd);
}
.who_wrap .crd_One.bg_extralight {
  background: linear-gradient(49deg, #cbf1e7, #c2f1e5);
  overflow: hidden;
}
.who_wrap .crd_One.bg_extralight h4 {
  font-family: "Glancyr-Medium";
  font-size: 34px;
  color: #000;
  line-height: 1.2;
}
.who_wrap .crd_One.bg_extralight p {
  color: #000;
  margin: 13px 0 20px;
  font-family: "Sf-Regular";
  font-size: 16px;
}
.who_wrap .crd_One.bg_extralight a {
  background: #02DFBF;
  color: #fff;
  width: 177px;
  display: block;
  text-align: center;
  padding: 4px 0;
  border-radius: 47px;
  font-family: "Glancyr-Regular";
  font-size: 15px;
  margin: 0;
}
.who_wrap .crd_One.bg_extralight .phone_img img {
  width: 231px;
}
.who_wrap .crd_One div h5 {
  color: #fff;
  font-family: "Sf-Medium";
  letter-spacing: 1px;
  font-size: 22px;
}
.who_wrap .crd_One div img {
  width: 31%;
}
.who_wrap .crd_One h2 {
  font-family: "Glancyr-Regular";
  font-size: 52px;
  color: #fff;
}
.who_wrap .crd_One h2 span {
  display: block;
  font-size: 18px;
  font-family: "Sf-Regular";
}
.who_wrap .crd_One p {
  font-family: "Sf-Regular";
  color: #fff;
  font-size: 18px;
}

.digital_wrap {
  background: #000;
  padding: 2rem 0;
  border-radius: 31px;
  margin: 2rem 0 15rem;
  box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.7294117647);
}
.digital_wrap .crd_One {
  position: relative;
}
.digital_wrap .crd_One .txt {
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.digital_wrap .crd_One .txt p {
  font-family: "Glancyr-Regular";
  color: #fff;
  font-size: 28px;
  width: 80%;
  margin: 0 auto;
}
.digital_wrap .crd_One .txt img {
  width: 49px !important;
  transform: rotate(-29deg);
  margin: 10px auto 0;
  display: block;
}
.digital_wrap .crd_One img {
  width: 87%;
  border-radius: 21px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.digital_wrap .crd_two {
  position: relative;
}
.digital_wrap .crd_two img {
  width: 87%;
  border-radius: 21px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.digital_wrap .crd_two p {
  font-family: "Glancyr-Regular";
  color: #fff;
  font-size: 28px;
  text-align: center;
  position: absolute;
  bottom: 19px;
  width: 90%;
  right: 20px;
}
.digital_wrap .crd_middle {
  text-align: center;
  position: relative;
}
.digital_wrap .crd_middle h4 {
  font-family: "Glancyr-Regular";
  color: rgba(255, 255, 255, 0.2901960784);
  letter-spacing: 6px;
  font-size: 24px;
  text-transform: uppercase;
  padding: 3rem 0 0;
}
.digital_wrap .crd_middle h3 {
  color: #fff;
  font-family: "Glancyr-Medium";
  font-size: 60px;
  padding: 4rem 0 2rem;
}
.digital_wrap .crd_middle h3 span {
  display: block;
}
.digital_wrap .crd_middle .scroll_box {
  position: relative;
}
.digital_wrap .crd_middle .scroll_box img.di_anim {
  width: 642px;
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translate(-50%, 14%);
  z-index: -1;
}
.digital_wrap .crd_middle .scroll_box img.scroll_arrow {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 31%);
  width: 141px;
  animation: down 5s linear infinite alternate-reverse;
}

@keyframes down {
  0% {
    transform: translate(-50%, 1%);
  }
  50% {
    transform: translate(-50%, 55%);
  }
  100% {
    transform: translate(-50%, 20%);
  }
}
.desktop .services_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0 0;
}
.desktop .services_wrap .service_one {
  width: 119px;
  background: #F4F4F4;
  padding: 33px;
  border-radius: 20px;
  display: block;
  cursor: pointer;
  height: 307px;
  transition: all 2s ease-in-out;
  margin: 0 1rem;
  position: relative;
}
.desktop .services_wrap .service_one .txt h4 {
  font-family: "Glancyr-Medium";
  transform: rotate(-90deg);
  position: relative;
  top: 7rem;
  left: -68px;
  font-size: 20px;
  width: 188px;
  color: #000;
  transition: all 2s ease-in-out;
  text-transform: capitalize;
}
.desktop .services_wrap .service_one .txt p {
  font-family: "Sf-Regular";
  opacity: 0;
  padding: 2rem 0 0 0;
}
.desktop .services_wrap .service_one img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  transition: all 2s ease-in-out;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: brightness(0) saturate(100%) invert(0%) sepia(96%) saturate(30%) hue-rotate(54deg) brightness(102%) contrast(99%);
}
.desktop .services_wrap .service_one.active {
  width: 500px;
  background: #000;
  padding: 33px;
  border-radius: 30px;
  display: flex;
  align-items: start;
  justify-content: center;
  cursor: pointer;
  transition: all 2s ease-in-out;
}
.desktop .services_wrap .service_one.active .txt h4 {
  font-size: 34px;
  color: #fff;
  transform: rotate(0deg);
  padding: 0 0 9px;
  left: 3px;
  top: 0;
  width: 70%;
  transition: all 2s ease-in-out;
}
.desktop .services_wrap .service_one.active .txt p {
  font-size: 17px;
  color: #e7e7e7;
  font-weight: 100;
  transition: all 2s ease-in-out;
  opacity: 1;
  display: block;
}
.desktop .services_wrap .service_one.active img {
  width: 97px;
  height: 109px;
  object-fit: contain;
  filter: none;
  right: -49%;
  transform: translateX(43%);
  filter: brightness(0) saturate(100%) invert(89%) sepia(10%) saturate(16%) hue-rotate(315deg) brightness(87%) contrast(88%);
  opacity: 0.5;
}

.mobile {
  display: none;
}
.mobile .services_mb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
}
.mobile .services_mb .service_one {
  display: flex;
  align-items: center;
  background: #F4F4F4;
  justify-content: space-between;
  margin: 23px 2rem;
  padding: 31px;
  border-radius: 28px;
}
.mobile .services_mb .service_one h4 {
  font-family: "Glancyr-Medium";
  font-size: 24px;
}
.mobile .services_mb .service_one img {
  width: 40px;
}

.service-sec-main {
  padding: 80px 0px;
}
.service-sec-main .desktop {
  padding: 0px 140px;
}
.service-sec-main .desktop .services-sec-content-flx {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 30% 70%;
}
.service-sec-main .desktop .services-sec-content-flx .services-sec-lft-content h3 {
  font-family: "Glancyr-Medium";
  font-size: 40px;
  line-height: 50px;
  color: #1F1F1F;
  text-transform: capitalize;
}
.service-sec-main .desktop .services_wrap {
  margin: 0;
}

.industry-serv-sec-main {
  background: url("https://demo-websitedesigns.com/HoffnMazor/assets/industry/service-sec-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.industry-serv-sec-main .desktop .services-sec-content-flx {
  grid-template-columns: 20% 80%;
}

.count-serv-sec-main {
  background: url("../services/counter-sec-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 495px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.count-serv-sec-main .serv-counter-sec ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #0F0F0F;
  text-align: center;
  margin: 4rem 0 2rem;
}
.count-serv-sec-main .serv-counter-sec ul li {
  font-family: "Glancyr-Medium";
  font-size: 46px;
}
.count-serv-sec-main .serv-counter-sec ul li span {
  display: block;
  font-size: 16px;
  font-family: "sf-regular";
  line-height: 23px;
  letter-spacing: 1px;
}
.count-serv-sec-main .serv-counter-sec p {
  font-family: "Sf-Regular";
  color: #1F1F1F;
  font-size: 20px;
  text-align: center;
  line-height: 27px;
  margin: 0 auto;
  width: 90%;
}
.count-serv-sec-main .serv-counter-sec-img {
  display: flex;
  justify-content: end;
}
.count-serv-sec-main .serv-counter-sec-img img {
  width: 70%;
}

.third-counter-sec {
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 100px 0 50px;
}
.third-counter-sec .banner-brand-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
  row-gap: 30px;
  margin-bottom: 30px;
}
.third-counter-sec .banner-brand-logo a img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.service-content-sec {
  position: relative;
  padding: 100px 0px 100px 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.service-content-sec .service-content-sec-wrap h4 {
  font-size: 60px;
  line-height: 67px;
  font-family: "Glancyr-Medium";
  color: white;
}
.service-content-sec .service-content-sec-wrap p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: white;
  font-family: "Sf-Regular";
  margin-bottom: 50px;
}
.service-content-sec .service-content-sec-wrap button {
  width: auto;
  background: #48e0c1;
  color: #fff;
  padding: 15px 60px;
}
.service-content-sec .service-content-sec-wrap button:hover {
  color: #48e0c1;
}
.service-content-sec .service-content-sec-wrap .img_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-content-sec .service-content-sec-wrap .img_area img {
  width: 990px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.service-content-length-sec {
  padding: 50px 0;
}
.service-content-length-sec .service-content-length-sec-wrap {
  border: 3px solid #9DFFF1;
  padding: 28px 17px;
  border-radius: 11px;
  overflow: auto;
}
.service-content-length-sec .service-content-length-sec-wrap .heading-text {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  font-family: "Glancyr-Medium";
}
.service-content-length-sec .service-content-length-sec-wrap p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  font-family: "Sf-Regular";
}
.service-content-length-sec .service-content-length-sec-wrap p.short-content {
  margin-bottom: 30px;
}
.service-content-length-sec .service-content-length-sec-wrap button.show-more-btn {
  margin: 0;
  width: auto;
  background: #47dfc1;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding: 10px;
}
.service-content-length-sec .service-content-length-sec-wrap button.show-more-btn:hover {
  color: #fff;
}
.service-content-length-sec .service-content-length-sec-wrap .short-content .service-content-length-sec-wrap {
  border: none;
  padding: 0px;
  height: auto;
  max-height: fit-content;
  min-height: auto;
}

.service-content-length-sec-wrap:has(.full-content) {
  height: 300px;
}

.count-content-sec-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 122px 0px;
}
.count-content-sec-main .count-content-inner {
  text-align: end;
}
.count-content-sec-main .count-content-inner h3 {
  font-size: 50px;
  color: #fff;
  font-family: "Glancyr-Medium";
  line-height: 60px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.count-content-sec-main .count-content-inner p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  font-family: "Sf-Regular";
}
.count-content-sec-main .count-content-inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  margin: 4rem 0 0;
}
.count-content-sec-main .count-content-inner ul li {
  font-family: "Glancyr-Medium";
  font-size: 46px;
}
.count-content-sec-main .count-content-inner ul li span {
  display: block;
  font-size: 16px;
  font-family: "sf-regular";
  line-height: 1px;
  letter-spacing: 1px;
}

.industry-content-sec-main {
  background: url("https://www.hoffnmazor.com/assets/industry/healthcare-content-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 122px 0px;
}
.industry-content-sec-main .industry-content-inner h3 {
  font-size: 58px;
  color: #343434;
  font-family: "Glancyr-Medium";
  line-height: 65px;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.industry-content-sec-main .industry-content-inner p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #343434;
  font-family: "Sf-Regular";
  margin-bottom: 6px;
}
.industry-content-sec-main .industry-content-inner button {
  margin: 30px 0px 0px;
  width: 305px;
  background: #47dfc1;
  color: #fff;
  padding: 13px 0;
  font-size: 17px;
  font-weight: 300;
}
.industry-content-sec-main .industry-content-inner button:hover {
  color: #000;
}

.second-content-sec-main {
  background: url("https://www.hoffnmazor.com/assets/industry/healthcare-second-content-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.second-content-sec-main h3 {
  color: #fff !important;
}
.second-content-sec-main p {
  color: #fff !important;
}

.companies_wrap {
  padding: 5rem 0;
}
.companies_wrap .icons {
  margin: 4rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 37px;
}
.companies_wrap .icons .crd {
  border: 3px solid #F0F0F0;
  padding: 34px 17px;
  border-radius: 11px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in;
}
.companies_wrap .icons .crd:hover {
  border: 3px solid #9DFFF1;
  background: linear-gradient(223deg, #2CFFE0 3.53%, #02DFBF 91.65%);
  padding: 20px 0 40px;
}
.companies_wrap .icons .crd:hover img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(13%) saturate(4146%) hue-rotate(130deg) brightness(100%) contrast(104%);
}
.companies_wrap .icons .crd:hover h5 {
  opacity: 1;
  bottom: 14px;
}
.companies_wrap .icons .crd.active {
  border: 3px solid #9DFFF1;
  background: linear-gradient(223deg, #2CFFE0 3.53%, #02DFBF 91.65%);
  padding: 20px 0 40px;
}
.companies_wrap .icons .crd.active img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(13%) saturate(4146%) hue-rotate(130deg) brightness(100%) contrast(104%);
}
.companies_wrap .icons .crd.active h5 {
  opacity: 1;
  bottom: 14px;
}
.companies_wrap .icons .crd img {
  width: 62px;
  margin: 0 auto;
  object-fit: contain;
  display: block;
  height: 57px;
  transition: all 0.6s ease-in-out;
}
.companies_wrap .icons .crd h5 {
  font-family: "Glancyr-Medium";
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  bottom: -11%;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s ease-in-out;
}

.calender-sec {
  background: #072a33;
  /* height: 800px; */
  padding: 4rem 0;
  margin: 3rem 0;
}

.calender-main-content .calender-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.04em;
  color: #fff;
}
.calender-main-content .calender-content h2 span {
  color: #02dfbf;
  font-size: 41px;
}
.calender-main-content .calender-content p {
  line-height: 29px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 17px 0 9px;
}
.calender-main-content .calender-content span {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.04em;
  color: #02dfbf;
  margin: 0 0 20px 0;
  display: block;
}
.calender-main-content .calender-content ul {
  padding: 0 16px;
}
.calender-main-content .calender-content ul li {
  list-style: circle;
  margin: 0 0 14px 0;
}
.calender-main-content .calender-content ul li p {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
}

li::marker {
  color: #4db8a6;
}

.industry-tab-sec-main {
  background: #D9D9D9;
  padding: 100px 0px;
}
.industry-tab-sec-main .industry-tab-sec .industry-tab-sec-head {
  margin-bottom: 50px;
}
.industry-tab-sec-main .industry-tab-sec .industry-tab-sec-head h2 {
  text-align: center;
  font-size: 60px;
  color: #111111;
  font-family: "Glancyr-Medium";
  line-height: 67px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.industry-tab-sec-main .industry-tab-sec .industry-tab-sec-content .nav-tabs {
  gap: 45px;
  margin-bottom: 30px;
  border: none;
}
.industry-tab-sec-main .industry-tab-sec .industry-tab-sec-content .nav-tabs .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EDEDED;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  padding: 15px 40px;
  gap: 20px;
}
.industry-tab-sec-main .industry-tab-sec .industry-tab-sec-content .nav-tabs .nav-item img {
  width: auto;
  height: auto;
}
.industry-tab-sec-main .industry-tab-sec .industry-tab-sec-content .nav-tabs .nav-item button {
  padding: 0px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #C5C5C5;
  font-family: "Glancyr-Medium";
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
}
.industry-tab-sec-main .industry-tab-sec .industry-tab-sec-content .nav-tabs .nav-item button.active {
  color: #111111;
}
.industry-tab-sec-main .industry-tab-sec .industry-tab-sec-content .health-care-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  text-align: center;
  margin-bottom: 30px;
}
.industry-tab-sec-main .industry-tab-sec .industry-tab-sec-content .health-care-box h4 {
  text-align: center;
  font-size: 22px;
  color: #000;
  font-family: "Glancyr-Medium";
  line-height: 29px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.industry-tab-sec-main .industry-tab-sec .industry-tab-sec-content .health-care-box p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  font-family: "Sf-Regular";
  min-height: 130px;
  height: 130px;
  max-height: 130px;
  overflow-x: auto;
  padding-right: 10px;
}

.industry-tab-sec-main .industry-tab-sec .industry-tab-sec-content .nav-tabs .nav-item:has(button.active) {
  background-color: #47dfc1;
  border-color: #47dfc1;
}
.industry-tab-sec-main .industry-tab-sec .industry-tab-sec-content .nav-tabs .nav-item:has(button.active) .industry-tab-sec-main .industry-tab-sec .industry-tab-sec-content .nav-tabs .nav-item:has(button.active) img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(85%) saturate(2413%) hue-rotate(207deg) brightness(109%) contrast(109%);
}

.cta {
  background: #F8F8F8;
  padding: 3rem 0 0;
}
.cta .content h4 {
  font-family: "Glancyr-Medium";
  font-size: 60px;
  color: #12260E;
}
.cta .content p {
  color: #12260E;
  font-family: "Sf-Regular";
  font-size: 20px;
  margin: 7px 0 22px;
}
.cta .content button {
  width: 250px;
  margin: 0;
  color: #fff;
  background: #40d7b8;
  padding: 11px 0;
  border-radius: 5px;
}
.cta img {
  width: 100%;
}

.industry-cta-sec {
  background: url("https://www.hoffnmazor.com/assets/industry/industry-sec-cta.webp");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  height: 723px;
}
.industry-cta-sec .cta-sec {
  text-align: center;
}
.industry-cta-sec .cta-sec h2 {
  font-size: 48px;
  color: #fff;
  font-family: "Glancyr-Medium";
  line-height: 55px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.industry-cta-sec .cta-sec p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  font-family: "Sf-Regular";
  margin-bottom: 20px;
}
.industry-cta-sec .cta-sec button {
  margin: 20px 0px 0px;
  width: 305px;
  background: #47dfc1;
  color: #fff;
  padding: 13px 0;
  font-size: 17px;
  font-weight: 300;
}

.portfolio_wrap {
  position: relative;
  padding: 5rem 0;
}
.portfolio_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7607843137);
  z-index: -1;
}
.portfolio_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.portfolio_wrap .txt {
  position: relative;
}
.portfolio_wrap .txt h4 {
  font-family: "Glancyr-Medium";
  font-size: 60px;
  color: #fff;
}
.portfolio_wrap .txt p {
  font-family: "Sf-Regular";
  font-size: 19px;
  width: 53%;
  padding: 21px 0;
  color: #fff;
}
.portfolio_wrap .portfolio-next {
  font-family: "Glancyr-Medium";
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
  background: transparent;
  border: none;
  position: absolute;
  top: -8%;
  right: 2%;
  z-index: 10;
}
.portfolio_wrap .portfolio-next img {
  width: 61px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7457%) hue-rotate(107deg) brightness(100%) contrast(93%);
  margin: 0 25px;
}
.portfolio_wrap .item {
  position: relative;
}
.portfolio_wrap .item img {
  width: 100%;
}
.portfolio_wrap .crd {
  background: rgba(0, 0, 0, 0.7019607843);
  position: absolute;
  bottom: -29%;
  padding: 35px 28px;
  border-radius: 30px 30px 0 0;
  z-index: 100000;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.portfolio_wrap .crd h4 {
  font-family: "Glancyr-Medium";
  color: #fff;
  font-size: 36px;
}
.portfolio_wrap .crd p {
  font-family: "Sf-Regular";
  color: #fff;
  font-size: 14px;
  margin: 13px 0 0 0;
}
.portfolio_wrap .inner-item:hover .crd {
  opacity: 1;
  bottom: 0%;
}
.portfolio_wrap .owl-carousel .owl-stage-outer {
  height: 800px;
}

.custom-nav {
  display: none;
  justify-content: end;
  margin-top: 10px;
}
.custom-nav button {
  background-color: #fdfdfd;
  color: #000;
  border: none;
  padding: 4px 11px;
  margin: 0 5px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 50%;
}

.indus-prtfolio-main {
  padding: 77px 0px 62px;
}
.indus-prtfolio-main .portfolio-head-wrap {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.indus-prtfolio-main .portfolio-head-wrap h3 {
  font-size: 60px;
  color: #000;
  font-family: "Glancyr-Medium";
  line-height: 70px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.indus-prtfolio-main .portfolio-head-wrap p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  font-family: "Sf-Regular";
}
.indus-prtfolio-main .industry-portfolio-slider {
  margin-top: 50px;
  height: 869px;
  overflow: hidden;
}
.indus-prtfolio-main .industry-portfolio-slider .owl-item {
  margin: 0px 20px;
}
.indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner {
  padding: 50px 50px 0px;
  height: 869px;
}
.indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner h4 {
  font-size: 48px;
  color: #fff;
  font-family: "Glancyr-Medium";
  line-height: 55px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 200;
  color: #fff;
  font-family: "Sf-Regular";
}

.tabs_wrap {
  padding: 4rem 0;
}
.tabs_wrap .nav-pills {
  position: relative;
  top: 10px;
}
.tabs_wrap .nav-pills button {
  font-family: "Glancyr-Medium";
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 39px 30px;
  color: #000;
  border-bottom: 2px solid rgba(231, 231, 231, 0.7019607843);
}
.tabs_wrap .nav-pills button span:nth-child(2) {
  width: 100%;
  text-align: start;
  max-width: 373px;
}
.tabs_wrap .nav-pills button span i {
  font-size: 37px;
  color: #E7E7E7;
}
.tabs_wrap .tabs_area {
  padding: 0 4rem;
}
.tabs_wrap .tab-content {
  background: #000;
  padding: 3rem;
  border-radius: 29px;
  height: 100%;
  overflow: hidden;
}
.tabs_wrap .tab-content .tab-pane p {
  color: #fff;
  font-family: "Sf-Regular";
  font-size: 22px;
  margin: 0 0 3rem;
}
.tabs_wrap .tab-content .tab-pane img {
  width: 100%;
  height: 535px;
  object-fit: cover;
  border-radius: 27px;
}
.tabs_wrap svg {
  width: 220px;
  height: 125px;
}
.tabs_wrap #activeBox {
  position: absolute;
  left: 0;
  z-index: -1;
  transition: transform 0.9s ease;
  width: 105%;
  background: #0F0F0F;
  border-radius: 29px;
}
.tabs_wrap #activeBox2 {
  position: absolute;
  right: -9%;
  z-index: -1;
  transition: transform 0.9s ease;
  width: 6%;
  background: #0f0f0f;
  border-radius: 69px;
  height: 108px;
  top: 10px;
}
.tabs_wrap #activeBox2::after, .tabs_wrap #activeBox2::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
}
.tabs_wrap #activeBox2::after {
  bottom: -13px;
  left: 5px;
}
.tabs_wrap #activeBox2::before {
  top: -15px;
  left: 4px;
}
.tabs_wrap .nav-pills .nav-link {
  transition: color 0.9s ease-in-out, background-color 0.9s ease-in-out, border-color 0.9s ease-in-out;
}
.tabs_wrap .nav-pills .nav-link.active, .tabs_wrap .nav-pills .show > .nav-link {
  background: transparent;
  border: none;
}
.tabs_wrap .mobile .tabs_area button {
  font-family: "Glancyr-Medium";
  background: rgba(177, 177, 177, 0.3019607843);
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 29px 21px;
  color: #000;
  border-radius: 16px;
  margin: 14px 0;
}
.tabs_wrap .mobile .tabs_area button span {
  font-size: 17px;
  margin: 0 12px;
}
.tabs_wrap .mobile .tabs_area button:focus {
  box-shadow: none;
  background: rgba(72, 225, 193, 0.3607843137);
}
.tabs_wrap .mobile .tabs_area p {
  color: #fff;
  font-family: "Sf-Regular";
  font-size: 14px;
  margin: 8px 0;
}
.tabs_wrap .mobile .tabs_area img {
  width: 100%;
  border-radius: 27px;
}
.tabs_wrap .mobile .accordion-body {
  background: #000;
  border-radius: 20px;
}
.tabs_wrap .accordion-item {
  border: none;
}

.indus-process-sec-main {
  padding: 100px 0px;
}
.indus-process-sec-main .indus-process-head {
  text-align: center;
  margin-bottom: 80px;
}
.indus-process-sec-main .indus-process-head h3 {
  font-size: 60px;
  color: #000;
  font-family: "Glancyr-Medium";
  line-height: 67px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.indus-process-sec-main .indus-process-head p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  font-family: "Sf-Regular";
}
.indus-process-sec-main .indus-process-card {
  background: url("https://www.hoffnmazor.com/assets/industry/elements/process-card.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  width: 100%;
  padding: 75px 45px 28px 26px;
}
.indus-process-sec-main .indus-process-card span {
  position: absolute;
  left: 19%;
  background-color: #E4E4E4;
  color: #000;
  border: none;
  border-radius: 25px;
  width: 85px;
  height: 85px;
  cursor: pointer;
  position: absolute;
  top: -31px;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-family: "Glancyr-Medium";
  line-height: 33px;
  text-transform: capitalize;
}
.indus-process-sec-main .indus-process-card h5 {
  font-size: 26px;
  color: #000;
  font-family: "Glancyr-Medium";
  line-height: 33px;
  margin-bottom: 5px;
  text-transform: capitalize;
  margin-top: 10px;
}
.indus-process-sec-main .indus-process-card p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  font-family: "Sf-Regular";
  min-height: 130px;
  height: 130px;
  max-height: 130px;
  overflow-x: auto;
}

.book_appoointment {
  margin: 4rem 0 0;
  background-color: #050505;
}
.book_appoointment .vd_area {
  position: relative;
}
.book_appoointment .vd_area .bpm_img {
  position: absolute;
  left: 5%;
  top: 43%;
  transform: translate(0, 25%);
}
.book_appoointment .vd_area .caledner_img {
  position: absolute;
  right: 2%;
  top: 38%;
  transform: translateY(-49%);
}
.book_appoointment .vd_area video {
  width: 92%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.book_appoointment .txt h4 {
  font-family: "Glancyr-Medium";
  color: #fff;
  font-size: 55px;
}
.book_appoointment .txt p {
  font-family: "Sf-Regular";
  color: #fff;
  font-size: 18px;
  margin: 13px 0 0 0;
  line-height: 1.7;
}
.book_appoointment .txt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  margin: 4rem 0 0;
}
.book_appoointment .txt ul li {
  font-family: "Glancyr-Medium";
  font-size: 46px;
}
.book_appoointment .txt ul li span {
  display: block;
  font-size: 16px;
  font-family: "sf-regular";
  line-height: 1px;
  letter-spacing: 1px;
}

.book_call {
  background: #111111;
  padding: 5rem 0;
  margin: 3rem 0 0 0;
}
.book_call h4 {
  color: #fff;
  font-size: 60px;
  font-family: "Glancyr-Medium";
}
.book_call form input,
.book_call form textarea {
  width: 100%;
  font-family: "Sf-Medium";
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 16px 5px;
  margin: 16px 0;
  transition: all 0.5s ease-in-out;
  color: #fff;
}
.book_call form input:focus,
.book_call form textarea:focus {
  border-bottom: 1px solid #36b7a5;
}
.book_call form input::placeholder,
.book_call form textarea::placeholder {
  color: #fff;
}
.book_call form textarea {
  height: 141px;
}
.book_call form button {
  background: #48e0c1;
  color: #fff;
}
.book_call form button:hover {
  color: #48e0c1;
}
.book_call .img_area {
  position: relative;
}
.book_call .img_area img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.book_call .img_area .txt {
  width: 66%;
  margin: 0 auto;
  position: absolute;
  bottom: 6%;
  right: 0;
  left: 0;
}
.book_call .img_area .txt h5 {
  color: #fff;
  font-size: 30px;
  font-family: "Glancyr-Medium";
  text-transform: capitalize;
}
.book_call .img_area .txt p {
  color: #fff;
  font-family: "Sf-Regular";
  font-size: 16px;
}

.form-check-new {
  margin: 10px 0;
  display: flex;
  align-items: start;
}

.form-check-new .form-check-check {
  border: 1px solid #E9E7E7;
  padding: 8px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  margin: 5px 8px 0 0;
  cursor: pointer;
  width: auto;
}

.form-check-new .form-check-label {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
  font-family: "Sf-Regular";
  opacity: 0.4;
}
.form-check-new .form-check-label a {
  color: #48e0c1;
}

.book-a-call-serv-main .book_call {
  background-color: white;
}
.book-a-call-serv-main h4 {
  color: #000;
}
.book-a-call-serv-main form input,
.book-a-call-serv-main form textarea {
  width: 100%;
  font-family: "Sf-Medium";
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 16px 5px;
  margin: 16px 0;
  transition: all 0.5s ease-in-out;
  color: #000;
}
.book-a-call-serv-main form input:focus,
.book-a-call-serv-main form textarea:focus {
  border-bottom: 1px solid #36b7a5;
}
.book-a-call-serv-main form input::placeholder,
.book-a-call-serv-main form textarea::placeholder {
  color: #000;
}
.book-a-call-serv-main form textarea {
  height: 141px;
}
.book-a-call-serv-main form button {
  background: #48e0c1;
  color: #fff;
}
.book-a-call-serv-main form button:hover {
  color: #48e0c1;
}
.book-a-call-serv-main .img_area {
  position: relative;
}
.book-a-call-serv-main .img_area img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.book-a-call-serv-main .img_area .txt {
  width: 66%;
  margin: 0 auto;
  position: absolute;
  bottom: 6%;
  right: 0;
  left: 0;
}
.book-a-call-serv-main .img_area .txt h5 {
  color: #fff;
  font-size: 30px;
  font-family: "Glancyr-Medium";
  text-transform: capitalize;
}
.book-a-call-serv-main .img_area .txt p {
  color: #fff;
  font-family: "Sf-Regular";
  font-size: 16px;
}

.form-check-new {
  margin: 10px 0;
  display: flex;
  align-items: start;
}

.form-check-new .form-check-check {
  border: 1px solid #E9E7E7;
  padding: 8px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  margin: 5px 8px 0 0;
  cursor: pointer;
  width: auto;
}

.form-check-new .form-check-label {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  cursor: pointer;
  font-family: "Sf-Regular";
  opacity: 0.5;
}
.form-check-new .form-check-label a {
  color: #48e0c1;
}

.sec-case-banner {
  position: relative;
  overflow: hidden;
  padding-top: clamp(95px, 11vw, 130px);
  padding-bottom: clamp(50px, 9vw, 100px);
  background: #000;
}
.sec-case-banner .desc figure {
  margin-bottom: 30px;
}
.sec-case-banner .desc figure .logo {
  height: 50px;
  object-fit: contain;
  object-position: center;
}
.sec-case-banner .desc h4 {
  font-family: "Glancyr-Medium";
  font-size: clamp(24px, 5vw, 50px);
  color: #fff;
  text-transform: capitalize;
}
.sec-case-banner .desc p {
  font-family: "Sf-Regular";
  font-size: clamp(16px, 3vw, 28px);
  color: #fff;
  margin: 20px 0 0 0;
  line-height: normal;
}

.sec-cta-one figure .cta-img {
  height: clamp(30vh, 60vw, 120vh);
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.sec-case-about {
  position: relative;
  overflow: hidden;
  padding-top: clamp(40px, 10vw, 70px);
  padding-bottom: clamp(40px, 10vw, 70px);
}
.sec-case-about .desc {
  max-width: 600px;
  margin: 0 auto;
}
.sec-case-about .desc h4 {
  font-family: "Glancyr-Medium";
  font-size: clamp(24px, 4vw, 50px);
  color: #12260E;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.sec-case-about .desc p {
  font-family: "Sf-Regular";
  font-size: clamp(16px, 2.5vw, 24px);
  color: #12260E;
}
.sec-case-about .desc ul {
  margin: 50px 0 0 0;
}
.sec-case-about .desc ul li {
  font-family: "Sf-Regular";
  font-size: clamp(16px, 2.5vw, 24px);
  color: #12260E;
}
.sec-case-about .desc ul li span {
  font-weight: 700;
}
.sec-case-about figure .map-img {
  object-fit: contain;
  object-position: center;
}

.sec-case-stack {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: clamp(40px, 10vw, 70px);
}
.sec-case-stack .desc h4 {
  font-family: "Glancyr-Medium";
  font-size: clamp(24px, 4vw, 50px);
  color: #12260E;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.sec-case-stack .desc p {
  font-family: "Sf-Regular";
  font-size: clamp(16px, 2.5vw, 24px);
  color: #12260E;
}
.sec-case-stack .stack-area-wrapper h6 {
  font-family: "Sf-Regular";
  font-size: clamp(16px, 2.5vw, 24px);
  color: #12260E;
  margin: 0 0 30px 0;
}
.sec-case-stack .stack-area-wrapper .tach-stack-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.sec-case-stack .stack-area-wrapper .tach-stack-area .tag-box {
  background: #f3f4f6;
  border-radius: 50px;
  padding: 5px 15px;
  height: 50px;
  line-height: 48px !important;
  min-width: 200px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.sec-case-stack .stack-area-wrapper .tach-stack-area .tag-box:hover {
  background: #0b0c0d;
  box-shadow: 0px 4px 5px 0px #94a3b8;
}
.sec-case-stack .stack-area-wrapper .tach-stack-area .tag-box:hover figure .stack-icon {
  filter: invert(1);
}
.sec-case-stack .stack-area-wrapper .tach-stack-area .tag-box:hover .stack-label span {
  transform: translate3d(0, 50%, 0);
  color: #fff;
}
.sec-case-stack .stack-area-wrapper .tach-stack-area .tag-box figure {
  margin: 0;
}
.sec-case-stack .stack-area-wrapper .tach-stack-area .tag-box figure .stack-icon {
  height: 35px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.sec-case-stack .stack-area-wrapper .tach-stack-area .tag-box .stack-label {
  display: flex;
  flex-direction: column;
  height: 100px;
}
.sec-case-stack .stack-area-wrapper .tach-stack-area .tag-box .stack-label span {
  font-family: "Sf-Regular";
  font-size: 16px;
  color: #0b0c0d;
  display: block;
  position: relative;
  transform: translate3d(0, -50%, 0);
  transform-style: preserve-3d;
  transition: transform 0.35s ease;
}
.sec-case-stack .stack-area-wrapper ul {
  margin: 50px 0 0 0;
}
.sec-case-stack .stack-area-wrapper ul li {
  font-family: "Sf-Regular";
  font-size: clamp(16px, 2.5vw, 24px);
  color: #12260E;
}
.sec-case-stack .stack-area-wrapper ul li span {
  font-weight: 700;
}

.sec-case-mock {
  position: relative;
  overflow: hidden;
  padding-top: clamp(40px, 10vw, 70px);
  padding-bottom: 50px;
  z-index: 1;
}
.sec-case-mock .desc {
  margin: 0 0 80px 0;
}
.sec-case-mock .desc h4 {
  font-family: "Glancyr-Medium";
  font-size: clamp(24px, 4vw, 50px);
  color: #12260E;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.sec-case-mock .desc p {
  font-family: "Sf-Regular";
  font-size: clamp(16px, 2.5vw, 24px);
  color: #12260E;
}
.sec-case-mock figure .mock-img {
  max-height: 1000px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
}
.sec-case-mock figure .mock-bg {
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
}
.sec-case-mock figure .mock-bg-2 {
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
}
.sec-case-mock figure .mock-bg-3 {
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
}
.sec-case-mock figure .mock-bg-4 {
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
}
.sec-case-mock figure .mock-bg-5 {
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
}
.sec-case-mock figure .mock-bg-6 {
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 992px) {
  .sec-case-mock {
    padding-bottom: 210px;
    background-size: 1200px;
  }
  .sec-case-mock.ct-p {
    padding-bottom: 400px;
  }
  .sec-case-mock .container > .row > .col-12:nth-child(1) figure:nth-child(3) .mock-bg {
    z-index: -1;
    position: absolute;
    bottom: -10%;
    right: -50%;
    max-width: clamp(200px, 75vw, 1165px);
    object-fit: contain;
    object-position: center;
  }
  .sec-case-mock .container > .row > .col-12:nth-child(1) figure:nth-child(3) .mock-bg-2 {
    z-index: -1;
    position: absolute;
    bottom: -10%;
    right: -20%;
    max-width: clamp(200px, 60vw, 815px);
    object-fit: contain;
    object-position: center;
  }
  .sec-case-mock .container > .row > .col-12:nth-child(1) figure:nth-child(3) .mock-bg-3 {
    z-index: -1;
    position: absolute;
    bottom: -10%;
    right: -20%;
    max-width: clamp(200px, 60vw, 938px);
    object-fit: contain;
    object-position: center;
  }
  .sec-case-mock .container > .row > .col-12:nth-child(1) figure:nth-child(3) .mock-bg-4 {
    z-index: -1;
    position: absolute;
    bottom: -5%;
    right: 0%;
    max-width: clamp(200px, 60vw, 900px);
    object-fit: contain;
    object-position: center;
  }
  .sec-case-mock .container > .row > .col-12:nth-child(1) figure:nth-child(3) .mock-bg-6 {
    z-index: -1;
    position: absolute;
    bottom: -10%;
    right: 20%;
    max-width: clamp(200px, 60vw, 873px);
    object-fit: contain;
    object-position: center;
  }
  .sec-case-mock .container > .row > .col-12:nth-child(2) figure .img-align {
    margin-bottom: 50px;
  }
  .sec-case-mock .container > .row > .col-12:nth-child(2) figure:nth-child(even) .img-align {
    margin-left: -15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .sec-case-mock .container > .row > .col-12:nth-child(1) figure:nth-child(2) .mock-bg-5 {
    z-index: -1;
    position: absolute;
    bottom: -35%;
    right: 46%;
    max-width: clamp(200px, 55vw, 900px);
    object-fit: contain;
    object-position: center;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1536px) {
  .sec-case-mock .container > .row > .col-12:nth-child(1) figure:nth-child(2) .mock-bg-5 {
    z-index: -1;
    position: absolute;
    bottom: -27%;
    right: 40%;
    max-width: clamp(200px, 60vw, 900px);
    object-fit: contain;
    object-position: center;
  }
}
@media screen and (min-width: 1537px) {
  .sec-case-mock .container > .row > .col-12:nth-child(1) figure:nth-child(2) .mock-bg-5 {
    z-index: -1;
    position: absolute;
    bottom: -27%;
    right: 55%;
    max-width: clamp(200px, 60vw, 900px);
    object-fit: contain;
    object-position: center;
  }
}
.sec-case-ui {
  position: relative;
  overflow: hidden;
  padding-top: clamp(40px, 10vw, 120px);
  padding-bottom: 50px;
}
.sec-case-ui::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 85%;
  background: #000;
  z-index: -1;
}
.sec-case-ui .desc {
  margin: 0 0 80px 0;
}
.sec-case-ui .desc h4 {
  font-family: "Glancyr-Medium";
  font-size: clamp(24px, 4vw, 50px);
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.sec-case-ui .desc p {
  font-family: "Sf-Regular";
  font-size: clamp(16px, 2.5vw, 24px);
  color: #fff;
}
.sec-case-ui .desc ul {
  margin: 40px 0 0 0;
}
.sec-case-ui .desc ul li {
  font-family: "Sf-Regular";
  font-size: clamp(16px, 2.5vw, 24px);
  color: #fff;
  margin: 0 0 20px;
  line-height: normal;
  display: inline-flex;
  gap: 15px;
}
.sec-case-ui .desc ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  color: #47dfc1;
}
.sec-case-ui figure {
  margin: 0;
}
.sec-case-ui figure .mock-img {
  max-height: 800px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  display: block;
  border-radius: 1.5rem;
}
.sec-case-ui figure .mock-img-2 {
  max-height: 1035px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.sec-case-ui figure .mock-img-3 {
  max-height: 1000px;
  object-fit: cover;
  object-position: top;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.sec-case-ui figure .thumb {
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 992px) {
  .sec-case-ui::before {
    height: 70%;
  }
}
.sec-case-result {
  position: relative;
  overflow: hidden;
  padding-top: clamp(40px, 10vw, 120px);
  padding-bottom: clamp(40px, 10vw, 70px);
}
.sec-case-result .desc {
  margin: 0;
}
.sec-case-result .desc h4 {
  font-family: "Glancyr-Medium";
  font-size: clamp(24px, 4vw, 50px);
  color: #12260E;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.sec-case-result .desc p {
  font-family: "Sf-Regular";
  font-size: clamp(16px, 2.5vw, 24px);
  color: #12260E;
}
.sec-case-result .desc ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: 10px;
}
.sec-case-result .desc ul li {
  font-family: "Sf-Regular";
  font-size: clamp(16px, 2.5vw, 24px);
  color: #12260E;
  margin: 0 0 20px;
  line-height: normal;
  display: inline-flex;
  gap: 15px;
}
.sec-case-result .desc ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  color: #47dfc1;
}

@media screen and (min-width: 576px) {
  .sec-case-result .desc ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-case-study-boxes {
  position: relative;
  overflow: hidden;
  padding-top: clamp(40px, 10vw, 70px);
  padding-bottom: clamp(40px, 10vw, 70px);
}
.sec-case-study-boxes > .container > .row .col-12:nth-child(even) .case-box {
  margin-top: 100px;
}
.sec-case-study-boxes .case-box {
  border-radius: 1.5rem;
  border: none;
}
.sec-case-study-boxes .case-box .desc {
  padding: 20px 5px;
}
.sec-case-study-boxes .case-box .desc figure .sm-logo {
  height: 30px;
  object-fit: contain;
  object-position: center;
}
.sec-case-study-boxes .case-box .desc a {
  font-family: "Glancyr-Medium";
  font-size: clamp(24px, 4vw, 30px);
  color: #12260E;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  line-height: normal;
  display: block;
}
.sec-case-study-boxes .case-box .desc p {
  font-family: "Sf-Regular";
  font-size: clamp(16px, 2.5vw, 24px);
  color: #12260E;
}
.sec-case-study-boxes .case-box figure .xl-img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  display: block;
  border-radius: 1.5rem;
}

.mrq {
  font-family: "Glancyr-SemiBold";
  background: #1F1F1F;
  padding: 2rem 0;
}
.mrq.mrq2 {
  background: #02DFBF;
  padding: 0;
  font-family: "Golam";
}
.mrq.mrq2 ul {
  padding: 0;
}
.mrq.mrq2 ul li {
  padding: 39px 3rem;
  transform: skew(-8deg, -4deg);
}
.mrq marquee ul {
  font-size: 4rem;
  text-transform: uppercase;
  display: flex;
  color: #fff;
}
.mrq marquee ul img {
  width: 74px;
  margin: 0 19px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(356deg) brightness(110%) contrast(101%);
}

.testimonial_wrap {
  position: relative;
  padding: 8rem 0;
}
.testimonial_wrap .crd {
  padding: 21px;
  border-radius: 45px;
  margin: 10px 3px;
}
.testimonial_wrap .crd.bg-1 {
  background: linear-gradient(228deg, #FCFF92, #F2F80F);
  box-shadow: 2px 9px 25px #f5fc4d;
}
.testimonial_wrap .crd.bg-2 {
  background: linear-gradient(228deg, rgba(128, 108, 255, 0.6509803922), rgba(122, 101, 253, 0.4588235294));
  box-shadow: 2px 9px 15px rgba(122, 101, 253, 0.4784313725);
  border: 3px solid #C6BDFF;
}
.testimonial_wrap .crd.bg-3 {
  background: linear-gradient(228deg, #4DFDE3, #3AFFE3);
  box-shadow: 2px 9px 15px rgba(58, 255, 227, 0.6196078431);
  border: 3px solid #9DFFF1;
}
.testimonial_wrap .crd.bg-4 {
  background: linear-gradient(228deg, #FF7B3D, #C05726);
  box-shadow: 2px 9px 15px rgba(255, 123, 61, 0.4784313725);
  border: 3px solid #FFB592;
}
.testimonial_wrap .crd.bg-5 {
  background: linear-gradient(228deg, #CBFF58, #B0FE08);
  box-shadow: 2px 9px 15px rgba(176, 254, 8, 0.7019607843);
  border: 3px solid #D9FF88;
}
.testimonial_wrap .crd.bg-6 {
  background: linear-gradient(228deg, #50FF81, #1DFF5D);
  box-shadow: 2px 9px 15px rgba(29, 255, 93, 0.568627451);
  border: 3px solid #77FF9E;
}
.testimonial_wrap .crd .client {
  display: flex;
  align-items: center;
}
.testimonial_wrap .crd .client img {
  width: 55px;
}
.testimonial_wrap .crd .client div {
  margin: 0 19px;
}
.testimonial_wrap .crd .client div h4 {
  font-family: "Glancyr-Medium";
  font-size: 20px;
  color: #111111;
}
.testimonial_wrap .crd .client div p {
  font-family: "Sf-Regular";
  font-size: 12px;
  color: #111111;
}
.testimonial_wrap .crd .comment {
  font-family: "Sf-Regular";
}
.testimonial_wrap .crd .comment p {
  font-size: 18px;
  color: #111111;
  padding: 20px 0;
  min-height: 260px;
  max-height: 260px;
  overflow-y: auto;
}
.testimonial_wrap .crd .comment img {
  width: 268px;
  margin: 10px auto 0;
}
.testimonial_wrap .crd .comment img:nth-child(2) {
  margin: 0;
  display: block;
  width: 138px;
}
.testimonial_wrap .item {
  margin: 0 14px;
}
.testimonial_wrap .owl-carousel .owl-stage {
  padding: 20px 0;
}
.testimonial_wrap .owl-carousel__nav {
  position: absolute;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  bottom: 8%;
  justify-content: space-between;
}
.testimonial_wrap .owl-carousel__nav button {
  width: 161px;
  background: #F6F6F6;
  margin: 0 4px;
  border-radius: 9px;
  font-size: 17px;
}
.testimonial_wrap .frame {
  position: absolute;
  right: 0;
  left: 50%;
  top: 39%;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.testimonial_wrap .frame img {
  height: 803px;
  object-fit: contain;
}

.faq_wrap {
  padding: 3rem 0;
}
.faq_wrap .accordion {
  margin-top: 2rem;
}
.faq_wrap .accordion .accordion-item {
  border: none;
}
.faq_wrap .accordion .accordion-item button {
  font-family: "Sf-Bold";
  font-size: 20px;
  background: transparent;
  border-bottom: 1px solid #A1A1A1;
  padding: 27px 2px;
  color: #12260E;
}
.faq_wrap .accordion .accordion-item button:focus {
  box-shadow: none;
}
.faq_wrap .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 20px;
  background: rgba(15, 15, 15, 0.0509803922);
}
.faq_wrap .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-family: "Sf-Regular";
  font-size: 18px;
  margin: 0;
}
.faq_wrap .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #36b7a5;
}

footer {
  padding: 4rem 5rem 14px;
  background: #0F0F0F;
}
footer .footer-bottom {
  border-top: 1px solid #646464;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 0;
}
footer .socials-links ul {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}
footer .socials-links ul li {
  font-size: 20px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 17px 0 0;
}
footer .socials-links ul li a i {
  color: #36b7a5;
}
footer .dmc-log li a img {
  width: auto;
}
footer .footer-inner-details a img {
  width: 332px;
  margin: 0 0 1.1rem 0;
}
footer .footer-inner-details p {
  color: #D9D9D9;
  font-size: 19px;
}
footer .footer-inner-details p.ft-para {
  margin: 0 0 25px;
  font-family: "Sf-Regular";
}
footer .footer-nav ul li {
  line-height: 2;
  line-height: 2;
  display: flex;
  color: #D9D9D9;
  font-family: "Sf-Regular";
}
footer .footer-nav ul li a {
  color: #D9D9D9;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  font-family: "Sf-Regular";
}
footer .footer-nav ul li a:hover {
  color: #36b7a5;
}
footer .footer-nav h5 {
  color: #fff;
  margin: 5px 0 15px;
  font-size: 20px;
  font-family: "Sf-Bold";
}
footer .footer-nav-links {
  display: grid;
  align-items: center;
  justify-content: center;
}
footer .company-detail span {
  width: 15px;
  height: 35px;
  display: inline-block;
  color: #36b7a5;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
footer .company-detail .company-detail-info ul li {
  display: flex;
  font-family: "Sf-Regular";
  color: #D9D9D9;
}
footer .ft-btm-details p {
  color: #D9D9D9;
  font-family: "Sf-Regular";
}
footer .footer-loc-nav {
  margin: 20px 0;
}
footer .footer-loc-nav .heading-five {
  color: #fff;
  margin: 0 0 20px;
  font-size: 25px;
  line-height: 32px;
  font-family: "Glancyr-Regular";
}
footer .footer-loc-nav .heading-six {
  color: #fff;
  margin: 0 0 10px;
}
footer .footer-loc-nav .heading-six.uae {
  border-bottom: 2px solid #36b7a5;
  width: 36px;
}
footer .footer-loc-nav .heading-six.bah {
  border-bottom: 2px solid #36b7a5;
  width: 71px;
}
footer .footer-loc-nav .heading-six.qat {
  border-bottom: 2px solid #36b7a5;
  width: 55px;
}
footer .footer-loc-nav .heading-six.usa {
  border-bottom: 2px solid #36b7a5;
  width: 38px;
}
footer .footer-loc-nav hr {
  opacity: 1;
}
footer .footer-loc-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-loc-nav ul li {
  margin: 0 5px 10px;
  padding: 8px 8px;
  border: 1px solid #fff;
}
footer .footer-loc-nav ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
footer .footer-loc-nav ul li a:hover {
  color: #36b7a5;
  background-color: transparent;
}
footer .footer-loc-nav ul li a:focus {
  color: #36b7a5;
  background-color: transparent;
}
footer ul.condition-links {
  display: flex;
  justify-content: end;
  align-items: center;
}
footer ul.condition-links li a {
  padding-right: 10px;
  font-size: 17px;
  font-family: "Sf-Regular";
  color: #D9D9D9;
}
footer ul.condition-links li a:hover {
  color: #36b7a5;
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  /* header{
    background-color: red;
  } */
}
@media only screen and (min-width: 1025px) and (max-width: 1711px) {
  .service-sec-main .desktop .services-sec-content-flx {
    display: block;
  }
  .service-sec-main .desktop .services-sec-content-flx .services-sec-lft-content {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 1445px) and (max-width: 1599px) {
  /* header{
    background-color: green;
  } */
}
@media only screen and (min-width: 1366px) and (max-width: 1444px) {
  /* header{
    background-color: yellow;
  } */
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner .content h4 {
    font-size: 44px !important;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1800px) {
  .tabs_wrap .nav-pills button {
    gap: 15px;
  }
  .tabs_wrap .nav-pills button span:nth-child(2) {
    font-size: 25px;
    line-height: 32px;
  }
  .who_wrap .crd_One.bg_extralight h4 {
    font-size: 24px;
  }
  .digital_wrap .crd_One .txt p {
    font-size: 25px;
    width: 80%;
    margin: 0 auto;
  }
  .digital_wrap .crd_two p {
    width: 80%;
    left: auto;
    right: 40px;
    font-size: 25px;
  }
  .services_wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .service-banner-main {
    height: 1400px;
  }
  .service-banner-main .col-xl-12 {
    padding: 0px 80px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx {
    padding: 0px 40px 30px;
    gap: 50px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx h1 {
    font-size: 70px;
    line-height: 77px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content {
    padding: 40px 0px 0px 40px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content h2 {
    font-size: 65px;
    line-height: 72px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx {
    width: 75%;
    gap: 8%;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content h3 {
    font-size: 37px;
    line-height: 44px;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img {
    right: 7%;
    top: 35%;
    display: flex;
    justify-content: end;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img img {
    width: 65%;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo {
    width: 550px;
  }
  .android-banner-main {
    padding: 150px 15px 0px 15px !important;
  }
  .service-content-sec {
    padding: 50px 0px 0px 15px !important;
    margin-top: 80px !important;
  }
  .service-content-sec .img_area img {
    width: 800px !important;
  }
  .flutter-banner-main {
    height: 1280px;
    padding: 150px 0px 50px;
  }
  .flutter-banner-main .flutter-head-wrap {
    padding-top: 0px;
  }
  .flutter-banner-main .flutter-head-wrap .banner-brand-logo {
    gap: 20px;
  }
  .flutter-banner-main .flutter-head-wrap .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-heading h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-heading button {
    width: auto;
    padding: 15px 30px;
    line-height: 24px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-banner-img .app-screens .app-screens-overlay {
    gap: 10px;
  }
  .hybrid-banner-main .hybrid-banner-content {
    padding-left: 80px;
  }
  .hybrid-banner-main .hybrid-banner-content h1 {
    width: 100%;
  }
  .hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text h2 {
    width: 90%;
  }
  .react-native-banner-main {
    padding: 150px 0px 0px;
  }
  .react-native-banner-main .react-native-banner-content h1 {
    font-size: 70px;
    line-height: 77px;
    width: 100%;
  }
  .ios-banner-main {
    padding: 150px 0px 0px;
    height: auto;
  }
  .ios-banner-main .ios-banner-content {
    padding-bottom: 20px;
  }
  .ios-banner-main .ios-banner-content h1 {
    font-size: 80px;
    line-height: 87px;
  }
  .ios-banner-main .ios-banner-image img {
    width: 100%;
    margin-top: 0px;
  }
  .ios-banner-main .ios-banner-btn {
    text-align: center;
  }
  .ios-banner-main .ios-banner-btn button {
    width: auto;
    padding: 15px 60px !important;
  }
  .ios-banner-second-main {
    margin-top: -25%;
  }
  .ios-banner-second-main .ios-banner-second-content {
    padding: 25px 10px;
    height: 600px;
    position: relative;
    z-index: 1;
  }
  .ios-banner-second-main .ios-banner-second-content::after {
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 25px;
    opacity: 0.5;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner {
    width: 70%;
    margin: 0 auto;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner h2 {
    font-size: 45px;
    line-height: 52px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner button {
    width: auto;
    padding: 10px 12px !important;
  }
  .enterprise-banner-main {
    padding: 150px 0px 50px;
  }
  .enterprise-banner-main .enterprise-banner-content {
    padding-left: 20px;
  }
  .enterprise-banner-main .enterprise-banner-content h1 {
    font-size: 65px;
    line-height: 72px;
  }
  .enterprise-banner-main .enterprise-banner-content img {
    width: 500px;
    left: 10px;
  }
  .enterprise-banner-main .enterprise-banner-image img {
    width: 70%;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text {
    width: 80%;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text a img {
    width: 150px;
    height: 150px;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text h2 {
    font-size: 40px;
    line-height: 47px;
  }
  .prototype-banner-main {
    padding: 150px 0px 0px 0px !important;
    height: 100vh;
  }
  .prototype-banner-main .prototype-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 60%;
  }
  .prototype-banner-main .prototype-banner-content h1 {
    font-size: 50px !important;
    line-height: 57px !important;
  }
  .prototype-banner-main .prototype-banner-content button {
    width: auto;
    padding: 15px 30px !important;
  }
  .nft-banner-main .nft-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 70%;
  }
  .nft-banner-main .nft-banner-content h1 {
    font-size: 50px !important;
    line-height: 57px !important;
  }
  .nft-banner-main .nft-banner-content button {
    width: auto;
    padding: 15px 30px !important;
  }
  .nft-banner-main .nft-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .cross-platform-banner-main {
    padding: 100px 0px 50px 0px;
  }
  .cross-platform-banner-main .cross-platform-banner-content span {
    font-size: 14px;
    line-height: 21px;
  }
  .cross-platform-banner-main .cross-platform-banner-content h1 {
    font-size: 50px;
    line-height: 57px;
  }
  .cross-platform-banner-main .cross-platform-banner-content button {
    margin-top: 50px;
  }
  .cross-platform-banner-main .cross-platform-banner-content .banner-brand-logo {
    position: relative;
    top: 50px;
    right: 20px;
  }
  .story-sec-main .story-sec-main-content .banner-brand-logo {
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  .story-sec-main .story-sec-main-content .banner-brand-logo a img {
    width: 100px;
    height: 100px;
  }
  .story-sec-main .story-sec-img-main img {
    width: 100%;
  }
  .mission-vission-sec-main {
    padding: 50px 0px 100px;
    height: 1050px;
  }
  .mission-vission-sec-main .mission-vission-sec-content {
    width: 80%;
  }
  .mission-vission-sec-main .serv-counter-sec ul {
    margin: 2rem 0px;
  }
  .industry-serv-sec-main .desktop {
    padding: 0px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* header{
    background-color: purple;
  } */
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .pc-wrap {
    padding: 0 1rem;
  }
  .banner .content h4 {
    font-size: 34px;
  }
  .banner .content p {
    font-size: 14px;
    margin: 16px 0;
  }
  .banner .content button {
    width: 188px;
    padding: 7px 0;
    font-size: 14px;
  }
  .banner .app_btn a img {
    width: 113px;
    margin: 0 9px 0 0;
  }
  .who_wrap .map a {
    font-size: 18px;
    margin: 2rem 0;
  }
  .who_wrap .map p {
    font-size: 14px;
  }
  .who_wrap .crd_One {
    overflow: hidden;
  }
  .who_wrap .crd_One h2 {
    font-size: 36px;
  }
  .who_wrap .crd_One.bg_light img {
    width: 126px;
  }
  .who_wrap .crd_One.bg_extralight h4 {
    font-size: 17px;
  }
  .who_wrap .crd_One.bg_extralight p {
    margin: 11px 0 17px;
    font-size: 13px;
  }
  .who_wrap .crd_One.bg_extralight a {
    width: 116px;
    padding: 3px 0;
    font-size: 12px;
  }
  .digital_wrap {
    margin: 2rem 0 7rem;
  }
  .digital_wrap .crd_One .txt p {
    font-size: 21px !important;
  }
  .digital_wrap .crd_middle h3 {
    font-size: 34px;
    padding: 1rem 0;
  }
  .digital_wrap .crd_middle h4 {
    font-size: 13px;
    padding: 1rem 0 0 0;
  }
  .digital_wrap .crd_middle .scroll_box img.scroll_arrow {
    width: 78px;
  }
  .digital_wrap .crd_middle .scroll_box img.di_anim {
    width: 416px !important;
    transform: translate(-50%, 43%) !important;
  }
  .digital_wrap .crd_two p {
    font-size: 17px !important;
  }
  .services_wrap {
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 30px;
  }
  .services_wrap .service_one {
    margin: 10px 22px;
    width: 15%;
  }
  .services_wrap .service_one .txt h4 {
    left: -40px;
    font-size: 23px;
    width: 188px;
  }
  .book_appoointment .vd_area video {
    margin: 3rem auto 0;
  }
  .book_appoointment .txt h4 {
    font-size: 35px;
  }
  .tabs_wrap {
    padding: 5rem 0;
  }
  .tabs_wrap .tabs_area {
    padding: 0;
  }
  .tabs_wrap .nav-pills button {
    padding: 21px 30px;
  }
  .tabs_wrap .nav-pills button span:nth-child(2) {
    text-align: left;
    max-width: 49%;
  }
  .tabs_wrap #activeBox2::before {
    top: -7px;
  }
  .tabs_wrap #activeBox2::after {
    bottom: -7px;
  }
  .tabs_wrap .tab-content {
    padding: 2rem;
    height: 96%;
  }
  .tabs_wrap .tab-content .tab-pane img {
    height: 480px;
  }
  .book_call h4 {
    font-size: 48px;
  }
  footer {
    padding: 3rem 0rem 14px;
  }
  .footer-inner-details a img {
    width: 237px;
  }
  .cta {
    padding: 3rem 0;
  }
  .cta .content h4 {
    font-size: 40px;
  }
  .portfolio_wrap {
    height: 724px !important;
    padding: 3rem 0 !important;
  }
  .portfolio_wrap .crd h4 {
    font-size: 26px;
  }
  .portfolio_wrap .crd p {
    font-size: 12px;
    margin: 10px 0;
  }
  .portfolio_wrap .crd a {
    display: none;
  }
  .portfolio_wrap .txt p {
    width: 70%;
    padding: 9px 0 28px;
  }
  .companies_wrap .icons {
    grid-template-columns: repeat(4, 1fr);
  }
  .testimonial_wrap .owl-carousel__nav {
    bottom: 10%;
  }
  .testimonial_wrap .owl-carousel__nav button {
    width: 138px;
    margin: 20px 4px;
    font-size: 15px;
  }
  header {
    padding: 0 2rem;
  }
  header nav .navbar-collapse ul li {
    margin: 0;
  }
  header nav .navbar-collapse ul li a {
    font-size: 14px;
  }
  header nav .navbar-brand img {
    width: 200px;
  }
  .banner .content {
    transform: translate(0, -58%);
  }
  .digital_wrap .crd_One .txt img {
    width: 27px !important;
    margin: 8px auto 0;
  }
  .service-banner-main {
    height: 1400px;
  }
  .service-banner-main .col-xl-12 {
    padding: 0px 0px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx {
    padding: 0px 40px 30px;
    gap: 50px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx h1 {
    font-size: 70px;
    line-height: 77px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content {
    padding: 40px 0px 0px 40px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content h2 {
    font-size: 65px;
    line-height: 72px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx {
    width: 75%;
    gap: 8%;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content {
    padding-left: 30px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content h3 {
    font-size: 37px;
    line-height: 44px;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img {
    right: 7%;
    top: 35%;
    display: flex;
    justify-content: end;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img img {
    width: 65%;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo {
    width: 50%;
    padding-left: 30px;
  }
  .android-banner-main {
    padding: 150px 15px 0px 15px !important;
  }
  .android-banner-main .android-banner-content {
    padding: 0px !important;
  }
  .android-banner-main .android-banner-content span {
    font-size: 15px !important;
    padding: 12px !important;
    line-height: 24px !important;
  }
  .android-banner-main .android-banner-content h1 {
    font-size: 45px !important;
    line-height: 52px !important;
  }
  .android-banner-main .android-banner-content button {
    padding: 15px 30px !important;
    margin: 30px 0px 0px !important;
  }
  .android-banner-main .android-banner-image .serv-counter-sec {
    right: 20px;
  }
  .service-content-sec {
    padding: 50px 0px 0px 15px !important;
    margin-top: 0px !important;
  }
  .service-content-sec .service-content-sec-wrap h4 {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .service-content-sec .service-content-sec-wrap p {
    font-size: 16px !important;
    line-height: 23px !important;
    margin-bottom: 0px !important;
  }
  .service-content-sec .service-content-sec-wrap button {
    padding: 15px 30px !important;
    margin: 20px auto 0px !important;
  }
  .service-content-sec .service-content-sec-wrap .img_area img {
    position: relative !important;
  }
  .flutter-banner-main {
    height: 1100px;
    padding: 150px 0px 50px;
  }
  .flutter-banner-main .flutter-head-wrap {
    padding-top: 0px;
  }
  .flutter-banner-main .flutter-head-wrap .banner-brand-logo {
    gap: 20px;
  }
  .flutter-banner-main .flutter-head-wrap .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-heading h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-heading button {
    width: auto;
    padding: 15px 30px;
    line-height: 24px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-banner-img {
    left: 0;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-banner-img .app-screens .app-screens-overlay {
    gap: 20px;
    display: flex;
  }
  .hybrid-banner-main {
    padding: 150px 0px 0px;
    height: 1050px;
  }
  .hybrid-banner-main::after {
    height: 60%;
  }
  .hybrid-banner-main .hybrid-banner-content {
    padding-left: 50px;
  }
  .hybrid-banner-main .hybrid-banner-content h1 {
    font-size: 70px;
    width: 100%;
    line-height: 77px;
  }
  .hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text a img {
    width: 150px;
  }
  .hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text h2 {
    font-size: 45px;
    line-height: 52px;
    width: 70%;
  }
  .hybrid-banner-main .hybrid-banner-image img {
    height: 900px;
  }
  .hybrid-banner-main .hybrid-banner-image .banner-brand-logo {
    gap: 10px;
  }
  .react-native-banner-main {
    padding: 150px 0px 0px;
  }
  .react-native-banner-main .react-native-banner-content h1 {
    font-size: 70px;
    line-height: 77px;
    width: 100%;
  }
  .react-native-banner-main .react-native-banner-content button {
    margin: 0px 0px !important;
  }
  .ios-banner-main {
    padding: 150px 0px 0px;
    height: auto;
  }
  .ios-banner-main .ios-banner-content {
    padding-bottom: 20px;
  }
  .ios-banner-main .ios-banner-content h1 {
    font-size: 80px;
    line-height: 87px;
  }
  .ios-banner-main .ios-banner-image img {
    width: 100%;
    margin-top: 0px;
  }
  .ios-banner-main .ios-banner-btn {
    text-align: center;
  }
  .ios-banner-main .ios-banner-btn button {
    width: auto;
    padding: 15px 60px !important;
  }
  .ios-banner-second-main {
    margin-top: -25%;
  }
  .ios-banner-second-main .ios-banner-second-content {
    padding: 25px 10px;
    height: 600px;
    position: relative;
    z-index: 1;
  }
  .ios-banner-second-main .ios-banner-second-content::after {
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 25px;
    opacity: 0.5;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner {
    width: 70%;
    margin: 0 auto;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner h2 {
    font-size: 45px;
    line-height: 52px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner button {
    width: auto;
    padding: 10px 12px !important;
  }
  .game-banner-main .game-banner-content {
    width: 80%;
  }
  .enterprise-banner-main {
    padding: 150px 0px 50px;
  }
  .enterprise-banner-main .enterprise-banner-content {
    padding-left: 20px;
  }
  .enterprise-banner-main .enterprise-banner-content h1 {
    font-size: 65px;
    line-height: 72px;
  }
  .enterprise-banner-main .enterprise-banner-content img {
    width: 500px;
    left: 10px;
  }
  .enterprise-banner-main .enterprise-banner-image img {
    width: 70%;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text {
    width: 80%;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text a img {
    width: 150px;
    height: 150px;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text h2 {
    font-size: 40px;
    line-height: 47px;
  }
  .prototype-banner-main {
    padding: 200px 0px 0px 0px !important;
    height: 100vh;
  }
  .prototype-banner-main .prototype-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%;
  }
  .prototype-banner-main .prototype-banner-content h1 {
    font-size: 50px !important;
    line-height: 57px !important;
  }
  .prototype-banner-main .prototype-banner-content button {
    width: auto;
    padding: 15px 30px !important;
  }
  .prototype-banner-main .prototype-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .nft-banner-main {
    height: auto;
  }
  .nft-banner-main .nft-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 70%;
  }
  .nft-banner-main .nft-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
  .nft-banner-main .nft-banner-content button {
    width: auto;
    padding: 15px 30px !important;
  }
  .nft-banner-main .nft-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .cross-platform-banner-main {
    padding: 100px 0px 50px 0px;
  }
  .cross-platform-banner-main .cross-platform-banner-content h1 {
    font-size: 50px;
    line-height: 57px;
  }
  .cross-platform-banner-main .cross-platform-banner-content button {
    margin-top: 50px;
  }
  .cross-platform-banner-main .cross-platform-banner-content .banner-brand-logo {
    position: relative;
    top: 50px;
    right: 20px;
  }
  .story-sec-main .story-sec-main-content .banner-brand-logo {
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  .story-sec-main .story-sec-main-content .banner-brand-logo a img {
    width: 100px;
    height: 100px;
  }
  .story-sec-main .story-sec-img-main img {
    width: 100%;
  }
  .mission-vission-sec-main {
    padding: 50px 0px 100px;
    height: 850px;
  }
  .mission-vission-sec-main .mission-vission-sec-content {
    width: 100%;
  }
  .mission-vission-sec-main .serv-counter-sec {
    margin-top: 0px;
  }
  .mission-vission-sec-main .serv-counter-sec ul {
    margin: 2rem 0px;
  }
  .contact-us-banner-main {
    height: auto;
    padding: 100px 0px 0px;
  }
  .contact-us-banner-main .contact-us-banner-main-content {
    padding: 0px 10px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx {
    padding: 0;
    text-align: center;
    gap: 0px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx button {
    margin-top: 20px;
    width: auto;
    padding: 10px;
    margin-bottom: 30px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-img-main img {
    width: 100%;
  }
  .indus-process-sec-main {
    padding: 100px 0px 0px;
  }
  .indus-process-sec-main .indus-process-head h3 {
    font-size: 40px;
    line-height: 47px;
  }
  .indus-process-sec-main .indus-process-card {
    margin-bottom: 50px;
  }
  .indus-prtfolio-main .portfolio-head-wrap {
    width: 80%;
  }
  .count-content-sec-main .count-content-inner h3 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
  .count-content-sec-main .count-content-inner ul {
    margin: 2rem 0px 0px;
  }
  .count-content-sec-main .count-content-inner ul li {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .count-content-sec-main .count-content-inner ul li span {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  .industry-serv-sec-main .desktop {
    padding: 0px;
  }
  .healthcare-banner-main .health-banner-content h1 {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .healthcare-banner-main .banner-form form {
    padding: 25px;
  }
  .healthcare-banner-main .banner-form form .banner-form-heading h2 {
    font-size: 40px;
    line-height: 47px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .item .industry-slide-inner h4 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .industry-content-sec-main .industry-content-inner h3 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* header{
    background-color: cyan;
  } */
  .pc-wrap {
    padding: 0 1rem;
  }
  .navbar-toggler {
    display: none;
  }
  .banner .content {
    width: 59%;
  }
  .banner .content h4 {
    font-size: 34px;
  }
  .banner .content p {
    font-size: 14px;
    margin: 16px 0;
  }
  .banner .content button {
    width: 188px;
    padding: 7px 0;
    font-size: 14px;
  }
  .banner .app_btn a img {
    width: 113px;
    margin: 0 9px 0 0;
  }
  .banner video {
    height: 668px;
    object-position: 72% 100%;
  }
  .banner .arrow-next {
    bottom: 7%;
  }
  .who_wrap {
    padding: 1rem 0 0;
  }
  .who_wrap h3 {
    font-size: 5rem;
  }
  .who_wrap .map a {
    font-size: 17px;
    margin: 1rem 0;
  }
  .who_wrap .map p {
    font-size: 13px;
    margin-top: 4rem;
  }
  .who_wrap .crd_One {
    overflow: hidden;
    padding: 20px;
    height: 238px;
  }
  .who_wrap .crd_One h2 {
    font-size: 26px;
    margin: 39px 0 0 0;
  }
  .who_wrap .crd_One.bg_light img {
    width: 126px;
  }
  .who_wrap .crd_One.bg_extralight h4 {
    font-size: 17px;
  }
  .who_wrap .crd_One.bg_extralight p {
    margin: 11px 0 17px;
    font-size: 13px;
  }
  .who_wrap .crd_One.bg_extralight a {
    width: 116px;
    padding: 3px 0;
    font-size: 12px;
  }
  .who_wrap .crd_One div h5 {
    font-size: 14px;
  }
  .who_wrap .mt_space {
    margin-top: -3rem;
  }
  .digital_wrap {
    margin: 2rem 0 10rem;
  }
  .digital_wrap .crd_One .txt p {
    font-size: 12px !important;
  }
  .digital_wrap .crd_One .txt img {
    width: 18px !important;
    margin: 3px auto 0;
  }
  .digital_wrap .crd_middle h3 {
    font-size: 25px;
    padding: 1rem 0;
  }
  .digital_wrap .crd_middle h4 {
    font-size: 13px;
    padding: 1rem 0 0 0;
  }
  .digital_wrap .crd_middle .scroll_box img.scroll_arrow {
    width: 78px;
  }
  .digital_wrap .crd_middle .scroll_box img.di_anim {
    width: 416px;
    left: 50%;
    top: 44%;
    transform: translate(-50%, 10%);
  }
  .digital_wrap .crd_two p {
    font-size: 12px;
  }
  .services_wrap {
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 30px;
  }
  .services_wrap .service_one {
    margin: 10px 2px;
    width: 15%;
  }
  .book_appoointment {
    margin: 2rem 0 0;
  }
  .book_appoointment .vd_area video {
    margin: 3rem auto 0;
  }
  .book_appoointment .txt {
    padding: 5rem 0 0;
  }
  .book_appoointment .txt h4 {
    font-size: 49px;
  }
  .tabs_wrap {
    padding: 3rem 0;
  }
  .tabs_wrap .tabs_area {
    padding: 0;
  }
  .tabs_wrap .nav-pills button {
    padding: 22px 30px;
    font-size: 20px;
  }
  .tabs_wrap .nav-pills button span:nth-child(2) {
    text-align: left;
    max-width: 49%;
  }
  .tabs_wrap .tab-content {
    padding: 2rem;
    height: 96%;
  }
  .tabs_wrap .tab-content .tab-pane img {
    height: 245px;
    object-fit: cover;
    margin: 0 0 26px 0;
  }
  .tabs_wrap .tab-content .tab-pane p {
    margin: 0 0 2rem 0;
  }
  .tabs_wrap #activeBox2 {
    height: 77px;
    right: -14%;
    width: 51px;
    top: 13px;
  }
  .tabs_wrap #activeBox2::before {
    top: -7px;
  }
  .tabs_wrap #activeBox2::after {
    bottom: -7px;
  }
  .tabs_wrap svg {
    height: 97px;
  }
  .book_call {
    padding: 3rem 0;
    margin: 1rem 0 0 0;
  }
  .book_call h4 {
    font-size: 37px;
  }
  .book_call .img_area img {
    width: 100%;
  }
  .book_call .img_area .txt {
    width: 80%;
  }
  footer {
    padding: 3rem 0rem 14px;
  }
  footer .footer-inner-details a img {
    width: 237px;
  }
  .cta {
    padding: 3rem 0 0;
  }
  .cta .content h4 {
    font-size: 40px;
  }
  .portfolio_wrap {
    height: 647px;
    padding: 3rem 0;
  }
  .portfolio_wrap .crd h4 {
    font-size: 26px;
  }
  .portfolio_wrap .crd p {
    font-size: 12px;
    margin: 10px 0;
  }
  .portfolio_wrap .crd a {
    display: none;
  }
  .portfolio_wrap .txt h4 {
    font-size: 50px;
  }
  .portfolio_wrap .txt p {
    width: 70%;
    padding: 9px 0 28px;
  }
  .portfolio_wrap .portfolio-next {
    font-size: 12px;
  }
  .testimonial_wrap .owl-carousel__nav button {
    width: 138px;
    margin: 25px 4px 0;
    font-size: 14px;
  }
  .head_area h3 {
    font-size: 35px;
  }
  .companies_wrap .icons {
    grid-template-columns: repeat(4, 1fr);
  }
  header {
    padding: 0px 0px;
  }
  header .navbar {
    flex-wrap: nowrap;
  }
  header .navbar .navbar-brand img {
    width: 200px;
  }
  header .navbar .header-nav-flx {
    gap: 10px;
  }
  header .navbar .header-nav-flx .header-btn {
    gap: 8px;
  }
  header .navbar .header-nav-flx button {
    padding: 10px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  header nav .navbar-collapse ul li {
    margin: 0px 7px;
  }
  header nav .navbar-collapse ul li .nav-link {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
  }
  header .dropdown-toggle::after {
    display: none;
  }
  .service-banner-main {
    height: 1100px;
    padding: 130px 0px 70px;
  }
  .service-banner-main .col-xl-12 {
    padding: 0px 80px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx {
    padding: 0;
    gap: 40px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content {
    padding: 40px 0px 0px 40px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content h2 {
    font-size: 50px;
    line-height: 62px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx {
    margin-top: 15px;
    gap: 7%;
    width: 75%;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content {
    width: 100%;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content h3 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img {
    right: -30%;
    top: 35%;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img img {
    width: 50%;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo {
    width: 50%;
    gap: 15px;
  }
  .service-sec-main .desktop .services-sec-content-flx {
    display: block;
  }
  .service-sec-main .desktop .services-sec-content-flx .services-sec-lft-content {
    margin-bottom: 30px;
    text-align: center;
  }
  .count-serv-sec-main {
    height: auto;
    padding: 60px 0px;
  }
  .android-banner-main {
    padding: 150px 15px 0px 15px !important;
  }
  .android-banner-main .android-banner-content {
    padding: 0px !important;
  }
  .android-banner-main .android-banner-content span {
    font-size: 12px !important;
    padding: 12px !important;
    line-height: 24px !important;
  }
  .android-banner-main .android-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
  .android-banner-main .android-banner-content button {
    padding: 15px 30px !important;
    margin: 30px 0px 0px !important;
  }
  .android-banner-main .android-banner-image .serv-counter-sec {
    right: 20px;
    top: 20px;
  }
  .service-content-sec {
    padding: 50px 0px 0px 15px !important;
    margin-top: 0px !important;
  }
  .service-content-sec .service-content-sec-wrap h4 {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .service-content-sec .service-content-sec-wrap p {
    font-size: 16px !important;
    line-height: 23px !important;
    margin-bottom: 0px !important;
  }
  .service-content-sec .service-content-sec-wrap button {
    padding: 15px 30px !important;
    margin: 20px auto 0px !important;
  }
  .service-content-sec .service-content-sec-wrap .img_area img {
    position: relative !important;
  }
  .flutter-banner-main {
    height: 900px;
    padding: 150px 0px 50px;
  }
  .flutter-banner-main .flutter-head-wrap {
    padding-top: 0px;
  }
  .flutter-banner-main .flutter-head-wrap .banner-brand-logo {
    gap: 20px;
  }
  .flutter-banner-main .flutter-head-wrap .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-heading h1 {
    font-size: 45px;
    line-height: 52px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-heading button {
    width: auto;
    padding: 15px 30px;
    line-height: 24px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-banner-img {
    left: 0;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-banner-img .app-screens .app-screens-overlay {
    gap: 20px;
    display: flex;
  }
  .second-counter-sec .serv-counter-sec-img img {
    width: 100%;
    height: auto;
  }
  .hybrid-banner-main {
    padding: 150px 0px 0px;
    height: 1050px;
  }
  .hybrid-banner-main::after {
    height: 60%;
  }
  .hybrid-banner-main .hybrid-banner-content {
    padding-left: 50px;
  }
  .hybrid-banner-main .hybrid-banner-content h1 {
    font-size: 70px;
    width: 100%;
    line-height: 77px;
  }
  .hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text a img {
    width: 150px;
  }
  .hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text h2 {
    font-size: 45px;
    line-height: 52px;
    width: 100%;
  }
  .hybrid-banner-main .hybrid-banner-image img {
    height: auto;
  }
  .hybrid-banner-main .hybrid-banner-image .banner-brand-logo {
    gap: 10px;
  }
  .react-native-banner-main {
    padding: 150px 0px 0px;
  }
  .react-native-banner-main .react-native-banner-content h1 {
    font-size: 70px;
    line-height: 77px;
    width: 100%;
  }
  .react-native-banner-main .react-native-banner-content button {
    margin: 0px 0px !important;
  }
  .wearable-banner-main {
    padding: 150px 0px 100px;
  }
  .wearable-banner-main .wearable-banner-content h1 {
    font-size: 40px;
    line-height: 47px;
  }
  .wearable-banner-main .wearable-banner-content .submitButton {
    margin-top: 30px;
  }
  .wearable-banner-main .wearable-banner-content .banner-brand-logo {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    margin-top: 50px;
    justify-content: flex-start;
    gap: 20px;
  }
  .ios-banner-main {
    padding: 150px 0px 0px;
    height: auto;
  }
  .ios-banner-main .ios-banner-content {
    padding-bottom: 20px;
  }
  .ios-banner-main .ios-banner-content h1 {
    font-size: 80px;
    line-height: 87px;
  }
  .ios-banner-main .ios-banner-image img {
    width: 100%;
    margin-top: 0px;
  }
  .ios-banner-main .ios-banner-btn {
    text-align: center;
  }
  .ios-banner-main .ios-banner-btn button {
    width: auto;
    padding: 15px 60px !important;
  }
  .ios-banner-second-main {
    margin-top: -25%;
  }
  .ios-banner-second-main .ios-banner-second-content {
    padding: 25px 10px;
    height: 600px;
    position: relative;
    z-index: 1;
  }
  .ios-banner-second-main .ios-banner-second-content::after {
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 25px;
    opacity: 0.5;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner {
    width: 100%;
    margin: 0 auto;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner h2 {
    font-size: 45px;
    line-height: 52px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner button {
    width: auto;
    padding: 10px 12px !important;
  }
  .game-banner-main .game-banner-content {
    width: 80%;
  }
  .enterprise-banner-main {
    padding: 150px 0px 50px;
  }
  .enterprise-banner-main .enterprise-banner-content {
    padding-left: 20px;
  }
  .enterprise-banner-main .enterprise-banner-content h1 {
    font-size: 65px;
    line-height: 72px;
  }
  .enterprise-banner-main .enterprise-banner-content img {
    width: 500px;
    left: 10px;
  }
  .enterprise-banner-main .enterprise-banner-image img {
    width: 100%;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text {
    width: 90%;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text a img {
    width: 150px;
    height: 150px;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text h2 {
    font-size: 40px;
    line-height: 47px;
  }
  .prototype-banner-main {
    padding: 200px 0px 0px 0px !important;
    height: 100vh;
  }
  .prototype-banner-main .prototype-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%;
  }
  .prototype-banner-main .prototype-banner-content h1 {
    font-size: 50px !important;
    line-height: 57px !important;
  }
  .prototype-banner-main .prototype-banner-content button {
    width: auto;
    padding: 15px 30px !important;
  }
  .prototype-banner-main .prototype-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .nft-banner-main {
    height: auto;
  }
  .nft-banner-main .nft-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 70%;
  }
  .nft-banner-main .nft-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
  .nft-banner-main .nft-banner-content button {
    width: auto;
    padding: 15px 30px !important;
  }
  .nft-banner-main .nft-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .cross-platform-banner-main {
    padding: 100px 0px 50px 0px;
  }
  .cross-platform-banner-main .cross-platform-banner-content h1 {
    font-size: 50px;
    line-height: 57px;
  }
  .cross-platform-banner-main .cross-platform-banner-content button {
    margin-top: 50px;
  }
  .cross-platform-banner-main .cross-platform-banner-content .banner-brand-logo {
    position: relative;
    top: 50px;
    right: 20px;
  }
  .story-sec-main .story-sec-main-content .banner-brand-logo {
    position: relative;
    bottom: auto;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  .story-sec-main .story-sec-main-content .banner-brand-logo a img {
    width: 100px;
    height: 100px;
  }
  .story-sec-main .story-sec-img-main img {
    width: 100%;
  }
  .mission-vission-sec-main {
    padding: 0px;
    height: 680px;
  }
  .mission-vission-sec-main .mission-vission-sec-content {
    width: 100%;
  }
  .mission-vission-sec-main .serv-counter-sec {
    margin-top: 0px;
  }
  .mission-vission-sec-main .serv-counter-sec ul {
    margin: 2rem 0px;
  }
  .contact-us-banner-main {
    height: auto;
    padding: 100px 0px 0px;
  }
  .contact-us-banner-main .contact-us-banner-main-content {
    padding: 0px 10px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx {
    padding: 0;
    text-align: center;
    gap: 0px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx button {
    margin-top: 20px;
    width: auto;
    padding: 10px;
    margin-bottom: 30px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-img-main img {
    width: 100%;
  }
  .indus-process-sec-main .indus-process-card {
    padding: 95px 15px 28px 15px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-banner-main {
    height: 1100px;
    padding: 130px 0px 70px;
  }
  .service-banner-main .col-xl-12 {
    padding: 0px 50px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx {
    padding: 0;
    gap: 40px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content {
    padding: 40px 0px 0px 40px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content h2 {
    font-size: 50px;
    line-height: 62px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx {
    margin-top: 15px;
    gap: 7%;
    width: 75%;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content {
    width: 100%;
    padding-left: 0px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content h3 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img {
    right: -42%;
    top: 35%;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img img {
    width: 50%;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo {
    width: 50%;
    gap: 15px;
    padding-left: 0px;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo a img {
    width: 100px;
  }
  .service-sec-main .desktop .services-sec-content-flx {
    display: block;
  }
  .service-sec-main .desktop .services-sec-content-flx .services-sec-lft-content {
    margin-bottom: 30px;
    text-align: center;
  }
  .count-serv-sec-main {
    height: auto;
    padding: 60px 0px;
  }
  .android-banner-main {
    padding: 150px 15px 0px 15px !important;
  }
  .android-banner-main .android-banner-content {
    padding: 0px !important;
  }
  .android-banner-main .android-banner-content span {
    font-size: 12px !important;
    padding: 10px 22px !important;
    line-height: 24px !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
  }
  .android-banner-main .android-banner-content h1 {
    font-size: 60px !important;
    line-height: 67px !important;
    text-align: center !important;
  }
  .android-banner-main .android-banner-content button {
    margin: 30px 0px 0px !important;
    padding: 15px 30px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .android-banner-main .android-banner-content .banner-brand-logo {
    position: relative;
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .android-banner-main .android-banner-content .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .android-banner-main .android-banner-image {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .android-banner-main .android-banner-image img {
    width: 100%;
    height: auto;
  }
  .android-banner-main .android-banner-image .serv-counter-sec {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  .android-banner-main .android-banner-image .serv-counter-sec ul {
    flex-direction: row;
  }
  .service-content-sec {
    margin-top: 0px !important;
    padding: 50px 15px 0px 15px !important;
    z-index: 1;
  }
  .service-content-sec::before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
  }
  .service-content-sec .service-content-sec-wrap h4 {
    font-size: 45px !important;
    line-height: 52px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
  }
  .service-content-sec .service-content-sec-wrap p {
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 0px !important;
    width: 100% !important;
  }
  .service-content-sec .service-content-sec-wrap button {
    padding: 15px 30px !important;
    margin: 20px auto;
    display: flex;
  }
  .service-content-sec .service-content-sec-wrap .img_area img {
    position: relative !important;
  }
  .flutter-banner-main {
    height: 900px;
    padding: 150px 0px 50px;
  }
  .flutter-banner-main .flutter-head-wrap {
    padding-top: 0px;
  }
  .flutter-banner-main .flutter-head-wrap .banner-brand-logo {
    gap: 20px;
  }
  .flutter-banner-main .flutter-head-wrap .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-heading h1 {
    font-size: 45px;
    line-height: 52px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-heading button {
    width: auto;
    padding: 15px 30px;
    line-height: 24px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-banner-img {
    left: 0;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-banner-img .app-screens .app-screens-overlay {
    gap: 20px;
    display: flex;
  }
  .hybrid-banner-main {
    padding: 150px 0px 0px;
    height: auto;
  }
  .hybrid-banner-main::after {
    display: none;
  }
  .hybrid-banner-main .hybrid-banner-content {
    padding: 0px !important;
  }
  .hybrid-banner-main .hybrid-banner-content h1 {
    font-size: 75px;
    line-height: 82px;
    width: 100%;
    text-align: center;
  }
  .hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text {
    background-color: #000000;
    margin-top: 5%;
    padding: 50px 25px 0px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-align: center;
  }
  .hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text a img {
    margin-bottom: 40px;
    width: 150px;
    height: auto;
  }
  .hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text h2 {
    font-size: 40px;
    line-height: 47px;
    font-family: "Glancyr-Medium";
    color: #fff;
    width: 100%;
  }
  .hybrid-banner-main .hybrid-banner-image {
    position: relative;
    bottom: 0px;
    right: 0px;
    top: 0px;
    background-color: #000000;
    padding-top: 50px;
  }
  .hybrid-banner-main .hybrid-banner-image img {
    width: 70%;
    height: auto;
    object-fit: contain;
    margin: 0 0px 0 auto;
    display: flex;
    justify-content: end;
    align-items: flex-end;
  }
  .hybrid-banner-main .hybrid-banner-image .banner-brand-logo {
    margin-top: -35%;
    gap: 20px;
    margin-left: -35%;
  }
  .hybrid-banner-main .hybrid-banner-image .banner-brand-logo a img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  .second-counter-sec {
    height: auto !important;
    margin: 0px auto !important;
    padding: 30px 0px;
  }
  .react-native-banner-main {
    padding: 100px 0px 50px 0px !important;
    height: auto;
  }
  .react-native-banner-main .react-native-banner-content {
    text-align: center;
  }
  .react-native-banner-main .react-native-banner-content h1 {
    font-size: 50px;
    line-height: 57px;
  }
  .react-native-banner-main .react-native-banner-content button {
    margin: 30px 0px 0px !important;
    padding: 15px 30px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .react-native-banner-main .react-native-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  .react-native-banner-main .react-native-banner-content .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .wearable-banner-main {
    padding: 120px 0px 0px 0px !important;
  }
  .wearable-banner-main .wearable-banner-content {
    padding: 0px !important;
  }
  .wearable-banner-main .wearable-banner-content span {
    font-size: 12px !important;
    padding: 12px !important;
    line-height: 24px !important;
  }
  .wearable-banner-main .wearable-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
    text-align: center !important;
  }
  .wearable-banner-main .wearable-banner-content button {
    margin: 30px 0px 0px !important;
    padding: 15px 30px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .wearable-banner-main .wearable-banner-content .banner-brand-logo {
    position: relative;
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    top: 0;
    left: 0;
  }
  .wearable-banner-main .wearable-banner-content .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .wearable-banner-main .wearable-banner-image {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .wearable-banner-main .wearable-banner-image img {
    width: 100%;
    height: auto;
  }
  .ios-banner-main {
    padding: 150px 0px 0px;
    height: auto;
  }
  .ios-banner-main .ios-banner-content {
    padding-bottom: 20px;
  }
  .ios-banner-main .ios-banner-content h1 {
    font-size: 60px;
    line-height: 67px;
  }
  .ios-banner-main .ios-banner-image img {
    width: 100%;
    margin-top: 0px;
  }
  .ios-banner-main .ios-banner-btn {
    text-align: center;
  }
  .ios-banner-main .ios-banner-btn button {
    width: auto;
    padding: 15px 60px !important;
  }
  .ios-banner-second-main .ios-banner-second-content {
    padding: 15px 10px;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ios-banner-second-main .ios-banner-second-content::after {
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 25px;
    opacity: 0.5;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner {
    width: 100%;
    margin: 0 auto;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner button {
    width: auto;
    padding: 10px 12px !important;
  }
  .game-banner-main .game-banner-content {
    width: 80%;
  }
  .enterprise-banner-main {
    padding: 150px 0px 50px;
  }
  .enterprise-banner-main::after {
    display: none;
  }
  .enterprise-banner-main .enterprise-banner-content {
    padding: 0px !important;
  }
  .enterprise-banner-main .enterprise-banner-content h1 {
    font-size: 45px;
    line-height: 52px;
    text-align: center !important;
  }
  .enterprise-banner-main .enterprise-banner-content img {
    display: none;
  }
  .enterprise-banner-main .enterprise-banner-image {
    text-align: center;
  }
  .enterprise-banner-main .enterprise-banner-image img {
    width: 100%;
    height: auto;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text {
    width: 100%;
    margin-top: 20px;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text a img {
    width: 120px;
    height: auto;
    margin-bottom: 40px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(296deg) brightness(110%) contrast(101%);
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text h2 {
    font-size: 30px;
    line-height: 37px;
    font-family: "Glancyr-Medium";
    color: #fff;
  }
  .prototype-banner-main {
    padding: 200px 0px 0px 0px !important;
    height: 100vh;
  }
  .prototype-banner-main .prototype-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%;
  }
  .prototype-banner-main .prototype-banner-content h1 {
    font-size: 50px !important;
    line-height: 57px !important;
  }
  .prototype-banner-main .prototype-banner-content button {
    width: auto;
    padding: 15px 30px !important;
  }
  .prototype-banner-main .prototype-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .nft-banner-main {
    padding: 150px 0px 0px 0px !important;
    height: auto;
  }
  .nft-banner-main .nft-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%;
  }
  .nft-banner-main .nft-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
  .nft-banner-main .nft-banner-content button {
    width: auto;
    padding: 15px 30px !important;
  }
  .nft-banner-main .nft-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .story-sec-main {
    padding: 50px 0px 5px;
  }
  .story-sec-main .story-sec-main-content {
    width: 100%;
    text-align: center;
  }
  .story-sec-main .story-sec-main-content h2 {
    font-size: 50px;
    line-height: 57px;
  }
  .story-sec-main .story-sec-main-content p {
    font-size: 18px;
    line-height: 25px;
  }
  .story-sec-main .story-sec-main-content .banner-brand-logo {
    gap: 20px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .story-sec-main .story-sec-main-content .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .story-sec-main .story-sec-img-main img {
    width: 100%;
  }
  .mission-vission-sec-main {
    height: auto;
    background: #1F1F1F;
    margin-top: 50px;
    padding: 50px 0px 50px;
  }
  .mission-vission-sec-main .mission-vission-sec-content {
    width: 100%;
    text-align: center;
  }
  .mission-vission-sec-main .mission-vission-sec-content h2 {
    font-size: 50px;
    line-height: 57px;
  }
  .mission-vission-sec-main .mission-vission-sec-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .mission-vission-sec-main .serv-counter-sec {
    margin-top: 30px;
  }
  .mission-vission-sec-main .serv-counter-sec ul {
    margin: 0;
  }
  .mission-vission-sec-main .serv-counter-sec ul li {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 42px;
  }
  .mission-vission-sec-main .serv-counter-sec ul li span {
    font-size: 16px;
    line-height: 23px;
  }
  .about-cta-sec {
    padding: 50px 0px 50px;
    height: auto;
  }
  .about-cta-sec .about-cta-sec-content {
    text-align: center;
  }
  .about-cta-sec .about-cta-sec-content h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .about-cta-sec .about-cta-sec-content p {
    font-size: 16px;
    line-height: 23px;
  }
  .about-cta-sec .about-cta-sec-content button {
    width: auto;
    padding: 15px !important;
  }
  .contact-us-banner-main {
    height: auto;
    padding: 100px 0px 0px;
  }
  .contact-us-banner-main .contact-us-banner-main-content {
    padding: 0px 10px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx {
    padding: 0;
    text-align: center;
    gap: 0px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx button {
    margin-top: 20px;
    width: auto;
    padding: 10px;
    margin-bottom: 30px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-img-main img {
    width: 100%;
  }
  .healthcare-banner-main {
    padding: 150px 0px 80px;
  }
  .healthcare-banner-main .health-banner-content {
    text-align: center;
  }
  .healthcare-banner-main .health-banner-content h1 {
    font-size: 50px;
    line-height: 57px;
    margin-bottom: 15px;
  }
  .healthcare-banner-main .health-banner-content .banner-brand-logo {
    gap: 35px;
    justify-content: center;
    margin-bottom: 30px;
  }
  .industry-serv-sec-main .desktop {
    padding: 0px;
  }
  .count-content-sec-main {
    padding: 50px 0px;
  }
  .indus-prtfolio-main .portfolio-head-wrap {
    width: 100%;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item {
    margin: 0px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner {
    padding: 50px 20px 0px 20px !important;
    text-align: center;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner h4 {
    font-size: 45px !important;
    line-height: 52px !important;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner p {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .indus-process-sec-main .indus-process-card {
    padding: 45px 15px 28px 15px;
    margin-bottom: 30px;
  }
  .indus-process-sec-main .indus-process-card span {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
  /* header{
    background-color: #000;
  } */
  .navbar-toggler {
    display: none;
  }
  .pc-wrap {
    padding: 0 1rem;
  }
  header {
    padding: 0 0;
  }
  header .offcanvas-start {
    width: 300px;
  }
  header .offcanvas-start .offcanvas-header .offcanvas-title img {
    width: 180px;
  }
  header nav {
    border: none;
  }
  header nav .navbar-brand img {
    width: 150px;
  }
  header .offcanvas_menu img {
    width: 18px;
  }
  header nav .header-nav-flx {
    display: block;
  }
  header nav .header-nav-flx .header-btn {
    display: none;
  }
  .banner .content .review-brand-flx {
    width: 100%;
    gap: 5px;
  }
  .banner .content .review-brand-flx a img {
    width: 100px;
  }
  .companies_wrap {
    padding: 3rem 0;
  }
  .companies_wrap .icons {
    margin: 1rem 0 0 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .companies_wrap .icons .crd {
    padding: 12px 17px;
  }
  .companies_wrap .icons .crd img {
    width: 40px;
  }
  .book_appoointment {
    margin: 2rem 0 0;
    padding: 2rem 0 2rem;
  }
  .book_appoointment .txt h4 {
    font-size: 42px;
  }
  .book_appoointment .txt p {
    font-size: 14px;
  }
  .book_appoointment .txt ul {
    margin: 2rem 0 3rem;
  }
  .book_appoointment .txt ul li {
    font-size: 26px;
  }
  .book_appoointment .txt ul li span {
    font-size: 9px;
  }
  .book_appoointment .vd_area video {
    width: 100%;
  }
  .book_appoointment .vd_area .bpm_img {
    display: none;
  }
  .book_appoointment .vd_area .caledner_img {
    display: none;
  }
  .portfolio_wrap {
    padding: 2rem 0 0;
    height: 560px;
  }
  .portfolio_wrap .txt h4 {
    font-size: 38px;
  }
  .portfolio_wrap .txt p {
    font-size: 15px;
    width: 100%;
    padding: 9px 0;
  }
  .portfolio_wrap .owl-carousel .owl-stage-outer {
    height: 472px;
  }
  .portfolio_wrap .portfolio-next {
    font-size: 12px;
    background: #48e0c2;
    top: -3%;
    padding: 10px;
    border-radius: 10px;
  }
  .portfolio_wrap .portfolio-next img {
    width: 25px;
    margin: 0 2px;
  }
  .portfolio_wrap .crd h4 {
    font-size: 20px;
  }
  .tabs_wrap {
    padding: 3rem 0;
  }
  .tabs_wrap .tabs_area {
    padding: 0;
  }
  .cta .content h4 {
    font-size: 28px;
  }
  .cta .content p {
    font-size: 16px;
    margin: 7px 0 18px;
  }
  .cta .content button {
    width: 159px;
    padding: 4px 0;
    font-size: 13px;
  }
  footer {
    padding: 2rem 12px 11px;
  }
  footer .footer-nav-links {
    justify-content: left;
  }
  footer .condition-links {
    justify-content: center !important;
  }
  footer .footer-bottom {
    text-align: center;
  }
  footer .footer-inner-details a img {
    width: 233px;
  }
  .head_area h3 {
    font-size: 27px;
  }
  .head_area p {
    font-size: 16px;
    padding: 20px 0 !important;
  }
  .faq_wrap {
    padding: 3rem 1rem;
  }
  .faq_wrap .accordion .accordion-item button {
    font-size: 18px;
  }
  .book_call {
    padding: 2rem 0;
    margin: 1rem 0 0 0;
  }
  .book_call h4 {
    font-size: 40px;
  }
  .book_call .img_area img {
    width: 100%;
  }
  .book_call .img_area .txt {
    width: 90%;
  }
  .book_call form button {
    background: #48e0c1;
    color: #fff;
    width: 92%;
  }
  .testimonial_wrap {
    padding: 6rem 0;
  }
  .testimonial_wrap .frame img {
    height: 670px;
  }
  .testimonial_wrap .item {
    width: 96%;
    margin: 0 auto;
  }
  .testimonial_wrap .item .crd .comment p {
    font-size: 14px;
  }
  .testimonial_wrap .item .crd .comment img {
    width: 183px;
  }
  .testimonial_wrap .owl-carousel__nav button {
    width: 118px;
    font-size: 12px;
  }
  .who_wrap {
    margin-top: 12rem;
  }
  .who_wrap h3 {
    font-size: 4rem;
  }
  .who_wrap .song img:nth-child(2) {
    width: 100%;
  }
  .who_wrap .map p,
  .who_wrap .map a {
    display: none;
  }
  .who_wrap .crd_One {
    padding: 2rem;
    margin: 1rem 0 0 0 !important;
    height: 201px;
  }
  .who_wrap .crd_One h4 {
    font-size: 25px !important;
  }
  .who_wrap .crd_One p {
    margin: 13px 0 7px !important;
    font-size: 12px !important;
  }
  .who_wrap .crd_One a {
    width: 138px !important;
    padding: 1px 0 !important;
    font-size: 12px !important;
    margin: 18px 0 0 0 !important;
    display: block !important;
  }
  .who_wrap .crd_One h2 {
    font-size: 30px;
  }
  .who_wrap .crd_One .phone_img img {
    display: none;
  }
  .who_wrap .crd_One div img {
    width: 77px;
  }
  .who_wrap .crd_One div h5 {
    font-size: 16px;
  }
  .who_wrap .crd_One img {
    width: 117px;
  }
  .digital_wrap {
    margin: 2rem 0 6rem;
  }
  .digital_wrap .crd_One .txt p {
    font-size: 32px;
  }
  .digital_wrap .crd_One .txt img {
    width: 25px !important;
  }
  .digital_wrap .crd_One img {
    width: 83%;
  }
  .digital_wrap .crd_two img,
  .digital_wrap .crd_two p {
    display: none;
  }
  .digital_wrap .crd_middle h4 {
    display: none;
  }
  .digital_wrap .crd_middle h3 {
    font-size: 30px;
    padding: 1rem 0 0rem;
  }
  .digital_wrap .crd_middle .scroll_box img.di_anim {
    width: 301px;
    top: 171%;
    transform: translate(-50%, -30%);
  }
  .digital_wrap .crd_middle .scroll_box img.scroll_arrow {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 1rem);
    width: 41px;
    animation: none;
  }
  .digital_wrap .crd_two p {
    font-size: 18px;
  }
  .banner video {
    height: 557px;
    object-position: 80% 100%;
  }
  .banner .content {
    width: 90%;
    bottom: 0;
    transform: translateY(89%);
  }
  .banner .content p {
    font-size: 14px;
    margin: 18px 0;
  }
  .banner .content h4 {
    font-size: 34px;
  }
  .banner .content button {
    width: 190px;
    padding: 3px 0;
    font-size: 14px;
  }
  .banner .content::after {
    content: "";
    position: absolute;
    width: 114%;
    height: 100%;
    background: linear-gradient(357deg, #000000, rgb(30, 27, 28));
    bottom: 28px;
    left: -25px;
    z-index: -1;
    padding: 20px 0;
  }
  .banner .app_btn,
  .banner .arrow-next {
    display: none;
  }
  .banner .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile .services_mb .service_one {
    margin: 5px 6px;
    padding: 14px 11px;
    border-radius: 9px;
  }
  .mobile .services_mb .service_one h4 {
    font-size: 16px;
  }
  .mobile .services_mb .service_one img {
    width: 18px;
  }
  .service-banner-main {
    height: auto;
    padding: 100px 0px 50px;
  }
  .service-banner-main .col-xl-12 {
    padding: 0px 50px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx {
    display: block;
    padding: 0;
    text-align: center;
  }
  .service-banner-main .col-xl-12 .services-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx button {
    margin-top: 20px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content {
    padding: 40px 0px 0px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content h2 {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content h3 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img {
    display: none;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo {
    width: 100%;
    position: relative;
    bottom: 0;
    justify-content: center;
    margin-top: 30px;
    padding-left: 0px;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo a img {
    width: auto;
  }
  .service-sec-main {
    padding: 40px 0px;
  }
  .service-sec-main .mobile .services-sec-content-flx {
    display: block;
  }
  .service-sec-main .mobile .services-sec-content-flx .services-sec-lft-content {
    text-align: center;
    margin-bottom: 15px;
  }
  .service-sec-main .mobile .services-sec-content-flx h3 {
    font-family: "Glancyr-Medium";
    font-size: 22px;
    line-height: 32px;
    color: #1F1F1F;
  }
  .count-serv-sec-main .serv-counter-sec ul {
    display: block;
    margin: 0;
  }
  .android-banner-main {
    padding: 120px 15px 0px 15px !important;
  }
  .android-banner-main .android-banner-content {
    padding: 0px !important;
  }
  .android-banner-main .android-banner-content span {
    font-size: 12px !important;
    padding: 10px 22px !important;
    line-height: 24px !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
  }
  .android-banner-main .android-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
    text-align: center !important;
  }
  .android-banner-main .android-banner-content button {
    margin: 30px 0px 0px !important;
    padding: 15px 30px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .android-banner-main .android-banner-content .banner-brand-logo {
    position: relative;
    margin-top: 20px;
    gap: 40px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .android-banner-main .android-banner-content .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .android-banner-main .android-banner-image {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .android-banner-main .android-banner-image img {
    width: 100%;
    height: auto;
  }
  .android-banner-main .android-banner-image .serv-counter-sec {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  .service-content-sec {
    margin-top: 0px !important;
    padding: 50px 15px 0px 15px !important;
    z-index: 1;
  }
  .service-content-sec::before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
  }
  .service-content-sec .service-content-sec-wrap h4 {
    font-size: 45px !important;
    line-height: 52px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
  }
  .service-content-sec .service-content-sec-wrap p {
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 0px !important;
    width: 100% !important;
  }
  .service-content-sec .service-content-sec-wrap button {
    padding: 15px 30px !important;
    margin: 20px auto;
    display: flex;
  }
  .service-content-sec .service-content-sec-wrap .img_area img {
    position: relative !important;
  }
  .flutter-banner-main {
    height: 700px;
    padding: 100px 0px 50px;
  }
  .flutter-banner-main .flutter-head-wrap {
    padding-top: 0px;
  }
  .flutter-banner-main .flutter-head-wrap .banner-brand-logo {
    gap: 20px;
  }
  .flutter-banner-main .flutter-head-wrap .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-heading h1 {
    font-size: 30px;
    line-height: 37px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-heading button {
    width: auto;
    padding: 20px;
    line-height: 24px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-banner-img {
    left: 0;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-banner-img .app-screens .app-screens-overlay {
    gap: 20px;
    display: flex;
  }
  .hybrid-banner-main {
    padding: 150px 0px 0px;
    height: auto;
  }
  .hybrid-banner-main::after {
    display: none;
  }
  .hybrid-banner-main .hybrid-banner-content {
    padding: 0px !important;
  }
  .hybrid-banner-main .hybrid-banner-content h1 {
    font-size: 55px;
    line-height: 62px;
    width: 100%;
    text-align: center;
  }
  .hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text {
    background-color: #000000;
    margin-top: 5%;
    padding: 50px 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text a img {
    width: 120px;
    height: auto;
    margin-bottom: 40px;
  }
  .hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text h2 {
    font-size: 40px;
    line-height: 47px;
    font-family: "Glancyr-Medium";
    color: #fff;
    width: 100%;
  }
  .hybrid-banner-main .hybrid-banner-image {
    position: relative;
    bottom: 0px;
    right: 0px;
    top: 0px;
    background-color: #000000;
    padding-top: 50px;
  }
  .hybrid-banner-main .hybrid-banner-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .hybrid-banner-main .hybrid-banner-image .banner-brand-logo {
    margin-top: -35%;
    gap: 20px;
    margin-left: -35%;
  }
  .hybrid-banner-main .hybrid-banner-image .banner-brand-logo a img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  .second-counter-sec {
    height: auto !important;
    margin: 0px auto !important;
    padding: 30px 0px;
  }
  .react-native-banner-main {
    padding: 100px 0px 50px 0px !important;
    height: auto;
  }
  .react-native-banner-main .react-native-banner-content {
    text-align: center;
  }
  .react-native-banner-main .react-native-banner-content h1 {
    font-size: 50px;
    line-height: 57px;
  }
  .react-native-banner-main .react-native-banner-content button {
    margin: 30px 0px 0px !important;
    padding: 15px 30px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .react-native-banner-main .react-native-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  .react-native-banner-main .react-native-banner-content .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .wearable-banner-main {
    padding: 120px 0px 0px 0px !important;
  }
  .wearable-banner-main .wearable-banner-content {
    padding: 0px !important;
  }
  .wearable-banner-main .wearable-banner-content span {
    font-size: 12px !important;
    padding: 12px !important;
    line-height: 24px !important;
  }
  .wearable-banner-main .wearable-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
    text-align: center !important;
  }
  .wearable-banner-main .wearable-banner-content button {
    margin: 30px 0px 0px !important;
    padding: 15px 30px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .wearable-banner-main .wearable-banner-content .banner-brand-logo {
    position: relative;
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    top: 0;
    left: 0;
  }
  .wearable-banner-main .wearable-banner-content .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .wearable-banner-main .wearable-banner-image {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .wearable-banner-main .wearable-banner-image img {
    width: 100%;
    height: auto;
  }
  .ios-banner-main {
    padding: 100px 0px 0px;
    height: auto;
  }
  .ios-banner-main .ios-banner-content {
    padding-bottom: 20px;
  }
  .ios-banner-main .ios-banner-content h1 {
    font-size: 40px;
    line-height: 47px;
  }
  .ios-banner-main .ios-banner-image img {
    width: 100%;
    margin-top: 0px;
  }
  .ios-banner-main .ios-banner-btn {
    text-align: center;
  }
  .ios-banner-main .ios-banner-btn button {
    width: auto;
    padding: 15px 60px !important;
  }
  .ios-banner-second-main {
    margin-top: 0px;
  }
  .ios-banner-second-main .ios-banner-second-content {
    padding: 15px 10px;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ios-banner-second-main .ios-banner-second-content::after {
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 25px;
    opacity: 0.5;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner {
    width: 100%;
    margin: 0 auto;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner button {
    width: auto;
    padding: 10px 12px !important;
  }
  .game-banner-main {
    padding: 100px 0px 0px 0px !important;
    height: auto;
  }
  .game-banner-main .game-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%;
  }
  .game-banner-main .game-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
  .game-banner-main .game-banner-content button {
    width: auto;
    padding: 15px 30px !important;
  }
  .game-banner-main .game-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .enterprise-banner-main {
    padding: 150px 0px 50px;
  }
  .enterprise-banner-main::after {
    display: none;
  }
  .enterprise-banner-main .enterprise-banner-content {
    padding: 0px !important;
  }
  .enterprise-banner-main .enterprise-banner-content h1 {
    font-size: 45px;
    line-height: 52px;
    text-align: center !important;
  }
  .enterprise-banner-main .enterprise-banner-content img {
    display: none;
  }
  .enterprise-banner-main .enterprise-banner-image {
    text-align: center;
  }
  .enterprise-banner-main .enterprise-banner-image img {
    width: 100%;
    height: auto;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text {
    width: 100%;
    margin-top: 20px;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text a img {
    width: 120px;
    height: auto;
    margin-bottom: 40px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(296deg) brightness(110%) contrast(101%);
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text h2 {
    font-size: 30px;
    line-height: 37px;
    font-family: "Glancyr-Medium";
    color: #fff;
  }
  .prototype-banner-main {
    padding: 100px 0px 0px 0px !important;
    height: auto;
  }
  .prototype-banner-main .prototype-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%;
  }
  .prototype-banner-main .prototype-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
  .prototype-banner-main .prototype-banner-content button {
    width: auto;
    padding: 15px 30px !important;
  }
  .prototype-banner-main .prototype-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .nft-banner-main {
    padding: 100px 0px 0px 0px !important;
    height: auto;
  }
  .nft-banner-main .nft-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%;
  }
  .nft-banner-main .nft-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
  .nft-banner-main .nft-banner-content button {
    width: auto;
    padding: 15px 30px !important;
  }
  .nft-banner-main .nft-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .cross-platform-banner-main {
    height: auto;
    padding: 100px 0px 50px 0px !important;
  }
  .cross-platform-banner-main .cross-platform-banner-content {
    padding-top: 0px !important;
    text-align: center;
  }
  .cross-platform-banner-main .cross-platform-banner-content span {
    font-size: 12px !important;
    padding: 12px !important;
    line-height: 24px !important;
  }
  .cross-platform-banner-main .cross-platform-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
    text-align: center !important;
  }
  .cross-platform-banner-main .cross-platform-banner-content button {
    margin: 30px 0px 0px !important;
    padding: 15px 30px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .cross-platform-banner-main .cross-platform-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  .cross-platform-banner-main .cross-platform-banner-content .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .story-sec-main {
    padding: 50px 0px 5px;
  }
  .story-sec-main .story-sec-main-content {
    width: 100%;
    text-align: center;
  }
  .story-sec-main .story-sec-main-content h2 {
    font-size: 40px;
    line-height: 47px;
  }
  .story-sec-main .story-sec-main-content p {
    font-size: 16px;
    line-height: 23px;
  }
  .story-sec-main .story-sec-main-content .banner-brand-logo {
    gap: 20px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .story-sec-main .story-sec-main-content .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .story-sec-main .story-sec-img-main img {
    width: 100%;
  }
  .mission-vission-sec-main {
    height: auto;
    background: #1F1F1F;
    margin-top: 50px;
    padding: 50px 0px 50px;
  }
  .mission-vission-sec-main .mission-vission-sec-content {
    width: 100%;
    text-align: center;
  }
  .mission-vission-sec-main .mission-vission-sec-content h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .mission-vission-sec-main .mission-vission-sec-content p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .mission-vission-sec-main .serv-counter-sec {
    margin-top: 30px;
  }
  .mission-vission-sec-main .serv-counter-sec ul {
    display: block;
    margin: 0;
  }
  .mission-vission-sec-main .serv-counter-sec ul li {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 42px;
  }
  .mission-vission-sec-main .serv-counter-sec ul li span {
    font-size: 16px;
    line-height: 23px;
  }
  .about-cta-sec {
    padding: 50px 0px 50px;
    height: auto;
  }
  .about-cta-sec .about-cta-sec-content {
    text-align: center;
  }
  .about-cta-sec .about-cta-sec-content h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .about-cta-sec .about-cta-sec-content p {
    font-size: 16px;
    line-height: 23px;
  }
  .about-cta-sec .about-cta-sec-content button {
    width: auto;
    padding: 15px !important;
  }
  .contact-us-banner-main {
    height: auto;
    padding: 100px 0px 0px;
  }
  .contact-us-banner-main .contact-us-banner-main-content {
    padding: 0px 10px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx {
    display: block;
    padding: 0;
    text-align: center;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx button {
    margin-top: 20px;
    width: auto;
    padding: 10px;
    margin-bottom: 30px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-img-main img {
    width: 100%;
  }
  .healthcare-banner-main {
    padding: 100px 0px 0px 0px !important;
    height: auto;
  }
  .healthcare-banner-main .health-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%;
    text-align: center;
  }
  .healthcare-banner-main .health-banner-content h1 {
    font-size: 35px !important;
    line-height: 45px !important;
    margin-bottom: 10px;
  }
  .healthcare-banner-main .health-banner-content p {
    margin-bottom: 20px;
  }
  .healthcare-banner-main .health-banner-content .banner-brand-logo {
    margin-top: 0px;
    gap: 25px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    justify-content: center;
  }
  .healthcare-banner-main .banner-form form {
    padding: 25px;
  }
  .healthcare-banner-main .banner-form form .banner-form-heading {
    text-align: center;
  }
  .healthcare-banner-main .banner-form form .banner-form-heading h2 {
    font-size: 45px;
    line-height: 52px;
  }
  .count-content-sec-main {
    padding: 50px 0px 50px;
  }
  .count-content-sec-main .count-content-inner {
    text-align: center;
  }
  .count-content-sec-main .count-content-inner h3 {
    font-size: 40px;
    line-height: 47px;
  }
  .count-content-sec-main .count-content-inner ul {
    margin-top: 30px;
    gap: 20px;
  }
  .count-content-sec-main .count-content-inner ul li {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 42px;
  }
  .count-content-sec-main .count-content-inner ul li span {
    font-size: 16px;
    line-height: 23px;
  }
  .indus-prtfolio-main {
    padding: 50px 0px;
  }
  .indus-prtfolio-main .portfolio-head-wrap {
    width: 100%;
    padding: 0px 15px;
  }
  .indus-prtfolio-main .portfolio-head-wrap h3 {
    font-size: 45px;
    line-height: 52px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item {
    margin: 0px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner {
    padding: 50px 20px 0px 20px !important;
    text-align: center;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner h4 {
    font-size: 45px !important;
    line-height: 52px !important;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner p {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .industry-content-sec-main {
    padding: 50px 0px 50px;
    position: relative;
    z-index: 1;
  }
  .industry-content-sec-main::before {
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
  }
  .industry-content-sec-main .industry-content-inner {
    text-align: center;
  }
  .industry-content-sec-main .industry-content-inner h3 {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 15px;
    color: #fff;
  }
  .industry-content-sec-main .industry-content-inner p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #fff;
  }
  .industry-content-sec-main .industry-content-inner button {
    width: auto;
    padding: 15px 30px;
  }
  .indus-process-sec-main {
    padding: 50px 0px 0px;
  }
  .indus-process-sec-main .indus-process-head {
    text-align: center;
  }
  .indus-process-sec-main .indus-process-head h3 {
    font-size: 40px;
    line-height: 47px;
  }
  .indus-process-sec-main .indus-process-head p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .indus-process-sec-main .indus-process-card {
    background-size: cover;
    margin-bottom: 60px;
    text-align: center;
    padding: 90px 25px 25px 25px;
  }
  .indus-process-sec-main .indus-process-card span {
    left: 20%;
  }
  .indus-process-sec-main .indus-process-card h5 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 519px) {
  .service-content-length-sec .service-content-length-sec-wrap {
    text-align: center;
    padding: 15px;
  }
  .service-content-length-sec .service-content-length-sec-wrap h2 {
    font-size: 22px;
    line-height: 29px;
  }
  .service-content-length-sec .service-content-length-sec-wrap p {
    font-size: 16px;
  }
  /* header{
    background-color: #000;
  } */
  .navbar-toggler {
    display: none;
  }
  .pc-wrap {
    padding: 0 1rem;
  }
  header {
    padding: 0 0;
  }
  header .offcanvas-start {
    width: 300px;
  }
  header .offcanvas-start .offcanvas-header .offcanvas-title img {
    width: 180px;
  }
  header nav {
    border: none;
  }
  header nav .navbar-brand img {
    width: 150px;
  }
  header .offcanvas_menu img {
    width: 18px;
  }
  header nav .header-nav-flx {
    display: block;
  }
  header nav .header-nav-flx .header-btn {
    display: none;
  }
  .banner .content .review-brand-flx {
    width: 100%;
    gap: 5px;
  }
  .banner .content .review-brand-flx a img {
    width: 100px;
  }
  .companies_wrap {
    padding: 3rem 0;
  }
  .companies_wrap .icons {
    margin: 1rem 0 0 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  .companies_wrap .icons .crd {
    padding: 12px 17px;
  }
  .companies_wrap .icons .crd img {
    width: 40px;
  }
  .book_appoointment {
    margin: 2rem 0 0;
    padding: 2rem 0 2rem;
  }
  .book_appoointment .txt h4 {
    font-size: 31px;
  }
  .book_appoointment .txt p {
    font-size: 14px;
  }
  .book_appoointment .txt ul {
    margin: 2rem 0 3rem;
  }
  .book_appoointment .txt ul li {
    font-size: 26px;
  }
  .book_appoointment .txt ul li span {
    font-size: 9px;
  }
  .book_appoointment .vd_area video {
    width: 100%;
  }
  .book_appoointment .vd_area .bpm_img {
    display: none;
  }
  .book_appoointment .vd_area .caledner_img {
    display: none;
  }
  .portfolio_wrap {
    padding: 2rem 0 0;
  }
  .portfolio_wrap .txt {
    text-align: center;
  }
  .portfolio_wrap .txt h4 {
    font-size: 33px;
    line-height: 40px;
  }
  .portfolio_wrap .txt p {
    font-size: 15px;
    width: 100%;
    padding: 9px 0;
  }
  .portfolio_wrap .owl-carousel .owl-stage-outer {
    height: 472px;
  }
  .portfolio_wrap .portfolio-next {
    font-size: 12px;
    background: #48e0c2;
    top: -3%;
    padding: 10px;
    border-radius: 10px;
  }
  .portfolio_wrap .portfolio-next img {
    width: 25px;
    margin: 0 2px;
  }
  .portfolio_wrap .crd h4 {
    font-size: 20px;
  }
  .tabs_wrap {
    padding: 3rem 0;
  }
  .tabs_wrap .tabs_area {
    padding: 0;
  }
  .cta .content h4 {
    font-size: 28px;
  }
  .cta .content p {
    font-size: 16px;
    margin: 7px 0 18px;
  }
  .cta .content button {
    width: 159px;
    padding: 4px 0;
    font-size: 13px;
  }
  footer {
    padding: 2rem 12px 11px;
  }
  footer .footer-nav-links {
    justify-content: flex-start;
  }
  footer .condition-links {
    justify-content: center !important;
  }
  footer .footer-bottom {
    text-align: center;
  }
  footer .footer-inner-details a img {
    width: 233px;
  }
  .head_area h3 {
    font-size: 26px;
    line-height: 33px;
  }
  .head_area p {
    font-size: 16px;
    padding: 20px 0 !important;
  }
  .faq_wrap {
    padding: 3rem 1rem;
  }
  .faq_wrap .accordion .accordion-item button {
    font-size: 18px;
  }
  .book_call {
    padding: 2rem 0;
    margin: 1rem 0 0 0;
  }
  .book_call h4 {
    font-size: 40px;
  }
  .book_call .img_area img {
    width: 100%;
  }
  .book_call .img_area .txt {
    width: 90%;
  }
  .book_call form button {
    background: #48e0c1;
    color: #fff;
    width: 92%;
  }
  .testimonial_wrap {
    padding: 6rem 0;
  }
  .testimonial_wrap .frame img {
    height: 670px;
  }
  .testimonial_wrap .item {
    margin: 0 21px;
  }
  .testimonial_wrap .item .crd .comment p {
    font-size: 14px;
  }
  .testimonial_wrap .item .crd .comment img {
    width: 183px;
  }
  .testimonial_wrap .owl-carousel__nav button {
    width: 118px;
    font-size: 12px;
  }
  .who_wrap {
    margin-top: 12rem;
  }
  .who_wrap h3 {
    font-size: 4rem;
  }
  .who_wrap .song img:nth-child(2) {
    width: 100%;
  }
  .who_wrap .map p,
  .who_wrap .map a {
    display: none;
  }
  .who_wrap .crd_One {
    padding: 2rem;
    margin: 1rem 0 0 0 !important;
    height: 201px;
  }
  .who_wrap .crd_One h4 {
    font-size: 19px !important;
  }
  .who_wrap .crd_One p {
    margin: 13px 0 7px !important;
    font-size: 12px !important;
  }
  .who_wrap .crd_One a {
    width: 138px !important;
    padding: 1px 0 !important;
    font-size: 12px !important;
    margin: 18px 0 0 0 !important;
    display: block !important;
  }
  .who_wrap .crd_One h2 {
    font-size: 30px;
  }
  .who_wrap .crd_One .phone_img img {
    display: none;
  }
  .who_wrap .crd_One div img {
    width: 77px;
  }
  .who_wrap .crd_One img {
    width: 117px;
  }
  .digital_wrap {
    margin: 2rem 0 6rem;
  }
  .digital_wrap .crd_One .txt p {
    font-size: 20px;
  }
  .digital_wrap .crd_One .txt img {
    width: 25px !important;
  }
  .digital_wrap .crd_One img {
    width: 83%;
  }
  .digital_wrap .crd_two img,
  .digital_wrap .crd_two p {
    display: none;
  }
  .digital_wrap .crd_middle h4 {
    display: none;
  }
  .digital_wrap .crd_middle h3 {
    font-size: 30px;
    padding: 1rem 0 0rem;
  }
  .digital_wrap .crd_middle .scroll_box img.di_anim {
    width: 301px;
    top: 171%;
    transform: translate(-50%, -30%);
  }
  .digital_wrap .crd_middle .scroll_box img.scroll_arrow {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 1rem);
    width: 41px;
    animation: none;
  }
  .digital_wrap .crd_two p {
    font-size: 18px;
  }
  .banner video {
    height: 619px;
    object-position: 80% 100%;
  }
  .banner .content {
    width: 90%;
    bottom: 0;
    transform: translateY(89%);
  }
  .banner .content p {
    font-size: 14px;
    margin: 18px 0;
  }
  .banner .content h4 {
    font-size: 34px;
  }
  .banner .content button {
    width: 190px;
    padding: 3px 0;
    font-size: 14px;
  }
  .banner .content::after {
    content: "";
    position: absolute;
    width: 114%;
    height: 100%;
    background: linear-gradient(357deg, #000000, rgb(30, 27, 28));
    bottom: 28px;
    left: -25px;
    z-index: -1;
    padding: 20px 0;
  }
  .banner .app_btn,
  .banner .arrow-next {
    display: none;
  }
  .banner .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile .services_mb .service_one {
    margin: 5px 6px;
    padding: 14px 11px;
    border-radius: 9px;
  }
  .mobile .services_mb .service_one h4 {
    font-size: 12px;
  }
  .mobile .services_mb .service_one img {
    width: 18px;
  }
  .service-banner-main {
    height: auto;
    padding: 100px 0px 50px;
  }
  .service-banner-main .col-xl-12 {
    padding: 0px 25px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx {
    display: block;
    padding: 0;
    text-align: center;
  }
  .service-banner-main .col-xl-12 .services-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .service-banner-main .col-xl-12 .services-banner-flx button {
    margin-top: 20px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content {
    padding: 40px 0px 0px;
  }
  .service-banner-main .col-xl-12 .serv-banner-main-content h2 {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .service-banner-main .col-xl-12 .serv-banner-text-flx .serv-banner-text-content h3 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  .service-banner-main .col-xl-12 .serv-banner-mobile-img {
    display: none;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo {
    width: 100%;
    position: relative;
    bottom: 0;
    display: grid;
    grid-template-columns: 45% 45%;
    row-gap: 15px;
    margin-top: 15px;
    padding-left: 0px;
  }
  .service-banner-main .col-xl-12 .banner-brand-logo a img {
    width: 120px;
  }
  .service-sec-main {
    padding: 40px 0px;
  }
  .service-sec-main .mobile .services-sec-content-flx {
    display: block;
  }
  .service-sec-main .mobile .services-sec-content-flx .services-sec-lft-content {
    text-align: center;
    margin-bottom: 15px;
  }
  .service-sec-main .mobile .services-sec-content-flx h3 {
    font-family: "Glancyr-Medium";
    font-size: 22px;
    line-height: 32px;
    color: #1F1F1F;
  }
  .count-serv-sec-main .serv-counter-sec ul {
    display: block;
    margin: 0;
  }
  .flutter-banner-main {
    height: auto;
    padding: 100px 0px 50px;
  }
  .flutter-banner-main .flutter-head-wrap {
    padding-top: 0px;
  }
  .flutter-banner-main .flutter-head-wrap .banner-brand-logo {
    gap: 20px;
  }
  .flutter-banner-main .flutter-head-wrap .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-heading h1 {
    font-size: 30px;
    line-height: 37px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-heading button {
    width: auto;
    padding: 20px;
    line-height: 24px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-banner-img {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-banner-img .app-screens .app-screens-overlay {
    gap: 20px;
    display: grid;
    grid-template-columns: 48% 48%;
    margin-top: 20px;
  }
  .flutter-banner-main .flutter-head-wrap .flutter-banner-img .app-screens .app-screens-overlay .screen-highlight:nth-child(5) {
    display: none;
  }
  .hybrid-banner-main {
    padding: 100px 0px 0px;
    height: auto;
  }
  .hybrid-banner-main::after {
    display: none;
  }
  .hybrid-banner-main .hybrid-banner-content {
    padding: 0px !important;
  }
  .hybrid-banner-main .hybrid-banner-content h1 {
    font-size: 45px;
    line-height: 52px;
    width: 100%;
    text-align: center;
  }
  .hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text {
    background-color: #000000;
    margin-top: 5%;
    padding: 50px 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text a img {
    width: 120px;
    height: auto;
    margin-bottom: 40px;
  }
  .hybrid-banner-main .hybrid-banner-content .hybrid-banner-bottom-text h2 {
    font-size: 30px;
    line-height: 37px;
    font-family: "Glancyr-Medium";
    color: #fff;
    width: 100%;
  }
  .hybrid-banner-main .hybrid-banner-image {
    position: relative;
    bottom: 0px;
    right: 0px;
    top: -10px;
    background-color: #000000;
    padding-top: 50px;
  }
  .hybrid-banner-main .hybrid-banner-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .hybrid-banner-main .hybrid-banner-image .banner-brand-logo {
    display: none;
  }
  .hybrid-banner-main .hybrid-banner-image .banner-brand-logo a img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  .second-counter-sec {
    height: auto !important;
    margin: 0px auto !important;
    padding: 30px 0px;
  }
  .android-banner-main {
    padding: 120px 15px 0px 15px !important;
  }
  .android-banner-main .android-banner-content {
    padding: 0px !important;
  }
  .android-banner-main .android-banner-content span {
    font-size: 12px !important;
    padding: 10px 22px !important;
    line-height: 24px !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
  }
  .android-banner-main .android-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
    text-align: center !important;
  }
  .android-banner-main .android-banner-content button {
    margin: 30px 0px 0px !important;
    padding: 15px 30px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .android-banner-main .android-banner-content .banner-brand-logo {
    position: relative;
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .android-banner-main .android-banner-content .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .android-banner-main .android-banner-image {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .android-banner-main .android-banner-image img {
    width: 100%;
    height: auto;
  }
  .android-banner-main .android-banner-image .serv-counter-sec {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  .service-content-sec {
    margin-top: 0px !important;
    padding: 50px 15px 0px 15px !important;
    z-index: 1;
  }
  .service-content-sec::before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
  }
  .service-content-sec .service-content-sec-wrap h4 {
    font-size: 45px !important;
    line-height: 52px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
  }
  .service-content-sec .service-content-sec-wrap p {
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 0px !important;
    width: 100% !important;
  }
  .service-content-sec .service-content-sec-wrap button {
    padding: 15px 30px !important;
    margin: 20px auto;
    display: flex;
  }
  .service-content-sec .service-content-sec-wrap .img_area img {
    position: relative !important;
  }
  .enterprise-banner-main {
    padding: 150px 0px 50px;
  }
  .enterprise-banner-main::after {
    display: none;
  }
  .enterprise-banner-main .enterprise-banner-content {
    padding: 0px !important;
  }
  .enterprise-banner-main .enterprise-banner-content h1 {
    font-size: 45px;
    line-height: 52px;
    text-align: center !important;
  }
  .enterprise-banner-main .enterprise-banner-content img {
    display: none;
  }
  .enterprise-banner-main .enterprise-banner-image {
    text-align: center;
  }
  .enterprise-banner-main .enterprise-banner-image img {
    width: 100%;
    height: auto;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text {
    width: 100%;
    margin-top: 20px;
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text a img {
    width: 120px;
    height: auto;
    margin-bottom: 40px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(296deg) brightness(110%) contrast(101%);
  }
  .enterprise-banner-main .enterprise-banner-image .enterprise-banner-bottom-text h2 {
    font-size: 30px;
    line-height: 37px;
    font-family: "Glancyr-Medium";
    color: #fff;
  }
  .wearable-banner-main {
    padding: 120px 0px 0px 0px !important;
  }
  .wearable-banner-main .wearable-banner-content {
    padding: 0px !important;
  }
  .wearable-banner-main .wearable-banner-content span {
    font-size: 12px !important;
    padding: 12px !important;
    line-height: 24px !important;
  }
  .wearable-banner-main .wearable-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
    text-align: center !important;
  }
  .wearable-banner-main .wearable-banner-content button {
    margin: 30px 0px 0px !important;
    padding: 15px 30px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .wearable-banner-main .wearable-banner-content .banner-brand-logo {
    position: relative;
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    top: 0;
    left: 0;
  }
  .wearable-banner-main .wearable-banner-content .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .wearable-banner-main .wearable-banner-image {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .wearable-banner-main .wearable-banner-image img {
    width: 100%;
    height: auto;
  }
  .nft-banner-main {
    padding: 100px 0px 0px 0px !important;
    height: auto;
  }
  .nft-banner-main .nft-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%;
  }
  .nft-banner-main .nft-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
  .nft-banner-main .nft-banner-content button {
    width: auto;
    padding: 15px 30px !important;
  }
  .nft-banner-main .nft-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .cross-platform-banner-main {
    height: auto;
    padding: 100px 0px 50px 0px !important;
  }
  .cross-platform-banner-main .cross-platform-banner-content {
    padding-top: 0px !important;
    text-align: center;
  }
  .cross-platform-banner-main .cross-platform-banner-content span {
    font-size: 12px !important;
    padding: 12px !important;
    line-height: 24px !important;
  }
  .cross-platform-banner-main .cross-platform-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
    text-align: center !important;
  }
  .cross-platform-banner-main .cross-platform-banner-content button {
    margin: 30px 0px 0px !important;
    padding: 15px 30px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .cross-platform-banner-main .cross-platform-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  .cross-platform-banner-main .cross-platform-banner-content .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .react-native-banner-main {
    padding: 100px 0px 50px 0px !important;
    height: auto;
  }
  .react-native-banner-main .react-native-banner-content {
    text-align: center;
  }
  .react-native-banner-main .react-native-banner-content h1 {
    font-size: 50px;
    line-height: 57px;
  }
  .react-native-banner-main .react-native-banner-content button {
    margin: 30px 0px 0px !important;
    padding: 15px 30px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .react-native-banner-main .react-native-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  .react-native-banner-main .react-native-banner-content .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .game-banner-main {
    padding: 100px 0px 0px 0px !important;
    height: auto;
  }
  .game-banner-main .game-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%;
  }
  .game-banner-main .game-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
  .game-banner-main .game-banner-content button {
    width: auto;
    padding: 15px 30px !important;
  }
  .game-banner-main .game-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .prototype-banner-main {
    padding: 100px 0px 0px 0px !important;
    height: auto;
  }
  .prototype-banner-main .prototype-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%;
  }
  .prototype-banner-main .prototype-banner-content h1 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
  .prototype-banner-main .prototype-banner-content button {
    width: auto;
    padding: 15px 30px !important;
  }
  .prototype-banner-main .prototype-banner-content .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .contact-us-banner-main {
    height: auto;
    padding: 100px 0px 0px;
  }
  .contact-us-banner-main .contact-us-banner-main-content {
    padding: 0px 10px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx {
    display: block;
    padding: 0;
    text-align: center;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-flx button {
    margin-top: 20px;
    width: auto;
    padding: 10px;
    margin-bottom: 30px;
  }
  .contact-us-banner-main .contact-us-banner-main-content .contact-us-banner-img-main img {
    width: 100%;
  }
  .story-sec-main {
    padding: 50px 0px 5px;
  }
  .story-sec-main .story-sec-main-content {
    width: 100%;
    text-align: center;
  }
  .story-sec-main .story-sec-main-content h2 {
    font-size: 40px;
    line-height: 47px;
  }
  .story-sec-main .story-sec-main-content p {
    font-size: 16px;
    line-height: 23px;
  }
  .story-sec-main .story-sec-main-content .banner-brand-logo {
    gap: 20px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .story-sec-main .story-sec-main-content .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .story-sec-main .story-sec-img-main img {
    width: 100%;
  }
  .mission-vission-sec-main {
    height: auto;
    background: #1F1F1F;
    margin-top: 50px;
    padding: 50px 0px 50px;
  }
  .mission-vission-sec-main .mission-vission-sec-content {
    width: 100%;
    text-align: center;
  }
  .mission-vission-sec-main .mission-vission-sec-content h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .mission-vission-sec-main .mission-vission-sec-content p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .mission-vission-sec-main .serv-counter-sec {
    margin-top: 30px;
  }
  .mission-vission-sec-main .serv-counter-sec ul {
    display: block;
    margin: 0;
  }
  .mission-vission-sec-main .serv-counter-sec ul li {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 42px;
  }
  .mission-vission-sec-main .serv-counter-sec ul li span {
    font-size: 16px;
    line-height: 23px;
  }
  .about-cta-sec {
    padding: 50px 0px 50px;
    height: auto;
  }
  .about-cta-sec .about-cta-sec-content {
    text-align: center;
  }
  .about-cta-sec .about-cta-sec-content h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .about-cta-sec .about-cta-sec-content p {
    font-size: 16px;
    line-height: 23px;
  }
  .about-cta-sec .about-cta-sec-content button {
    width: auto;
    padding: 15px !important;
  }
  .third-counter-sec {
    padding: 50px 0 50px;
    height: auto !important;
  }
  .third-counter-sec .banner-brand-logo {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .third-counter-sec .banner-brand-logo a img {
    width: 80px;
    height: 80px;
  }
  .ios-banner-main {
    padding: 100px 0px 0px;
    height: auto;
  }
  .ios-banner-main .ios-banner-content {
    padding-bottom: 20px;
  }
  .ios-banner-main .ios-banner-content h1 {
    font-size: 40px;
    line-height: 47px;
  }
  .ios-banner-main .ios-banner-image img {
    width: 100%;
    margin-top: 0px;
  }
  .ios-banner-main .ios-banner-btn {
    text-align: center;
  }
  .ios-banner-main .ios-banner-btn button {
    width: auto;
    padding: 15px 60px !important;
  }
  .ios-banner-second-main {
    margin-top: 0px;
  }
  .ios-banner-second-main .ios-banner-second-content {
    padding: 15px 10px;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ios-banner-second-main .ios-banner-second-content::after {
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 25px;
    opacity: 0.5;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner {
    width: 100%;
    margin: 0 auto;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .ios-banner-second-main .ios-banner-second-content .ios-banner-second-content-inner button {
    width: auto;
    padding: 10px 12px !important;
  }
  .healthcare-banner-main {
    padding: 100px 0px 0px 0px !important;
    height: auto;
  }
  .healthcare-banner-main .health-banner-content {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 100%;
    text-align: center;
  }
  .healthcare-banner-main .health-banner-content h1 {
    font-size: 30px !important;
    line-height: 37px !important;
    margin-bottom: 10px;
  }
  .healthcare-banner-main .health-banner-content p {
    margin-bottom: 20px;
  }
  .healthcare-banner-main .health-banner-content .banner-brand-logo {
    margin-top: 0px;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    justify-content: center;
  }
  .healthcare-banner-main .banner-form form {
    padding: 25px;
  }
  .healthcare-banner-main .banner-form form .banner-form-heading {
    text-align: center;
  }
  .healthcare-banner-main .banner-form form .banner-form-heading h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .count-content-sec-main {
    padding: 50px 0px 50px;
  }
  .count-content-sec-main .count-content-inner {
    text-align: center;
  }
  .count-content-sec-main .count-content-inner h3 {
    font-size: 30px;
    line-height: 37px;
  }
  .count-content-sec-main .count-content-inner ul {
    display: block;
    margin-top: 30px;
  }
  .count-content-sec-main .count-content-inner ul li {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 42px;
  }
  .count-content-sec-main .count-content-inner ul li span {
    font-size: 16px;
    line-height: 23px;
  }
  .indus-prtfolio-main {
    padding: 50px 0px;
  }
  .indus-prtfolio-main .portfolio-head-wrap {
    width: 100%;
    padding: 0px 15px;
  }
  .indus-prtfolio-main .portfolio-head-wrap h3 {
    font-size: 30px;
    line-height: 37px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item {
    margin: 0px;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner {
    padding: 50px 20px 0px 20px !important;
    text-align: center;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner h4 {
    font-size: 30px !important;
    line-height: 37px !important;
  }
  .indus-prtfolio-main .industry-portfolio-slider .owl-item .industry-slide-inner p {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  .industry-content-sec-main {
    padding: 50px 0px 50px;
    position: relative;
    z-index: 1;
  }
  .industry-content-sec-main::before {
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
  }
  .industry-content-sec-main .industry-content-inner {
    text-align: center;
  }
  .industry-content-sec-main .industry-content-inner h3 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 15px;
    color: #fff;
  }
  .industry-content-sec-main .industry-content-inner p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
    color: #fff;
  }
  .industry-content-sec-main .industry-content-inner button {
    width: auto;
    padding: 15px 30px;
  }
  .indus-process-sec-main {
    padding: 50px 0px 50px;
  }
  .indus-process-sec-main .indus-process-head {
    text-align: center;
  }
  .indus-process-sec-main .indus-process-head h3 {
    font-size: 30px;
    line-height: 37px;
  }
  .indus-process-sec-main .indus-process-head p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .indus-process-sec-main .indus-process-card {
    background-size: cover;
    margin-bottom: 60px;
    text-align: center;
    padding: 75px 25px 25px 25px;
  }
  .indus-process-sec-main .indus-process-card span {
    left: 26%;
  }
  .indus-process-sec-main .indus-process-card h5 {
    font-size: 20px;
    line-height: 27px;
  }
}

/*# sourceMappingURL=styles.css.map */
