* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

.navig-herobanner-wrap {
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-image: url(../images/hb.png); */
  overflow-x: hidden;
  /* background: #0048AB; */
  /* background: linear-gradient(90deg, #80A9E0 0%, #0048AB 50%, #001F54 100%); */
  background: linear-gradient(90deg, #010230 0%, #03063b 100%);
  /* background: linear-gradient(90deg, #0048AB 0%, #007BFF 50%, #00D4FF 100%); */
}

nav {
  top: 0;
  width: 100%;
  z-index: 999999;
  position: absolute;
  padding: 20px 0;
  transition: 0.5s all ease;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.nav-wrap {
  display: flex;
  height: 100px;
  justify-content: space-between;
}

.nav-wrap a {
  display: flex;
  align-items: center;
}

.nav-wrap a img {
  height: 110px;
}

section.navig-herobanner-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  /* background-image: url('../images/hb-bkg.png'); */
}

.nav-wrap ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  column-gap: 32px;
  align-items: center;
}

.nav-wrap ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
}

.nav-wrap ul li a.filled-btn {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.nav-wrap ul li a.active {
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 3px solid #0348ad;
}

.container {
  width: 100%;
  height: fit-content;
  max-width: 1440px;
  position: relative;
}

.container-fluid {
  width: 100%;
  height: 100%;
  max-width: 1650px;
  position: relative;
}

.btn-wrap button {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: 0.5s all ease;
  background-color: #fff;
}

.btn-wrap button:hover {
  color: #fff;
  background-color: unset;
  border: 1px solid #fff;
  transition: 0.5s all ease;
}

.filled-btn {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #fff;
  color: #0348ad;
  border-radius: 50px;
  text-decoration: none;
  padding: 10px 30px;
  display: inline-flex;
  width: fit-content;
  transition: 0.5s all ease;
}

.outline-btn {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  background-color: unset;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  text-decoration: none;
  padding: 10px 30px;
  transition: 0.5s all ease;
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.filled-btn:hover {
  color: #203754;
  background-color: unset;
  border: 1px solid #203754;
  transition: 0.5s all ease;
}

.outline-btn:hover {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.5s all ease;
}

.nav-wrap ul li a.filled-btn:hover {
  color: #ffffff;
  background-color: unset;
  border: 1px solid #ffffff;
  transition: 0.5s all ease;
}

body.header-sticky nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 #000;
  transition: 0.5s all ease;
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.header-sticky nav {
  padding: 5px 0;
}

.header-sticky .nav-wrap a img {
  height: 70px;
}

.header-sticky .nav-wrap {
  display: flex;
  align-items: center;
}

.web3-wrapper {
  top: 51%;
  position: absolute;
  z-index: 999999;
  color: #ffff;
  transform: translateY(-50%);
  width: 100%;
  left: 100px;
}

.web3-wrapper h2 {
  font-size: 63px;
  margin-bottom: 27px;
  width: 70%;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.web3-wrapper p {
  font-size: 22px;
  width: 50%;
  line-height: 41px;
  margin-bottom: 30px;
  font-weight: 300;
}

span.tagmoto-hb {
  display: flex;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 18px;
  font-weight: 500;
}

section.about-sect {
  padding: 60px 0;
  height: fit-content;
}

.about-box p {
  margin-bottom: 0;
}

.about-cover h2 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 22px;
  font-weight: 600;
}

.client-logo figure img {
  height: 50px;
  width: 100px !important;
  object-fit: contain;
}

.service-grid {
  display: grid;
  grid-template-columns: 40% 50%;
  grid-column-gap: 10%;
}

.content-box a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background-image: url("../images/arrow.svg");
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: background 0.35s;
}

.content-box:hover a:after {
  background-position-x: left;
  opacity: 1;
}

.content-box:hover h6 {
  color: #0048ab;
}

.serv-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.serv-head h2 {
  font-size: 60px;
}

.serv-head a {
  color: #2e2e2e;
  padding-bottom: 7px;
  border-bottom: 1px solid #2e2e2e;
  transition: border 0.2s linear;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.2s linear;
}

.serv-head a:hover {
  color: #0048ab;
  border-bottom: 1px solid #0048ab;
  transition: all 0.2s linear;
}

section.service-section {
  padding: 80px 0;
}

.content-box-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.content-box {
  background-color: #f5f5f7;
  padding: 24px;
  position: relative;
}

.content-box a {
  color: #000;
  text-decoration: none;
  margin-bottom: 50px;
  display: inline-block;
}

.content-box p {
  margin-bottom: 0;
}

.content-box h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #2e2e2e;
  transition: color 0.2s linear;
}

.content-box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #2e2e2e;
}

.service-left h5 {
  font-weight: 400;
  font-size: 32px;
  line-height: 44.3px;
  letter-spacing: 0px;
  color: #2e2e2e;
  margin-bottom: 30px;
}

.service-left ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.service-left ul li {
  font-weight: 400;
  font-size: 28px;
  line-height: 44.3px;
  letter-spacing: 0px;
  cursor: pointer;
  color: #717171;
  transition: all 0.2s linear;
}

.service-left ul li a {
  text-decoration: none;
  color: #717171;
  transition: all 0.2s linear;
}

.service-left ul li a:hover {
  color: #0048ab;
  transition: all 0.2s linear;
}

.serv-cover .serv-moto {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  padding-right: 80px;
  color: #2e2e2e;
  display: inline-flex;
}

.serv-cover a {
  color: #2e2e2e;
  padding: 0;
  margin-top: 30px;
  font-weight: 500;
  width: fit-content;
  white-space: nowrap;
  align-items: center;
  grid-column-gap: 15px;
  transition: all 0.2s linear;
}

.serv-cover a:hover {
  color: #0048ab;
  transition: all 0.2s linear;
}

.serv-cover a:hover svg path {
  stroke: #0048ab;
  transition: all 0.2s linear;
}

.serv-head p {
  margin-bottom: 0;
}

section.addtional-section .serv-head {
  display: grid;
  grid-template-columns: 50% 40%;
}
#customAccordion {
  width: 70%;
  margin: 0 auto;
}

#customAccordion .acc-item {
  border: none;
  background-color: transparent;
}

#customAccordion .acc-header {
  padding: 24px 20px;
  background-color: #f5f5f7;
  border-bottom: 1px solid rgba(1, 20, 53, 0.12);
}

#customAccordion .acc-btn {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  outline: none;
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.acc-toggle-icon {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  transition: transform 0.2s ease, content 0.2s ease;
}

span.num {
  color: rgb(101, 108, 114);
  font-size: 15px;
  font-weight: 400;
}

.acc-title-wrap {
  display: flex;
  align-items: center;
  position: relative;
  top: 3px;
  column-gap: 15px;
}

.acc-title-wrap span {
  letter-spacing: 0.1px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #2e2e2e;
}

.acc-icon-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-36%);
}

.acc-icon-wrap img {
  width: 15px;
  height: 10px;
}

#customAccordion .acc-content {
  padding-left: 0;
  margin-top: 10px;
}

