@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

#navItem-Services {
  color: #d22027 !important;
}

.Wearables {
  font-family: "Saira", sans-serif !important;
  font-weight: 400;
  font-size: 23px;
  line-height: 40px;
  color: #455a64;
  transition: all 0.5 ease;
}

.group_82 {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}

@media only screen and (max-width: 2000px) {
  .testText {
    font-size: 37px;
  }
}

@media only screen and (max-width: 1800px) {
  .testText {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1500px) {
  .testText {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .testText {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .testText {
    font-size: 28px;
  }

  .product {
    font-size: 19px !important;
    line-height: 26px !important;
  }
}

@media only screen and (max-width: 768px) {
  .testText {
    font-size: 25px;
  }

  .QaContainer {
    display: block;
  }

  .each {
    display: block;
  }

  .product {
    font-size: 18px !important;
    line-height: 20px !important;
  }
}

@media only screen and (max-width: 425px) {
  .testText {
    font-size: 20px;
  }

  .product {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}


/* Our services are extended to multiple genres of events. */
.firstImageRow,
.secondImageRow {
  display: flex;
  gap: 3%;
  justify-content: center;
  align-items: center;

  text-align: center;
  flex-wrap: wrap;
}

.borderStyle {
  width: 200px;
  margin: 3%;
  padding: 2%;
  /* border: 1px solid red; */
  box-shadow: 0px 15px 12px rgb(214, 212, 212);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;

  img {
    width: 80px;
  }
}

/* Our services are extended to multiple genres of events. */

.solutions {
  font-family: "Saira", sans-serif !important;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  color: #455a64;
}

.solutionsContainer {
  display: flex;
  justify-content: center;
}

.made {
  background-color: #f5f5f5c2;
  border: 15px solid #ffffff;
  border-radius: 25px;
  padding: 30px;
}

.Easy {
  font-family: "Saira", sans-serif !important;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #d22027;
}

.successful {
  font-family: "Saira", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1b3954;
}

@media only screen and (max-width: 768px) {
  .solutionsContainer {
    display: block;
  }
}

.case-stu {
  font-family: "Saira", sans-serif !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  color: #1b3954;
}

.influences {
  font-family: "Saira", sans-serif !important;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #0d1035;
  padding: 7% 6% 6% 6%;
}

.border_pix {
  border: 1px solid #455a64;
  width: 24% !important;
}

.read {
  font-family: "Saira", sans-serif !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  background: #d42027;
  border: 0px;
  color: #ffffff;
  padding: 2%;
}

.card {
  padding: 7% 6% 6% 6%;
}

.fa-arrow-right .fa-arrow-left {
  color: #000000;
}

.bread-crumb-a {
  font-family: "Saira", sans-serif !important;
  text-transform: capitalize;
  text-decoration: none;
  color: #6b6b6b;
  font-weight: 300;
}

.p-col {
  font-family: "Saira", sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  color: #455a64;
}

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

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}


::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #d22027;
  border-radius: 10px;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #d22027 rgb(255, 255, 255);
}
.breadcrumb-item+.breadcrumb-item::before {
  content: none !important;
}

/* Add custom image as separator */
.breadcrumb-item+.breadcrumb-item {
  position: relative;
}

.breadcrumb-item+.breadcrumb-item::after {
  content: url('../images/Vector\ 1447.png');
  position: absolute;
  left: -12px;
  /* Adjust as per image size */
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  /* Adjust size as needed */
  height: auto;
  padding: 0 10px;
}

.bread-crumb-a {
  font-family: "Saira", sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  color: #6b6b6b;
  font-weight: 300;
  padding: 0 7px;
}
.sticky1 {
  margin-top: 80px;
}