* {
  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;
}

.contact-info-wrap .contact-box .inner {
  background: #070128;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  position: relative;
  min-height: 215px;
  text-align: center;
}

.contact-info-wrap .contact-box .inner h3 {
  font-family: Raleway;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  vertical-align: middle;
  color: #FFFFFF;
  padding-left: 80px;
  text-align: left;
}

.contact-info-wrap .contact-box .inner p {
  margin-top: 20px;
  font-family: Raleway;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
}

.contact-info-wrap .contact-box .inner>a {
  font-family: Raleway;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #2EB989;
  vertical-align: middle;
}

.contact-info-wrap .contact-box .inner .contact-icon {
  background: #fff;
  padding: 10px;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  left: 20px;
  border-radius: 0 0 10px 10px;
}

.contact-info-wrap .contact-box .inner .contact-icon:before,
.contact-info-wrap .contact-box .inner .contact-icon:after {
  position: absolute;
  content: "";
  top: 0px;
}

.contact-info-wrap .contact-box .inner .contact-icon:before {
  background-color: transparent;
  top: 0px;
  left: -25px;
  width: 25px;
  height: 12px;
  -webkit-box-shadow: 12px 0 0 0 #fff;
  box-shadow: 12px 0 0 0 #fff;
  border-top-right-radius: 10px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  -webkit-box-shadow: 12px 0 0 0 #fff;
  box-shadow: 12px 0 0 0 #fff;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  left: auto;
  right: -25px;
}

.contact-info-wrap .contact-box .inner .contact-icon:after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: -25px;
  width: 25px;
  height: 12px;
  -webkit-box-shadow: 10px 0 0 0 #fff;
  box-shadow: 10px 0 0 0 #fff;
  border-top-right-radius: 10px;
  /* z-index: -1; */
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
}

.contact-input {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.contact-input .inputText {
  border: 1px solid #d7d7d7;
  width: 100%;
  height: 46px;
  border-radius: 6px;
  color: #333;
  padding: 0 10px;
  font-size: 14px;
}

.contact-input .inputTextarea {
  height: 95px;
  padding: 10px;
}

.contact-input .inputText:focus {
  border: 1px solid #333;
  box-shadow: none;
}

.contact-input .customLabel {
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.625rem;
  display: inline-block;
  color: rgba(51, 51, 51, 0.8);
}

.contact-input .floating-label span {
  font-size: 15px;
}

.contact-input .customLabel.activeLabel,
.contact-input .inputText:focus~.customLabel {
  top: -20px;
  left: 0;
  font-size: 12px;
  opacity: 1;
  color: #fff;
}

.contact-input div.error {
  width: 100%;
  color: #ec1c24;
  font-size: 12px;
  text-align: left;
  position: absolute;
  top: 48px;
}

.contact-input.description-input div.error {
  top: 95px;
}

.required,
.text-red {
  color: #ec1c24;
}

.custom-checkbox {
  display: none;
}

.checkbox-label {
  position: relative;
  padding-left: 25px !important;
  cursor: pointer;
  display: inline;
}

.checkbox-label::before {
  content: '';
  position: absolute;
  left: 1px;
  top: 0px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}

.custom-checkbox:checked+.checkbox-label::before {
  background-color: #00b987;
  border-color: #00b987;
}

.custom-checkbox:checked+.checkbox-label::after {
  content: '\2713';
  position: absolute;
  left: 5px;
  top: 0px;
  font-size: 10px;
  color: #fff;
}

.checkbox-label a {
  color: #00b987;
  text-decoration: underline;
}

.checkbox-label a:hover {
  text-decoration: none;
}

.btn-captacha button.submit {
  width: 100%;
  background: #1FB680;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  border: 1px solid #1FB680;
  border-radius: 5px;
  padding: 0.875rem 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  height: 54px;
  line-height: 25px;
  margin-top: 20px;

  &:hover {
    color: #00b987;
    background: transparent;
    border: 1px solid #20c997;
  }
}

.contact-form-box .inner {
  background: #100A30;
  padding: 40px 20px;
}

.contact-map-box .inner {
  height: 100%;
}

.contact-form-wrap .sec-heading .sec-title {
  text-align: left;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 28px;
}

.contact-hire-wrap {
  background: #1FB68026;
  padding: 30px 0 0;
  margin-top: 60px;
}

.contact-hire-wrap .contact-box .jt-btn {
  width: 100%;
  background: #1FB680;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  border: 1px solid #1FB680;
  border-radius: 5px;
  padding: 0.875rem 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  height: 54px;
  line-height: 25px;
  margin-top: 20px;
}

#contact_form label.error,
#contact_form .error {
  color: #ff0808cc;
}

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

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

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

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

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

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

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

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

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

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

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

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