.acc-content a {
  color: #0048ab;
  column-gap: 8px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.acc-content a svg path {
  stroke: #0048ab;
}

.service-left li a.active {
  color: #000;
  font-weight: 500;
}

section.addtional-section .serv-head p {
  font-size: 18px;
  line-height: 30px;
}

#customAccordion .acc-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}

.owl-dots {
  display: none !important;
}

.owl-nav {
  display: none;
}

#particleCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.title {
  font-size: 3.5rem;
  font-weight: 300;
  background: linear-gradient(
    45deg,
    #ff6b6b,
    #4ecdc4,
    #45b7d1,
    #96ceb4,
    #feca57
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 4s ease-in-out infinite;
  margin-bottom: 1rem;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

.description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.5s forwards;
}

.controls {
  display: flex;
  gap: 1rem;
  justify-content: center;
  opacity: 0;
  animation: fadeInUp 1s ease-out 1s forwards;
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.controls button {
  opacity: 0;
  pointer-events: none;
}

.particles-wrap {
  position: absolute;
  right: -41%;
  top: 0;
  width: 100%;
  height: 100vh;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

section.industry-sect {
  background-color: #fdfdfd;
  padding: 80px 0;
}

.serv-head p {
  width: 40%;
}

.indus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.indus-box svg {
  width: 50px;
  height: 50px;
  transition: all 0.2s linear;
}

.indus-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 50px;
  border-radius: 5px;
  border: 1px solid #f5f5f7;
  row-gap: 15px;
  box-shadow: 0px 0px 2px 0px #edebeb;
}

.indus-box span {
  font-weight: 500;
  font-size: 19px;
  transition: all 0.2s linear;
}

.indus-box:hover svg path {
  fill: #0048ab;
  transition: all 0.2s linear;
}

.indus-box:hover span {
  color: #0048ab;
  transition: all 0.2s linear;
}

.technology-sect {
  padding: 80px 0;
}

.technology-box {
  display: none;
}
.technology-box.active {
  display: block;
}

.technology-tab-wrap ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  column-gap: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
}

.technology-tab-wrap ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  position: relative;
}

.technology-tab-wrap ul li a.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  bottom: -21px;
  background-color: #0048ab;
}

.technology-tab-wrap ul li {
  display: flex;
}

.technology-tab-wrap ul li svg {
  width: 30px;
  height: 30px;
}

.technology-tab-wrap ul li a {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.technology-tab-wrap ul li a.active {
  color: #0048ab;
  font-weight: 500;
}

.technology-tab-wrap ul li a.active svg path {
  fill: #0048ab;
}

.tech-box-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 35px;
}

.tech-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f7;
  padding: 30px 0;
  border-radius: 4px;
  row-gap: 15px;
  border: 1px solid #dfdbdb;
}

.tech-box svg {
  width: 40px;
  height: 40px;
}

.tech-box img {
  width: 45px;
}

.upload-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed #555;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.upload-box:hover {
  background: rgba(255, 255, 255, 0.08);
}

.upload-icon {
  font-size: 28px;
  margin-right: 20px;
}

.upload-text {
  flex: 1;
}

.upload-text p {
  margin: 0;
  line-height: 1.4;
}

.upload-text strong {
  display: block;
  color: #000000;
  font-weight: 600;
}

input[type="file"] {
  display: none;
}

.preview {
  margin-top: 20px;
  text-align: left;
}

.preview img {
  max-width: 200px;
  border-radius: 10px;
  margin-top: 10px;
}

section.connect-form-sect {
  padding: 80px 0;
  background-color: #ededed;
}

section.connect-form-sect h2 {
  text-align: center;
  font-size: 64px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.connect-grid {
  display: grid;
  grid-template-columns: auto 476px;
  grid-column-gap: 50px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.connect-grid form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

section.connect-form-sect {
  padding: 80px 0;
  background-color: #010334;
}

section.connect-form-sect h2 {
  color: #fff;
  text-align: center;
  font-size: 64px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.connect-grid {
  display: grid;
  grid-template-columns: auto 400px;
  grid-column-gap: 50px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.connect-grid form {
  display: grid;
  gap: 25px;
  padding: 25px;
  margin-bottom: 0;
  border-radius: 12px;
  backdrop-filter: blur(5px);
  background: rgb(255 255 255);
  grid-template-columns: repeat(2, 1fr);
}

.connect-grid .form-group label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
}

.connect-grid .form-group input {
  border: none;
  background-color: unset;
  padding-bottom: 8px;
  border-bottom: 1px solid #212529;
}

.connect-grid .form-group textarea {
  resize: none;
  border: none;
  height: 90px;
  padding-bottom: 8px;
  background-color: unset;
  border-bottom: 1px solid #212529;
}

.connect-grid .form-group select {
  border: none;
  background-color: unset;
  padding-bottom: 8px;
  border-bottom: 1px solid #212529;
}

.form-group.span2,
.upload-file.span2 {
  grid-column: span 2;
}

.form-group button {
  height: 60px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  border: 1px solid #010334;
  background-color: #010334;
  border-radius: 50px;
  text-transform: uppercase;
}

.form-group button:hover {
  color: #000;
  background-color: unset;
  border: 1px solid #010334;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #212529;
}

.upload-icon svg {
  width: 35px;
  height: 35px;
}

.preview strong {
  font-weight: 500;
}

button#removeBtn {
  margin-top: 20px;
}

.connect-wrapper {
  width: 80%;
  margin: 0 auto;
}

.connect-right {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.image-left {
  padding: 20px 0 0;
  text-align: center;
  border-radius: 12px;
  background-color: #fff;
}

.contact-form-info {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
}

.contact-form-info ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.support-text {
  text-align: left;
  padding: 20px;
  margin-bottom: 15px;
}

.support-text h5 {
  font-weight: 600;
}

.support-text p {
  font-size: 15px;
}

.contact-form-info ul li {
  font-size: 15px;
}

.image-left img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.contact-form-info ul li {
  display: flex;
  column-gap: 10px;
  align-items: baseline;
  justify-content: flex-start;
}

.contact-form-info ul li svg {
  top: 0px;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  position: relative;
}

.testimonial-sect {
  padding: 80px 0;
}

.testimonial-title span {
  font-size: 15px;
  margin-bottom: 6px;
  display: inline-flex;
  font-weight: 600;
}

.testimonial-title h4 {
  font-size: 40px;
  width: 40%;
  margin-bottom: 30px;
}

.testimonial-title p {
  width: 51%;
  font-size: 15px;
  color: #59585d;
}

.start-rev img {
  width: 110px !important;
}

.start-rev {
  margin-bottom: 25px;
}

.tuser-box {
  background-color: #f6f4f7;
  padding: 40px;
  border-radius: 12px;
}

.tuser-box p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}

.tuser-box p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}

.user h6 {
  margin-bottom: 2px;
  font-weight: 600;
}

.user span {
  font-size: 12px;
  color: #898989;
}

.testimonial-title {
  margin-bottom: 80px;
}

.rating-detail {
  display: flex;
  flex-direction: column;
}

.rdtop img {
  width: 90px;
}

.rdtop {
  display: flex;
  column-gap: 6px;
  margin-bottom: 7px;
}

.rdbottom {
  font-size: 13px;
  color: #59585d;
}

.rating-owl-caro {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.custom-arrow svg {
  width: 20px;
  height: 20px;
}

.custom-arrow {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.arrow-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  border: 1px solid #010334;
  transition: 0.5s all ease;
}

.arrow-btn:hover {
  transition: 0.5s all ease;
  background-color: #010334;
}

.arrow-btn:hover svg path {
  fill: #fff;
  transition: 0.5s all ease;
}

section.blog-sect {
  background-color: #fdfdfd;
  padding: 80px 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-box h3 {
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #212529;
}

.category {
  display: flex;
  column-gap: 7px;
  margin-bottom: 17px;
  justify-content: space-between;
}

.category span:first-child {
  color: #4e4e4e;
  font-weight: 500;
  display: inline-flex;
  background-color: #f3f3f3;
  padding: 4px 12px;
  border-radius: 5px;
}

.blog-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #f5f5f7;
  box-shadow: 0px 0px 2px 0px #edebeb;
}

.blog-img img {
  transition: 0.5s all ease;
}

.blog-box:hover .blog-img img {
  transform: scale(1.1);
  transition: 0.5s all ease;
}

.blog-img {
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}

.category span:last-child {
  font-size: 13px;
}

.blog-box p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 30px;
}

.blog-box a {
  font-size: 14px;
  text-decoration: none;
  color: #0048ab;
}

footer {
  padding: 80px 0 50px;
}

.moto img {
  width: 350px;
  margin-bottom: 20px;
}

.moto p {
  font-size: 17px;
  width: 100%;
  margin-bottom: 40px;
}

.moto ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 0;
}

.moto ul li svg {
  width: 20px;
  height: 20px;
}

.moto ul li a svg path {
  transition: 0.5s all ease;
}

