@font-face {
  font-family: "Century Gothic";
  src: url("CenturyGothic.eot");
  src: local("Century Gothic"), local("font/CenturyGothic"),
    url("font/CenturyGothic.eot?#iefix") format("embedded-opentype"),
    url("font/CenturyGothic.woff2") format("woff2"),
    url("font/CenturyGothic.woff") format("woff"),
    url("font/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Century Gothic";
  src: url("font/CenturyGothic-Bold.eot");
  src: local("font/Century Gothic Bold"), local("font/CenturyGothic-Bold"),
    url("font/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"),
    url("font/CenturyGothic-Bold.woff2") format("woff2"),
    url("font/CenturyGothic-Bold.woff") format("woff"),
    url("font/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Century Gothic";
  src: url("font/CenturyGothic-BoldItalic.eot");
  src: local("font/Century Gothic Bold Italic"),
    local("font/CenturyGothic-BoldItalic"),
    url("font/CenturyGothic-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("font/CenturyGothic-BoldItalic.woff2") format("woff2"),
    url("font/CenturyGothic-BoldItalic.woff") format("woff"),
    url("font/CenturyGothic-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Century Gothic";
  src: url("font/CenturyGothic-Italic.eot");
  src: local("font/Century Gothic Italic"), local("font/CenturyGothic-Italic"),
    url("font/CenturyGothic-Italic.eot?#iefix") format("embedded-opentype"),
    url("font/CenturyGothic-Italic.woff2") format("woff2"),
    url("font/CenturyGothic-Italic.woff") format("woff"),
    url("font/CenturyGothic-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

/* color */
.gradient-text {
  display: inline;
  background: rgb(221, 160, 20);
  background: -moz-linear-gradient(
    259deg,
    rgba(221, 160, 20, 1) 0%,
    rgba(13, 59, 112, 1) 100%
  );
  background: -webkit-linear-gradient(
    259deg,
    rgba(221, 160, 20, 1) 0%,
    rgba(13, 59, 112, 1) 100%
  );
  background: linear-gradient(
    259deg,
    rgba(221, 160, 20, 1) 0%,
    rgba(13, 59, 112) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fs-14 {
  font-size: 14px;
}
.as_gradient-text {
  background: rgb(27, 64, 119);
  background: -moz-linear-gradient(
    332deg,
    rgba(27, 64, 119, 1) 0%,
    rgba(122, 112, 64, 1) 25%,
    rgba(209, 160, 54, 1) 100%
  );
  background: -webkit-linear-gradient(
    332deg,
    rgba(27, 64, 119, 1) 0%,
    rgba(122, 112, 64, 1) 25%,
    rgba(209, 160, 54, 1) 100%
  );
  background: linear-gradient(
    332deg,
    rgba(27, 64, 119, 1) 0%,
    rgba(122, 112, 64, 1) 25%,
    rgba(209, 160, 54, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b4077",endColorstr="#d1a036",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.and_gradient-text {
  background: rgb(27, 64, 119);
  background: -moz-linear-gradient(
    332deg,
    rgba(27, 64, 119, 1) 0%,
    rgba(122, 112, 64, 1) 25%,
    rgba(209, 160, 54, 1) 100%
  );
  background: -webkit-linear-gradient(
    332deg,
    rgba(27, 64, 119, 1) 0%,
    rgba(122, 112, 64, 1) 25%,
    rgba(209, 160, 54, 1) 100%
  );
  background: linear-gradient(
    332deg,
    rgba(27, 64, 119, 1) 0%,
    rgba(122, 112, 64, 1) 25%,
    rgba(209, 160, 54, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b4077",endColorstr="#d1a036",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-justify {
  text-align: justify;
}
.heading-title-rem {
  font-size: clamp(3.3rem, -2.5636rem + 20.0727vw, 7rem);
}
.quanptis-title-rem {
  font-size: clamp(3.5rem, -2.5636rem + 20.0727vw, 7.5rem);
}
.quanptis-subtitle-rem {
  font-size: clamp(3.2rem, -2.5636rem + 20.0727vw, 7.5rem);
}
.quanptis-para-rem {
  font-size: clamp(1rem, 0.6636rem + 0.7273vw, 1.4rem);
}
.getintouch_banner_title {
  font-size: clamp(0.8rem, -1.7091rem + 13.3818vw, 10rem) !important;
}
.supply_text_fs {
  font-size: clamp(1rem, -2.5636rem + 20.0727vw, 1.9rem) !important;
}
.btn_fs {
  font-size: clamp(0.9rem, -2.5636rem + 20.0727vw, 1.2rem) !important;
}
.hero-heading-text {
  line-height: 0.9;
  display: inline-block;
  margin: 0 15px !important;
}
.service_svg {
  max-height: 100px;
}
.gradient-text1 {
  display: inline;
  background: rgb(221, 160, 20);
  background: -moz-linear-gradient(
    350deg,
    rgb(221, 160, 20) 0%,
    rgba(13, 59, 112, 1) 100%
  );
  background: -webkit-linear-gradient(
    350deg,
    rgb(221, 160, 20) 0%,
    rgba(13, 59, 112, 1) 100%
  );
  background: linear-gradient(
    350deg,
    rgb(221, 160, 20) 0%,
    rgba(13, 59, 112, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  text-decoration: none;
}

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

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(211, 211, 211);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(13, 59, 112);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(13, 59, 112);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Century Gothic" !important;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(0.4rem, 0.6636rem + 0.7273vw, 1.2rem) !important;
  line-height: 1.7;
  background-color: #f0f1f2 !important;
}

/* bootsrap 5 button outline */
.btn:focus {
  outline: none !important;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
@media (max-width: 500px) {
  .nav-item.dropdown .dropdown-menu {
    display: block !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.form-control:focus {
  border-color: rgba(13, 59, 112) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
::selection {
  /* background-color: var(--color-primary);
  color: var(--bg-color-variant); */
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pt-120 {
  padding-top: 80px;
}
.pb-120 {
  padding-bottom: 80px;
}

/* navbar */
.navbar-bg-glass {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.navbar-transparent {
  -webkit-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
  border: 2px solid transparent !important;
  border-radius: 25px;
  padding: 5px 10px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000000 !important;
  border: 2px solid transparent !important;
  border-radius: 25px;
  padding: 5px 10px;
}
.navbar-dark .navbar-nav .nav-link:hover {
  border-color: #000000 !important;
  transition: 0.3s;
}
.navbar-dark .navbar-nav .nav-link:hover {
  transition: 0.3s;
  border: 2px solid #ffffff !important;
}
.navbar-light .navbar-nav .nav-link:hover {
  border-color: #ffffff !important;
  transition: 0.3s;
}
.navbar-light .navbar-nav .nav-link:hover {
  transition: 0.3s;
  border: 2px solid #000000 !important;
}

/* button */
.btn_darkblue {
  background-color: #1c3d6e !important;
  outline: none !important;
  border-color: transparent !important;
}

.text-primary-q {
  color: #1c3d6e !important;
}

.get-str-btn {
  padding: 10px 30px !important;
  color: #dda014 !important;
  background-color: #fff !important;
  outline: none !important;
  border: 2px solid transparent !important;
}
.get-str-btn:hover {
  color: #dda014 !important;
  background-color: transparent !important;
  outline: none !important;
  border-color: #dda014 !important;
}

.btn_darkblue:hover {
  background-color: #dda014 !important;
}

img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.navbar-brand {
  text-align: left;
}
/* .navbar-brand img {
  display: unset;
  object-fit: contain;
  width: auto !important;
  vertical-align: unset;
  text-align: left;
} */

/*  */
.overlay {
  background-image: rgba(221, 161, 20, 0.605);
  background-image: -moz-linear-gradient(
    231deg,
    rgb(255 197 63 / 61%) 0%,
    rgba(13, 59, 112, 0.4) 59%
  );
  background-image: -webkit-linear-gradient(
    231deg,
    rgb(255 197 63 / 61%) 0%,
    rgba(13, 59, 112, 0.4) 59%
  );
  background-image: linear-gradient(
    231deg,
    rgb(255 197 63 / 61%) 0%,
    rgba(13, 59, 112, 0.4) 59%
  );
  overflow: hidden;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  opacity: 0.9;
}
.overlay-center {
  background-image: rgba(221, 161, 20, 0.605);
  background-image: -moz-linear-gradient(
    231deg,
    rgb(255 197 63 / 61%) 0%,
    rgba(13, 59, 112, 0.4) 17%
  );
  background-image: -webkit-linear-gradient(
    231deg,
    rgb(255 197 63 / 61%) 0%,
    rgba(13, 59, 112, 0.4) 17%
  );
  background-image: linear-gradient(
    231deg,
    rgb(255 197 63 / 61%) 0%,
    rgba(13, 59, 112, 0.4) 17%
  );
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  opacity: 0.9;
}

.overlay-center-btm {
  background-image: rgba(221, 161, 20, 0.605);
  background-image: -moz-linear-gradient(
    130deg,
    rgb(255 197 63 / 61%) 0%,
    rgba(13, 59, 112, 0.4) 17%
  );
  background-image: -webkit-linear-gradient(
    130deg,
    rgb(255 197 63 / 61%) 0%,
    rgba(13, 59, 112, 0.4) 17%
  );
  background-image: linear-gradient(
    130deg,
    rgb(255 197 63 / 61%) 0%,
    rgba(13, 59, 112, 0.4) 17%
  );
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  opacity: 0.9;
}

.bg_homo_gradient {
  background-image: rgba(221, 161, 20, 0.605);
  background-image: -moz-linear-gradient(
    177deg,
    rgba(221, 160, 20, 0.4) 0%,
    rgba(13, 59, 112, 0.4) 100%
  );
  background-image: -webkit-linear-gradient(
    177deg,
    rgba(221, 160, 20, 0.4) 0%,
    rgba(13, 59, 112, 0.4) 100%
  );
  background-image: linear-gradient(
    177deg,
    rgba(221, 160, 20, 0.4) 0%,
    rgba(13, 59, 112, 0.4) 100%
  );
  overflow: hidden;
  /* opacity: 0.5; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.video_blend_css {
  mix-blend-mode: overlay;
  opacity: 0.85;
}
/*  */
/* whoweare */

.whoarewe__subtitle {
  padding-bottom: 10px;
}

.qs-header {
  position: absolute;
  width: 100%;
}
header {
  transition: background 0.5s ease;
}
/* header .scrolled {
  background: rgba(221, 161, 20, 0.605);
  background: -moz-linear-gradient(
    259deg,
    rgba(221, 160, 20, 0.8) 0%,
    rgba(13, 59, 112, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    259deg,
    rgba(221, 160, 20, 0.8) 0%,
    rgba(13, 59, 112, 0.8) 100%
  );
  background: linear-gradient(
    259deg,
    rgba(221, 160, 20, 0.8) 0%,
    rgba(13, 59, 112, 0.8) 100%
  );
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  overflow: hidden;
} */

.scrolled .navbar-nav .nav-link {
  color: #0a0a0a !important;
}
/* Hero */
.hero {
  /* padding-top: 6rem;
  padding-bottom: 10rem; */
  min-height: 100vh;
}
/* JOIN US */
.join_us_title {
  position: relative;
  transform: rotate(90deg);
}

.whoarewe__title_qu::after {
  opacity: 0;
  transition: opacity 0.3s ease-out, opacity 0.3s ease-out;
}
.whoarewe__title_qu:hover::after {
  opacity: 1;
  content: "]";
}
.whoarewe__title_qu:hover::before {
  content: "[";
}
.whoarewe__title_in:hover::before {
  content: "[";
}
.whoarewe__title_in:hover::after {
  content: "]";
}
.whoarewe__title_apt:hover::before {
  content: "[";
}
.whoarewe__title_apt:hover::after {
  content: "]";
}

.qubracket::before {
  content: "[ ";
  color: #dda014;
}
.qubracket::after {
  content: " ]";
  color: #dda014;
}
.joinus_title {
  line-height: 0.9;
}

.joinus_form {
  padding: 0 20px;
}

.mpointer:hover {
  cursor: pointer;
}
.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position: absolute;
  left: 0;
  top: 0;
}
/* logobriefs_home_title */

.logobriefs_title_tt {
  max-width: 60%;
  line-height: 1.3;
  color: #dda014;
}
/* .logobriefs-mh {
  min-height: 400px;
} */
.min-mh {
  min-height: 500px;
}
/* QLABS */
.q-card {
  overflow: hidden;
  transition: 400ms;
}
.q-card {
  transition: 400ms;
}
.q-card:hover {
  transform: scale(1.05);
  transition: 400ms ease;
  transform: scale(1.05);
  transition: 400ms ease;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
a {
  text-decoration: none;
}

.q-card:hover {
  scale: 1;
}
.q-card:hover img {
}

.q-card-gradient {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  /*  background: red;
  background: rgb(181, 138, 46);
  background: -moz-linear-gradient(
    322deg,
    rgba(181, 138, 46, 0.3) 0%,
    rgba(28, 61, 110, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    322deg,
    rgba(181, 138, 46, 0.3) 0%,
    hsla(216, 59%, 27%, 0.6) 100%
  );
  background: linear-gradient(
    322deg,
    rgba(181, 138, 46, 0.3) 0%,
    rgba(28, 61, 110, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b58a2e",endColorstr="#1c3d6e",GradientType=1);
  height: 100%; */
}

.q-blue-btn {
  padding: 8px 15px !important;
  font-weight: bold;
  color: #fff !important;
  border: 2px solid transparent !important;
  transition: 2s all ease;
  background-color: #1c3d6e !important;
}

.q-blue-btn:hover {
  color: #1c3d6e !important;
  background-color: transparent !important;
  border-color: #1c3d6e !important;
}

.q-yellow-btn {
  padding: 8px 15px !important;
  font-weight: bold;
  color: #fff !important;
  border: 2px solid #b58a2e !important;
  transition: 2s all ease;
  background-color: #b58a2e !important;
}

.q-yellow-btn:hover {
  color: #b58a2e !important;
  background-color: transparent !important;
  border-color: #b58a2e !important;
}

.q-card:hover .q-card-gradient {
  opacity: 0.7;
}

.ls-3 {
  letter-spacing: 3px;
}
.ls-5 {
  letter-spacing: 5px;
}
.ls-0 {
  letter-spacing: 0px;
}
.card-img-overlay {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition: 400ms;
}
.qlabs_card_title {
  flex-grow: 1;
}
.about-img-overlay {
  justify-content: flex-start !important;
  padding: 35px !important;
  background: rgb(0, 0, 0);
  background: -moz-radial-gradient(
    circle,
    rgba(0, 0, 0, 0.21332282913165268) 0%,
    rgba(0, 0, 0, 0.5438550420168067) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(0, 0, 0, 0.21332282913165268) 0%,
    rgba(0, 0, 0, 0.5438550420168067) 100%
  );
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.21332282913165268) 0%,
    rgba(0, 0, 0, 0.5438550420168067) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.blog-img-overlay {
  padding: 25px !important;
  background: rgb(0, 0, 0);
  background: -moz-radial-gradient(
    circle,
    rgba(0, 0, 0, 0.21332282913165268) 0%,
    rgba(0, 0, 0, 0.21332282913165268) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(0, 0, 0, 0.21332282913165268) 0%,
    rgba(0, 0, 0, 0.21332282913165268) 100%
  );
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.21332282913165268) 0%,
    rgba(0, 0, 0, 0.21332282913165268) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.txt-indent {
  text-indent: 50px;
}
.blog-img-overlay:hover,
.about-img-overlay:hover {
  background: rgb(13, 29, 55);
  background: -moz-linear-gradient(
    15deg,
    rgba(13, 29, 55, 0.6643032212885154) 56%,
    rgba(122, 103, 67, 0.5942752100840336) 89%,
    rgba(215, 152, 19, 0.5942752100840336) 99%
  );
  background: -webkit-linear-gradient(
    15deg,
    rgba(13, 29, 55, 0.6643032212885154) 56%,
    rgba(122, 103, 67, 0.5942752100840336) 89%,
    rgba(215, 152, 19, 0.5942752100840336) 99%
  );
  background: linear-gradient(
    15deg,
    rgba(13, 29, 55, 0.6643032212885154) 56%,
    rgba(122, 103, 67, 0.5942752100840336) 89%,
    rgba(215, 152, 19, 0.5942752100840336) 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d1d37",endColorstr="#d79813",GradientType=1);
}
.q-card img {
  transition: 1s all ease;
}
.q-card:hover img {
  filter: blur(2px);
  transition: 1s all ease;
}
.q-card-e-text {
  position: relative;
  transition: 400ms;
  bottom: 0;
  right: 0;
  color: #fff !important;
  text-decoration: none;
  flex-grow: auto;
}
.q-card-e-text:hover {
  color: #fff;
  text-decoration: underline;
}
.card-hover-text {
  position: relative;
  left: 125%;
  transition: 400ms;
  overflow: hidden;
}
.card-img-overlay:hover .card-hover-text {
  left: 0 !important;
}
.q-card-e-text {
  align-self: end;
}

/* CIRCLE Q LOGO */
.qlogo {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.q-blue {
  color: #1c3d6e !important;
}
.qlayer0 {
  width: 340px;
  height: 340px;
  background-color: #f0f1f2;
  z-index: 1;
}
.qlayer1 {
  width: 300px;
  height: 300px;
  background-color: #1c3d6e;
  z-index: 5;
}
.qlayer2 {
  width: 270px;
  height: 270px;
  background-color: #f0f1f2;
  z-index: 20;
}
.qlayer3 {
  width: 240px;
  height: 240px;
  background-color: #b58a2e;
  z-index: 30;
}
.qlayer4 {
  width: 210px;
  height: 210px;
  background-color: #f0f1f2;
  z-index: 40;
}
.qlayer5 {
  width: 180px;
  height: 180px;
  background-color: #1c3d6e;
  z-index: 50;
}
.qlayer6 {
  background-image: url(./../images/qlabs/q-logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  background-color: #f0f1f2;
  z-index: 60;
}

/* baseline */
.qbaselinecontianer {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qbaseline {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.qbaseline1 {
  background-image: url(./../images/quality/coding-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 300px;
  height: 300px;
  background-color: #1c3d6e;
  z-index: 10;
}
.qbaseline2 {
  width: 200px;
  height: 200px;
  background-color: #b58a2e;
  z-index: 20;
}
.qbaseline3 {
  width: 170px;
  height: 170px;
  background-color: #d7b67b;
  z-index: 30;
}
.qbaseline4 {
  background-image: url(./../images/qlabs/q-labs-eye.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  background-color: #fff;
  z-index: 60;
}
/*  */
.qsupplycontianer {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qsupply {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.qsupply1 {
  width: 300px;
  height: 300px;
  background-color: #1c3d6e;
  z-index: 10;
  animation: breathingGlowTwo infinite 8s ease-in-out;
}
.qsupply2 {
  background-image: url(./../images/quality/transport-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 270px;
  height: 270px;
  background-color: #b58a2e;
  z-index: 20;
}
.qsupply3 {
  width: 170px;
  height: 170px;
  background-color: #d3a166;
  z-index: 30;
  animation: breathingGlowTwo infinite 8s ease-in-out;
}
.qsupply4 {
  background-image: url(./../images/qlabs/q-labs-chain.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  background-color: #fff;
  z-index: 60;
}
/*  */
.qtechonologycontianer {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qtechonology {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.qtechonology1 {
  width: 300px;
  height: 300px;
  background-color: #1c3d6e;
  z-index: 10;
}
.qtechonology2 {
  width: 270px;
  height: 270px;
  background-color: #b58a2e;
  z-index: 20;
}
.qtechonology3 {
  background-image: url(./../images/quality/technology-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 240px;
  height: 240px;
  background-color: #d3a166;
  z-index: 30;
}
.qtechonology4 {
  background-image: url(./../images/qlabs/q-labs-react.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  background-color: #fff;
  z-index: 60;
}
/*  */
.joinnu-bg {
  background-image: url(./../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*  */
.title-improve {
  position: relative;
  animation-name: movetitle;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes movetitle {
  0% {
    left: 0px;
  }
  50% {
    left: 200px;
  }
  100% {
    left: -200px;
  }
}
.title-improve1 {
  position: relative;
  animation-name: movertitlelast;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes movertitlelast {
  0% {
    right: 0px;
  }
  50% {
    right: 200px;
  }
  100% {
    right: -200px;
  }
}

.whoarewe__title_qu:hover,
.whoarewe__title_in:hover,
.whoarewe__title_apt:hover {
  cursor: pointer;
}

/* getintouch */
#getintouch {
}
.subtitle_float_text {
  position: absolute !important;
  left: 25% !important;
  top: 45% !important;
}

.wwr_mt {
  top: -25px;
}

/* .services_mt {
  top: -450px;
} */

@media screen and (max-width: 991px) {
  /* LOTTIE */
  #lottie-icon {
    width: 200px;
    height: 200px;
  }
}

.handservie {
  width: 45px;
  margin: auto;
  position: relative;
  top: -30px;
  z-index: 10;
}

@media screen and (min-width: 800px) {
  .handservie {
    position: relative;
    top: 140px;
    z-index: 10;
  }
}

@media only screen and (max-width: 780px) {
  section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-120 {
    padding-top: 12px;
  }
  .pb-120 {
    padding-bottom: 12px;
  }
  .service_svg {
    max-height: 70px;
  }
  /* .wwr_mt {
    top: -645px;
  } */
  #titleLottie {
    width: 400px !important;
    height: auto;
    position: relative;
    left: -50px;
  }
  .logobriefs_title_tt {
    width: 100% !important;
    margin: auto;
    padding-bottom: 15px;
  }
  .mb-top-100 {
    top: 200px;
  }
  /* .logobriefs-mh {
    min-height: 0px;
  } */
  .mh-450 {
    min-height: 350px;
  }
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .subtitle_float_text {
    left: 30% !important;
    top: 35% !important;
  }
  .card-img {
    max-height: 350px !important;
    width: auto !important;
    object-fit: cover !important;
  }
  .mobilewidth {
    max-width: 95% !important;
    margin: auto !important;
  }
}

.blur-1 {
  filter: blur(1px);
}

/* card hover css */
.gradient-card {
  background: rgb(221, 160, 20);
  background: -moz-linear-gradient(
    343deg,
    rgba(221, 160, 20, 1) 0%,
    rgba(13, 59, 112, 1) 61%
  );
  background: -webkit-linear-gradient(
    343deg,
    rgba(221, 160, 20, 1) 0%,
    rgba(13, 59, 112, 1) 61%
  );
  background: linear-gradient(
    343deg,
    rgba(221, 160, 20, 1) 0%,
    rgba(13, 59, 112, 1) 61%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dda014",endColorstr="#0d3b70",GradientType=1);
}
.join_grid_container {
  display: grid;
  grid-template-columns: 40% 60%;
}

.joinaside {
  display: block;
  position: relative;
}
.joinus_title_rotate {
  /* Abs positioning makes it not take up vert space */
  position: absolute;
  top: 0;
  left: 0;

  /* Rotate from top left corner (not default) */
  transform-origin: 0 0;
  transform: rotate(90deg);
}

/* remove canvas default margin */
canvas {
  display: block;
  vertical-align: bottom;
}
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  color: #b58a2e;
}

.chevron-left {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(225deg);
}
.chevron-right {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(315deg);
}
.chevron-bleft {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(135deg);
}
.chevron-bright {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.heading-text-reval {
  display: inline-block;
}
/* .ani_supply_txt,
.ani_get_btn {
  transform: translateX(-70px);
} */
.img-brand {
  width: 500px !important;
}
.gradient-text-subtitle {
  display: inline;
  background: rgb(221, 160, 20);
  background: -moz-linear-gradient(
    343deg,
    rgba(221, 160, 20, 1) 0%,
    rgba(208, 169, 72, 1) 0%,
    rgba(73, 88, 85, 1) 100%,
    rgba(13, 59, 112, 1) 100%
  );
  background: -webkit-linear-gradient(
    343deg,
    rgba(221, 160, 20, 1) 0%,
    rgba(208, 169, 72, 1) 0%,
    rgba(73, 88, 85, 1) 100%,
    rgba(13, 59, 112, 1) 100%
  );
  background: linear-gradient(
    343deg,
    rgba(221, 160, 20, 1) 0%,
    rgba(208, 169, 72, 1) 0%,
    rgba(73, 88, 85, 1) 100%,
    rgba(13, 59, 112, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dda014",endColorstr="#0d3b70",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.getintouch_map_container,
.getintouch_form_container,
.getintouch_form,
.ani_getintouch_form {
  overflow: hidden;
}
.heading-title-rem,
.heading-1 {
  display: inline-block;
}

.ani_supply_txt,
.ani_get_btn {
  overflow: hidden;
}

.as_position {
  left: 36%;
  top: 46%;
}
.and_position {
  left: 30%;
  top: 44%;
}
.quinaptis_res_margintop {
  top: 94px;
}
.q-labs-top-space {
  margin-top: 50px;
}
.service_sub_nav_space {
  top: 400px;
}
.logo_brief_mt {
  margin-top: 300px !important;
}
.service_sub_nav_space h5 {
  font-size: 27px;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
} /* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}
.swiper-custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  justify-content: space-between;
  background-color: red;
  z-index: 1;
}
.swiper__right_nav,
.swiper__left_nav {
  cursor: pointer;
}
.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease;
}
.swiper-slide {
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
.swiper-container:hover .swiper-wrapper {
  transform: translateX(0);
}
/* Navigation using mouse wheel */
.swiper-container {
  cursor: grab;
}
.swiper-container:hover {
  cursor: grabbing;
}
/* Navigation Icons */
.swiper-container:hover .swiper-navigation {
  opacity: 1;
  visibility: hidden;
  z-index: 1;
}
.swiper-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.swiper-navigation .icon {
  font-size: 24px;
  color: #020202;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 10px;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.swiper-navigation .icon:hover {
  background-color: #06b300;
}
.swiper-pagination {
  position: absolute;
  bottom: 10px !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: none;
}
@media (max-width: 767px) {
  .swiper-pagination {
    display: block;
  }
}

.swiper-pagination-bullet-active {
  background-color: rgb(221, 160, 20) !important;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-container img {
  height: 45px;
  transition: transform 0.3s ease;
}

/* .qlabcursor {
  height: 20px;
  width: 20px;
  top: 50%;
  color: transparent;
  border: 2px solid rgb(221, 160, 20) !important;
  position: absolute;
  border-radius: 50%;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  z-index: 5;
} */

.who__fill_color {
  position: relative;
  display: inline-block;
  color: rgb(0, 0, 0);
  overflow: hidden;
  background: linear-gradient(
    to right,
    rgb(151, 151, 151) 50%,
    rgb(41, 41, 54) 50%,
    rgb(37, 37, 37)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 700ms ease;
  text-decoration: none;
}

/* Preloader */

#preloader {
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999999999999999999999;
}

#preloader::after {
  content: "";
  display: flex;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 5rem;
  font-weight: 700;
}

#quality_details_para,
#inno_details_para,
#apt_details_para {
  color: #b4b4b4 !important;
}

.quality_Sec path {
  fill: red !important;
}

#qualitySec path {
  stroke: white;
}

.links {
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: #212529;
}
.ylinks {
  transition: all 400ms ease;
}
.ylinks:hover {
  color: rgb(181, 138, 46) !important;
}
.broder__clr {
  border-top: 1px solid #6c757d !important;
}

li::marker {
  color: rgb(10, 60, 135);
}

ul.ulsquare {
  list-style-type: square;
}

.dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Show the dropdown menu when hovering over the parent dropdown */
.dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
}

.dropdown .dropdown-menu {
  background-color: transparent;
  background: rgba(40, 58, 74, 0.774);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.863);
}
.dropdown-menu {
  border: 0 !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: rgb(208 154 26 / 17%) !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: rgb(13 59 112) !important;
}
/* readmore more style in business insights */
.moretext {
  display: none;
}
#articlesection {
  word-wrap: break-word;
}
.blog-img-overlay:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
}
/* Basic style for layers and service elements */

/* Glow effect */
.glow-effect {
  animation: glow 4s infinite;
  text-decoration: underline;
}

/* Define the glow animation */
@keyframes glow {
  0% {
    transform: scale(1);
    text-shadow: 0 0 5px #fff;
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    text-shadow: 0 0 5px #fff;
  }
}

/* Glow effect */
.glow-effect-title {
  animation: glow 4s infinite;
}

/* Define the glow animation */
@keyframes glow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.qlayer5,
.qlayer3,
.qlayer1 {
  box-shadow: none;
}

.logobriefs_title_tt {
  box-shadow: none;
}
.logobriefs_title_tt_clr,
.service_sub_1:hover {
  transform: scale(1.1);
  text-decoration: underline;
}

.supplychain_title_tt_clr,
.service_sub_2:hover {
}
.technologyInno_title_tt_clr,
.service_sub_3:hover {
}

.qlayer3:hover,
.qlayer3:active {
  animation: none;
}

.qlayer1:hover,
.qlayer1:active,
.qtechonology1:hover,
.qsupply1:hover {
  animation: none;
}

.qlayer3:hover,
.qlayer3:active,
.qtechonology2:hover,
.qbaseline2:hover {
}

.qlayer5:hover,
.qlayer5:active,
.qbaseline3:hover,
.qsupply3:hover {
  animation: none;
}

.termsfeed-com---palette-dark.termsfeed-com---nb {
  background-color: #1c3d6ef5 !important;
}
.termsfeed-com---palette-dark .cc-nb-okagree {
  color: #fff !important;
  background-color: #b58a2e !important;
}
.termsfeed-com---nb .cc-nb-text {
  font-size: 14px !important;
}

@media (min-width: 650px) and (max-width: 800px) {
  .service_sub_nav_space {
    top: 801px;
  }
}

@media screen and (min-width: 800px) {
  .top-lg-4 {
    top: 15px !important;
  }
}
@media only screen and (max-width: 1300px) {
  .qlogo {
    min-height: 340px;
  }
}
@media only screen and (max-width: 600px) {
  .quinaptis_res_margintop {
    top: 55px;
  }
  .as_position {
    left: 30%;
    top: 37%;
  }
  .and_position {
    left: 20%;
    top: 37%;
  }
  .mob-padding-100 {
    padding-top: 180px !important;
  }
  .service_sub_nav_space {
    top: 650px !important;
  }
  .service_sub_nav_space h5 {
    font-size: 18px !important;
  }
  /* .mob_video_space {
    top: 180px;
  } */
  .logo_brief_mt {
    margin-top: 300px;
  }
  .joinus_form {
    padding: 0;
  }
  #whoarewe {
    padding: 1.5rem 0;
  }
  #logobriefs {
    padding-top: 3rem;
  }
}
.ser-title {
  padding: 16px 20px;
  margin-bottom: 15px;
  font-weight: 800 !important;
  cursor: pointer;
}
.ser-title-one {
  background-color: #1c3d6e;
  color: #b58a2e;
}
.ser-title-two {
  background-color: #b58a2e;
  color: #1c3d6e;
}
.ser-title-three {
  background-color: #1c3d6e;
  color: #b58a2e;
}

@media (min-width: 800px) {
  .ser-title-one {
    clip-path: polygon(0 0, 80% 20%, 95% 100%, 0 100%);
  }
  .ser-title-two {
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  }
  .ser-title-three {
    clip-path: polygon(0% 0%, 95% 0, 80% 80%, 0% 100%);
  }
}

.iframe-form-box .page-id-3197 {
  background: #f0f1f2;
}

.iframe-form-box {
  width: 100%;
  height: 496px !important;
}
@media only screen and (max-width: 600px) {
  .iframe-form-box {
    width: 100%;
    height: 581px !important;
  }
}
@media only screen and (max-width: 768px) {
  .iframe-form-box {
    width: 100%;
    height: 581px !important;
  }
}
/* 🌍 Polished Language Switcher */
/* ----------------------------------------------------------- */
/* LANGUAGE SWITCHER – DESKTOP (large screens)                 */
/* ----------------------------------------------------------- */

.language-switcher {
  position: absolute;    /* stays inside navbar container */
  top: 2px;
  right: -55px;
  z-index: 9999;
  height: 100%;         
  display: flex;
  align-items: center;   /* PERFECT VERTICAL CENTER */
}

/* Button */
.language-switcher .switcher-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;

  /* ⭐ Match other menu items */
  font-size: 18px;   
  font-weight: 700;
  color: #fff;
  
  height: 40px;            
  letter-spacing: 0.3px;
}

.language-switcher img {
  width: 22px;
  height: 15px;
  margin-right: 6px;
  border-radius: 2px;
}

/* Arrow */
.language-switcher .arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.language-switcher.active .arrow {
  transform: rotate(180deg);
}

/* Dropdown */
.language-switcher .switcher-menu {
  display: none;
  position: absolute;
  top: 110%;
  right: 10;
  background: #fff;
  min-width: 80px;
  border-radius: 6px;
  padding: 4px 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.language-switcher.active .switcher-menu {
  display: block;
}

.language-switcher .switcher-menu a {
  display: flex;
  align-items: center;
  padding: 7px 8px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: background 0.2s ease;
}

.language-switcher .switcher-menu img {
  width: 18px;
  height: 13px;
  margin-right: 6px;
}

.language-switcher .switcher-menu a:hover {
  background: #f1f1f1;
}

/* ----------------------------------------------------------- */
/* TABLET (768–992px)                                          */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* TABLET-ONLY FIX (768–992px)                                 */
/* DOES NOT AFFECT DESKTOP OR MOBILE                           */
/* ----------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 992px) {

    /* Reduce logo area width */
    .navbar-brand img {
        max-width: 55px !important;
    }

    /* Reduce menu font size + spacing so long words fit */
    .navbar-nav .nav-item .nav-link {
        font-size: 11.5px !important;
        padding: 6px 8px !important;
        white-space: nowrap !important;
    }

    /* Give more room — push menu slightly left */
    .navbar-nav {
        margin-left: -20px !important;
        margin-right: 0 !important;
    }

    /* Make menu items shrink instead of pushing switcher */
    .navbar-nav {
        flex-shrink: 1 !important;
    }

    /* Fix language switcher position for tablet only */
    .language-switcher {
        right: 8px !important;
        top: 4px !important;
        transform: scale(0.8);
        transform-origin: right top;
    }

    .language-switcher .switcher-btn {
        font-size: 11px !important;
        padding: 0 6px !important;
        height: 28px !important;
    }
}

/* ----------------------------------------------------------- */
/* MOBILE (below 768px)                                        */
/* ----------------------------------------------------------- */
@media (max-width: 768px) {
  .language-switcher {
    top: 0px;
    right: 120px;
  }

  .language-switcher .switcher-btn {
    font-size: 15px;
    height: 34px;
  }

  .language-switcher .switcher-menu {
    min-width: 65px;
  }
}

/* ----------------------------------------------------------- */
/* EXTRA SMALL (below 500px)                                   */
/* ----------------------------------------------------------- */
@media (max-width: 500px) {
  .language-switcher {
    right: 85px;
  }
}

/* Black text mode */
.language-switcher.black-text .switcher-btn {
  color: #000 !important;
}

.language-switcher.black-text .arrow {
  border-top: 6px solid #000 !important;
}

/* Move this specific title slightly to the right */
@media (min-width: 992px) {
  .move-right {
    position: relative !important;
    left: 20px !important;   /* adjust as needed */
  }
}
/* MOBILE ONLY – hide language switcher when menu is opened */
@media (max-width: 768px) {
    .navbar-collapse.show ~ .language-switcher,
    .navbar-collapse.collapsing ~ .language-switcher {
        display: none !important;
    }
}

/* MOBILE FIX — tidy header layout */
@media (max-width: 768px) {

  /* Reduce heading size and spacing */
  .quanptis-subtitle-rem {
    font-size: 33px !important;   /* smaller heading */
    line-height: 1.3 !important;
    margin-top: 10px !important;
    padding-top: 0 !important;
    text-align: center;
  }

  /* Ensure proper spacing between Lottie and heading */
  .header-section, 
  .hero-banner, 
  .title-area {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
}
