body {
  background: #000;
  margin: 0;
  padding: 0;
  font-family: Lexend, sans-serif;
  color: #fff;
}
li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container {
  max-width: 1250px;
  margin: 0 auto;
}
.patent-content p {
  margin-bottom: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  opacity: 0.5;
}
header {
  padding: 0;
  position: sticky;
  top: 0;
  background-color: #000;
  z-index: 9;
}
.pathway-sec p {
  text-align: left !important;
}
.security-sec p.description {
  margin-top: 20px !important;
  margin-bottom: 30px;
}
.security-scale-innovation {
  padding-top: 80px !important;
  border-top: 0.5px solid #333 !important;
}
.sec-btn {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.sec-btn a i {
  font-size: 17px;
}
a.talk-btn:hover {
  background-color: #fff;
  color: #000;
}
a.expoloreing-btn:hover {
  border-color: #fff;
}
.sec-btn a {
  padding: 14px 32px;
  border: 1px solid #fff;
  border-radius: 100px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  display: flex;
  gap: 9px;
  transition: all ease 0.5s;
}
a.expoloreing-btn {
  border-color: transparent;
}
.infrence-sec {
  padding-top: 0 !important;
}
.infrence-sec .card-bg {
  background: #191919 !important;
  padding: 16px;
  border-radius: 8px;
}
section.qubrix-sc .table-head h6 {
  font-size: 25px;
  line-height: 29px;
}
.infrence-sec p.bottom-content {
  margin-top: 40px;
}
a.img-anchor {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.digital-col h5 {
  margin-bottom: 10px !important;
}
.footer ul.list1 li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}
.security-sec .tab-content {
  margin-top: 0;
}
.security-sec .cyber-grid {
  padding-top: 20px !important;
}
.get-start-sc .regular-content p {
  text-align: center !important;
}
header .sticky-top {
  padding: 15px 0;
}
.navbar {
  background: #000;
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}
header .navbar-nav .nav-link {
  color: grey !important;
  margin: 0;
  font-weight: 400;
  padding: 0 10px !important;
  border-radius: 20px;
  transition: all 0.3s ease;
  font-size: 16px !important;
}
.navbar-nav .nav-link:hover {
  color: #fff !important;
}
header .btn-header {
  background: #191919;
  color: #fff;
  border-radius: 30px;
  padding: 0.5rem 1.2rem;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 6px;
  border: none;
}
.models-section .model-card h4 {
  text-transform: capitalize;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.btn-header:hover {
  background: #333;
}
.dropdown-toggle::after {
  display: none;
}
.models-section .row {
  gap: 60px;
}
.models-section .model-card p {
  text-transform: capitalize;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #fff !important;
  opacity: 0.5;
  max-width: 320px;
}
.hero {
  background: url("asstess/Images/Light_upscaled 2.png") no-repeat center center/cover;
  min-height: 110vh;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.stats h2 {
  font-size: 2rem;
  color: #0d6efd;
}
.stats p {
  margin: 0;
  color: #555;
}
.counter div {
  border-left: 1px solid;
}
.features img {
  height: 440px;
  object-fit: cover;
}
.features h3,
.features p {
  color: #fff;
}
.feature-box {
  padding: 30px;
  border-radius: 12px;
  min-height: 288px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.btn-gradient {
  background: linear-gradient(#000ed0, #000);
  color: #fff;
  border: none;
  padding: 10px 25px;
  transition: 0.3s ease;
}
.btn-gradient:hover {
  background: linear-gradient(#000, #000ed0);
  transform: translateY(-2px);
}
.enginneer-box.digital-col p.description span {
  font-weight: 700;
}
.descision {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.beyond {
  font-weight: 200;
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: -4%;
}
.beyond span {
  font-weight: 800;
  line-height: 80px;
}
.beyond-sub-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.div-beyond {
  position: sticky;
  top: 40px;
  height: fit-content;
  padding-right: 50px;
}
.b-sub-btn {
  font-weight: 300;
  font-size: 14px;
  background-color: #555;
}
.features-icon {
  width: 270px;
  height: 50px;
}
.features-icon h3 {
  margin-top: 10px;
  color: #fff;
}
.models-section {
  padding: 60px 0;
  background: #000;
  padding-bottom: 150px !important;
  border-bottom: 1px solid #333;
}
p.description {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 50px;
}
.card-box {
  text-align: start;
}
.card-box h5 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.card-box .card-footer {
  padding: 0;
}
.card-box .card-footer a {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}
.models-container {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.left-col {
  width: 439px;
}
.right-col {
  width: 700px;
}
.left-content {
  position: sticky;
  top: 100px;
}
.patent-text {
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.big-heading {
  font-family: Lexend;
  font-style: normal;
  font-weight: 200;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: #fff;
}
.get-form form {
  display: block !important;
  visibility: visible !important;
}
.form-group {
  position: relative;
}
.form-group span.error-message {
  font-size: 13px;
  color: red;
  position: absolute;
  width: 100%;
  right: 12px;
  bottom: 10px;
  text-align: end;
}
.big-medium {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #fff;
}
.infrence-sec {
  padding-bottom: 80px !important;
  border-bottom: 1px solid #333;
}
.application-sec {
  padding-bottom: 120px;
  border-bottom: 1px solid #333;
}
section.get-start-sc {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
section.application-sec .regular-content h2 {
  max-width: 100%;
  text-align: center;
  margin-bottom: 22px;
}
section.opti-sc {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  border-bottom: 1px solid #333;
}
section.hub-sec.qubrix-sc {
  padding-bottom: 80px !important;
  border-bottom: 1px solid #333;
}
section.core-sec.cap-sc.science-behind {
  padding-top: 80px !important;
  border-bottom: 1px solid #333;
}
.right-col .flex-grow-1 h1 {
  font-style: normal;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500 !important;
}
h2.section-header {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 14px;
}
section.infrence-sec {
  padding-top: 0 !important;
}
.app-box {
  border: none;
  padding: 18px 16px;
  background: #191919;
  border-radius: 8px;
  height: 100%;
}
.app-box h3 {
  font-size: 21px;
  margin-bottom: 14px;
}
.app-slider .slick-track {
  gap: 20px;
  display: flex !important;
}
.big-heading .bold {
  font-weight: 700;
}
.cta-btn {
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 28px;
  margin-top: 40px;
  transition: 0.3s ease;
  display: inline-block;
  text-decoration: none;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-transform: inherit;
}
.cta-btn:hover {
  background: #fff;
  color: #000;
}
.model-card {
  padding: 30px 0;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.model-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s ease;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #999 !important;
}
.model-card a:hover {
  color: #fff;
  transform: scale(1.08);
  text-decoration: none;
}
.model-card a:hover i {
  transform: translateX(4px) scale(1.08);
}
.vsion-slider .card {
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  margin: 0 20px;
}
.Visionary-Innovators {
  position: relative;
  padding-bottom: 160px;
  background-color: #000;
  padding-top: 80px;
  border-bottom: 1px solid #333;
}
.smart-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}
.card-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.smart-comtent h5 {
  max-width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
.card-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.card-footer {
  background: 0 0;
  border-top: none;
}
.tab-content {
  margin-top: 10px;
}
.scale-row {
  display: flex;
  gap: 16px;
  align-items: stretch;
  padding-top: 50px;
}
.scale-col {
  width: calc(33.33% - 24px);
  transition: all ease 0.5s;
  height: 100%;
  position: relative;
}
.scale-col::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  width: 100%;
  height: 80%;
}
.success-sub-d {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.learn-more {
  width: 100%;
  text-align: end;
  display: flex;
  justify-content: end;
}
.scale-col.active {
  width: 50%;
}
.scale-col img {
  transition: all ease 0.5s;
  max-width: 100%;
  border-radius: 15px;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.scale-col a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.scale-col a span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 4px;
  border: 1px solid #999;
  border-radius: 100px;
  max-width: fit-content;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}
.scale-col .success-sub-d p {
  display: none;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.scale-col.active .success-sub-d p {
  display: block;
}
.scale-col a span img {
  width: 18px;
  height: inherit;
}
.hover-card {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 12px;
  transition: all 0.4s ease-in-out;
}
.hover-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.hover-card:hover {
  z-index: 5;
  transform: scale(1.05);
}
.hover-card:hover img {
  transform: scale(1.1);
}
.card-img-overlay {
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 12px;
}
.border-line {
  border-bottom: 1px solid #333;
}
.smart-sec .tab-pane img {
  aspect-ratio: 392/392;
  width: 100%;
  border-radius: 12px;
  max-width: 100%;
  margin-bottom: 18px;
  object-fit: cover;
}
.row.mt-5.border-row .col-lg-6:nth-child(2) {
  padding-left: 30px;
}
.smart-sec .nav-tabs li a {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 90px;
  gap: 10px;
  border-radius: 100px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: grey !important;
}
.nav-tabs .nav-link.active {
  background-color: #000;
  border-color: #b3b3b3 !important;
  color: #fff !important;
}
.cyber-card h6 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
  text-align: left;
}
.cyber-card p {
  min-height: 50px;
  margin-bottom: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  text-align: left;
}
.cyber-card:hover {
  background-color: #191919;
}
button.slick-arrow:after,
button.slick-arrow:before {
  display: none;
}
button.slick-prev {
  background-image: url(../images/left.png) !important;
  width: 40px;
  height: 40px;
  left: inherit !important;
  right: 60px !important;
  bottom: -83px !important;
  transform: inherit !important;
  top: inherit !important;
  position: absolute;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #2e2e2e !important;
  border-radius: 100% !important;
}
button.slick-next {
  background-image: url(../images/left.png) !important;
  width: 40px;
  height: 40px;
  left: inherit !important;
  right: 10px !important;
  bottom: -84px !important;
  transform: rotate(180deg);
  top: inherit !important;
  position: absolute;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #2e2e2e !important;
  border-radius: 100% !important;
}
button.slick-arrow.slick-disabled {
  background-color: #2e2e2ea1 !important;
}
.cyber-card span {
  opacity: 0.5;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: left;
  display: inline-block;
  margin-top: 40px;
}
.smart-sec .nav-tabs {
  border: none;
  padding-bottom: 45px;
  gap: 10px;
}
.redefine-sec {
  border-top: 0.5px solid #333;
  border-bottom: 0;
}
.cyber-card:hover span {
  opacity: 1;
}
footer li.nav-item a:focus {
  color: #fff;
}
header ul.navbar-nav {
  margin-right: auto !important;
  margin-left: 50px !important;
}
button.option-drop {
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
  width: 30px;
  height: 21px;
  border: 0.5px solid #999;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.redefine-sec .row.reimagine p.description {
  margin-bottom: 20px;
}
.redefine-sec .row.reimagine h6 {
  width: 299px;
  height: 20px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.redefine-sec .row.reimagine p.description {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  opacity: 0.5;
}
.redefine-sec .row.reimagine .card-footer a {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  transition: all ease 0.5s;
}
.redefine-sec .row.reimagine .card-footer a:hover {
  color: #fff;
}
.cyber-card {
  background: #000;
  padding: 24px;
  border: 1px solid #222;
  text-align: center;
  transition: 0.3s ease;
  min-height: 240px;
  height: 100%;
  position: relative;
}
.cyber-card:hover::after {
  display: block;
}
.cyber-card.active {
  background: #191919;
}
.tag-pill-heading {
  background: #111;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
}
.scale-innovation-title {
  font-size: 2.8rem;
  font-weight: 700;
}
.scale-innovation-subtext {
  font-size: 1rem;
  color: #999;
}
.security-sec {
  border: none !important;
  border-color: transparent !important;
  padding-top: 80px !important;
  border-top: 0.5px solid #333 !important;
  padding-bottom: 80px !important;
}
section.pb-5.pathway-sec.autosec.qubik-end {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  border-bottom: 1px solid #333 !important;
}
section.opti-sc .card-bg {
  padding-bottom: 22px !important;
}
body section.ai-argu-sc {
  padding-top: 40px !important;
  padding-bottom: 80px !important;
  border-bottom: 1px solid #333;
}
body .solutions-sc {
  border-bottom: 1px solid #333;
  padding-top: 80px !important;
}
section.up-sc.solutions-sc {
  padding-bottom: 80px !important;
}
section.deploy.sec.implmnt-sc {
  padding-top: 80px;
}
section.deploy.sec.implmnt-sc {
  padding-top: 80px;
  border-bottom: 1px solid #333;
}
.subscribe form {
  display: flex;
  justify-content: end;
  width: 100%;
}
.subscribe input[type="text"]::placeholder {
  opacity: 0.8;
}
.subscribe input[type="text"] {
  max-width: 100%;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 25px 0 0 25px;
  background: #000;
  width: 100%;
  color: #fff;
}
.form-des p {
  margin: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  max-width: 537px;
}
.subscribe button {
  padding: 10px 30px;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  transition: 0.3s ease;
}
.subscribe button:hover {
  background: #000;
  color: #fff;
}
.footer ul.list1 {
  list-style: none;
  padding: 0;
}
.footer ul.list1 li {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.75);
}
.location-card h6 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.location-card p {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}
.footer ul.list1 li a:hover {
  color: #fff;
}
.location-card {
  background: #1a1a1a;
  padding: 40px 20px;
  border: 1px solid #222;
  text-align: left;
  height: 100%;
}
footer li.nav-item a {
  padding: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: grey;
  transition: all ease 0.5s;
}
footer li.nav-item a:hover {
  color: #fff;
}
.follow-sec span {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: grey;
  padding-right: 20px;
}
.follow-sec img {
  filter: contrast(0.5);
}
.link-icon {
  display: flex;
  gap: 10px;
}
.footer-one {
  display: flex;
  align-items: center;
  gap: 50px;
}
footer {
  padding-top: 40px;
  padding-bottom: 50px;
}
.location-card:hover {
  background: #000;
  border-color: #333;
}
.patent-left ul {
  display: flex;
  gap: 42px;
  align-items: center;
}
.patent-right li::after {
  display: none;
}
.patent-right ul {
  justify-content: end;
  gap: 25px;
}
.patent-left ul li {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #fff;
  position: relative;
}
.patent-left ul li:last-child::after {
  position: absolute;
  content: "";
  top: 9px;
  left: -15px;
  background-color: #36a93a;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.patent-left ul li span {
  padding-left: 30px;
}
.patent-content h1 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 74px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #fff;
  max-width: 1085px;
  margin: 0 auto;
}
.tech-content h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #fff;
  font-family: Lexend;
  margin-bottom: 15px;
}
.card-bg {
  padding: 24px 22px;
  background: linear-gradient(#191919, #191919) padding-box, linear-gradient(to bottom, #fff 58%, rgba(255, 255, 255, 0.1) 100%) border-box;
  border: 0.5px solid transparent;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  height: 100%;
}
.ct-content h2 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
}
.ct-content {
  padding-bottom: 115px;
}
.cmp-content {
  padding-left: 40px;
}
.comp-img img {
  width: 100%;
  aspect-ratio: 221/160;
  object-fit: cover;
}
.comp-img {
  position: relative;
}
section.computer-sec .row {
  align-items: center;
}
.cmp-content h3 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 20px;
}
.cmp-content li {
  width: 620px;
  height: 40px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.cmp-content li span {
  opacity: 0.5;
}
.cmp-content li:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #eb3700;
  border-radius: 100%;
  top: 5px;
  left: 0;
}
.card-img {
  width: 50px;
}
.reg-right li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 100%;
  top: 7px;
  left: 0;
}
.card-content h4 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 15px;
}
.card-content p {
  margin-bottom: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
}
p.bottom-content {
  margin: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-align: center !important;
  color: #fff;
  opacity: 0.5;
  margin-top: 24px;
}
.comp-img::after {
  position: absolute;
  content: "";
  width: 57vw;
  height: auto;
  aspect-ratio: 682/657;
  background-image: url(../images/box-shadow.png);
  top: 50%;
  left: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
  max-width: 769px;
}
.row.performance-row {
  padding-top: 190px;
}
.computer-sec {
  padding-bottom: 140px !important;
  overflow: hidden;
}
.row.performance-row .cmp-content {
  padding-left: 0;
}
.regular-content h2 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 54px;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: #fff;
  max-width: 680px;
  margin-bottom: 50px;
}
.reg-left h4 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.reg-left h4 img {
  position: relative;
  top: 2px;
}
.reg-right li {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.reg-right li span {
  opacity: 0.5;
}
.regular-sec {
  position: relative;
}
.regular-sec::after {
  background-size: cover;
  position: absolute;
  content: "";
  background-image: url(../images/orange-shadow.png);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-position: center;
}
.core-sec {
  padding-top: 130px;
  padding-bottom: 80px;
}
.core-sec .regular-content h2 {
  margin-bottom: 30px;
}
.core-sec .regular-content p {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
  max-width: 589px;
  margin: 0;
  text-align: left !important;
}
.core-content h4 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.core-content p {
  margin-bottom: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  opacity: 0.5;
  max-width: 484px;
}
.core-content {
  background: #1a1a1a;
  backdrop-filter: blur(20px);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
}
.core-content:last-child {
  margin-bottom: 0;
}
.case-btn a {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  align-items: center;
  padding: 15px 32px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: inline-block;
  transition: all ease 0.5s;
}
a.border-btn:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
a.bg-btn {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
a.bg-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.techincal-sec {
  padding-top: 80px !important;
}
.border-bt {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  margin-bottom: 30px;
}
.core-ct {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
  gap: 200px;
}
.deploy.sec .regular-content h2 {
  text-align: center;
  max-width: 752px;
  margin: 0 auto;
  font-size: 52px;
}
.deploy-ct {
  display: flex;
  gap: 18px;
  align-items: start;
}
.deploy-ct.deploy-two {
  margin-left: inherit;
  margin-right: auto;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
  left: -30px;
}
.smart-sec .tab-pane h6 {
  margin-top: 8px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 15.7943px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 8px;
}
.redefine-sec .digital-col p.description {
  margin-bottom: 34px;
}
.redefine-sec .digital-col .card-footer a {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 13.8201px;
  line-height: 17px;
  color: #999;
}
.enginneer-box.digital-col {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 20px;
  height: 100%;
}
.enginneer-box.digital-col h5 {
  margin-bottom: 10px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
/* section.techincal-sec.pt-5.pathway-sec .card-bg h4 {
  min-height: 56px;
} */
section.on-patent .enginneer-box.digital-col p.description {
  min-height: 100px;
}
.enginneer-box p.description {
  margin-bottom: 25px !important;
  min-height: 160px;
}
.enginneer-box.digital-col .card-footer a {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  transition: all ease 0.5s;
}
.enginneer-box.digital-col .card-footer a:hover {
  color: #fff;
}
.enginneer-box.digital-col .card-footer {
  display: flex;
  justify-content: end;
}
.engineer-section .row {
  row-gap: 24px;
  margin-top: 40px;
}
section.break-sec.pathway-sec.integration-sc .card-content p {
  text-align: left !important;
}
.deploy-ct.deploy-three {
  position: relative;
}
section.deploy.sec .row {
  padding-top: 50px;
}
.deploy-center {
  position: relative;
  height: 100%;
}
.deploy-col-nw {
  width: 2%;
}
.deploy-row {
  display: flex;
}
.deploy-row {
  display: flex;
  padding-bottom: 50px;
}
.deploy-ct.deploy-one {
  position: relative;
  left: 30px;
}
.deploy-col {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  gap: 150px;
}
.deploy-col.info-deploy {
  align-items: center;
}
.col-md-5.deploy-col-nw {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
.deploy-center::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
section.on-patent {
  padding-bottom: 100px !important;
}
.deploy-ct.deploy-three {
  top: 30px;
  left: 30px;
}
.get-start-sc .row {
  background: #0d0d0d;
  border-radius: 12px;
}
.deploy-content h4 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.deploy-no h6 {
  width: 60px;
  height: 60px;
  background-color: #a83f04;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}
.deploy-line {
  position: relative;
}
.deploy.sec {
  padding-bottom: 90px;
}
.regular-content {
  margin-bottom: 60px;
}
.deploy-line {
  margin-top: 120px;
}
.pathway-sec {
  padding-top: 30px !important;
}
.pathway-sec .regular-content h2 {
  font-size: 52px;
  max-width: 100%;
  margin-bottom: 0;
  line-height: 62px;
}
.pathway-sec .regular-content {
  margin-bottom: 40px;
}
.pathway-sec .card-content h4 {
  font-size: 22px;
  line-height: 28px;
}
.pathway-sec .card-bg {
  background: #000;
  border: 1px solid #fff;
  border-radius: 12px;
}
.pathway-sec {
  padding-bottom: 100px;
}
.get-start-sc .regular-content p {
  margin-bottom: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  opacity: 0.75;
  margin-top: 20px;
}
.get-img img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-form input {
  min-height: 62px;
  margin-top: 0;
  margin-bottom: 12px;
}
.contact-form {
  width: 100%;
  background: #000;
  border-radius: 6px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin: 0 0 10px 0;
  border: none;
  outline: 0;
  background: #1a1a1a;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.contact-form textarea {
  resize: none;
  min-height: 281px;
}
.contact-form button {
  width: 100%;
  border: none;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #a83f04;
  border-radius: 4px;
  transition: all ease 0.5s;
  font-family: Lexend;
}
.contact-form button:hover {
  background: #fff;
  color: #a83f04;
}
.get-img {
  height: 100%;
}
.interprise-sec {
  padding: 80px 0 !important;
}
.interprise-sec .regular-content h2 {
  font-size: 72px;
  line-height: 82px;
}
button.accordion-button {
  box-shadow: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 18px 20px;
  gap: 10px;
  height: 70px;
  background: #191919;
  border-radius: 4px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  opacity: 0.75;
}
.accordion-button:not(.collapsed) {
  background-color: #222;
  color: #fff;
  box-shadow: none;
  margin-bottom: 0;
}
.accordion-body {
  background-color: #1a1a1a;
  color: #ccc;
  border-radius: 0 0 6px 6px;
  font-size: 14px;
  padding-top: 0;
}
.accordion-item ul {
  padding-left: 18px;
}
.accordion-item ul li {
  position: relative;
  margin-bottom: 7px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-family: Lexend;
}
.accordion-item ul li:last-child {
  margin-bottom: 0;
}
.accordion-item ul li::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #d9d9d9;
  border-radius: 100%;
  top: 7px;
  left: -15px;
}
.accordion-button {
  background-color: #1a1a1a;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  margin-bottom: 8px;
}
.accordion-item {
  border: none;
  margin-bottom: 5px;
  background: 0 0;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  background-image: url(../images/up.svg);
  width: 32px;
  height: 32px;
  background-size: 25px;
  top: 10px;
  position: relative;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/up.svg);
  width: 32px;
  height: 32px;
  background-size: 25px;
  top: -6px;
  position: relative;
}
.descision-sec .regular-content h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  max-width: 990px;
  margin: 0 auto 20px;
}
.descision-sec .regular-content p {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  max-width: 990px;
  margin: 0 auto;
}
.regular-content p {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center !important;
  color: #fff;
  opacity: 0.5;
  margin: 0;
}
.break-sec .regular-content p {
  max-width: 1110px;
  margin: 10px auto 0;
  text-align: center !important;
}
.break-sec .card-bg {
  border: none;
  padding: 18px 16px;
  background: #0d0d0d;
  border-radius: 8px;
  height: 100%;
}
.break-sec .card-bg h4 {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
}
.break-sec .card-bg p {
  text-align: center !important;
  font-family: Lexend;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.descision-sec .regular-content {
  margin-bottom: 30px;
  background: #191919;
  border-radius: 8px;
  padding: 32px;
}
section.hub-sec {
  padding: 70px 0 0 0 !important;
}
.wrap {
  padding: 24px;
}
.nav-item.dropdown:hover a .dropdown-menu {
  display: block;
  margin-top: 0;
}
.card-hub .table-head h6 {
  margin-bottom: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  letter-spacing: -0.04em;
  color: #000;
}
.card-hub .row {
  padding: 25px 25px;
  border-radius: 8px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
.table-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #fff;
  color: #111;
  text-align: center;
  font-weight: 600;
  gap: 0;
}
.card-hub .row p {
  margin-bottom: 0;
  font-family: Lexend;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: left !important;
}
.cap-sc .core-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.cap-sc .core-content ul li {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 8px;
}
.cap-sc .core-content.reg-right {
  background: linear-gradient(90deg, #191919 0, rgba(25, 25, 25, 0) 100%);
}
.capability-table .table-container {
  background: #0d0d0d;
  border-radius: 10px;
}
.capability-table thead th {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  gap: 10px;
  background: linear-gradient(91.81deg, #244634 1.11%, #0f0f0f 98.89%);
  padding: 20px 20px;
}
.capability-table table {
  width: 100%;
  border-collapse: collapse;
}
.capability-table td {
  border-top: 1px solid #ffffff9e;
  padding: 24px 20px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  opacity: 0.75;
}
.capability-table td:first-child {
  border-right: 1px solid #ffffff9e;
}
.capability-table thead th:first-child {
  border-right: 1px solid #ffffff9e;
}
.capability-table tr:last-child td {
  border-bottom: none;
}
section.gov-sc {
  padding-top: 80px !important;
}
.integration-sc h6 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #fff;
  opacity: 0.75;
}
section.integration-sc .card-bg {
  background: #191919;
  border-radius: 8px;
}
section.integration-sc .row {
  row-gap: 20px;
}
section.integration-sc .card-bg h4 {
  text-align: left;
  margin-bottom: 10px;
}
section.integration-sc .row {
  row-gap: 20px;
  padding-bottom: 16px;
}
section.future-sc .regular-content p {
  max-width: 922px;
  line-height: 26px;
}
section.future-sc .regular-content h4 {
  margin-top: 20px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 0;
}
.future-sc .learn-more a {
  text-decoration: none;
  background: rgba(18, 18, 18, 0.2);
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 8px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-family: Lexend;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all ease 0.5s;
}
.future-sc .learn-more a:hover {
  background-color: #fff;
  color: #000;
}
.future-sc .learn-more a:hover img {
  filter: invert(1);
}
.future-sc .learn-more a img {
  transition: all ease 0.5s;
}
.future-sc .learn-more {
  margin-top: 20px;
}
.future-sc .card-bg p {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.5;
}
.green-bg .contact-form button {
  background-color: #244634;
}
.green-bg .contact-form button:hover {
  color: #244634;
  background-color: #fff;
}
.future-sc .card-bg {
  display: block;
  background: #000;
  border-radius: 0;
  border-left: 1px solid !important;
  border: 0;
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) 1 100%;
  border-image-slice: 1;
  border-image-repeat: stretch;
}
.autosec .core-content {
  background: rgba(217, 217, 223, 0.06);
  border-radius: 8px;
}
.autosec .core-content h4 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
  opacity: 0.75;
}
.autosec p.bottom-content {
  margin-top: 40px;
  text-align: left !important;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
}
.future-sc {
  padding-top: 80px;
  position: relative;
}
.future-sc::after {
  position: absolute;
  content: "";
  background-image: url(../images/circle-shadow.png);
  width: 440px;
  height: 496px;
  top: 0;
  right: 0;
  z-index: -1;
}
header .mega-menu {
  width: 88%;
  left: 50% !important;
  border-radius: 0;
  transform: none;
  background-color: #000;
  padding-top: 30px !important;
  transition: all ease 0.5s;
  margin: 0 auto;
  transform: translateX(-50%);
  padding-bottom: 30px !important;
}
header .mega-menu li a:focus,
header .mega-menu li a:hover {
  color: #fff;
  background-color: transparent;
}
.drop-content h6 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}
.drop-content p {
  margin-bottom: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: grey;
  max-width: 215px;
}
.big-heading span {
  font-weight: 500;
}
header li.nav-item.dropdown {
  position: static;
}
header .dropdown-menu.mega-menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 40px;
}
header .mega-menu li {
  width: calc(33.33% - 6.66px);
}
.arrow-drop ul.dropdown-menu.option-bg {
  background: #000;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 10px;
  margin-top: 10px;
  min-width: 200px;
  box-sizing: border-box;
  position: absolute;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #333;
  border-radius: 0 0 12px 12px;
  left: 100px;
  width: max-content;
}
.option-bg {
  display: none;
}
.arrow-drop ul.dropdown-menu.option-bg li:last-child a {
  margin-bottom: 0;
}
.arrow-drop ul.dropdown-menu.option-bg li {
  cursor: pointer;
  padding: 6px 10px;
  background: #1a1a1a;
  border-radius: 4px;
  margin-bottom: 4px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: grey;
  transition: all ease 0.5s;
}
.arrow-drop ul.dropdown-menu.option-bg li :hover {
  background-color: #1a1a1a;
  color: #fff;
}
.arrow-drop ul.dropdown-menu.option-bg li:hover {
  background: #1a1a1ac2;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.techincal-sec .tech-content p {
  text-align: center;
  margin-bottom: 30px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  opacity: 0.5;
}
.patent-content .reg-right ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.patent-content .reg-right ul li {
  width: calc(50% - 10px);
}
.powerd-row .cmp-content {
  padding-left: 40px !important;
}
.col-md-5.deploy-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.arrow-drop ul.dropdown-menu.option-bg li a {
  color: #fff;
  padding: 0;
  font-size: 16px;
  margin-bottom: 2px;
}
header .mega-menu li a {
  transition: all ease 0.5s;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 90%;
  white-space: break-spaces;
}
header .mega-menu li a:hover {
  opacity: 0.8;
}
header .mega-menu li a img {
  position: relative;
  top: 3px;
}
header .mega-menu li {
  width: 16.66%;
}
.smart-sec .tab-pane h5 {
  margin-bottom: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.redefine-sec p.description {
  max-width: 1080px;
}
.break-sec .tech-content h3 {
  text-transform: capitalize;
}
.security-sec .col-md-4:first-child .cyber-card,
.security-sec .col-md-4:nth-child(4) .cyber-card,
.security-sec .col-md-4:nth-child(7) .cyber-card {
  border-left: 0 !important;
}
.security-sec .col-md-4:nth-child(3) .cyber-card,
.security-sec .col-md-4:nth-child(6) .cyber-card,
.security-sec .col-md-4:nth-child(9) .cyber-card {
  border-right: 0 !important;
}
.security-sec .col-md-4:nth-child(7) .cyber-card,
.security-sec .col-md-4:nth-child(8) .cyber-card,
.security-sec .col-md-4:nth-child(9) .cyber-card {
  border-bottom: 0 !important;
}
.security-sec .col-md-4:first-child .cyber-card,
.security-sec .col-md-4:nth-child(2) .cyber-card,
.security-sec .col-md-4:nth-child(3) .cyber-card {
  border-top: 0 !important;
}
.slider-btn {
  display: flex !important;
  gap: 10px;
  background: #1a1a1a;
  border-radius: 100px;
  max-width: fit-content;
  padding: 6px;
  justify-content: end;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 10%;
  bottom: 60px;
}
.slider-btn .slick-arrow {
  cursor: pointer;
}
.slider-btn .slick-arrow.slick-disabled {
  cursor: inherit;
}
.scale-col:hover {
  width: 50%;
}
.scale-col:hover .success-sub-d p {
  display: block;
}
.slider-btn .slick-arrow {
  padding: 3px 11px;
  background: #333;
  border-radius: 78.5714px;
}
.slider-btn .slick-disabled {
  background-color: transparent;
}
.footer-sub {
  padding-top: 80px;
  border-top: 0.5px solid #333;
}
.card-box .card-footer a:hover {
  color: #fff;
}
.timeline {
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 142px);
  background: #fff;
}
.app-slider .slick-slide {
  height: auto;
  display: flex;
}
.step-item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}
.step-item::before {
  content: attr(data-step);
  position: absolute;
  top: 20px;
  left: 0;
  background: #a83f04;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 1;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  justify-content: center;
}
.step-item.left {
  left: -50px;
  text-align: right;
}
.step-item.left::before {
  right: 0;
  left: initial;
}
.step-item.right {
  left: 50%;
  text-align: left;
  margin-left: 50px;
}
.step-item h4 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.step-item.right ul {
  margin-left: 40px;
}
.step-item.right h4 {
  padding-left: 39px;
}
.step-item.left h4 {
  text-align: start;
  max-width: 94%;
}
.step-item.left .reg-right li {
  text-align: start;
}
section.break-sec.py-5.pathway-sec.ai-argu-sc .row {
  row-gap: 20px;
}
.techincal-sec .row {
  margin-top: 25px;
}
body section.self-sc {
  padding-top: 0 !important;
}
.step-item.left ul {
  max-width: 96%;
}
section.patent-sec .row {
  row-gap: 24px;
}
.on-tech {
  border-bottom: 1px solid #333;
  padding-bottom: 80px !important;
}
section.regular-sec.on-tech {
  padding-top: 80px !important;
}
section.deploy.sec.on-tech {
  padding-top: 80px !important;
}
section.techincal-sec.pathway-sec.on-tech {
  padding-top: 80px !important;
}
section.techincal-sec.pathway-sec.on-tech .tech-content h2 {
  text-align: center;
}
.left-content p {
  margin-top: 20px;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  opacity: 0.5;
}
.deploy.sec .reg-right li::after {
  display: none;
}
.deploy.sec .reg-right li {
  padding-left: 0;
}
section.transforn-design .digital-col img {
  width: 100%;
}
.redefine-sec .digital-col .card-footer a:hover {
  color: #fff;
}
.card-hub .row p br {
  display: none;
}
.service-menu {
  display: flex;
}
.service-menu ul {
  display: block !important;
}
.service-menu ul li {
  width: 100% !important;
  margin-bottom: 15px;
}
.service-menu ul li:last-child {
  margin-bottom: 0;
}
section.blog-sec {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #333;
}
section.blog-sec .regular-content h2 {
  max-width: 100%;
}
section.blog-sec .regular-content {
  margin-bottom: 0;
}
section.blog-sec .regular-content img {
  width: 100%;
  margin: 0 auto;
  height: 500px;
  object-fit: cover;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1a1a1a;
  border-top: none;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
.cookie-banner p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  max-width: 70%;
}
.cookie-buttons button {
  margin-left: 10px;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #000;
  font-size: 14px;
  color: #fff;
}
.modal-dialog .modal-content {
  background-color: #1a1a1a;
}
.modal-dialog button.btn-close {
  filter: invert(1);
}
a#EmpowerDropdown + .dropdown-menu .drop-s-megamenu li,
a#LeadDropdown + .dropdown-menu .drop-s-megamenu li {
  width: 25%;
}
.hub-wrap {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.main-outer h5 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0;
}
.hub-outer {
  width: 32%;
}
.hub-outer.middle-rounter {
  width: 38%;
  background: linear-gradient(180deg, #244634 0, #0f0f0f 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  margin-top: -32px;
}
.consult-sc .regular-content {
  margin-bottom: 80px;
}
.about-ft .sec-btn a.expoloreing-btn {
  background-color: #0f0f0f;
}
.about-ft .patent-content img {
  border-radius: 12px;
  width: 100%;
}
.about-ft {
  padding-bottom: 120px !important;
}
.about-ft .patent-content p {
  max-width: 478px;
}
.about-ft .sec-btn {
  margin-top: 40px;
  margin-bottom: 80px;
}
.hub-outer.middle-rounter .main-outer {
  background-color: #d9d9d9;
  border-radius: 10px 10px 0 0;
}
.hub-outer li:last-child {
  border-bottom: 0;
}
.main-outer:first-child {
  border-radius: 10px 0 0 0;
}
.main-outer:last-child {
  border-radius: 0 10px 0 0;
}
.hub-outer.middle-rounter li {
  border-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
.hub-outer li br {
  display: none;
}
.hub-outer li {
  display: flex;
  align-items: center;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 20px 22px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  min-height: 81px;
}
.hub-create p.bottom-content {
  margin-top: 40px;
}
.hub-outer.middle-rounter .main-outer h5 {
  color: #000;
}
.main-outer {
  padding: 27px 22px;
  background-color: #1a1a1a;
  min-height: 80px;
}
.about-ft .patent-content h1 {
  margin: inherit;
  text-align: left;
  max-width: 806px;
  margin-bottom: 20px;
}
.consult-sc .regular-content h2 {
  margin-bottom: 20px;
  max-width: 100%;
}
.consult-sc .regular-content p {
  text-align: left !important;
  color: grey;
  font-size: 32px;
  line-height: 42px;
  opacity: 1;
}
.timer h3 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 64px;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 8px;
}
.timer p {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: grey;
  max-width: 200px;
}
.consult-sc {
  padding-bottom: 80px;
  border-bottom: 1px solid #333;
}
.what-we {
  padding: 100px 0;
  border-bottom: 1px solid #333;
}
.what-img img {
  width: 100%;
  border-radius: 12px;
}
.what-we .regular-content {
  margin-bottom: 0;
}
.what-we .regular-content h2 {
  margin-bottom: 30px;
}
.what-we ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 18px 16px;
  gap: 10px;
  background: #0d0d0d;
  border-radius: 12px;
  margin-bottom: 15px;
}
.what-we ul li:last-child {
  margin-bottom: 0;
}
.wht-content h4 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 5px;
}
.wht-content p {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.7;
  text-align: left !important;
}
.wht-icon {
  background-color: #141414;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.explore-tool {
  padding: 80px 0;
  border-bottom: 1px solid #333;
}
.explore-tool .regular-content h2 {
  max-width: 100%;
  margin-bottom: 50px;
}
.border-rs {
  border-bottom: 0;
  margin-bottom: 0;
}
.explore-tool .card-footer a {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 13.8647px;
  line-height: 17px;
  color: #999;
  transition: all ease 0.5s;
}
.explore-tool .sec-btn {
  justify-content: end;
  margin-bottom: 0;
  margin-top: 50px;
}
.explore-tool .card-footer {
  padding-top: 30px;
}
.explore-tool .card-footer a:hover {
  color: #fff;
}
.explore-tool .digital-col p {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 13.8201px;
  line-height: 17px;
  color: #fff;
  opacity: 0.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.explore-tool .regular-content {
  margin-bottom: 0;
}
.join-team .regular-content h2 {
  margin-bottom: 15px;
  max-width: 100%;
}
.regular-content.sd-team {
  margin-bottom: 40px;
}
.regular-content.sd-team p {
  text-align: left !important;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  opacity: 0.75;
}
section.join-team .wht-content h4 {
  padding-left: 17px;
  font-size: 18px;
  position: relative;
}
.join-team li {
  padding: 13px 16px !important;
  margin-bottom: 10px !important;
}
section.join-team .wht-content h4::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  left: 0;
  top: 9px;
}
section#join-team .sec-btn {
  margin-bottom: 0;
  justify-content: end;
  margin-top: 40px;
}
button.blue-bg {
  background-color: #3186ff !important;
  font-size: 16px;
}
button.blue-bg:hover {
  background-color: #fff !important;
  color: #3186ff !important;
}
.arrow-drop ul.dropdown-menu.option-bg li a:focus {
  background-color: transparent !important;
}
section.blog-case {
  border-bottom: 0.5px solid #333 !important;
}
.navbar-brand:focus-visible {
  outline: 0;
}
.service-pg .patent-content h1 {
  text-align: left;
  max-width: 631px;
  margin: inherit;
}
.service-pg .patent-content p {
  max-width: 468px;
  margin: 20px 0 19px 0;
}
section.service-pg {
  position: relative;
  padding-bottom: 200px !important;
}
img.mobile-vs {
  display: none;
}
.patent-content p {
  text-transform: capitalize;
}
img.desktop-vs {
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
}
.right-col .smart-comtent p.description {
  margin-bottom: 20px;
  font-size: 22px;
  opacity: 1;
}
b.text-cap {
  text-transform: lowercase;
}
section.service-rs {
  border-top: 0;
  border-bottom: 0.5px solid #333;
}
section.service-rs .smart-comtent h2.section-header {
  max-width: 795px;
  margin-bottom: 40px;
}
.service-rs .nav-tabs li.nav-item a {
  padding: 16px 20px;
}
.service-rs h4.section-header {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}
.service-rs p.description {
  font-size: 20px;
  line-height: 25px;
  color: grey;
  opacity: 1;
  max-width: 100%;
  margin-bottom: 0;
}
.service-rs .tab-pane .sec-btn {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 40px;
}
section.our-client {
  padding: 80px 0 110px 0;
  border-bottom: 1px solid #333;
}
section.our-client .regular-content {
  margin-bottom: 40px;
}
section.our-client .regular-content h2 {
  max-width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
section.our-client .regular-content h4 {
  text-align: center;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0;
}
section.service-ai p.description {
  max-width: 800px;
}
.ai-system {
  display: flex;
  gap: 20px;
}
.ai-system li.nav-item a.active {
  background-color: #1a1a1a !important;
  border-color: transparent !important;
}
.ai-system .nav-tabs {
  width: calc(50% - 10px);
  display: block;
  padding-bottom: 0;
}
.ai-system .tab-content {
  width: calc(50% - 10px);
}
.ai-system li.nav-item a {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #d9d9d9 !important;
  padding: 18px 20px;
  justify-content: inherit;
  border-radius: 8px !important;
}
.ai-system .nav-tabs li.nav-item {
  margin-bottom: 10px;
}
.ai-system li.nav-item a:hover {
  background-color: #1a1a1a;
  border-color: transparent;
}
section.service-ai {
  border-bottom: 0.5px solid #333;
}
.ai-system .nav-tabs li.nav-item:last-child {
  margin-bottom: 0;
}
section.work-us {
  padding: 80px 0;
  border-bottom: 0.5px solid #333;
}
section.work-us .regular-content {
  margin-bottom: 0;
}
section.work-us .regular-content h2 {
  width: 100%;
}
.stats-container {
  display: flex;
  gap: 80px;
  text-align: center;
}
.stat h2 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -0.04em;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}
.stat {
  width: -webkit-fill-available;
}
.stat p {
  margin: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #999;
  text-align: left;
}
.partner-sc {
  display: flex;
  gap: 170px;
  margin-top: 80px;
}
h4.part-content {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #fff;
}
.sec-flex-ot .sec-btn {
  margin-bottom: 0;
}
.sec-flex-ot {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
  padding-bottom: 50px;
}
section.what-ai .wht-content h4:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  left: 0;
  top: 8px;
}
section.what-ai .wht-content p {
  font-size: 18px;
  line-height: 24px;
  color: #999;
  opacity: 1;
}
section.what-ai .wht-content h4 {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding-left: 18px;
  position: relative;
  margin-bottom: 10px;
}
section.what-ai .regular-content h3 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}
section.what-ai .regular-content .sec-btn {
  margin-top: 40px;
  margin-bottom: 0;
  justify-content: end;
}
section.service-pg .patent-content {
  padding-top: 80px;
  width: 640px;
}
section.valu-tc {
  border-bottom: 0 !important;
  border-top: 1px solid #333;
}
.modal-link-img {
  position: relative;
}
a.linkedin-link {
  position: absolute;
  right: 10px;
  top: 10px;
}
.team-modal .modal-header {
  padding: 20px 40px;
  border-color: #333;
}
.team-modal .modal-body {
  padding: 20px 40px;
}
.team-modal li span {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
  display: inline-block;
}
.team-modal li {
  position: relative;
}
.team-modal li::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
  left: 5px;
  top: 6px;
}
.team-modal .modal-body img {
  max-width: 180px;
}
.arrow-drop ul.dropdown-menu.option-bg li a span {
  display: block;
  background: #1a1a1a;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: grey !important;
}
.team-modal-section .modal-link-img img.model-img {
  width: 200px;
  object-position: top;
}
.footer-lk {
  display: none;
}
.link-profile {
  background-color: #0077b5;
  border-radius: 5px;
}
.footer-terms {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer-terms input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #fff;
}
.footer-terms a {
  color: #fff;
  text-decoration: underline;
}
section.service-pg .sec-btn {
  margin-bottom: 0;
  margin-top: 50px;
  flex-wrap: wrap;
}
section.ai-text .row {
  align-items: center;
}
section.ai-text .reg-right li {
  margin-bottom: 30px;
}
section.ai-text .reg-right li:last-child {
  margin-bottom: 0;
}
section.ai-value .card-content h4 span {
  background-color: #fff;
  color: #000;
  font-size: 13px;
  padding: 1px 10px;
  border-radius: 20px;
  margin-left: 15px;
  position: relative;
  top: -3px;
}
.ai-building .card-content p {
  opacity: 1;
  color: rgb(255 255 255 / 50%);
}
.ai-building .card-content p span {
  color: #fff !important;
  opacity: 1;
}
.ai-building .card-content p {
  margin-bottom: 12px;
}
.ai-building .card-content p:last-child {
  margin-bottom: 0;
}
section.step-section {
  padding: 100px 0;
  border-bottom: 1px solid #333;
}
.section-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.section-column p {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 20px;
  min-height: 40px;
}
.item-row::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #eb3700;
  border-radius: 100%;
  top: 8px;
  left: 0;
}
.item-row {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 18px;
  position: relative;
}
.item-row span {
  opacity: 0.6;
}
.section-column h2 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 39px;
  line-height: 45px;
  letter-spacing: -0.04em;
  color: #fff;
  max-width: 680px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.tech-only .nav-tabs li.nav-item a {
  padding: 10px 24px;
  font-size: 14px;
}
.tech-only .nav-tabs {
  padding-bottom: 30px;
  margin-top: 30px;
}
.tech-only .tab-content > .tab-pane {
  background-color: #1a1a1a;
  border-radius: 10px;
  padding: 20px 25px;
}
.tech-only .tab-content > .tab-pane ul li {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.tech-only .tab-content > .tab-pane ul {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
.info-mail a {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: grey;
  padding-right: 20px;
  text-decoration: none;
}
.section-column {
  flex: 1 1 400px;
}
section.team-up .model-card h1 {
  font-size: 22px;
  font-family: Lexend;
  margin-top: 15px;
}
section.team-up .model-card h4 {
  font-size: 17px;
  font-family: Lexend;
}
.models-section img.model-img {
  max-width: 200px;
  object-fit: cover;
  border-radius: 16px;
  margin-left: 20px;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  height: 200px;
}
.footer-one {
  width: 80%;
}
.info-mail a:hover {
  color: #fff;
  opacity: 1;
}
section.team-up .model-card p {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #fff !important;
  opacity: 0.6;
}
.team-one:last-child {
  padding-bottom: 0;
}
.team-one {
  padding-bottom: 60px;
}
.team-one .regular-content h2 {
  max-width: 100%;
  margin: 0;
  font-size: 45px;
  line-height: 60px;
}
.team-one .regular-content {
  margin-bottom: 40px;
}
section.team-up .model-card {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.model-img {
  max-width: 100%;
  border-radius: 10px;
}
section.team-up {
  padding: 90px 0;
  border-bottom: 1px solid #333;
}
section.descision-sec.team-modal-section .regular-content {
  margin-bottom: 0;
}
section.descision-sec.team-modal-section {
  padding-top: 100px;
}
section.descision-sec.team-modal-section h1.big-heading {
  text-align: center;
}
section.team-modal-section a.cta-btn {
  margin: 30px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 11px;
  width: fit-content;
}
.team-one .model-img {
  max-width: 100%;
  border-radius: 10px;
  width: 100%;
}
section.redefine-sec.we-do {
  border-bottom: 1px solid #333;
  padding: 100px 0;
}
.we-inner p {
  margin: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: -0.04em;
  color: #fff;
}
.we-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
section.redefine-sec.we-do p.bottom-content {
  margin-top: 40px;
}
section.thesis-sec {
  padding: 100px 0 !important;
  border-bottom: 1px solid #333;
}
section.thesis-sec .regular-content h2 {
  margin-bottom: 20px;
}
section.thesis-sec .regular-content p.description {
  text-align: left !important;
}
section.thesis-sec .row {
  align-items: center;
}
section.gov-sec .regular-content h2 {
  max-width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
section.gov-sec .regular-content p.description {
  text-align: center !important;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  color: #bfbfbf;
  opacity: 1;
}
section.gov-sec .regular-content img {
  width: 100%;
  border-radius: 12px;
}
section.redefine-sec.about-choose .regular-content {
  margin-bottom: 0 !important;
}
section.what-will .thesis-img img {
  width: 100%;
}
.regular-content.promise-sc h2 {
  font-size: 32px;
  margin-bottom: 10px !important;
}
.quality-sec .tech-content.regular-content {
  margin-bottom: 50px;
  text-align: center;
}
.quality-sec .tech-content.regular-content h2 {
  max-width: 100%;
  margin: 0;
}
.quality-sec .card-bg {
  background: #191919;
  border-radius: 8px;
}
.quality-sec .card-bg h4 {
  text-align: left !important;
}
.quality-sec .row {
  row-gap: 20px;
}
.quality-sec .card-bg {
  background: #191919;
  border-radius: 8px;
  padding: 28px 16px;
}
section.gov-sec .regular-content p.description span {
  font-weight: 600;
}
section.gov-sec .regular-content {
  margin-bottom: 0 !important;
}
section.thesis-sec .row .col-lg-6.col-md-6:last-child .model-card,
section.thesis-sec .row .col-lg-6.col-md-6:nth-child(5) .model-card {
  border-bottom: 0;
  margin-bottom: 0;
}
.set-box p {
  margin-bottom: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #bfbfbf;
}
.row.right-col {
  gap: inherit;
  width: 100%;
}
.set-box img {
  border-radius: 12px;
}
.set-box h6 {
  margin-top: 30px;
  margin-bottom: 14px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #fff;
}
.we-inner {
  background: rgba(255, 255, 255, 0.1);
  width: 227px;
  min-height: 227px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.client-img img {
  width: 180px;
  height: 110px;
  object-fit: contain;
  object-position: center;
}
.client-img {
  background-color: #fff;
}
.client-slider .slick-slide {
  margin: 0 10px;
}
section.redefine-sec.about-choose {
  border-top: 0;
  border-bottom: 1px solid #333;
  padding: 100px 0;
}
section.redefine-sec.about-choose .smart-comtent {
  text-align: center;
}
section.redefine-sec.about-choose .smart-comtent h5 {
  margin: 0 auto 15px;
}
section.redefine-sec.about-choose .smart-comtent h2 {
  margin: 0 auto 30px;
  max-width: 467px;
}
section.redefine-sec.about-choose .smart-comtent p.description {
  margin: 0 auto;
  max-width: 930px;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #bfbfbf;
  opacity: 1;
}
.ai-value .card-content h4 {
  position: relative;
  margin-bottom: 50px !important;
}
section.ai-value .card-content h4 span {
  position: absolute;
  left: 0;
  top: 35px;
  margin: 0;
}
section#join-team .what-img img {
  height: 100%;
}
section#join-team .what-img {
  padding-top: 50px;
}
.form-des p::after,
.form-des p::before {
  content: none !important;
}
.Visionary-Innovators p.description br {
  display: none;
}
section.qubik-end .get-img img {
  aspect-ratio: 2/1;
}
p.bottom-content {
  text-transform: capitalize;
}
.card-content p {
  text-transform: capitalize;
}
span.SMALL-TG {
  text-transform: lowercase;
}
section.ai-text .get-img img {
  aspect-ratio: inherit;
}
section.thesis-sec.about-first .thesis-img img {
  width: 100%;
}
.about-first .regular-content h5 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #fff;
}
.about-first .regular-content h2 img {
  margin-left: 16px;
}
section.thesis-sec .regular-content p.description {
  max-width: 550px;
}
section.about-first .sec-btn {
  margin-top: 26px;
  margin-bottom: 0;
}
section.about-first .regular-content {
  margin-bottom: 0;
}
section.section-card.about-card {
  padding: 10px 0 60px 0;
}
.card-address {
  background-color: #0d0d0d;
  padding: 16px 32px;
  border-radius: 8px;
}
.card-address h4 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 12px;
}
.card-address p {
  margin-bottom: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #bfbfbf;
  text-transform: uppercase;
}
section.thesis-sec.about-first {
  border: 0;
}
section.table-listing ul {
  display: flex;
  padding: 22px 10px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 100px;
}
section.table-listing ul li a {
  text-decoration: none;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #bfbfbf;
  padding: 12px 24px;
  border-radius: 100px;
}
section.table-listing ul li a.active {
  background-color: #fff;
  color: #000;
}
section#innovate-sd {
  border-top: 0;
}
.table-one {
  padding: 70px 0;
}
.table-one p.description {
  text-align: left !important;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: grey;
  opacity: 1;
  max-width: 1200px !important;
}
.table-one .regular-content h2 {
  margin-bottom: 30px;
}
.table-one .regular-content h6 {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  margin-top: 8px;
}
.table-s-content h3 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 18px;
}
.table-s-content p {
  margin-bottom: 0;
  max-width: 795px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: grey;
}
section.pillar-sec {
  padding: 60px 0;
}
section.pillar-sec .smart-comtent h5 {
  margin-bottom: 40px !important;
}
.table-pillar {
  background: #0d0d0d;
  padding: 20px 20px 60px 20px;
}
.table-pillar h6 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 17px;
}
.table-pillar p {
  margin-bottom: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: grey;
}
.table-pillar .reg-right {
  margin-top: 20px;
}
.table-pillar .reg-right li span {
  opacity: 1;
  color: grey;
}
.table-pillar .reg-right li {
  margin-bottom: 18px;
}
.table-pillar .reg-right li:last-child {
  margin-bottom: 0;
}
section.global-print {
  padding: 60px 0;
}
section.global-print .regular-content h2 {
  max-width: 100%;
}
section#global-prints .cyber-card {
  background-color: #000;
  border-top: 0;
  border-left: 0;
}
.cyber-card.cd-tab-1,
.cyber-card.cd-tab-3 {
  border-right: 0;
}
.cyber-card.cd-tab-2,
.cyber-card.cd-tab-3 {
  border-bottom: 0;
}
section.global-print .cyber-card h6 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #fff;
  opacity: 1;
  margin-bottom: 15px;
}
section.global-print .cyber-card p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  opacity: 0.7;
  max-width: 452px;
}
section.global-print .cyber-card {
  min-height: inherit;
  padding-top: 40px;
  padding-bottom: 40px;
}
section#global-prints .cyber-card:hover {
  background-color: #191919;
}
section#corporate {
  padding: 60px 0;
}
section#corporate .smart-comtent h5,
section#differential .smart-comtent h5,
section#global-prints .smart-comtent h5,
section#governce .smart-comtent h5 {
  margin-bottom: 40px;
}
section#corporate p.bottom-content span {
  font-weight: 500;
  color: #fff;
}
section#corporate p.bottom-content {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: grey;
  opacity: 1;
  text-align: left !important;
  margin-top: 40px;
}
.corporate-box {
  background: #191919;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
}
.corporate-box p.description strong {
  font-weight: 500;
}
.corporate-box p.description {
  margin-bottom: 0;
  color: grey;
  opacity: 1;
}
.corporate-box h3 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 8px;
}
section#corporate .row {
  row-gap: 24px;
}
.corporate-box h4 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 20px;
}
section#corporate .reg-right li p {
  margin: 0;
  color: grey;
  font-weight: 300;
}
section#corporate .reg-right li h6 {
  margin-bottom: 5px;
}
section#governce {
  padding: 60px 0;
}
section#governce p.description {
  text-align: left !important;
  max-width: 1200px;
}
section.blue-print {
  padding-bottom: 70px;
  border-bottom: 1px solid #333;
}
section.blue-print .regular-content h4 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 64px;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 20px;
}
section.blue-print .regular-content p.description {
  text-align: left !important;
}
.Solution-outer h5 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.Solution-outer .reg-right li span {
  opacity: 1;
  color: #fff;
}
.Solution-outer .reg-right li {
  color: grey;
}
section#differential {
  padding: 60px 0;
}
section#differential .regular-content h2 {
  max-width: 1046px;
}
section#differential .reg-right li {
  margin-bottom: 22px;
}
section#differential .reg-right li:last-child {
  margin-bottom: 0;
}
.Solution-outer p.bottom-content {
  text-align: left !important;
  font-size: 16px;
  line-height: 20px;
  color: grey;
  opacity: 1;
  font-weight: 400;
  margin-top: 35px;
}
section#differential .reg-right li h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}
section#differential .reg-right li p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: grey;
  margin-left: -18px;
}
section#differential .reg-right li::after {
  top: 8px;
}
.table-one .regular-content h2,
section#corporate .regular-content h2,
section#governce .regular-content h2,
section.pillar-sec .regular-content h2 {
  max-width: 100%;
}
section#differential .regular-content h2 {
  max-width: 100% !important;
}
.exclusive-et {
  text-align: center;
}
.exclusive-et h6 {
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center !important;
  color: #fff;
  opacity: 0.5;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.exclusive-et h3 {
  font-size: 22px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 300;
}
.exclusive-et p {
  margin: 8px 0 0 0;
  color: #fff;
  font-size: 17px;
  opacity: 0.7;
}
section#corporate .regular-content h2 {
  margin-bottom: 15px;
}
section#corporate .regular-content p.description {
  text-align: left !important;
}
section#innovate-sd p.description {
  margin-bottom: 18px;
}
section#innovate-sd p.description:nth-child(5) {
  margin-bottom: 0;
}
section.thesis-sec.about-first {
  padding-top: 60px !important;
}
section.thesis-sec.about-first p.description {
  margin-bottom: 5px;
}
body.sustiable-class .reg-right li {
  text-transform: inherit;
}
section.art-sc .card-bg h4 {
  max-width: 89%;
  margin: 0 auto 15px;
}
/* section.break-sec.py-5.pathway-sec.integration-sc .card-content h4 {
  min-height: 52px;
} */
section.core-sec.future-sc .card-content p {
  min-height: 36px;
}
section.techincal-sec.on-tech .card-bg .card-content h4 {
  max-width: 85%;
}
section.ai-value .card-content h4 {
  max-width: 100% !important;
}
section.ai-building .card-content p {
  max-width: 88%;
}

