@media (min-width: 1200px) {
  .hero-wrapper .hero-content p {
    font-size: 18px;
  }
}

.hero-wrapper .hero-content .title span {
  color: #e92725;
}

@media (min-width: 1200px) {
  .section-content .section-title {
    font-size: 40px;
  }
}

.counter-single-item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.818;
  color: #3a3e4c;
}

@media (min-width: 1200px) {
  .section-top-gap-150 {
    margin-top: 50px;
  }
}

.blog-list-single-item .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 273px;
}

.product_img img {
  width: 80%;
  border-radius: 10px;
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: 0 0;
  border: none;
  border-top-left-radius: none;
  border-top-right-radius: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: none;
}

.nav-tabs {
  border-bottom: none;
}

.nav-link {
  font-size: 22px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 1.52;
  color: #081131;
  padding: 0.5rem 0;
  ;
  padding-right: 2rem;
}

.nav-link:focus,
.nav-link:hover {
  color: #e92725;
}

.nav-tabs .nav-link.active {
  color: #e92725;
}

.product_content h6 {
  color: #252e57;
  font-weight: 700;
  margin-bottom: 0;
  padding: 1rem 0rem;
}

.product_content p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

a.btn.product_btn {
  color: #fff;
  background: #252e57;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 1rem;
}

/* footer  */
footer p,
a {
  color: #fff;
}

footer .emptytitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.52;
  color: #fff;
}

/* footer  */


/* product grid section css start  */
.product-grid-wrapper {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); */
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3em;
}

.primary-product-card {
  margin: 0%;
}

/* .primary-product-card-img {
  width: 100%;
} */

.primary-product-card-img {
  width: 100%;
  border-radius: 10px;
}

.primary-card-info-item-description {
  font-size: 15px;
}

.primary-card-info-item-name {
  font-size: 16px;
  font-weight: bold;
  color: #252e57;
  padding: 16px 0;
  margin: 0%;
}

.primary-product-card-cta {
  display: block;
  background: #081131;
  padding: 12px;
  border-radius: 6px;
  font-size: 10px;
  width: fit-content;
}


.primary-product-card svg:hover {
  fill: #eb2626;
}

.arrow-link {
  width: fit-content;
  transition:all 1s ease!important;
}

.arrow-link:hover {
  fill: #eb2626;
}

.primary-product-card-info-wrapper svg {
  width: fit-content;
  transition:all 1s ease!important;
}

@media only screen and (max-width: 600px) {
  .product-grid-wrapper {
    grid-template-columns: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(168px, 2fr));
    gap: 22px 17px;
  }

  .primary-product-card-img {
    width: 74%;
    border-radius: 10px;
  }
}



/* product grid section css end  */

.list-styled {
  list-style: disc;
  margin-left: 40px;
  transition: all 1s ease;
}

.global-presence li {
  transition: all 1s ease;
}

.global-presence li:hover {
  color: #252e57;
  /* font-weight: 600; */
}

p {
  line-height: 1.7;
}

.product_block {
  margin-top: 20px;
}

.flex-mm {
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  height: 25px;
}

.linkedin {
  /* font-size: 18px; */
  color: #0077B5;
  font-size: 32px;
}

.youtube {
  /* color: #FF0000; */
  font-size: 32px;
  margin-left: 20px;
}

.linkedin i {
  font-size: 32px;
}

/* .blog-list-single-item {
  background: rgba(211, 211, 211, 0.397);
  padding: 25px;
  border-radius: 10px;
  transition: all 1s ease;
}

.blog-list-single-item:hover {
  background: lightgray;
} */

.product-grid-section .section-title {
  font-size: 32px;
  font-weight: 500;
}

.btn {
  transition: all 1s ease;
}

.btn:hover,
a.btn.product_btn:hover {
  background-color: #e92725;
}

.image svg:hover {
  fill: #e92725;
}

.image svg {
  width: 100px;
}

.product-second-sec svg {
  width: 75px !important;
  margin-bottom: 0;
}

.blog-list-single-item .image {
  margin-bottom: 0;
}

img {
  border-radius: 10px;
}

@media (min-width: 992px) {
  footer .col-md-12 {
    flex: 0 0 auto;
    width: 25%;
  }


}

@media only screen and (max-width: 600px) {
  .counter-single-item .title {
    margin-top: 0px;
    line-height: normal;
  }

  .product_content p {
    font-size: 14px;
    font-weight: 400;
  }

  .breadcrumb-nav {
    font-size: 14px;
    font-weight: 400;
  }

  .breadcrumb-nav li {
    margin-right: 23px;
    color: #f17e59;
    position: relative;
  }

  .case-study-card-cta .description,
  .case-study-row .description,
  .case-study-row li {
    font-size: 14px;
    font-weight: 400;
  }

  .main-insight-container h1 {
    font-size: 22px;
  }

  p {
    font-size: 14px;
  }

  .form-control {
    font-size: 14px !important;
  }
}

img.footer-icon {
  border-radius: 0px;
}

/* loader css start here  */
.loader-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  margin-top: 0px;
  top: 0px;
}

.loaderr {
  width: 120px;
  height: 20px;
  background: linear-gradient(#dc3545 0 0) 0/0% no-repeat #ddd;
  animation: l1 2s infinite linear;
}

@keyframes l1 {
  100% {
    background-size: 100%;
  }
}
/* loader css end  */