.contactus {
  font-weight: 700;
}

/* 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;
}

/* ======================
   About Section
====================== */
.about-us .about-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.about-us .about-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Top label */
.about-us .top-label {
  top: 25px;
  right: 30px;
  font-size: 30px;
  background: transparent;
  font-weight: 400;

  @media screen and (min-width: 991px) and (max-width: 1300px) {
    right: 16px;
    font-size: 28px;
    height: 16px !important;
  }
}

/* Bottom label – always inside wrapper */
.about-us .bottom-label {
  position: absolute;
  bottom: 6px;
  left: 12px;
  right: 0px;
  font-size: 1rem;
  font-weight: 700;
  align-items: center;
  background-color: #20c997;
  color: #fff;
  padding: 12px;
  text-align: center;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-sizing: border-box;
  align-content: center;
}

.about-us .curve-label {
  position: absolute;
  color: #222;
  align-items: center;
  max-width: 264px;
  height: 85px;
  margin-bottom: 0px;

  @media screen and (min-width: 991px) and (max-width: 1300px) {
    max-width: 220px;
    display: flex;
    height: 70px;
  }
}

.about-us .text-area {
  line-height: 20px;
  text-align: justify;
}

/* ======================
   Play Card & Button
====================== */
.about-us .play-card {
  background: #e6f9f3;
  border-left: 4px solid #20c997;
  border-radius: 10px;
}

.about-us .play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #20c997;
  color: white;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* ======================
   Values Section
====================== */
.about-us .values-section {
  background-color: #e9f9f4;
}

.about-us .icon-circle {
  width: 50px;
  height: 50px;
  background: #20c997;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  position: relative;
  z-index: 2;
  line-height: 1;
  flex-shrink: 0;
}

.about-us .value-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 1;
}

.about-us .value-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 25px;
  width: 2px;
  height: 100px;
  border-left: 2px dashed #20c997;
  z-index: 0;
}

.about-us .play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 8px;
}

.about-us .triangle {
  width: 0;
  height: 0;
  border-left: 12px solid #1fb680;
  /* filled green */
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: 1px;
  position: relative;
}

