.container-fluid {
  padding: 0px 30px !important;
}
.my_50 {
  margin: 50px 0;
}
a {
  text-decoration: none !important;
  margin: 0px !important;
}

body {
  background: #f8f8ff;
}
.fa {
  font-size: medium !important;
}

section {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
img {
  vertical-align: middle;
  border-style: none;
}
.how_we_do_image {
  height: 120px !important;
  width: auto !important;
  object-fit: contain !important;
}
.qpaix_btn {
  z-index: 2;
  padding: 10px 20px;
}
.pulse-grow-on-hover {
  position: relative !important;
}
button,
input {
  overflow: visible;
}
.brand_cta_1 .qpaix_btn {
  background-color: #212832 !important;
  font-family: "Rubik", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
  min-width: 162px;
}

.pulse-grow-on-hover::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  z-index: -1;
}
.pulse-grow-on-hover:hover {
  color: #212832;
}
.pulse-grow-on-hover:hover::before {
  width: 100%;
  right: 0;
}
/* brand cta_2 */
.brand_cta_2 .qpaix_btn {
  font-size: 1.25rem !important;
  background-color: transparent;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #212832;
  border: solid 1px #212832;
}
.shutter-in-horizontal:hover::before,
.shutter-in-horizontal:hover::after {
  width: 50%;
  right: 0;
}
.shutter-in-horizontal::before,
.shutter-in-horizontal::after {
  background-color: #212832;
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.shutter-in-horizontal {
  position: relative !important;
  transition: 0.3s all ease-in-out;
}
.shutter-in-horizontal:hover {
  background: #212832 !important;
  color: #fff !important;
}

@media (min-width: 992px) {
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
}

/* li and ul custom css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.navbar {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  width: 100%;
}
.navbar .navbar-nav .nav-link:hover {
  color: #00263a !important;
  background: transparent !important;
}
ul {
  margin-top: 0;
  color: #212529;
}
.qpaix_header .nav-link {
  color: #000000;
}

.qpaix_header .nav-link {
  margin: 0px 10px;
  padding: 0;
  font-size: 1.3rem;
}
.nav-link {
  display: block;
}
.dropdown-menu[data-bs-popper] {
  top: 100% !important;
  left: -51px !important;
  margin-top: 1.575rem !important;
}

/* TabView & section custom css  */
/* for defauilt screen */
.qpaix-tabs {
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
}
.qpaix-tabs .nav-tabs {
  border: 1px solid #dee2e6;
}
.qpaix-tabs .nav-tabs .nav-link {
  border-right: 1px solid #dee2e6;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 5px 12px;
}
.qpaix-tabs .nav-tabs .nav-link:hover {
  border: 1px solid #212832;
  color: #212832;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

.my_50 {
  margin: 50px 0;
}
.py_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* for software service page */
/* 1. for software service 1 */
/* TabView & section custom css  */
.q-services-software-developemnt-tabs {
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
}
.q-services-software-developemnt-tabs .nav-tabs {
  border: 1px solid #dee2e6;
}
.q-services-software-developemnt-tabs .nav-tabs .nav-link {
  border-right: 1px solid #dee2e6;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.q-services-software-developemnt-tabs .nav-tabs .nav-link:hover {
  border: 1px solid #212832;
  color: #212832;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

/* use cases tabs for service section */
.q-use-cases-tabs {
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
}
.q-use-cases-tabs .nav-tabs {
  border: none;
}
.q-use-cases-tabs .nav-tabs .nav-link {
  border: 1px solid #00263a;
  font-size: 1.1rem;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  padding: 6px 15px;
  margin: 0px 10px;
  transition: .5s ease-in-out;
}
.q-use-cases-tabs .nav-tabs .nav-link:hover {
  background: #00263a;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  color: #ffffff;
}
.q-use-cases-tabs .nav-tabs .nav-link.active {
  background: #00263a;
  color: #fff;
}
.nav-tabs .nav-link {
  color: #212832;
  font-size: 1.2rem;
  padding: 0px 10px;
}
#navbarContainer {
  top: -2px;
  height: 78px;
  display: flex;
  align-items: center;
}
#navbarContainer .qpaix-tabs .nav-tabs {
  border: none !important;
}
#navbarContainer .qpaix-tabs .nav-tabs .nav-link {
  border: none !important;
  padding: 0px !important;
}
#navbarContainer .qpaix-tabs .nav-tabs .nav-item {
  margin: 0px 10px !important;
}

#navbarContainer .qpaix-tabs .nav-tabs .nav-link.active {
  color: #212832 !important;
  border-bottom: 2px solid #212832 !important;
  background-color: transparent;
  transition: border-bottom 0.2s ease, color 0.2s ease;
  border-bottom-width: 3px !important;
  transition: 0.3s all ease !important;
}
.scroll__top {
  background-color: var(--brand);
  border-radius: 3px;
  border: 1px solid transparent;
  height: 49px;
  width: 49px;
  position: fixed;
  right: 28px;
  bottom: 18vh;
  z-index: 9;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(33 40 50) !important;
}
.btn-brand:hover {
  background-color: rgb(33 40 50) !important;
  border-color: rgb(33, 40, 50);
  color: rgb(255, 255, 255);
}

.qpaix_btn {
  display: flex;
  justify-content: space-around;
}
.qpaix_btn i.fa-arrow-right {
  display: flex;
  justify-content: middle;
  top: 8px;
  position: relative;
}
.form-control:focus {
  color: rgb(33, 40, 50) !important;
  /* background-color: rgb(33, 40, 50) !important; */
  border-color: rgb(33, 40, 50) !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #4d5e6b1a !important;
  opacity: 1 !important;
}
.form-control[type="file"] {
  padding: 8px !important;
  height: 100%;
  margin: 0px;
}

@media screen and (max-width: 992px) {
  #navbarContainer {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .container-fluid {
    padding: 0 15px !important;
  }
  .navbar .navbar-brand img {
    height: 35px !important;
  }
}