.moto ul li a:hover svg path {
  fill: #0048ab;
  transition: 0.5s all ease;
}

.footer-grid {
  display: grid;
  grid-template-columns: 33% 7% 8% 27%;
  grid-column-gap: 118px;
}

.links h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.links ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 11px;
}

.links ul li a {
  text-decoration: none;
  color: #212529;
}

.contact-box ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 0;
}

.footer-icon {
  width: 40px;
  height: 40px;
  background-color: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
}

.contact-box ul li svg {
  width: 19px;
  height: 19px;
}

.contact-box ul li {
  display: flex;
  column-gap: 15px;
}

.contact-box h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-detial {
  display: flex;
  flex-direction: column;
}

.footer-detial span {
  color: #979797;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  margin-bottom: 2px;
}

.footer-detial a {
  color: #212529;
  text-decoration: none;
  font-size: 17px;
}

.address {
  color: #212529;
  text-decoration: none;
  font-size: 17px;
}

.contact-box ul li:hover .footer-icon {
  background-color: #0048ab;
  transition: 0.5s all ease;
}

.contact-box ul li:hover .footer-icon svg path {
  fill: #fff;
  transition: 0.5s all ease;
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #dfdfdf;
  padding-top: 50px;
}

.footer-copyright ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  column-gap: 15px;
  margin-bottom: 0;
}

.footer-copyright ul li a {
  color: #212529;
  text-decoration: none;
}

.links ul li a:hover {
  color: #0048ab;
}

.footer-copyright ul li a:hover {
  color: #0048ab;
}

.moto ul li a {
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 5px;
  transition: 0.5s all ease;
  background-color: #dfdfdf;
}

.moto ul li a:hover {
  background-color: #0048ab;
  transition: 0.5s all ease;
}

.moto ul li a svg {
  transition: 0.5s all ease;
}

.moto ul li a:hover svg path {
  fill: #fff;
  transition: 0.5s all ease;
}

.navig-herobanner-wrap.inner-page {
  height: 330px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.about-sect {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 80px;
}

.about-sect ul {
  display: flex;
  padding-left: 0;
  column-gap: 10px;
  list-style-type: none;
}

.brd-sect h2 {
  font-size: 45px;
  font-weight: 700;
}

.about-sect ul {
  margin-bottom: 0;
}

.about-sect ul li a {
  text-decoration: none;
  color: #dfdfdf;
  font-size: 16px;
}

.inside-about-grid {
  color: #212529;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ia-left h2 {
  font-size: 45px;
  width: 90%;
  font-weight: 600;
  line-height: 58px;
}

a.common-button {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  border: 1px solid #010334;
  background-color: #010334;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 30px;
  display: inline-flex;
  margin-top: 15px;
  transition: 0.5s all ease;
}

a.common-button:hover {
  color: #010334;
  background-color: unset;
  transition: 0.5s all ease;
}

.about-ip-sect {
  padding: 80px 0;
}

.ia-right {
  font-size: 16px;
  width: 90%;
  color: #59585d;
  line-height: 30px;
}

section.corevalue-sect {
  background-color: #fdfdfd;
  padding: 80px 0;
}

.corevalue-grid {
  display: grid;
  grid-template-columns: 580px auto;
  grid-column-gap: 45px;
}

.cv-left p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.cv-left ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.cv-head h2 {
  font-size: 18px;
}

.cv-left h4 {
  font-size: 22px;
  font-weight: 600;
}

.cv-left ul li {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 30px;
}

.icon-wrap svg {
  width: 45px;
  height: 45px;
}

.icon-wrap {
  background-color: #dfdfdf;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  width: 70px;
  height: 70px;
  transition: 0.5s all ease;
}

.cv-left ul li:hover .icon-wrap {
  background-color: #0048ab;
  transition: 0.5s all ease;
}

.cv-left ul li:hover .icon-wrap svg path {
  fill: #fff;
}

.cv-left ul li:hover .cv-head h2 {
  color: #0048ab;
  transition: 0.5s all ease;
}

.cv-head p {
  width: 75%;
}

.mv-sect {
  padding: 80px 0;
}

.mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mv-cover {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

.mv-cover .mv-grid:last-child {
  border-top: 1px solid #d9d9d9;
  padding-top: 50px;
}

.para-wrap p {
  color: #59585d;
  font-size: 16px;
  line-height: 30px;
}

.mv-left h2 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

.team-sect {
  padding: 80px 0;
  background-color: #fdfdfd;
}

.team-box {
  text-align: center;
}

.team-box h4 {
  margin-top: 20px;
}

.team-img {
  position: relative;
  overflow: hidden;
  transition: 0.5s all ease;
}

.team-box img {
  transition: 0.5s all ease;
}

.team-box:hover img {
  transform: scale(1.1);
  transition: 0.5s all ease;
}

.team-img .social-media {
  position: absolute;
  bottom: 0px;
  left: -100%;
  opacity: 0;
  background-color: #000;
  transition: 0.5s all ease;
}

.social-media a {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  padding: 10px;
}

.team-img .social-media a:hover {
  background-color: #0048ab;
}

.team-box:hover .social-media {
  left: 0;
  opacity: 1;
}

.mb50 {
  margin-bottom: 50px;
}

.contact-form-cover .upload-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed #555;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form-cover .upload-box:hover {
  background: rgba(255, 255, 255, 0.08);
}

.contact-form-cover .upload-icon {
  font-size: 28px;
  margin-right: 20px;
}

.contact-form-cover .upload-text {
  flex: 1;
}

.contact-form-cover .upload-text p {
  margin: 0;
  line-height: 1.4;
}

.contact-form-cover .upload-text strong {
  display: block;
  color: #000000;
  font-weight: 600;
}

.contact-form-cover input[type="file"] {
  display: none;
}

.contact-form-cover .preview {
  margin-top: 20px;
  text-align: left;
}

.contact-form-cover .preview img {
  max-width: 200px;
  border-radius: 10px;
  margin-top: 10px;
}

.contact-form-cover .form-group {
  display: flex;
  flex-direction: column;
}

.contact-form-cover form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.contact-form-cover h2 {
  color: #fff;
  text-align: center;
  font-size: 64px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.contact-form-cover .form-group {
  display: flex;
  flex-direction: column;
}

.contact-form-cover form {
  display: grid;
  gap: 25px;
  padding: 25px;
  margin-bottom: 0;
  border-radius: 12px;
  backdrop-filter: blur(5px);
  background: rgb(255 255 255);
  grid-template-columns: repeat(2, 1fr);
}

.contact-form-cover .form-group label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
}

.contact-form-cover .form-group input {
  border: none;
  background-color: unset;
  padding-bottom: 8px;
  border-bottom: 1px solid #212529;
}

.contact-form-cover .form-group textarea {
  resize: none;
  border: none;
  height: 90px;
  padding-bottom: 8px;
  background-color: unset;
  border-bottom: 1px solid #212529;
}

.contact-form-cover .form-group select {
  border: none;
  background-color: unset;
  padding-bottom: 8px;
  border-bottom: 1px solid #212529;
}

.form-group.span2,
.upload-file.span2 {
  grid-column: span 2;
}

.form-group button {
  height: 60px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  border: 1px solid #010334;
  background-color: #010334;
  border-radius: 50px;
  text-transform: uppercase;
}

.form-group button:hover {
  color: #000;
  background-color: unset;
  border: 1px solid #010334;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #212529;
}

.upload-icon svg {
  width: 35px;
  height: 35px;
}

.preview strong {
  font-weight: 500;
}

button#removeBtn {
  margin-top: 20px;
}

.connect-wrapper {
  width: 80%;
  margin: 0 auto;
}