/* ======================
   Responsive
====================== */
@media (max-width: 768px) {
  .about-us .about-section .row {
    flex-direction: column;
    text-align: center;
  }

  .about-us .top-label {
    right: 10px;
    font-size: 30px;
  }

  .about-us .bottom-label {
    font-size: 10px;
    padding: 0px;
  }

  .about-us .values-section .value-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .about-us .values-section .value-item:not(:last-child)::after {
    display: none;
    /* remove dashed connector on mobile */
  }

  .about-us .values-section .icon-circle {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .about-us .top-label {
    top: 10px;
    right: 25px;
    font-size: 14px;
  }

  .about-us .bottom-label {
    font-size: 12px;
    width: 154px;
    left: 4px;
    height: 52px;
    border-top-right-radius: 5px;
    padding-bottom: 15px;
    line-height: 5px;
  }

  .about-us .play-icon {
    position: relative;
    top: 8px;
  }

  .about-us .page-header h1 {
    font-size: 1.8rem;
  }
}


/* Founders */

/* Base */
.founders body {
  font-family: "Raleway", sans-serif;
  background-color: #f5fdf9;
}

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

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

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

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

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

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

.founders .page-header .lni-home {
  color: #00c291;
  align-self: center;
  top: 1px;
  position: relative;
}

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

.founders .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

/*--------------------------------------------------------------
# Profile Section
--------------------------------------------------------------*/
.founders .profile-section {
  border-radius: 12px;
  /* margin: 50px auto; */
  position: relative;
  padding-top: 45px;
}

.founders .profile-image img,
.founders .founder-image img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.founders .profile-content h3 {
  color: #0b7a61;
  font-weight: bold;
}

.founders .profile-content p,
.founders .founder-content p {
  font-size: medium;
  line-height: 1.6;
  text-align: justify;
}

/*--------------------------------------------------------------
# Founder Cards
--------------------------------------------------------------*/
.founders .founder-card {
  border-radius: 12px;
  margin: 40px auto;
  max-width: 1100px;
  overflow: hidden;
  position: relative;
}

.founders .founder-card.odd {
  background: #0b7a61;
  color: #fff;
}

.founders .founder-card.even {
  background: #fff;
  color: #000;
}

.founders .founder-content {
  padding: 30px;
}

.founders .odd {
  background-color: #ddf4ec;
  background-image: url("../images/founders-sub-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.founders .odd.bg-first {
  background-image: url("../images/founders-bg-1.webp");
  background-size: contain;
}

.founders .even.bg-second {
  background-image: url("../images/founders-bg-2.webp");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.founders .even {
  color: black;
}

/*--------------------------------------------------------------
# Quote Box
--------------------------------------------------------------*/
.founders .even .quote-box {
  background: #0b1a2f;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  bottom: 50px;
  left: -200px;
  min-width: 296px;
}

.founders .odd .quote-box {
  background: #0b1a2f;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  bottom: 50px;
  right: -200px;
  min-width: 296px;
}

.founders .quote-box h4 {
  color: #00c291;
  margin: 0;
  position: relative;
  text-align: center;
}

.founders .quote-box p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

.founders .quote-box::before {
  content: "❝";
  font-size: 40px;
  line-height: 20px;
  vertical-align: middle;
  color: #00c291;
  position: absolute;
  left: 20px;
}

.founders .quote-box::after {
  content: "❞";
  font-size: 40px;
  color: #00c291;
  position: absolute;
  bottom: 0;
  right: 10px;
}

/*--------------------------------------------------------------
# Links & Social
--------------------------------------------------------------*/
.founders .read-more-box {
  text-align: right;
  margin-top: 15px;
}

.founders .even .read-more-box {
  text-align: left;
  margin-top: 15px;

  @media screen and (max-width:991px) {
    margin-top: 0px;
  }
}

.founders .read-more {
  color: #00c291;
  font-weight: bold;
  text-decoration: none;
}

.founders .read-more:hover {
  text-decoration: underline;
}

.founders .linkedin-icon {
  font-size: 26px;
  color: #00c291;
  display: inline-block;
  margin-top: 8px;
}

.founders .linkedin-icon:hover {
  color: #064f40;
}

.founders .social-icons a {
  color: #0b1a2f;
  margin-right: 15px;
  font-size: 20px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .founders .profile-section {
    text-align: center;
    flex-direction: column;
  }

  .founders .profile-image {
    margin-bottom: 20px;
  }

  .founders .quote-box {
    position: static !important;
    margin: 15px auto 0;
    display: inline-block;
    min-width: auto;
    text-align: center;
    left: 0 !important;
  }

  .founders .profile-content {
    padding-inline: 15px;
    margin-top: 20px;
    text-align: left;
  }

  .founders .read-more-box {
    text-align: center !important;
  }

  .founders .quote-box::before {
    left: 30px;
  }

  .founders .quote-box::after {
    right: 30px;
  }
}


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

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

.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;
}

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

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

.ai-services-sec1 .aiservices-card-img img {
  width: 100%;
  height: 210px;
  position: relative;
  z-index: 1;
}

.ai-services .page-header .container {
  position: relative;
  z-index: 1;
}

.ai-services .page-header nav {
  display: flex;
  justify-content: center;
}

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

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

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

.ai-services .page-header .breadcrumb .ai-services {
  font-weight: 700;
}

.ai-accelerators .page-header .breadcrumb .ai-services {
  font-weight: 700;
}

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

.infrastructure .page-header .breadcrumb .ai-services {
  font-weight: 700;
}

.testimonials .page-header .breadcrumb .ai-services {
  font-weight: 700;
}

.ai-services .breadcrumb-item+.breadcrumb-item::before {
  color: white;
}

.ai-service h2 {
  color: #12435F;
  font-size: 22px;
}

.ai-service-card-left {
  gap: 10px;
}

.ai-services-icon {
  background-color: #fff;
  width: 70px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 5px;
}

.ai-service-card-bg h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}

.ai-service-card-bg p {
  color: #fff;
}

.ai-services-text {
  margin: auto 0;
}

.ai-services-sec1 .ai-service p {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}


/* ======================
   AI Platform
====================== */
.ai-platform .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;
}

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