li.nav-item.dropdown.open .dropdown-menu.mega-menu {
  display: block !important;
  opacity: 1;
  overflow: visible;
  background-color: #000 !important;
}
section.driven-ag .card-bg h4 {
  max-width: 69%;
  margin: 0 auto 15px;
}
section.our-client {
  display: none;
}

@media (max-width: 1366px) {
  .pathway-sec .regular-content h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .regular-content h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .deploy.sec .regular-content h2 {
    max-width: 100%;
    font-size: 45px;
  }
  .step-item.right {
    margin-left: 30px;
  }
  .step-item.left {
    left: -20px;
  }
  .timeline::before {
    height: calc(100% - 90px);
  }
  .big-heading {
    font-size: 50px;
    line-height: 60px;
  }
  .models-section {
    padding-bottom: 100px !important;
  }
  .smart-sec .nav-tabs li a {
    padding: 14px 70px;
  }
  .Visionary-Innovators {
    padding-bottom: 110px;
  }
  h2.section-header {
    font-size: 42px;
    line-height: 52px;
  }
  .scale-innovation-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .cyber-card {
    min-height: inherit;
  }
  header .mega-menu {
    width: 100%;
  }
  section.service-pg {
    position: relative;
    padding-bottom: 130px !important;
  }
}
@media (max-width: 1199px) {
  .consult-sc .regular-content p {
    font-size: 22px;
    line-height: 30px;
  }
  button.accordion-button {
    font-size: 17px;
  }
  section.inter-sc .col-md-4:first-child .card-content h4 br {
    display: none;
  }
  section.techincal-sec.on-tech .card-bg .card-content h4 {
    max-width: 100%;
    font-size: 18px;
  }
  section.techincal-sec.on-tech .card-bg {
    padding: 20px 15px;
  }
  section.techincal-sec.pt-5.pathway-sec .card-bg h4 {
    font-size: 22px;
  }
  .descision-sec .regular-content h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .pathway-sec .regular-content h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .regular-content h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .core-sec .regular-content h2 {
    margin-bottom: 20px;
  }
  .deploy.sec .regular-content h2 {
    font-size: 35px;
    line-height: 45px;
  }
  header .btn-header {
    font-size: 15px;
  }
  section.descision-sec .regular-content h4 {
    font-size: 20px;
  }
  .step-item h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .step-item::before {
    width: 50px;
    height: 50px;
    font-size: 21px;
  }
  .models-section .row {
    gap: 0;
  }
  .left-col {
    width: 40%;
  }
  .right-col {
    width: calc(100% - 40%);
  }
  .right-col .flex-grow-1 h1 {
    font-size: 30px;
  }
  .card-box h5 {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
  .smart-sec .nav-tabs li a {
    padding: 14px 50px;
  }
  .smart-sec .tab-pane h5 {
    font-size: 20px;
  }
  .scale-col .success-sub-d p {
    font-size: 20px;
    line-height: 28px;
  }
  .enginneer-box.digital-col {
    padding: 20px 10px;
  }
  .enginneer-box.digital-col h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .enginneer-box p.description {
    margin-bottom: 25px !important;
    font-size: 14px;
    min-height: 160px;
  }
  .location-card {
    padding: 20px 10px;
  }
  header .mega-menu li {
    width: 20%;
  }
  .break-sec .card-bg h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .patent-content h1 {
    font-size: 44px;
    line-height: 54px;
  }
  .techincal-sec {
    padding-top: 40px !important;
  }
  .ct-content h2 {
    font-size: 35px;
    line-height: 45px;
    max-width: 100%;
  }
  .cmp-content h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .row.performance-row {
    padding-top: 90px;
  }
  .ct-content {
    padding-bottom: 65px;
  }
  .core-content h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .cmp-content {
    padding-left: 10px;
  }
  .computer-sec {
    padding-bottom: 80px !important;
  }
  .cmp-content li {
    max-width: 100%;
    height: inherit;
  }
  .deploy.sec {
    padding-bottom: 60px;
  }
  section.get-start-sc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pathway-sec {
    padding-bottom: 60px;
  }
  .interprise-sec {
    padding: 50px 0 !important;
  }
  .comp-img::after {
    width: 61vw;
  }
  .core-sec {
    padding-top: 80px;
  }
  .main-outer {
    padding: 20px 22px;
  }
  .about-ft .patent-content h1 {
    max-width: 100%;
  }
  .about-ft .patent-content p {
    max-width: 100%;
  }
  .about-ft {
    padding-bottom: 60px !important;
  }
  .consult-sc .regular-content {
    margin-bottom: 50px;
  }
  .timer h3 {
    font-size: 40px;
    line-height: 62px;
  }
  .timer p {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
  }
  .what-we {
    padding: 80px 0;
    border-bottom: 1px solid #333;
  }
  img.desktop-vs {
    z-index: -1;
    max-height: 640px !important;
    width: 530px;
  }
  section.service-pg {
    padding-bottom: 180px !important;
  }
  section.service-rs .smart-comtent h2.section-header {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .service-rs .nav-tabs {
    white-space: nowrap;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 5px;
    scrollbar-color: #000;
    padding-bottom: 10px;
  }
  .service-rs .tab-content {
    margin-top: 30px;
  }
  section.our-client {
    padding: 60px 0;
  }
  .ai-system li.nav-item a {
    padding: 14px 20px;
  }
  .stat h2 {
    font-size: 60px;
    line-height: 55px;
  }
  section.team-up .model-card h1 {
    font-size: 17px;
  }
  section.team-up .model-card h4 {
    font-size: 15px;
  }
  section.descision-sec.team-modal-section {
    padding-top: 40px;
  }
  .big-heading {
    font-size: 40px;
    line-height: 50px;
  }
  .ai-value .card-content h4 {
    font-size: 20px;
  }
  section.about-first {
    padding: 60px 0 !important;
  }
  .card-address h4 {
    font-size: 19px;
  }
  section.table-listing ul li a {
    font-size: 16px;
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .right-col {
    margin-top: 30px;
  }
  section.interprise-sec.pathway-sec.on-tech .row {
    row-gap: 20px;
  }
  section.interprise-sec.pathway-sec.on-tech .col-md-5,
  section.interprise-sec.pathway-sec.on-tech .col-md-7 {
    width: 100%;
  }
  .drop-s-megamenu {
    padding: 10px 0px;
  }
  .card-content.br-title h4 br {
    display: none;
  }
  section.techincal-sec.on-tech .card-bg .card-content h4 {
    max-width: 100%;
  }
  section.patent-sec .enginneer-box.digital-col h5 {
    max-width: 92%;
  }
  section.break-sec.py-5.pathway-sec.integration-sc .card-content h4 {
    max-width: 100%;
    word-break: break-word;
  }
  section.art-sc .card-bg h4 {
    font-size: 15px !important;
    max-width: 100%;
  }
  section.techincal-sec.pt-5.pathway-sec .card-bg h4 {
    min-height: 44px;
  }
  section.art-sc .card-bg {
    padding: 15px 10px;
  }
  .right-col .smart-comtent p.description {
    margin-top: 30px;
    margin-bottom: 0;
  }
  header .navbar-nav .nav-item.show > .nav-link:before {
    transform: rotate(180deg); /* rotated arrow */
  }
  header .navbar-nav .nav-item {
    position: relative; /* required for :before positioning */
  }
  .dropdown-menu.mega-menu.show-mega {
    max-height: 500px;
  }
  header .mega-menu {
    transform: inherit !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  header ul.navbar-nav {
    overflow-y: auto;
    max-height: 500px;
    overflow-x: hidden;
  }
  header .navbar-nav .nav-link.show:before {
    transform: rotate(180deg);
  }
  .dropdown-menu.mega-menu {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
  }
  .main-outer h5 {
    font-size: 18px;
    line-height: 25px;
  }
  .main-outer {
    padding: 15px 10px;
  }
  .hub-outer li {
    padding: 10px 10px;
    min-height: 70px;
  }
  .hub-outer.middle-rounter li {
    font-size: 17px;
    line-height: 22px;
  }
  .navbar-nav .dropdown-menu.show {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }
  .service-menu {
    display: block;
  }
  .service-menu li a {
    margin-bottom: 5px;
  }
  a#EmpowerDropdown + .dropdown-menu .drop-s-megamenu li,
  a#LeadDropdown + .dropdown-menu .drop-s-megamenu li {
    margin-bottom: 0;
  }
  .arrow-drop ul.dropdown-menu.option-bg {
    left: -20vw;
  }
  .navbar-nav .dropdown-menu.show {
    transform: none;
    left: 0;
  }
  a#EmpowerDropdown + .dropdown-menu .drop-s-megamenu li,
  a#LeadDropdown + .dropdown-menu .drop-s-megamenu li {
    width: 100%;
  }
  .descision-sec .regular-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
  section.descision-sec .regular-content h4 {
    font-size: 18px;
  }
  section.descision-sec {
    padding-bottom: 0 !important;
  }
  .descision-sec .regular-content {
    padding: 20px 15px;
  }
  .break-sec .card-bg h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .break-sec .card-bg {
    padding: 15px 12px;
  }
  body section.ai-argu-sc {
    padding-bottom: 60px !important;
  }
  .pathway-sec .regular-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .pathway-sec .regular-content {
    margin-bottom: 10px;
  }
  .card-hub .table-head h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .card-hub .row {
    padding: 15px 14px;
  }
  .table-head {
    padding: 14px 16px;
  }
  .card-hub .row p {
    font-size: 14px;
  }
  .wrap {
    padding: 0;
  }
  .regular-content h2 {
    font-size: 30px;
    line-height: 39px;
  }
  section.core-sec.cap-sc .regular-content h4 {
    font-size: 20px;
  }
  .autosec .core-content {
    padding: 10px 0;
  }
  .autosec .core-content h4 {
    font-size: 17px;
    line-height: 24px;
  }
  section.deploy.sec.implmnt-sc {
    padding-top: 60px;
  }
  .deploy.sec .regular-content h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .step-item {
    padding: 15px 15px;
  }
  .step-item.right h4 {
    padding-left: 49px;
  }
  .step-item.left h4,
  .step-item.left ul {
    margin-left: -20px;
  }
  section.integration-sc .row {
    margin-top: 20px;
  }
  section.up-sc.solutions-sc {
    padding-bottom: 60px !important;
  }
  section.get-start-sc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .get-start-sc .regular-content p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .break-sec .card-bg h4 {
    font-size: 15px;
  }
  .deploy.sec {
    padding-bottom: 60px;
  }
  .step-item.right {
    margin-left: -25px;
  }
  .step-item.left {
    left: 25px;
  }
  .pathway-sec.autosec.up-sc .tech-content.regular-content {
    margin-bottom: 30px;
  }
  body .solutions-sc {
    padding-top: 60px !important;
  }
  .left-col {
    width: 100%;
  }
  .right-col {
    width: 100%;
  }
  .models-section {
    margin-top: 0 !important;
    padding-bottom: 60px !important;
  }
  .big-medium {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px !important;
  }
  .big-heading {
    font-size: 41px;
    line-height: 50px;
  }
  .cta-btn {
    margin-top: 20px;
  }
  .smart-sec .nav-tabs li a {
    padding: 14px 30px;
    font-size: 18px;
  }
  .cyber-card p {
    font-size: 18px;
    line-height: 25px;
  }
  .engineer-section .col-md-3 {
    width: 33.33%;
  }
  .security-scale-innovation {
    padding-top: 60px !important;
  }
  .scale-row {
    padding-top: 20px;
  }
  .scale-innovation-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .security-sec {
    padding-bottom: 60px !important;
  }
  .cyber-card span {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    width: 100%;
  }
  section.smart-sec .tab-pane .col-lg-4.col-md-6:last-child {
    margin-top: 20px;
  }
  .redefine-sec .digital-col p.description {
    margin-bottom: 26px;
    font-size: 14px;
  }
  .smart-sec .tab-pane h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .Visionary-Innovators {
    padding-bottom: 70px;
    padding-top: 60px;
  }
  .smart-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .card-box h5 {
    font-size: 18px;
    line-height: 23px;
  }
  h2.section-header {
    font-size: 35px;
    line-height: 42px;
  }
  .model-card {
    padding: 20px 0;
    margin-bottom: 15px;
  }
  .model-card:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  section.footer {
    padding-bottom: 20px !important;
  }
  .location-card h6 {
    font-size: 18px;
    line-height: 22px;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .slider-btn {
    bottom: 30px;
  }
  .scale-col img {
    height: 380px;
  }
  header .sticky-top {
    position: relative;
  }
  .arrow-drop {
    position: absolute;
    left: 205px;
    top: 26px;
  }
  .arrow-drop ul.dropdown-menu.option-bg {
    margin-top: 20px;
  }
  button.navbar-toggler {
    border: 0;
    padding: 0 !important;
    top: -5px;
    position: relative;
  }
  button.navbar-toggler:focus {
    box-shadow: none;
  }
  header ul.navbar-nav {
    margin-left: 0 !important;
    margin-top: 20px;
  }
  header .navbar-nav .nav-link {
    padding: 10px 10px !important;
  }
  header .navbar-nav .nav-link {
    position: relative;
    transform: all ease 0.5s;
  }
  header .navbar-nav .nav-link:before {
    transition: all ease 0.5s;
    position: absolute;
    content: "";
    background-image: url(../images/dn-arrow.svg);
    width: 35px;
    height: 35px;
    top: 3px;
    right: 2px;
    z-index: 1;
    background-size: 35px;
    background-repeat: no-repeat;
  }
  header .navbar-nav .nav-link {
    position: relative;
    background-color: #191919;
    border-radius: 5px !important;
    margin-bottom: 10px;
  }
  header .mega-menu li {
    width: 100%;
  }
  header .dropdown-menu.mega-menu ul {
    row-gap: 5px;
  }
  .infrence-sec {
    padding-bottom: 60px !important;
  }
  section.hub-sec.qubrix-sc {
    padding-bottom: 60px !important;
  }
  section.hub-sec.qubrix-sc .regular-content {
    margin-bottom: 30px;
  }
  .techincal-sec {
    padding-top: 60px !important;
  }
  .app-box {
    padding: 14px 10px;
  }
  .app-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 23px;
  }
  .reg-right li {
    font-size: 14px;
  }
  .application-sec {
    padding-bottom: 90px;
  }
  section.core-sec.cap-sc.science-behind {
    padding-top: 60px !important;
  }
  section.opti-sc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  section.pb-5.pathway-sec.autosec.qubik-end {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .tech-content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  section.hub-sec {
    padding: 50px 0 0 0 !important;
  }
  .core-sec {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .pathway-sec {
    padding-bottom: 50px;
  }
  .autosec .row {
    margin-top: 20px;
  }
  section.gov-sc {
    padding-top: 40px !important;
  }
  .capability-table thead th {
    font-size: 17px;
    line-height: 30px;
    padding: 10px 10px;
  }
  .capability-table td {
    padding: 10px 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("../images/cross.svg");
    width: 35px;
    height: 35px;
  }
  section.on-patent .col-md-3 {
    width: 33.33%;
  }
  .patent-content h1 {
    font-size: 34px;
    line-height: 44px;
  }
  button.accordion-button {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .accordion-item ul li {
    font-size: 14px;
  }
  .accordion-button::after {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
  .accordion-button:not(.collapsed)::after {
    width: 22px;
    height: 22px;
    background-size: 20px;
  }
  .reg-left h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .card-content h4 {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .card-bg {
    padding: 20px 8px;
  }
  section.patent-sec {
    padding-bottom: 70px !important;
  }
  .case-btn a {
    padding: 13px 24px;
  }
  section.regular-sec.on-tech {
    padding-top: 60px !important;
  }
  .on-tech {
    padding-bottom: 60px !important;
  }
  section#join-team {
    padding: 60px 0;
  }
  .consult-sc .regular-content {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .consult-sc .regular-content p {
    font-size: 18px;
    line-height: 25px;
  }
  .timer h3 {
    font-size: 35px;
    line-height: 44px;
  }
  .timer p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
  }
  .what-we .row {
    align-items: center;
  }
  .what-we {
    padding: 70px 0;
  }
  .team-modal .modal-header {
    padding: 12px 16px;
  }
  .team-modal .modal-body {
    padding: 15px 15px;
  }
  .team-modal .modal-title {
    font-size: 16px !important;
    line-height: 22px;
    padding-right: 20px;
  }
  .cookie-banner p {
    font-size: 13px;
    line-height: 19px;
  }
  img.desktop-vs {
    max-height: 480px !important;
  }
  .service-rs h4.section-header {
    font-size: 25px;
    line-height: 32px;
  }
  .service-rs p.description {
    font-size: 16px;
    line-height: 23px;
  }
  .ai-system li.nav-item a {
    padding: 14px 20px !important;
    font-size: 16px !important;
  }
  .stats-container {
    gap: 10px;
  }
  .stat h2 {
    font-size: 50px;
    line-height: 45px;
  }
  .stat p {
    font-size: 15px;
    line-height: 18px;
  }
  h4.part-content {
    font-size: 22px;
  }
  section.what-we.what-ai .col-md-6 {
    width: 100%;
  }
  section.what-we.what-ai .row {
    row-gap: 30px;
  }
  .what-img img {
    width: auto;
    margin: 0 auto;
  }
  .what-img {
    text-align: center;
  }
  .team-one .col-md-3 {
    width: 50%;
  }
  .team-one {
    padding-bottom: 30px;
  }
  .team-one .row {
    row-gap: 30px;
  }
  .big-heading {
    font-size: 28px;
    line-height: 35px;
  }
  .team-modal-section .regular-content h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .team-modal-section a.cta-btn {
    margin-top: 15px !important;
    font-size: 16px !important;
    padding: 8px 22px;
  }
  section.team-up {
    padding: 60px 0;
  }
  section#join-team .regular-content.sd-team {
    margin-top: 0 !important;
  }
  section.service-pg .patent-content {
    padding-top: 0;
    width: 100%;
  }
  img.desktop-vs {
    max-height: 480px !important;
    width: 50vw;
  }
  .ai-building .card-content h4,
  .ai-building .card-content p {
    word-break: break-all;
  }
  .client-img img {
    width: 150px;
    height: 90px;
  }
  section.our-client .regular-content h2 {
    margin-bottom: 10px;
  }
  section.our-client {
    padding: 60px 0 100px 0;
  }
  .ai-value .card-content h4 {
    position: relative;
    margin-bottom: 50px !important;
  }
  section.ai-value .card-content h4 span {
    position: absolute;
    left: 0;
    top: 29px;
    margin: 0;
  }
  section.step-section {
    padding: 70px 0;
  }
  .section-column h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .section-column p {
    margin-bottom: 20px;
    min-height: inherit;
  }
  .section-container {
    gap: 20px;
  }
  section#join-team .what-img {
    padding-top: 0;
  }
  section#join-team .what-img img {
    height: auto;
    width: 100%;
  }
  section#join-team .row {
    align-items: flex-start;
  }
  section.about-first {
    padding-bottom: 0 !important;
  }
  section.table-listing ul {
    padding: 16px 8px;
  }
  section.table-listing ul li a {
    font-size: 14px;
    padding: 11px 11px;
  }
  .table-one {
    padding: 50px 0;
  }
  .table-s-content h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 14px;
  }
  .table-one p.description {
    font-size: 17px;
    line-height: 25px;
  }
  .table-s-content p {
    font-size: 17px;
    line-height: 25px;
  }
  section#corporate .regular-content,
  section#differential .regular-content,
  section#governce .regular-content,
  section.global-print .regular-content {
    margin-bottom: 30px;
  }
  section.global-print .cyber-card h6 {
    font-size: 18px;
    line-height: 24px;
  }
  section.global-print .cyber-card {
    padding-left: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 16px;
  }
  section#governce .regular-content h2,
  section.global-print .regular-content h2 {
    margin-bottom: 10px;
  }
  section.blue-print .regular-content h4 {
    font-size: 26px;
    line-height: 36px;
  }
  section.blue-print {
    padding-bottom: 50px;
  }
  section#corporate .regular-content h2 {
    margin-bottom: 10px !important;
  }
  section#corporate,
  section#governce,
  section.global-print {
    padding: 40px 0;
  }
  section.pillar-sec .regular-content {
    margin-bottom: 30px;
  }
  .table-pillar p {
    font-size: 16px;
    line-height: 20px;
  }
  .table-pillar {
    padding: 15px 10px 40px 10px;
  }
  section#differential {
    padding: 40px 0;
  }
  .table-pillar h6 {
    font-size: 18px;
  }
  section.pillar-sec {
    padding: 40px 0;
  }
  section.pillar-sec .smart-comtent h5 {
    margin-bottom: 20px !important;
  }
  section.table-listing ul {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    flex-direction: row;
  }
  .corporate-box {
    padding: 20px 10px;
  }
  .corporate-box h3 {
    font-size: 17px;
  }
  .hub-wrap {
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .hub-outer {
    width: 100%;
    margin-top: 20px;
  }
  .hub-outer.middle-rounter {
    margin-top: 20px;
    min-width: 100%;
  }
  .main-outer {
    min-height: 50px;
  }
  .hub-outer li {
    font-size: 14px;
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .hub-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  section.driven-ag .card-bg h4 {
    max-width: 100%;
  }
  section.ai-building .card-content p br {
    display: none;
  }
  section.ai-building .card-content p {
    max-width: 100%;
  }
  section.break-sec.py-5.pathway-sec.ai-argu-sc .card-bg h4 br {
    display: none;
  }
  section.bl-line .card-bg .card-content h4 br {
    display: block !important;
  }
  section.break-sec.py-5.pathway-sec.integration-sc .card-content h4 br {
    display: none;
  }
  section.art-sc .card-bg h4 br {
    display: none;
  }
  section.techincal-sec.on-tech .card-content h4 br {
    display: none;
  }
  section.techincal-sec.pt-5.pathway-sec .card-bg h4 br {
    display: none;
  }
  section.on-patent .enginneer-box.digital-col p.description {
    min-height: inherit;
  }
  section.core-sec.future-sc .card-content p {
    min-height: inherit;
  }
  section.break-sec.py-5.pathway-sec.integration-sc .card-content h4 {
    min-height: inherit;
  }
  section.art-sc .card-bg h4 {
    min-height: inherit;
  }
  section.techincal-sec.pt-5.pathway-sec .card-bg h4 {
    min-height: inherit;
  }
  .right-col .smart-comtent p.description {
    line-height: 27px;
    font-size: 16px;
  }
  .hub-outer {
    min-width: 240px;
    flex: 0 0 auto;
  }
  .arrow-drop ul.dropdown-menu.option-bg {
    left: -25vw;
  }
  .main-outer h5 {
    font-size: 16px;
    line-height: 21px;
  }
  .hub-outer.middle-rounter li {
    font-size: 15px;
    line-height: 22px;
  }
  .hub-outer li {
    font-size: 14px;
  }
  .cyber-card p {
    min-height: inherit;
  }
  .smart-sec .nav-tabs li a {
    padding: 9px 18px;
    font-size: 15px;
  }
  .cyber-card {
    padding: 20px 0;
  }
  .engineer-section .col-md-3 {
    width: 50%;
  }
  .scale-col img {
    height: 100%;
  }
  .scale-col .success-sub-d p {
    font-size: 17px;
    line-height: 23px;
  }
  .scale-col .success-sub-d p {
    display: block !important;
  }
  .scale-row {
    gap: 10px;
    flex-wrap: wrap;
  }
  .scale-col {
    width: calc(50% - 10px) !important;
  }
  .scale-col img {
    height: 350px;
  }
  .scale-col a span {
    padding: 6px 10px;
  }
  .success-sub-d {
    bottom: 40px;
  }
  section.smart-sec .tab-pane .col-lg-4.col-md-4,
  section.smart-sec .tab-pane .col-lg-4.col-md-6 {
    width: 50%;
  }
  .row.border-row {
    row-gap: 20px;
  }
  .scale-col a span img {
    min-height: inherit;
  }
  section.location .row {
    row-gap: 20px;
  }
  footer.end-bottom-sc .container {
    flex-wrap: wrap;
    row-gap: 25px;
    justify-content: center !important;
  }
  section.infrence-sec .row .col-md-4 {
    width: 50%;
  }
  section.infrence-sec .row {
    row-gap: 20px;
  }
  section.qubrix-sc .table-head h6 {
    font-size: 20px;
    line-height: 22px;
  }
  .card-hub .row,
  .card-hub .table-head {
    min-width: 600px;
  }
  .card-hub {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  section.descision-sec {
    padding-top: 30px !important;
  }
  .pathway-sec .regular-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
  body section.ai-argu-sc .col-md-4 {
    width: 50%;
  }
  .regular-content h2 {
    font-size: 25px;
    line-height: 34px;
  }
  section.solutions-sc .regular-content {
    margin-bottom: 40px;
  }
  section.up-sc.solutions-sc .regular-content h5 {
    margin-bottom: 10px !important;
    font-size: 18px !important;
    line-height: 24px;
  }
  .timeline::before {
    height: 100%;
    left: 25px;
    transform: none;
  }
  .step-item.right {
    margin-left: 0;
    padding: 0;
    width: 100%;
    left: 0;
  }
  .step-item {
    width: 100%;
  }
  .timeline::before {
    height: 100%;
    left: 25px;
    transform: none;
    top: 0;
  }
  .step-item::before {
    left: 0;
    top: 0;
  }
  .step-item.left {
    left: 0;
  }
  .step-item.left h4,
  .step-item.left ul {
    margin-left: 0;
    max-width: 100%;
  }
  .step-item.right h4 {
    padding-left: 0;
  }
  .step-item.right ul {
    margin-left: 0;
  }
  .step-item {
    margin-bottom: 30px;
  }
  .step-item.left::before {
    left: 0;
  }
  .step-item.left,
  .step-item.right {
    padding-left: 80px !important;
    padding: 0;
  }
  .step-item.left h4,
  .step-item.right h4 {
    margin-bottom: 10px;
  }
  .break-sec .card-bg {
    justify-content: center;
  }
  section.break-sec .col-md-3 {
    width: 50%;
  }
  .integration-sc .card-bg {
    justify-content: start;
  }
  section.future-sc .regular-content h4 {
    font-size: 25px;
    line-height: 36px;
  }
  .regular-content {
    margin-bottom: 30px;
  }
  section.core-sec.future-sc {
    padding-bottom: 0;
  }
  section.on-patent .col-md-3 {
    width: 50%;
  }
  .patent-content h1 {
    font-size: 24px;
    line-height: 34px;
  }
  section.on-patent {
    padding-bottom: 80px !important;
  }
  .footer-sub {
    padding-top: 60px;
  }
  .patent-right ul {
    gap: 10px;
  }
  .patent-left ul li span {
    padding-left: 10px;
  }
  .patent-left ul {
    gap: 32px;
  }
  .get-start-sc .row {
    row-gap: 30px;
  }
  .contact-form textarea {
    min-height: 140px;
  }
  section.patent-sec .col-lg-6.col-md-6 {
    width: 50%;
  }
  section.techincal-sec.on-tech .row {
    row-gap: 20px;
  }
  .core-ct {
    gap: 20px;
    padding-bottom: 30px;
  }
  section.computer-sec .row {
    row-gap: 20px;
  }
  .row.performance-row {
    padding-top: 20px;
    flex-wrap: wrap-reverse;
  }
  section.regular-sec.on-tech {
    padding-top: 50px !important;
  }
  .regular-sec .row:last-child {
    padding: 0 !important;
  }
  section.techincal-sec.pt-5.pathway-sec.on-tech {
    padding-top: 50px !important;
  }
  .comp-img::after {
    display: none;
  }
  .regular-content.sd-team p {
    font-size: 18px;
    line-height: 25px;
  }
  .regular-content.sd-team {
    margin-bottom: 20px;
  }
  .team-modal-section .modal-link-img img.model-img {
    width: 180px;
    height: 180px;
  }
  .right-col .flex-grow-1 h1 {
    line-height: 38px;
  }
  .cookie-buttons {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: end;
  }
  .consult-sc .regular-content p {
    font-size: 16px;
    line-height: 23px;
  }
  .about-ft .sec-btn {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  section.patent-sec {
    padding-bottom: 60px !important;
  }
  .timer p {
    font-size: 16px;
    line-height: 20px;
  }
  .consult-sc {
    padding-bottom: 70px;
  }
  .consult-sc .col-md-3 {
    width: 25%;
  }
  .timer h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .what-we .regular-content {
    margin-top: 30px;
  }
  section.about-explore .col-lg-4.col-md-4.tab-pane {
    width: 50%;
  }
  section.about-explore .row {
    row-gap: 25px;
  }
  section.service-rs .smart-comtent h2.section-header {
    margin-bottom: 26px;
    font-size: 22px;
    line-height: 33px;
  }
  .service-rs h4.section-header {
    font-size: 20px;
    line-height: 27px;
  }
  .partner-sc {
    gap: 90px;
    margin-top: 60px;
  }
  section.what-we.what-ai .sec-flex h5 {
    text-align: left;
    align-items: baseline;
    font-size: 14px;
  }
  section.our-client .regular-content h4 {
    font-size: 22px;
    line-height: 10px;
  }
  h2.section-header {
    font-size: 32px;
    line-height: 42px;
  }
  section.what-ai .regular-content h3 {
    font-size: 25px;
    line-height: 37px;
  }
  section.work-us {
    padding: 60px 0;
  }
  section.blog-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .arrow-drop {
    left: 170px;
    top: 23px;
  }
  header img.logo {
    width: 150px;
  }
  section.service-pg .patent-content {
    width: 100%;
    padding-top: 40px;
  }
  img.desktop-vs {
    max-height: 450px !important;
    object-fit: cover;
  }
  .service-pg::after {
    height: 110%;
  }
  .tech-only .nav-tabs li.nav-item a {
    padding: 7px 19px;
    font-size: 14px;
  }
  .tech-only .tab-content > .tab-pane ul {
    gap: 30px;
  }
  .client-img img {
    width: 110px;
    height: 90px;
  }
  .ai-text .row {
    row-gap: 20px !important;
  }
  section.step-section {
    padding: 60px 0;
  }
  img.desktop-vs {
    position: relative;
    width: 100%;
    max-height: 100% !important;
  }
  section.patent-sec.py-5.service-pg {
    padding-bottom: 0 !important;
  }
  section.tech-only {
    padding-top: 0 !important;
  }
  section.section-card.about-card .col-md-4 {
    width: 50%;
  }
  .card-address h4 {
    font-size: 16px;
  }
  .table-one .regular-content h6 {
    font-size: 16px;
  }
  .table-one .regular-content h2 {
    margin-bottom: 20px;
  }
  .table-s-content h3 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 14px;
  }
  section#differential {
    padding: 30px 0;
  }
  section#corporate,
  section#governce,
  section.global-print {
    padding: 30px 0;
  }
  section#corporate .regular-content,
  section#differential .regular-content,
  section#governce .regular-content,
  section.global-print .regular-content {
    margin-bottom: 20px;
  }
  section.global-print .cyber-card {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
  }
  section.blue-print .regular-content h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .Solution-outer h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  section#differential .reg-right li h6 {
    font-size: 18px;
    line-height: 24px;
  }
  section#differential .regular-content h2 {
    margin-bottom: 10px;
  }
  .table-one {
    padding: 40px 0;
  }
  section.pillar-sec {
    padding: 30px 0;
  }
  section.pillar-sec .regular-content {
    margin-bottom: 20px;
  }
  section.pillar-sec .regular-content h2 {
    margin-bottom: 0;
  }
  section#corporate .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .model-card {
    padding: 15px 0;
    margin-bottom: 10px;
  }
  button.accordion-button {
    padding: 12px 15px;
  }
  section.bl-line .card-bg .card-content h4 br {
    display: none !important;
  }
  section.patent-sec .enginneer-box.digital-col h5 {
    max-width: 100%;
  }
  section.techincal-sec.on-tech .card-bg .card-content h4 {
    max-width: 100%;
  }
  section#corporate p.bottom-content {
    margin-top: 20px;
  }
  section#corporate .col-md-4 {
    width: 100%;
  }
  .enginneer-box p.description {
    min-height: inherit;
  }
  .models-section {
    padding: 30px 0;
  }
  .big-heading {
    font-size: 26px;
    line-height: 32px;
  }
  .right-col .flex-grow-1 h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .smart-sec .nav-tabs {
    gap: 5px;
    row-gap: 10px;
  }
  .slider-btn {
    right: 4%;
    bottom: 30px;
  }
  .models-section {
    margin-top: 0 !important;
    padding-bottom: 40px !important;
  }
  .Visionary-Innovators {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .smart-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec-btn a {
    padding: 13px 20px;
  }
  .security-sec {
    padding-bottom: 50px !important;
  }
  .engineer-section .col-md-3 {
    width: 100%;
  }
  .scale-innovation-title {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .scale-col {
    width: 100% !important;
  }
  .security-scale-innovation {
    padding-top: 50px !important;
  }
  h2.section-header {
    font-size: 25px;
    line-height: 35px;
  }
  .footer-lg img {
    margin: 0;
    width: 145px;
    height: auto;
    object-fit: cover;
  }
  section.footer-sub {
    padding-top: 40px;
    padding-bottom: 0 !important;
  }
  section.infrence-sec .row .col-md-4 {
    width: 100%;
  }
  .infrence-sec {
    padding-bottom: 50px !important;
  }
  section.hub-sec.qubrix-sc {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .application-sec {
    padding-bottom: 80px;
  }
  .techincal-sec {
    padding-top: 50px !important;
  }
  section.core-sec.cap-sc.science-behind {
    padding-top: 50px !important;
    padding-bottom: 50px;
  }
  section.pb-5.pathway-sec.autosec.qubik-end {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  section.pb-5.pathway-sec.autosec.qubik-end .row {
    padding-top: 20px;
  }
  section.get-start-sc {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pathway-sec .regular-content h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .contact-form textarea {
    min-height: 130px;
  }
  .regular-content h2 {
    font-size: 26px;
    line-height: 35px;
  }
  section.descision-sec .regular-content h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px !important;
  }
  .smart-sec .nav-tabs {
    white-space: nowrap;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 5px;
    scrollbar-color: #000;
    padding-bottom: 10px;
  }
  ul.nav-tabs::-webkit-scrollbar {
    height: 1px;
  }
  ul.nav-tabs::-webkit-scrollbar-thumb {
    background: rgb(255 255 255 / 50%);
    border-radius: 10px;
  }
  section#join-team {
    padding: 40px 0;
  }
  body section.ai-argu-sc .col-md-4 {
    width: 100%;
  }
  body section.ai-argu-sc {
    padding-bottom: 50px !important;
  }
  .ai-argu-sc .wrap {
    margin-top: 20px !important;
  }
  section.up-sc.solutions-sc {
    padding-bottom: 50px !important;
  }
  .deploy.sec .regular-content h2 {
    font-size: 25px;
    line-height: 36px;
  }
  section.deploy.sec.implmnt-sc {
    padding-top: 50px;
  }
  .core-sec {
    padding-bottom: 60px;
  }
  .step-item h4 {
    font-size: 17px;
    line-height: 24px;
  }
  .deploy.sec {
    padding-bottom: 40px;
  }
  section.break-sec .col-md-3 {
    width: 100%;
  }
  section.core-sec.cap-sc .regular-content {
    margin-bottom: 30px;
  }
  section.gov-sc {
    padding-top: 20px !important;
  }
  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  section.future-sc .regular-content h4 {
    font-size: 21px;
    line-height: 27px;
  }
  .capability-table td {
    padding: 9px 7px;
    font-size: 14px;
    line-height: 18px;
  }
  .capability-table thead th {
    font-size: 14px;
    line-height: 19px;
    padding: 7px 8px;
  }
  section.on-patent .col-md-3 {
    width: 100%;
  }
  .patent-content h1 {
    font-size: 25px;
    line-height: 32px;
  }
  .patent-content h4 {
    font-size: 18px;
  }
  section.on-patent {
    padding-bottom: 50px !important;
  }
  .ct-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .ct-content {
    padding-bottom: 35px;
  }
  .cmp-content h3 {
    font-size: 22px;
    line-height: 28px;
  }
  section.patent-sec .col-lg-6.col-md-6 {
    width: 100%;
  }
  .patent-right ul {
    justify-content: start;
  }
  section.patent-sec .row {
    row-gap: 10px;
  }
  .patent-content h1 {
    font-size: 23px;
    line-height: 30px;
  }
  section.deploy.sec.on-tech {
    padding-top: 50px !important;
  }
  section.core-sec.future-sc {
    padding-top: 10px;
  }
  .team-modal .modal-body .d-flex.align-items-start {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .cookie-banner {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    padding: 10px;
  }
  .cookie-banner p {
    max-width: 100%;
    text-align: center;
  }
  .consult-sc .col-md-3 {
    width: 33.33%;
  }
  .consult-sc .row {
    row-gap: 20px;
  }
  section.patent-sec {
    padding-bottom: 50px !important;
  }
  .consult-sc .regular-content {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .consult-sc {
    padding-bottom: 50px;
  }
  .wht-icon {
    width: 35px;
    height: 35px;
  }
  .wht-icon img {
    width: 22px;
  }
  .what-we ul li {
    padding: 12px 10px;
  }
  .wht-content h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .what-we {
    padding: 60px 0;
  }
  section.about-explore .col-lg-4.col-md-4.tab-pane {
    width: 100%;
  }
  .about-ft .sec-btn a {
    padding: 13px 10px;
  }
  section.service-rs {
    padding-top: 100px !important;
  }
  .what-img img {
    width: 100%;
  }
  .ai-system {
    flex-wrap: wrap;
  }
  .ai-system .nav-tabs,
  .ai-system .tab-content {
    width: 100%;
  }
  .stats-container {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  h4.part-content {
    font-size: 18px;
  }
  section.what-ai .regular-content h3 {
    font-size: 21px;
    line-height: 28px;
  }
  .partner-sc {
    gap: 50px;
  }
  section.service-rs {
    padding-top: 70px !important;
  }
  .stat {
    width: calc(50% - 5px);
  }
  section.work-us {
    padding: 50px 0;
  }
  .sec-flex-ot {
    flex-wrap: wrap;
  }
  .what-we.what-ai .regular-content {
    margin-top: 0;
  }
  img.desktop-vs {
    max-height: 400px !important;
  }
  section.service-rs {
    padding-top: 0 !important;
  }
  section.service-rs .smart-comtent h2.section-header {
    font-size: 20px;
    line-height: 30px;
  }
  .service-rs h4.section-header {
    font-size: 17px;
    line-height: 26px;
  }
  section.our-client {
    padding: 50px 0 110px 0;
  }
  .service-rs .nav-tabs li.nav-item a {
    padding: 12px 20px;
  }
  section.service-pg .patent-content {
    padding-top: 0 !important;
  }
  section.tech-only {
    padding-top: 0 !important;
  }
  .client-img img {
    width: 120px;
    height: 80px;
  }
  .client-img {
    text-align: center;
    display: flex !important;
    justify-content: center;
  }
  section.step-section {
    padding: 50px 0;
  }
  .section-column h2 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 10px;
  }
  .table-one {
    padding: 30px 0;
  }
  section.pillar-sec {
    padding: 20px 0;
  }
  section#differential {
    padding: 20px 0;
  }
  section#corporate,
  section#governce,
  section.global-print {
    padding: 20px 0;
  }
  .about-first .regular-content h2 img {
    margin-left: 10px;
    width: 28px;
  }
  section.section-card.about-card .col-md-4 {
    width: 100%;
  }
  section#corporate .smart-comtent h5,
  section#differential .smart-comtent h5,
  section#global-prints .smart-comtent h5,
  section#governce .smart-comtent h5 {
    margin-bottom: 20px;
  }
  section.blue-print .regular-content h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .table-s-content h3 {
    font-size: 18px;
  }
  section#differential .reg-right li h6 {
    font-size: 17px;
    line-height: 24px;
  }
  section.global-print .cyber-card h6 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .team-one .row {
    row-gap: 20px;
  }
  section.ai-building .card-content p {
    max-width: 100%;
    word-break: break-word;
  }
  .team-one {
    padding-bottom: 20px;
  }
  .team-one .col-md-3 {
    width: 100%;
  }
  .big-heading {
    font-size: 23px;
    line-height: 29px;
  }
  .descision-sec .regular-content h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  section.smart-sec .tab-pane .col-lg-4.col-md-6 {
    margin-top: 20px;
  }
  section.smart-sec .tab-pane .col-lg-4.col-md-6:first-child {
    margin-top: 0;
  }
  .model-card {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .model-img {
    margin-left: 0;
  }
  section.smart-sec .tab-pane .col-lg-4.col-md-4,
  section.smart-sec .tab-pane .col-lg-4.col-md-6 {
    width: 100%;
  }
  .sec-btn {
    gap: 10px;
    flex-wrap: wrap;
  }
  .security-sec {
    padding-top: 50px !important;
  }
  .footer-one {
    gap: 10px;
  }
  .footer-one {
    flex-wrap: wrap;
  }
  footer.end-bottom-sc .container {
    row-gap: 18px;
    justify-content: start !important;
  }
  .footer-lg {
    text-align: center;
  }
  .footer-lg a {
    justify-content: center !important;
  }
  .footer-lg img {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .descision-sec .regular-content h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .pathway-sec .regular-content h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .regular-content h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .cap-sc .core-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 22px;
  }
  .autosec .core-content h4 {
    font-size: 15px;
    line-height: 22px;
  }
  .autosec p.bottom-content {
    margin-top: 30px;
    font-size: 14px;
    line-height: 19px;
  }
  .get-start-sc .regular-content p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 30px;
  }
  .cmp-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .core-content h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .core-content p {
    font-size: 14px;
  }
  .border-bt {
    margin-bottom: 20px;
  }
  .accordion-button::after {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
  .accordion-button:not(.collapsed)::after {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
  .arrow-drop ul.dropdown-menu.option-bg {
    left: calc(-31vw - 50px);
  }
  .timer p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1540px) {
  .comp-img::after {
    width: 762px;
    height: 657px;
  }
}
body.sustiable-class .on-tech .card-bg p span,
body.sustiable-class .patent-sec .patent-content p span {
  text-transform: none;
}
.reg-right li:first-letter {
  text-transform: capitalize;
}