.connect-right {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.image-left {
  padding: 20px 0 0;
  text-align: center;
  border-radius: 12px;
  background-color: #fff;
}

.contact-form-cover {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
}

.contact-form-cover ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.support-text {
  text-align: left;
  padding: 20px;
  margin-bottom: 15px;
}

.support-text h5 {
  font-weight: 600;
}

.support-text p {
  font-size: 15px;
}

.contact-form-info ul li {
  font-size: 15px;
}

.image-left img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.contact-form-cover ul li {
  display: flex;
  column-gap: 10px;
  align-items: baseline;
  justify-content: flex-start;
}

.contact-form-cover ul li svg {
  top: 0px;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  position: relative;
}

section.contact-sect {
  padding: 80px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
}

.contact-right {
  border-radius: 12px;
  box-shadow: 0 0 2px #00000080;
  overflow: hidden;
}

.contact-left h2 {
  font-size: 22px;
  font-weight: 600;
}

.contact-left p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  width: 80%;
}

.contact-info-box {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.cib-wrap h3 {
  font-size: 17px;
  font-weight: 500;
}

.cib-wrap p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  width: 100%;
  color: #59585d;
}

.contact-left .contact-box {
  margin-top: 50px;
}

.contact-left .contact-box ul {
  row-gap: 30px;
}

section.googlemap iframe {
  height: 550px;
  width: 100%;
}

.banner-next {
  padding: 50px 0;
}

.banner-next h2 {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
}

.banner-next p {
  width: 100%;
  line-height: 30px;
}

.banner-next h2:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 26%;
  display: block;
  background-color: #0048ab;
  height: 3px;
}

.service-ip-left ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.service-ip-left ul li a {
  color: #717171;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.2s linear;
}

.service-ip-left ul {
  margin-bottom: 0;
  border-left: 1px solid #c4c4c4;
  padding-left: 40px;
}

.service-ip-left ul li {
  position: relative;
}

.service-ip-left .tab-link.active a {
  color: #000;
  font-weight: 500;
}

.service-ip-left ul li.active:before {
  content: "";
  position: absolute;
  left: -40px;
  height: 100%;
  width: 3px;
  top: 0;
  background-color: #0048ab;
}

.service-ip-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 110px;
}

img.sd-main-img {
  width: 100%;
  border-radius: 12px;
}

.serv-detail-wrap h3 {
  font-size: 23px;
}

.serv-detail-wrap p {
  margin-bottom: 30px;
}

.serv-detail-wrap p {
  margin-bottom: 30px;
  line-height: 32px;
}

.serv-detail-wrap p {
  color: #59585d;
}

.customize-solutions .rating-owl-caro {
  margin-top: 40px;
  margin-bottom: 50px;
  justify-content: flex-end;
}

.services-box {
  position: relative;
  overflow: hidden;
}

.services-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.69) 0%,
    rgba(0, 0, 0, 0) 102.16%
  );
  width: 100%;
  height: 139px;
}

.indus-cover {
  width: 100%;
  overflow: hidden;
}

.services-box img {
  width: 100%;
}

section.secvice-sect .container {
  overflow: hidden;
}

.customize-solutions {
  overflow: hidden;
}

.service-ip-grid {
  align-items: start;
}

.service-ip-left {
  position: sticky;
  top: 100px;
  overflow-y: auto;
}

img.main-sd-img {
  width: 100%;
  border-radius: 12px;
}

.whyblockchain {
  margin-top: 50px;
  padding: 80px 0;
  background-color: #fdfdfd;
}

.sd-title p {
  width: 48%;
  color: #59585d;
}

.service-box-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  margin-top: 50px;
  grid-column-gap: 25px;
}

.serv-bwrap img {
  width: 100px;
  margin-bottom: 15px;
}

.serv-bwrap {
  padding: 30px 10px;
  background-color: #f5f5f5;
  border-radius: 12px;
}

.btitle {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
}

.faq-sect {
  padding: 80px 0 0px;
  width: 80%;
  margin: 0 auto;
}

#accordion {
  width: 100%;
  margin: 0 auto;
}

#accordion .card {
  border: unset;
  background-color: unset;
}

#accordion .card-header {
  padding: 24px 0;
  background-color: unset;
  border-bottom: 2px solid rgba(1, 20, 53, 0.12);
}

#accordion .card-header a {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  outline: none;
  border: none;
  box-shadow: unset;
  padding: 0;
  position: relative;
}

.accordDflex {
  display: flex;
  align-items: center;
  top: 3px;
  position: relative;
}

.accordDflex span {
  color: #333840;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1px;
}

.accord-arw-wrap {
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-36%);
}

.accord-arw-wrap img {
  width: 15px;
  height: 10px;
}

#accordion .card-body {
  padding-left: 0;
}

#accordion .card-body p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  vertical-align: middle;
}

section.aiagent-sect {
  padding: 80px 0;
}

.aiagent-grid {
  color: #212529;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ai-left h2 {
  font-size: 45px;
  width: 90%;
  font-weight: 600;
  line-height: 58px;
}

.ai-right {
  font-size: 16px;
  width: 90%;
  color: #59585d;
  line-height: 30px;
}

.ticker__item {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 14px 14px 14px 14px;
  gap: 20px;
  width: 300px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .ticker__area {
    padding: 0 0 100px;
  }
}

.ticker-sect {
  overflow: hidden;
  position: relative;
  background: #fdfdfd;
  padding: 80px 0;
}

.ticker-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  padding: 10px 20px;
  gap: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  color: #000;
  transition: all 0.3s ease;
  cursor: pointer;
}

.ticker-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ticker-left img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 30px;
  flex-shrink: 0;
}

.ticker-left span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.ticker-price {
  font-weight: 600;
  letter-spacing: -0.02em;
}

.ticker-track {
  transition-timing-function: linear;
}

[dir="rtl"] .ticker-box {
  flex-direction: row-reverse;
  text-align: left;
}

[dir="rtl"] .ticker-left {
  flex-direction: row-reverse;
}

[dir="rtl"] .ticker-price {
  direction: ltr;
}

.ticker-slider .swiper-slide {
  width: auto !important;
}

.swiper-wrapper {
  margin-bottom: 25px;
}

.ticker-sect .testimonial-title {
  display: flex;
  justify-content: space-between;
}

.float-img {
  animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0px);
  }
}

.planing-section .testimonial-title {
  display: grid;
  grid-template-columns: 40% 50%;
  grid-column-gap: 10%;
  align-items: baseline;
  margin-bottom: 40px;
}

.planing-section .testimonial-title p,
.testimonial-title h4 {
  width: 100%;
}

section.planing-section {
  padding: 80px 0;
}

section.planing-section .rating-owl-caro {
  margin-top: 0;
}

.plan-box {
  padding: 30px;
  background-color: #fdfdfd;
  border-radius: 12px;
  transition: 0.5s all ease;
}

.plan-box:hover {
  background-color: #010334;
  transition: 0.5s all ease;
}

.plan-box:hover svg path {
  fill: #fff;
}

.plan-box:hover h4,
.plan-box:hover p {
  color: #fff;
}

.plan-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.plan-box svg {
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
}

.plan-box p {
  margin-bottom: 0;
}

.primary-gray {
  background-color: #fdfdfd;
}

section.contact-sect.primary-gray .contact-right {
  box-shadow: unset;
  border: 1px solid #e8e8e8;
}

.planning-wrap {
  display: flex;
  column-gap: 20px;
}

.planing-slider-cover {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}

.plan-box h4 {
  width: 100% !important;
  white-space: nowrap !important;
}

.contact-sect.primary-gray .cib-wrap {
  padding: 25px;
  border-radius: 12px;
  background-color: #fff;
}

.contact-sect.primary-gray .cib-wrap i {
  font-size: 30px;
  display: flex;
  color: #010334;
  margin-bottom: 10px;
}

section.blog-sect.blog-listing .blog-grid {
  gap: 25px;
}

.privacy-policy {
  width: 60%;
  margin: 0 auto;
  padding: 80px 0;
}

.privacyPloicyContainer p {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 300;
}

.privacyPloicyContainer h3 {
  font-size: 22px;
  line-height: 47px;
  font-weight: 500;
  margin-bottom: 8px;
}

.privacyPloicyContainer h4 {
  font-size: 20px;
  line-height: 47px;
  font-weight: 500;
  margin-bottom: 0;
}