.ai-platform .page-header .container {
  position: relative;
  z-index: 1;
}

.ai-platform .page-header nav {
  display: flex;
  justify-content: center;
}

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

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

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

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

.ai-platform .breadcrumb-item+.breadcrumb-item::before {
  color: white;
}

.ai-platform-sec1 h2 {
  color: #12435F;
  font-size: 22px;
}

.ai-platform-sec1 {
  & p {
    color: #212529;
  }

  & h3 {
    color: #212529;
    font-size: 30px;
    font-weight: 600;
  }
}

.ai-service-card-bg {

  background-color: #052537;
  padding: 20px 20px 26px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  .ai-but-wrap {
    text-align: center;
    margin: -34px 0px 0px;

    .ai-but {
      position: relative;
      background: url(../images/services/white-button.png);
      padding: 14px 40px;
      z-index: 1;
      background-size: 100% 100%;
      color: #000;
      font-weight: bold;
      font-size: 18px;
      transition: 0.7s;

      &:hover {
        background: url(../images/services/green-button.png);
        background-size: 100% 100%;
        transition: 0.7s;
      }

      i {
        font-size: 16px;

        &::before {
          font-weight: bold !important;
        }
      }
    }
  }
}

/* =====================
 ai-platform media query
  ==================== */
@media (min-width: 1201px) and (max-width: 1400px) {
  .ai-platform-sec1 .col-xl-5 {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .ai-platform-sec1 .ai-platform-right img {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ai-platform-sec1 .ai-platform-right img {
    display: none;
  }
}

@media (max-width: 767px) {
  .ai-platform-sec1 .ai-platform-right img {
    display: block;
  }
}

/**----------------------------------------
START: Testimonial CSS
----------------------------------------*/
.h5-testimonial-wrapper {
  position: relative;
  margin: -15px;
}

.h5-testimonial-wrapper:hover .testimonial-navigation {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
  .h5-testimonial-wrapper {
    margin-right: -15px;
  }
}

.h5-testimonial {
  padding: 15px;
}

.testimonial-item.style-4 {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 12px;
  padding: 35px 30px;
  border: 2px solid var(--jeeno-color-theme-bg);
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 575px) {
  .testimonial-item.style-4 {
    padding: 25px 20px;
  }
}

.testimonial-item.style-4 .testimonial-author {
  border: 0;
  padding: 0 45px 26px 0;
}

.testimonial-item.style-4 .testimonial-author .author-img {
  width: 84px;
  height: 84px;
  border: 2px solid var(--jeeno-color-common-white);
  background-color: var(--jeeno-color-common-white);
  border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-item.style-4 .testimonial-author .author-img {
    width: 75px;
    height: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-item.style-4 .testimonial-author .author-img {
    width: 65px;
    height: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-item.style-4 .testimonial-author .author-img {
    width: 55px;
    height: 55px;
  }
}

.testimonial-item.style-4 .testimonial-author .designation {
  font-size: 16px;
}

.testimonial-item.style-4 .desc {
  font-size: 18px;
  color: var(--jeeno-color-text-body);
  opacity: 1;
  padding-bottom: 22px;
}

.testimonial-item.style-4 .rating-area {
  max-width: 133px;
  background-color: transparent;
  border-radius: 0;
  position: static;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 0 0 0;
  z-index: 2;
}

.testimonial-item.style-4 .rating-area::after,
.testimonial-item.style-4 .rating-area::before {
  display: none;
}

.testimonial-item.style-4 .rating-area .star-ratings {
  font-size: 18px;
  letter-spacing: 1.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.testimonial-item.style-4:hover {
  border-color: var(--jeeno-color-theme-primary);
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 0, 127, 0.7);
  box-shadow: 0 0 15px 0 rgba(255, 0, 127, 0.7);
}

.testimonial-navigation {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.testimonial-navigation .slider-prev {
  margin-top: -50px;
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-navigation .slider-prev {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}

.testimonial-navigation .slider-next {
  margin-top: -50px;
  -webkit-margin-end: -10px;
  margin-inline-end: -10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-navigation .slider-next {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}

/**----------------------------------------
END: Testimonial CSS
----------------------------------------*/


/* ======================
   AI accelerators
====================== */
.ai-accelerators .page-header {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/ai-accelerator/ai-accelerator-banner.png") no-repeat center center/cover;
  color: #fff;
}

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

.ai-accelerators .page-header .container {
  position: relative;
  z-index: 1;
}

.ai-accelerators .page-header nav {
  display: flex;
  justify-content: center;
}

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

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

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

.ai-accelerators .page-header .breadcrumb .ai-accelerators {
  font-weight: 700;
}

.ai-accelerators .breadcrumb-item+.breadcrumb-item::before {
  color: white;
}

.ai-accelerators .ai-accelerator-sec1 h2 {
  color: #12435F;
  font-size: 22px;
}

.ai-accelerators .ai-accelerator-sec1 p {
  color: #171717;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}


.ai-accelerators-carousel .accelerat-card {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 20px 20px 0px !important;
  width: 96%;
  position: relative;
  margin: auto !important;

  h3 {
    font-size: 20px;
    color: #000;
  }

  p {
    color: #000;
  }

  .ai-but-wrap {
    text-align: center;
    margin: -34px 0px 0px;

    .ai-but {
      position: absolute;
      background: url(../images/services/green-button.png);
      padding: 14px 40px;
      z-index: 1;
      background-size: 100% 100%;
      color: #000;
      font-weight: bold;
      font-size: 18px;
      transition: 0.7s;
      bottom: -88px;

      /* &:hover {
        background: url(../images/services/green-button.png);
        background-size: 100% 100%;
        transition: 0.7s;
      } */

      i {
        font-size: 16px;

        &::before {
          font-weight: bold !important;
        }
      }
    }
  }
}

.ai-accelerators-carousel .accelerat-card:hover {
  background-color: #052537;
  color: #fff;
}

.ai-accelerators-carousel span img {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 40px !important;
  height: 40px;
  box-shadow: inset -27px 15px 11px 0px #fff;
}

.acce-card-curve-box {
  background-color: #ffffff;
  left: auto;
  right: 0;
  border-left: 1px solid #000;
  border-right: 0;
  border-radius: 0 0 0px 12px;
  position: absolute;
  top: 0;
  width: 52px;
  height: 52px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-bottom: 1px solid #000;
  border-right-color: #000;
  border-bottom-color: #000;
  box-shadow: 0px 0px 0px 2px #fff;
  display: flex;
  font-size: 30px;
  font-weight: bold;
}

.acce-card-curve-box::after {
  right: auto;
  left: 26px;
  box-shadow: 12px 0 0 0 #ffffff;
  top: auto;
  bottom: -12px;
  content: "";
  position: absolute;
  background-color: transparent;
  width: 25px;
  height: 12px;
  border-top-right-radius: 12px;
  z-index: -1;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.acce-card-curve-box::before {
  box-shadow: 12px 0 0 0 #ffffff;
  left: auto;
  right: 51px;
  content: "";
  position: absolute;
  background-color: transparent;
  top: -1px;
  width: 25px;
  height: 13px;
  border-top-right-radius: 12px;
  z-index: -1;
  border-top: 1px solid #052537;
  border-right: 1px solid #052537;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #1FB680;

}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}

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

.ai-accelerators-carousel .owl-stage {
  display: flex;
}

.ai-accelerators-carousel .owl-stage .owl-item {
  display: flex;
  margin: 10px 0px;
}

.ai-accelerators-carousel .accelerat-card .ai-but-wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px -5px;
}

.ai-accelerators-carousel .accelerat-card .ai-but-wrap .ai-but {
  position: unset;
}

.ai-accelerators-carousel .accelerat-card:hover h3,
.ai-accelerators-carousel .accelerat-card:hover p {
  color: #fff;
}

.ai-accelerators-carousel .item.accelerat-box {
  margin: 10px 0px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ======================
   TESTIMONIAL PAGE
====================== */

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

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

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

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

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

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

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

.testimonials .page-header .breadcrumb .testimonials {
  font-weight: 700;
}

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

.testimonials-sec .testimonial-cnt {
  background: url('../images/testimonials/testimonial-card-img.png') no-repeat center center/cover;
  border-radius: 10px;
  padding: 20px 10px;
  min-height: 500px;
}

.testimonials-sec .testi-card-quote::before {
  content: ' ';
  background: url('../images/testimonials/front-quote.png') no-repeat center center/contain;
  width: 35px;
  height: 35px;
  display: block;
}

.testimonials-sec .testi-card-quote::after {
  content: ' ';
  background: url('../images/testimonials/back-quote.png') no-repeat center center/contain;
  width: 35px;
  height: 35px;
  display: block;
  margin-left: auto;
}

.testi-card-quote p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;

}

.testimonials-sec .testimonial-rarting {
  right: -8px;
  bottom: -5px;

  img {
    display: none;
  }
}

.testimonials-sec ul {
  top: 22px;
  right: 0;
  padding: 0px 30px;
  gap: 10px;
  display: none !important;
}

.testimonials-sec .testi-card-text p {
  font-weight: 700;
  font-size: 18px;
}

/* ======================
   INFRASTRUCTURE PAGE
====================== */

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

.infrastructure .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

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

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

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

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

.infrastructure .page-header .breadcrumb .infrastructure {
  font-weight: 700;
}

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

.infra-mgt-team h2 {
  font-size: 30px;
  font-weight: 700;
}

.infra-vision {
  background-color: rgb(31, 182, 128, 15%);
}

.infra-vision .vision-bg {
  background: url("../images/infrastructure/vision-bg.png") no-repeat center center/cover;
  min-height: 400px;
  border-radius: 10px;
}

.infra-vision .vision-mission-right {
  padding: 60px 20px 40px 20px;
}

.infra-vision .vision-mission-right h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: var(--jeeno-color-common-white);
}

.infra-sec-bg .infra-sec-right h3,
.infra-sec-bg .infra-sec-right p {
  color: var(--jeeno-color-common-white);
  line-height: 32px;
}

.infra-vision .vision-mission-right p {
  color: var(--jeeno-color-common-white);
}

.infra-vision .vision-mission-left {
  top: -10px;
  left: -20px;
}

.infra-vision .vision-mission-bg {
  background-color: #fff;
  box-shadow: #00000052 0px 0px 8px 0px;
  border-radius: 12px;
  min-height: 515px;
  height: calc(100% - 30px);
}

.infra-vision .Values-beliefs-img {
  top: 0;
  right: 0;
}

.infra-vision .Values-beliefs-card {
  padding: 80px 30px 40px 30px;
}

.infra-vision .Values-beliefs-card p {
  text-align: left;
  color: #060606;
  font-size: 16px;
}

.infra-vision .Values-beliefs-card p span {
  font-weight: 600;
}

.infra-vision .Values-beliefs-card h3 {
  text-align: left;
  color: #060606;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.infra-vision .bi::before,
[class*=" bi-"]::before {
  font-weight: 900 !important;
  font-size: 14px;
}


.infra-sec-bg {
  background: url("../images/infrastructure/has-built.png") no-repeat center center/cover;
  background-size: 100% 100%;

  .infra-sec-bg .infra-sec-right {
    h3 {
      font-size: 30px;
      font-weight: 700;
    }
  }
}

.data-security-bg {
  h3 {
    font-size: 30px;
    font-weight: 700;
  }

  .data-security-bg-head {
    display: flex;
    justify-content: space-between;
    align-items: center;

    p {
      width: 84%;
    }

    h5 {
      font-size: 22px;
      font-weight: 600;
    }
  }

  .ds-con-wrap {
    display: grid;

    .ds-con {
      background: url("../images/infrastructure/ds-con-bg.png") no-repeat center center/cover;
      border-radius: 10px;
      padding: 20px;
      display: flex;
      flex-direction: column;

      .ds-con-head {
        display: flex;
        align-items: center;
        gap: 20px;
      }

      .ds-con-list {
        list-style: none;

        li {
          display: flex;
          gap: 10px;
          align-items: baseline;
        }
      }
    }
  }
}

/***************** 
Responsive Layout 
*****************/
@media screen and (max-width: 767px) {
  .infra-vision .vision-mission-left img {
    display: none;
  }

  .contact-info-wrap .contact-box {
    margin-bottom: 20px;
  }

  .contact-input .row>div {
    margin-bottom: 10px;
  }

  .contact-info-wrap .contact-box .inner .contact-icon {
    top: -1px;
  }

  .mt-md-1 {
    margin-top: 1em;
  }

  .mt-md-2 {
    margin-top: 2em;
  }

  .mb-md-1 {
    margin-bottom: 1em;
  }

  .mb-md-2 {
    margin-bottom: 2em;
  }

  .pt-md-1 {
    padding-top: 1em;
  }

  .pt-md-2 {
    padding-top: 2em;
  }

  .pb-md-1 {
    padding-bottom: 1em;
  }

  .pb-md-2 {
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 1024px) {
  .contact-hire-wrap {
    padding: 30px 0;
  }

  .contact-hire-wrap .contact-image-box {
    display: none;
  }

  .vision-bg-img {
    display: none;
  }

  .vision-bg {
    background-size: auto !important;

    .vision-mission-right {
      padding: 30px 30px 20px 30px;
    }
  }
}

@media screen and (max-width: 1400px) {
  .vision-bg .col-lg-9 {
    width: 100%;
  }

  .infra-vision .vision-bg {
    min-height: unset;
  }
}

@media screen and (max-width: 1199px) {
  .data-security-bg .data-security-bg-head {
    flex-direction: column;
  }

  .data-security-bg h3 {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .data-security-bg .data-security-bg-head p {
    width: 100%;
  }

  .data-security-bg .ds-con-wrap {
    margin-bottom: 10px;
  }

  .about-us {
    .page-header {
      min-height: 300px;
    }

    .curve-label.top-label {
      right: 14px;
      max-width: 100%;
      height: auto;
    }

    .curve-label.bottom-label {
      width: 130px;
      left: 3px;
      height: 50px;
      bottom: 3px;
    }
  }
}

@media screen and (max-width: 580px) {
  .testimonials-sec-gap {
    gap: 20px;
  }
}

@media screen and (max-width: 530px) {
  .vision-mission-bg .Values-beliefs-img {
    display: none;
  }

  .infra-vision .Values-beliefs-card {
    padding: 30px;
  }

  .infra-vision .vision-mission-bg {
    min-height: unset;
  }
}

.highlight-text {
  color: #00b987;
}


.testimonials .testi-card-quote p {
  color: var(--jeeno-color-common-white);
}

.testimonials .testi-card-text p {
  color: var(--jeeno-color-common-white);
}

.data-security-bg .ds-con-head h5 {
  color: var(--jeeno-color-common-white);
}

.data-security-bg .ds-con ul li {
  color: var(--jeeno-color-common-white);
}

@media screen and (min-width:1025px) and (max-width:1400px) {
  .infra-vision {
    .vision-bg {
      min-height: auto;
      height: calc(100% - 0px);
      background-repeat: no-repeat;
      background-size: auto;

      .vision-bg-img {
        .vision-mission-left {
          top: -20px;
          left: -20px;

          img {
            width: 260px;
          }
        }
      }

      .vision-mission-right {
        padding: 40px 30px 40px 270px;
      }
    }
  }
}