* {
  font-family: 'Raleway', sans-serif;
}

img {
  max-width: 100%;
}

.contact-info-wrap {
  padding: 50px 0;
}

.sec-heading .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #12435F;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sec-heading .sec-title {
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 52px;
  text-align: center;
  vertical-align: middle;
}

/* about us */

.about-us body {
  font-family: "Raleway", sans-serif;
}

.about-us .icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  /* White background */
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us .icon-img {
  max-width: 70%;
  max-height: 60%;
}

/* ======================
   Page Header
====================== */
.about-us .page-header {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: url("../images/hero3.jpg") no-repeat center center/cover; */
  color: #fff;
}

.about-us .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.about-us .page-header .container {
  position: relative;
  z-index: 1;
}

.about-us .page-header nav {
  display: flex;
  justify-content: center;
}

.about-us .page-header .breadcrumb {
  background-color: #12435f;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

.about-us .page-header .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.about-us .page-header .lni-home {
  color: #00c48c;
  align-self: center;
}

.about-us .page-header .breadcrumb .aboutus {
  font-weight: 700;
}

.about-us .breadcrumb-item+.breadcrumb-item::before {
  color: white;
}


/* ======================
   privacy policy
====================== */
.privacy-section {
  color: #112d4b;
  line-height: 30px;
}

.privacy-section.bg-blue {
  background-color: #e7edf3;
}

.privacy-section ul.one-ul>li {
  position: relative;
  padding-left: 15px;
  font-size: 1rem;
  line-height: 35px;
  padding-right: 20px;
}

.privacy-section ul.one-ul>li::before,
.privacy-section .terms-section ul.one-ul>li::before {
  top: 12px;
}

.privacy-section li {
  list-style: none;
}

.privacy-section ul>li::before,
.privacy-section ul.tri-ul>li::before,
.privacy-section ul.two-ul>li::before {
  content: "";
  background-image: url(../images/li-arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  width: 10px;
  height: 10px;
}

.privacy-section h2,
.privacy-section h3 {
  font-size: 24px;
  margin: 26px 0px 10px;
  font-weight: 600;
}

.privacy-section h4 {
  font-size: 18px;
  margin: 10px 0px 10px;
  font-weight: 600;
}

.privacy-section a {
  color: #007bff;
}

.privacy-policy .page-header {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/ai-platform-banner.webp") no-repeat center center/cover;
  color: #fff;
}

.privacy-policy .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.6); */
  z-index: 0;
}

.privacy-policy .page-header .container {
  position: relative;
  z-index: 1;
}

.privacy-policy .page-header nav {
  display: flex;
  justify-content: center;
}

.privacy-policy .page-header .breadcrumb {
  background-color: #12435f;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

.privacy-policy .page-header .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.privacy-policy .page-header .lni-home {
  color: #00c48c;
  align-self: center;
}

.ai-platform .page-header .breadcrumb .privacy-policy {
  font-weight: 700;
}

.privacy-policy .breadcrumb-item+.breadcrumb-item::before {
  color: white;
}

.btn-more-blogs {
  border-radius: 6px;
  background-color: #3b3f5b;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  height: 45px
}

.btn-more-blogs:hover {
  color: #3b3f5b;
  background-color: #fff;
  border: 1px solid #3b3f5b
}

.btn-more-blogs:disabled {
  background-color: #3b3f5b;
  opacity: 0.65;
  pointer-events: none;
}

.blogs-page .page-header .breadcrumb li.breadcrumb-item.active {
  color: #fff;
  font-weight: 700;
}

.blogs-page .page-header .breadcrumb li.breadcrumb-item,
.case-studies-page .page-header .breadcrumb li.breadcrumb-item {
  font-weight: 700;
}

.case-studies-page .page-header .breadcrumb li.breadcrumb-item:first-child a,
.blogs-page .page-header .breadcrumb li.breadcrumb-item:first-child a {
  font-weight: normal;
}

.blogs-page .page-header h1 {
  font-size: 35px;
  line-height: 45px;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .blogs-page .page-header h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

.case-study-left h2 {
  color: #000;
}