.privacyPloicyContainer h5 {
  font-size: 20px;
  line-height: 47px;
  font-weight: 500;
  margin-bottom: 0;
}

.privacyPloicyContainer li {
  margin-bottom: 10px;
  text-indent: -23px;
  padding-left: 26px;
}

.privacy-policy h1 {
  margin-bottom: 20px;
}

section.blog-detail-sect {
  padding: 80px 0;
}

.blog-detail-cover img {
  border-radius: 12px;
  margin-bottom: 40px;
  width: 100%;
}

.blog-detail-grid {
  display: grid;
  grid-template-columns: 65% 25%;
  grid-column-gap: 10%;
}

.blog-detail-cover h2 {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
}

.blog-detail-cover p {
  line-height: 28px;
}

.bd-sect {
  margin-bottom: 50px;
}

.bd-sect h4 {
  margin-bottom: 20px;
}

.bd-sect ul {
  list-style-type: decimal;
}

.bd-sect ul li h5 {
  margin-bottom: 9px;
}

.bd-search-box,
.bd-categ-box,
.most-popular {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  margin-bottom: 30px;
}

.bd-search-box input {
  width: 100%;
  border: unset;
}

.searchWicon {
  position: relative;
  border: 1px solid #dbdbdb;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.bd-search-box h3,
.bd-categ-box h3,
.most-popular h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.bd-categ-box ul li a span {
  font-size: 18px !important;
}

.bd-categ-box ul li {
  list-style-type: none;
}

.bd-categ-box ul {
  padding-left: 0;
}

.bd-categ-box ul li a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.bd-categ-box ul li a span {
  color: #000;
}

.bd-categ-box ul li a span {
  color: #000 !important;
  background: unset !important;
}

.bd-categ-box ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.rc-post-item .thumb {
  width: 80px;
  flex: 0 0 auto;
  margin-right: 20px;
}

.rc-post-item .blog-short-content {
  overflow: hidden;
}

.rc-post-item .thumb img {
  border-radius: 5px;
  mix-blend-mode: luminosity;
  height: 80px;
  width: 100%;
  object-fit: cover;
}

.rc-post-item .date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}

.rc-post-item .title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.35;
}

.rc-post-item {
  display: flex;
}

.blog-short-content h5 a {
  text-decoration: none;
  font-size: 19px;
  color: #000;
}

.rc-post-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

section.services-sect {
    padding: 80px 0;
}

.serv-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.service-title {
    text-align: center;
    margin-bottom: 50px;
}

.service-title p {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.service-title h2 {
    font-weight: 600;
}

.serv-box img 
{
    width: 100%;
	transition: 0.5s all ease;
}

.serv-box:hover img 
{
    transform: scale(1.1);
    transition: 0.5s all ease;
}

.serv-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.serv-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 130px;
    width: 100%;
    z-index: 999;
    display: block;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000de 100%) 0 0 no-repeat padding-box;
}

.serv-text
{
    position: absolute;
    z-index: 999999;
    bottom: 20px;
    left: 0px;	
}

.serv-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

.community-sect {
    padding: 80px 0;
}

.serv-text i {
    color: #fff;
    font-size: 21px;
}

.serv-box a span 
{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.comm-grid {
    display: grid;
    grid-template-columns: 60% 35%;
    grid-column-gap: 70px;
}

.achv-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
}

.achv-box {
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 4px 0px #00000047;
}

.achv-box h5 {
    font-size: 40px;
    font-weight: 600;
}

.comm-left .sm-title {
    font-size: 15px;
}

.comm-left h2 {
    margin-top: 10px;
    width: 55%;
}

.comm-left h2 span {
    font-weight: 700;
    color: #030538;
}

.comm-left p {
    width: 50%;
}

.mShow {
  display: none;
}

.dShow {
  display: block;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .container,
  .container-fluid {
    max-width: 1360px;
  }

  .blog-box {
    padding: 20px;
  }

  .service-section,
  .industry-sect,
  .technology-sect,
  .connect-form-sect,
  .testimonial-sect,
  .blog-sect {
    padding: 60px 0 !important;
  }

  .tech-box-grid {
    gap: 30px;
  }

  .serv-head h2 {
    font-size: 50px;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 33% 7% 9% 29%;
    grid-column-gap: 98px;
  }

  .core-value-wrap img {
    width: 100%;
  }

  .core-value-wrap img {
    width: 100%;
    position: absolute;
    top: -80px;
  }

  .blog-img img {
    width: 100%;
  }

  .nav-wrap,
  .about-ip-sect,
  section.corevalue-sect,
  .mv-sect,
  .team-sect,
  footer {
    zoom: 92%;
  }

  section.corevalue-sect {
    overflow: hidden;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
  .container,
  .container-fluid {
    max-width: 1280px;
  }

  section.corevalue-sect {
    overflow: hidden;
  }

  .core-value-wrap img {
    width: 100%;
    position: absolute;
    top: -80px;
  }

  .blog-img img {
    width: 100%;
  }

  .web3-wrapper p {
    width: 57%;
  }

  .nav-wrap {
    zoom: 90%;
  }

  .web3-wrapper h2 {
    font-size: 53px;
    margin-bottom: 27px;
    width: 70%;
  }

  .service-grid {
    grid-template-columns: 30% 60%;
  }

  .serv-head h2 {
    font-size: 50px;
  }

  .indus-box {
    padding: 30px;
  }

  .tech-box-grid {
    gap: 20px;
  }

  section.connect-form-sect h2 {
    font-size: 54px;
  }

  .serv-head {
    margin-bottom: 40px;
  }

  .blog-grid {
    gap: 20px;
  }

  .blog-box {
    padding: 15px;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 33% 7% 9% 27%;
    grid-column-gap: 100px;
  }

  /* 	.web3-wrapper h2 {
		font-size: 56px;
		width: 70%;
	}

	.web3-wrapper p {
		width: 53%;
	}

	.indus-box {
		padding: 30px;
	}

	.serv-head h2 {
		font-size: 40px;
	}

	.tech-box-grid {
		gap: 15px;
	}

	.blog-box h3 {
		font-size: 18px;
	}

	.blog-box p {
		font-size: 14px;
		line-height: 25px;
	}

	.blog-img {
		height: 220px;
	}

	.serv-head 
	{
		margin-bottom: 50px;
	}	
	
	.nav-wrap,
	.about-ip-sect,
	section.corevalue-sect,
	.mv-sect,
	.team-sect,
	footer
	{
		zoom: 90%;
	} */
	
	.comm-left h2 {
		width: 64%;
	}

	.comm-left p {
		width: 60%;
	}	
	
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  .container,
  .container-fluid {
    max-width: 1200px;
  }

  section.corevalue-sect {
    overflow: hidden;
  }

  .core-value-wrap img {
    width: 100%;
    position: absolute;
    top: -80px;
  }

  .blog-img img {
    width: 100%;
  }

  .web3-wrapper p {
    width: 57%;
  }

  .nav-wrap {
    zoom: 87%;
  }

  .web3-wrapper h2 {
    font-size: 53px;
    margin-bottom: 27px;
    width: 70%;
  }

  .service-grid {
    grid-template-columns: 30% 60%;
  }

  .serv-head h2 {
    font-size: 40px;
  }

  .indus-box {
    padding: 30px;
  }

  .tech-box-grid {
    gap: 20px;
  }

  section.connect-form-sect h2 {
    font-size: 54px;
  }

  .serv-head {
    margin-bottom: 40px;
  }

  .blog-grid {
    gap: 20px;
  }

  .blog-box {
    padding: 15px;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 33% 7% 10% 28%;
    grid-column-gap: 86px;
  }

  .testimonial-title h4 {
    font-size: 38px;
    width: 50%;
  }

  .connect-wrapper {
    width: 90%;
  }

  .service-section,
  .industry-sect,
  .technology-sect,
  .connect-form-sect,
  .testimonial-sect,
  .blog-sect {
    padding: 50px 0;
  }

  footer {
    padding: 50px 0 50px;
  }

  .footer-copyright {
    margin-top: 30px;
    padding-top: 30px;
  }
  
	.comm-left h2 {
		width: 82%;
	}  
  
	.technology-tab-wrap ul li a span {
		white-space: nowrap;
	} 
	
	.contact-info-box {
		grid-template-columns: repeat(1, 1fr);
	}

	.comm-left p {
		width: 70%;
	}

	.service-title p {
		width: 70%;	
	}
	
	.comm-grid {
		display: grid;
		grid-template-columns: 55% 40%;
		grid-column-gap: 70px;
	}  
	
	.technology-tab-wrap {
        width: 100%;
        overflow-x: scroll;
    } 
	
     .technology-tab-wrap ul {
        display: flex;
        flex-direction: row;
        width: fit-content;
    } 
	
    .technology-tab-wrap::-webkit-scrollbar {
        height: 0px;
    }	
  
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .container,
  .container-fluid {
    max-width: 1140px;
  }

  section.corevalue-sect {
    overflow: hidden;
  }

  .core-value-wrap img {
    width: 100%;
    position: absolute;
    top: -80px;
  }

  .blog-img img {
    width: 100%;
  }

  .web3-wrapper p {
    width: 60%;
  }

  .nav-wrap {
    zoom: 83%;
  }

  .web3-wrapper h2 {
    font-size: 53px;
    margin-bottom: 27px;
    width: 80%;
  }

  .service-grid {
    grid-template-columns: 30% 60%;
  }

  .serv-head h2 {
    font-size: 37px;
  }

  .indus-box {
    padding: 30px;
  }

  .tech-box-grid {
    gap: 20px;
  }

  section.connect-form-sect h2 {
    font-size: 54px;
  }

  .serv-head {
    margin-bottom: 40px;
  }

  .blog-grid {
    gap: 20px;
  }

  .blog-box {
    padding: 15px;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 33% 7% 10% 28%;
    grid-column-gap: 86px;
  }

  .testimonial-title h4 {
    font-size: 38px;
    width: 50%;
  }

  .connect-wrapper {
    width: 90%;
  }

  .service-section,
  .industry-sect,
  .technology-sect,
  .connect-form-sect,
  .testimonial-sect,
  .blog-sect {
    padding: 50px 0;
  }

  footer {
    padding: 50px 0 50px;
  }

  .footer-copyright {
    margin-top: 30px;
    padding-top: 30px;
  }

  .technology-tab-wrap {
    width: 100%;
    overflow-x: scroll;
  }

  .technology-tab-wrap ul {
    display: flex;
    flex-direction: row;
    width: fit-content;
  }

  .technology-tab-wrap ul li a {
    white-space: nowrap;
  }

  .technology-tab-wrap::-webkit-scrollbar {
    height: 0px;
  }
  
	.comm-left h2 {
		width: 82%;
	}  
  
	.technology-tab-wrap ul li a span {
		white-space: nowrap;
	} 
	
	.contact-info-box {
		grid-template-columns: repeat(1, 1fr);
	}

	.comm-left p {
		width: 70%;
	}

	.service-title p {
		width: 70%;	
	}
	
	.comm-grid {
		display: grid;
		grid-template-columns: 55% 40%;
		grid-column-gap: 70px;
	}	
}

@media only screen and (min-width: 390px) and (max-width: 1024px) {
  .filled-btn,
  .outline-btn {
    font-size: 15px;
    line-height: 25px;
    min-width: 210px;
    justify-content: center;
    display: flex;
  }

  .mShow {
    display: block;
  }

  .dShow {
    display: none;
  }

  a.humb svg {
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 9999;
  }

  body.mobileMenu .mobile-nav {
    left: 0;
    transition: 0.5s all ease;
  }

  body.mobNav {
    overflow: hidden;
  }

  .mobile-nav {
    display: none;
  }

  .mobNav .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100vh;
    padding: 45px 15px 0 15px;
    background-color: #0348ad;
    transition: 0.5s all ease;
    z-index: 999999999999;
  }

  a.crossMobMenu svg {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
  }

  .mobile-header {
    display: flex;
    width: 100%;
    padding: 20px;
    justify-content: space-between;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  }

  body.header-sticky .mobile-header {
    top: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    position: fixed;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  }

  .mobile-header a img {
    width: 260px;
  }

  .mobile-nav ul {
    list-style-type: none;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .mobile-nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
  }

  .mobile-nav a.crossMobMenu svg path {
    fill: #fff;
  }

  .mobile-nav .filled-btn {
    color: #203754;
    background-color: #ffffff;
    border: 1px solid #fff;
  }

  html {
    scroll-padding-top: 80px;
  }

  .service-grid {
    grid-template-columns: 100%;
  }

  .content-box-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .indus-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-grid {
    grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-row-gap: 30px;
  }

  .connect-grid {
    grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-row-gap: 50px;
  }

  .connect-grid form {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-copyright {
    flex-direction: column;
  }

  .serv-head {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: baseline;
  }

  .web3-wrapper h2 {
    font-size: 34px;
    margin-bottom: 27px;
    width: 100%;
  }

  .container-fluid {
    max-width: 100% !important;
  }

  .web3-wrapper {
    top: 49%;
    position: absolute;
    z-index: 999999;
    color: #ffff;
    transform: translateY(-50%);
    width: 100%;
    left: 20px;
  }

  .web3-wrapper p {
    width: 93%;
    line-height: 34px;
  }

  .outline-btn {
    width: fit-content;
  }

  .navig-herobanner-wrap {
    height: 75vh;
  }

  a.humb {
    display: flex;
    align-items: center;
  }

  .container,
  .container-fluid {
    padding: 0 25px;
    max-width: 100% !important;
  }

  .serv-head h2 {
    font-size: 27px;
  }

  .particles-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .scroller {
    width: 100%;
    overflow-x: scroll;
  }

  .service-left ul {
    display: flex;
    flex-direction: row;
    width: fit-content;
    column-gap: 30px;
    margin-bottom: 20px;
  }

  .service-left ul li a {
    white-space: nowrap;
    font-size: 19px;
  }

  .serv-cover .serv-moto {
    padding-right: 0;
  }

  .serv-head a {
    display: none;
  }

  .serv-cover a {
    display: none;
  }

  .scroller::-webkit-scrollbar,
  .technology-tab-wrap::-webkit-scrollbar {
    height: 0px;
  }

  .service-right {
    margin-top: 30px;
  }

  .content-box a:after {
    opacity: 1;
  }

  .serv-head p {
    width: 100%;
  }

  .indus-box {
    padding: 20px;
  }

  section.industry-sect,
  .technology-sect,
  section.connect-form-sect,
  .testimonial-sect,
  section.blog-sect {
    padding: 50px 0;
  }

  .technology-tab-wrap {
    width: 100%;
    overflow-x: scroll;
  }

  .technology-tab-wrap ul {
    display: flex;
    flex-direction: row;
    width: fit-content;
    padding-bottom: 15px;
  }

  .technology-tab-wrap ul li a.active:before {
    bottom: -16px;
  }

  .tech-box-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .tech-box {
    padding: 20px 0;
  }

  .technology-tab-wrap ul li a {
    white-space: nowrap;
  }

  section.connect-form-sect h2 {
    font-size: 28px;
    width: 100%;
    margin-bottom: 40px;
  }

  .connect-wrapper {
    width: 100%;
  }

  .form-group.span2,
  .upload-file.span2 {
    grid-column: span 1 !important;
  }

  .testimonial-title h4 {
    font-size: 34px;
    width: 100%;
    margin-bottom: 30px;
    line-height: 37px;
  }

  .testimonial-title p {
    width: 100%;
  }

  .testimonial-title {
    margin-bottom: 40px;
  }

  .rating-owl-caro {
    margin-top: 50px;
    flex-direction: column;
    row-gap: 25px;
  }

  .rating-detail {
    order: 2;
  }

  .blog-img img {
    width: 100%;
  }

  .blog-box {
    padding: 15px;
  }

  footer {
    padding: 50px 0 30px;
  }

  .links ul {
    margin-bottom: 0;
  }

  .moto ul li {
    display: flex;
    height: 40px;
    width: 40px;
  }

  .moto ul li a {
    width: 100%;
    height: 100%;
  }

  .moto p {
    margin-bottom: 20px;
  }

  .footer-copyright {
    margin-top: 25px;
    padding-top: 25px;
  }

  .footer-copyright ul {
    order: 1;
  }

  .footer-copyright span {
    order: 2;
  }

  .footer-copyright {
    display: flex;
    row-gap: 10px;
  }

  .upload-text strong {
    font-size: 16px;
    text-align: left;
  }

  .mobile-nav ul li {
    opacity: 0;
    transform: translateY(30px);
    display: none;
  }

  body.mobNav ul li {
    display: block;
    animation: revealOneByOne 0.6s ease-out forwards;
  }

  body.mobNav ul li:nth-child(1) {
    animation-delay: 0.1s;
  }

  body.mobNav ul li:nth-child(2) {
    animation-delay: 0.3s;
  }

  body.mobNav ul li:nth-child(3) {
    animation-delay: 0.5s;
  }

  body.mobNav ul li:nth-child(4) {
    animation-delay: 0.7s;
  }

  body.mobNav ul li:nth-child(5) {
    animation-delay: 0.9s;
  }

  body.mobNav ul li:nth-child(6) {
    animation-delay: 1.1s;
  }

  body.mobNav ul li:nth-child(7) {
    animation-delay: 1.3s;
  }

  body.mobNav ul li:nth-child(8) {
    animation-delay: 1.5s;
  }

  @keyframes revealOneByOne {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .inside-about-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .mv-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .corevalue-grid {
    grid-template-columns: 100%;
  }

  .about-sect {
    padding-top: 0;
  }

  .navig-herobanner-wrap.inner-page {
    height: 150px;
  }

  .brd-sect h2 {
    font-size: 34px;
    font-weight: 600;
  }

  section.contact-sect {
    padding: 50px 0px;
  }

  .contact-info-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 30px;
  }

  .contact-form-cover form {
    grid-template-columns: repeat(1, 1fr);
    padding: 10px;
  }

  section.googlemap iframe {
    height: 400px;
  }

  .about-ip-sect {
    padding: 50px 0;
  }

  .ia-left h2 {
    width: 100%;
    font-size: 35px;
    line-height: 40px;
  }

  .ia-left {
    margin-bottom: 25px;
  }

  .ia-right {
    width: 100%;
  }

  .ia-right p:last-child {
    margin-bottom: 0;
  }

  section.corevalue-sect {
    padding: 50px 0;
  }

  .cv-left ul li {
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }

  .cv-left ul {
    margin-top: 40px;
  }

  .core-value-wrap img {
    width: 100%;
  }

  .cv-right {
    margin-top: 40px;
  }

  .core-value-wrap img {
    width: 100%;
  }

  .cv-right {
    margin-top: 40px;
  }

  .mv-sect {
    padding: 50px 0;
  }

  .para-wrap p:last-child {
    margin-bottom: 0;
  }

  .team-sect {
    padding: 50px 0;
  }

  .indus-box svg {
    width: 40px;
    height: 40px;
  }

  .indus-box span {
    font-size: 17px;
  }

  .links h4 {
    font-size: 17px;
  }

  .contact-box h4 {
    font-size: 17px;
  }

  section.service-section {
    padding: 50px 0;
  }

  .moto img {
    width: 280px;
  }
}

/* responsive ------------------------------------------------------------------------ */

.serv-detail-wrap img {
  height: 400px;
  object-fit: cover;
}

.cv-left p {
  font-size: 15px;
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
  .ia-right {
    font-size: 19px;
  }
  .cv-left p {
    font-size: 19px;
  }
  .cv-left h4 {
    font-size: 24px;
  }
  .cv-head p {
    font-size: 16px;
  }

  .para-wrap p {
    font-size: 20px;
  }
  .testimonial-title p {
    font-size: 19px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 389px) {
  .filled-btn,
  .outline-btn {
    font-size: 15px;
    line-height: 25px;
    min-width: 210px;
    justify-content: center;
    display: flex;
  }

  .mShow {
    display: block;
  }

  .dShow {
    display: none;
  }

  a.humb svg {
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 9999;
  }

  body.mobileMenu .mobile-nav {
    left: 0;
    transition: 0.5s all ease;
  }

  body.mobNav {
    overflow: hidden;
  }

  .mobile-nav {
    display: none;
  }

  .mobNav .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100vh;
    padding: 45px 15px 0 15px;
    background-color: #0348ad;
    transition: 0.5s all ease;
    z-index: 999999999999;
  }

  a.crossMobMenu svg {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
  }

  .mobile-header {
    display: flex;
    width: 100%;
    padding: 20px;
    justify-content: space-between;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  }

  body.header-sticky .mobile-header {
    top: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    position: fixed;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  }

  .mobile-header a img {
    width: 260px;
  }

  .mobile-nav ul {
    list-style-type: none;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .mobile-nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
  }

  .mobile-nav a.crossMobMenu svg path {
    fill: #fff;
  }

  .mobile-nav .filled-btn {
    color: #203754;
    background-color: #ffffff;
    border: 1px solid #fff;
  }

  html {
    scroll-padding-top: 80px;
  }

  .service-grid {
    grid-template-columns: 100%;
  }

  .content-box-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .indus-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-grid {
    grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-row-gap: 30px;
  }

  .connect-grid {
    grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-row-gap: 50px;
  }

  .connect-grid form {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-copyright {
    flex-direction: column;
  }

  .serv-head {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: baseline;
  }

  .web3-wrapper h2 {
    font-size: 35px;
    margin-bottom: 27px;
    width: 100%;
  }

  .container-fluid {
    max-width: 100% !important;
  }

  .web3-wrapper {
    top: 49%;
    position: absolute;
    z-index: 999999;
    color: #ffff;
    transform: translateY(-50%);
    width: 100%;
    left: 20px;
  }

  .web3-wrapper p {
    width: 93%;
    line-height: 34px;
    font-size: 15px;
  }

  .outline-btn {
    width: fit-content;
  }

  .navig-herobanner-wrap {
    height: 80vh;
  }

  a.humb {
    display: flex;
    align-items: center;
  }

  .container,
  .container-fluid {
    padding: 0 25px;
    max-width: 100% !important;
  }

  .serv-head h2 {
    font-size: 27px;
  }

  .particles-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .scroller {
    width: 100%;
    overflow-x: scroll;
  }

  .service-left ul {
    display: flex;
    flex-direction: row;
    width: fit-content;
    column-gap: 30px;
    margin-bottom: 20px;
  }

  .service-left ul li a {
    white-space: nowrap;
    font-size: 19px;
  }

  .serv-cover .serv-moto {
    padding-right: 0;
  }

  .serv-head a {
    display: none;
  }

  .serv-cover a {
    display: none;
  }

  .scroller::-webkit-scrollbar,
  .technology-tab-wrap::-webkit-scrollbar {
    height: 0px;
  }

  .service-right {
    margin-top: 30px;
  }

  .content-box a:after {
    opacity: 1;
  }

  .serv-head p {
    width: 100%;
  }

  .indus-box {
    padding: 20px;
  }

  section.industry-sect,
  .technology-sect,
  section.connect-form-sect,
  .testimonial-sect,
  section.blog-sect {
    padding: 50px 0;
  }

  .technology-tab-wrap {
    width: 100%;
    overflow-x: scroll;
  }

  .technology-tab-wrap ul {
    display: flex;
    flex-direction: row;
    width: fit-content;
    padding-bottom: 15px;
  }

  .technology-tab-wrap ul li a.active:before {
    bottom: -16px;
  }

  .tech-box-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .tech-box {
    padding: 20px 0;
  }

  .technology-tab-wrap ul li a {
    white-space: nowrap;
  }

  section.connect-form-sect h2 {
    font-size: 28px;
    width: 100%;
    margin-bottom: 40px;
  }

  .connect-wrapper {
    width: 100%;
  }

  .form-group.span2,
  .upload-file.span2 {
    grid-column: span 1 !important;
  }

  .testimonial-title h4 {
    font-size: 34px;
    width: 100%;
    margin-bottom: 30px;
    line-height: 37px;
  }

  .testimonial-title p {
    width: 100%;
  }

  .testimonial-title {
    margin-bottom: 40px;
  }

  .rating-owl-caro {
    margin-top: 50px;
    flex-direction: column;
    row-gap: 25px;
  }

  .rating-detail {
    order: 2;
  }

  .blog-img img {
    width: 100%;
  }

  .blog-box {
    padding: 15px;
  }

  footer {
    padding: 50px 0 30px;
  }

  .links ul {
    margin-bottom: 0;
  }

  .moto ul li {
    display: flex;
    height: 40px;
    width: 40px;
  }

  .moto ul li a {
    width: 100%;
    height: 100%;
  }

  .moto p {
    margin-bottom: 20px;
  }

  .footer-copyright {
    margin-top: 25px;
    padding-top: 25px;
  }

  .footer-copyright ul {
    order: 1;
  }

  .footer-copyright span {
    order: 2;
  }

  .footer-copyright {
    display: flex;
    row-gap: 10px;
  }

  .upload-text strong {
    font-size: 16px;
    text-align: left;
  }

  .mobile-nav ul li {
    opacity: 0;
    transform: translateY(30px);
    display: none;
  }

  body.mobNav ul li {
    display: block;
    animation: revealOneByOne 0.6s ease-out forwards;
  }

  body.mobNav ul li:nth-child(1) {
    animation-delay: 0.1s;
  }

  body.mobNav ul li:nth-child(2) {
    animation-delay: 0.3s;
  }

  body.mobNav ul li:nth-child(3) {
    animation-delay: 0.5s;
  }

  body.mobNav ul li:nth-child(4) {
    animation-delay: 0.7s;
  }

  body.mobNav ul li:nth-child(5) {
    animation-delay: 0.9s;
  }

  body.mobNav ul li:nth-child(6) {
    animation-delay: 1.1s;
  }

  body.mobNav ul li:nth-child(7) {
    animation-delay: 1.3s;
  }

  body.mobNav ul li:nth-child(8) {
    animation-delay: 1.5s;
  }

  @keyframes revealOneByOne {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .inside-about-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .mv-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .corevalue-grid {
    grid-template-columns: 100%;
  }

  .about-sect {
    padding-top: 0;
  }

  .navig-herobanner-wrap.inner-page {
    height: 150px;
  }

  .brd-sect h2 {
    font-size: 34px;
    font-weight: 600;
  }

  section.contact-sect {
    padding: 50px 0px;
  }

  .contact-info-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 30px;
  }

  .contact-form-cover form {
    grid-template-columns: repeat(1, 1fr);
    padding: 10px;
  }

  section.googlemap iframe {
    height: 400px;
  }

  .about-ip-sect {
    padding: 50px 0;
  }

  .ia-left h2 {
    width: 100%;
    font-size: 35px;
    line-height: 40px;
  }

  .ia-left {
    margin-bottom: 25px;
  }

  .ia-right {
    width: 100%;
  }

  .ia-right p:last-child {
    margin-bottom: 0;
  }

  section.corevalue-sect {
    padding: 50px 0;
  }

  .cv-left ul li {
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }

  .cv-left ul {
    margin-top: 40px;
  }

  .core-value-wrap img {
    width: 100%;
  }

  .cv-right {
    margin-top: 40px;
  }

  .core-value-wrap img {
    width: 100%;
  }

  .cv-right {
    margin-top: 40px;
  }

  .mv-sect {
    padding: 50px 0;
  }

  .para-wrap p:last-child {
    margin-bottom: 0;
  }

  .team-sect {
    padding: 50px 0;
  }

  .indus-box svg {
    width: 40px;
    height: 40px;
  }

  .indus-box span {
    font-size: 17px;
  }

  .links h4 {
    font-size: 17px;
  }

  .contact-box h4 {
    font-size: 17px;
  }

  section.service-section {
    padding: 50px 0;
  }

  .moto img {
    width: 280px;
  }
}

/* responsive ------------------------------------------------------------------------ */

@media only screen and (min-width: 300px) and (max-width: 991px) {
  .privacy-policy {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
  }

  .service-ip-grid {
    grid-template-columns: 100%;
  }

  .service-box-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 25px;
  }

  .serv-detail-wrap img {
    width: 100%;
  }

  .service-ip-left .scroller ul {
    display: flex;
    flex-direction: row;
    width: fit-content;
    padding-bottom: 15px;
    border-left: unset;
    padding-left: 0;
    column-gap: 25px;
    margin-bottom: 20px;
  }

  .service-ip-left .scroller ul li a {
    white-space: nowrap;
  }

  .service-ip-left .tab-link.active a {
    color: #000;
    font-weight: 600;
  }

  .service-ip-left .tab-link.active {
    color: #000 !important;
    font-weight: 500;
    border-bottom: 2px solid #0048ab;
    opacity: 1 !important;
    padding-bottom: 10px;
  }

  section.secvice-sect h2 {
    font-size: 25px;
  }

  .sd-title p {
    width: 100%;
  }

  .whyblockchain {
    margin-top: 50px;
    padding: 0px 0;
  }

  .faq-sect {
    padding: 50px 0 0px;
    width: 100%;
    margin: 0 auto;
  }

  .accordDflex {
    text-align: left;
    width: 90%;
  }

  #accordion .card-header a {
  }

  .accord-arw-wrap {
    right: 0;
    top: 14px;
    position: absolute;
    transform: translateY(0);
  }

  .accordDflex span {
    font-size: 16px;
  }

  #faq .container {
    padding: 0;
  }

  .serv-bwrap img {
    width: 70px;
    margin-bottom: 8px;
  }

  .serv-bwrap p {
    margin-bottom: 0;
  }

  .serv-detail-wrap img {
    height: 225px;
  }

  .aiagent-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  section.aiagent-sect {
    padding: 50px 0;
  }

  .ai-left h2 {
    font-size: 35px;
    width: 100%;
    font-weight: 600;
    line-height: 42px;
  }

  .ai-left {
    margin-bottom: 30px;
  }

  .ai-right {
    width: 100%;
  }

  .ai-right p:last-child {
    margin-bottom: 0;
  }

  .ai-left {
    margin-bottom: 30px;
  }

  .ai-right {
    width: 100%;
  }

  .ai-right p:last-child {
    margin-bottom: 0;
  }

  .tick-title-wrap {
    display: flex;
    flex-direction: column;
  }

  .ticker-sect .testimonial-title {
    flex-direction: column;
  }

  .ticker-sect {
    padding: 50px 0;
  }

  .bitcoin-img-wrap {
    margin-top: 30px;
  }

  .planing-section .testimonial-title {
    grid-template-columns: 100%;
    grid-column-gap: 0;
    align-items: baseline;
    margin-bottom: 20px;
  }

  .planning-wrap {
    flex-direction: column;
    row-gap: 20px;
  }

  .plan-box h4 {
    font-size: 23px;
    margin-bottom: 3px;
  }

  .plan-box svg {
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
  }

  .planing-slider-cover {
    row-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  section.planing-section {
    padding: 50px 0;
  }
	  
	section.services-sect {
		padding: 50px 0;
	}

	.serv-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.service-title p {
		width: 100%;
		font-size: 15px;
	}

	.comm-grid {
		grid-template-columns: 100%;
		grid-column-gap: 70px;
	}

	.comm-left p {
		width: 100%;
	}

	.comm-left h2 {
		width: 95%;
	}

	.community-sect {
		padding: 50px 0;
	}

	.achv-box {
		padding: 15px;
	}

	.achv-box h5 {
		font-size: 32px;
	}	
  
}


@media only screen and (min-width: 300px) and (max-width: 400px) 
{
    .web3-wrapper h2 {
        font-size: 32px;
    }
}