.bread-crumb li {
  font-size: 16px;
  font-weight: var(--fontmedium);
  color: #E4DBDB;
  padding: 0 25px;
  position: relative;
}
.bread-crumb li::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 13px;
  background: url("../images/icon-arrow.png") no-repeat 0 0;
  right: -11px;
  top: 0;
  bottom: 0;
  margin: auto;
  filter: brightness(0) invert(1);
}
.bread-crumb li:last-of-type {
  padding-right: 0;
}
.bread-crumb li:last-of-type::after {
  display: none;
}
.bread-crumb li a {
  color: #fff;
}

.banner-sec.inner-banner .left {
  width: 48%;
}
.banner-sec.inner-banner .heading span {
  font-size: 28px;
  font-weight: var(--fontregular);
}
.banner-sec.inner-banner .heading em {
  font-style: normal;
  padding-right: 85px;
  position: relative;
}
.banner-sec.inner-banner .heading em:before, .banner-sec.inner-banner .heading em:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.banner-sec.inner-banner .heading em:after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.partner-sec.inner-page {
  background: var(--lightgreycolor);
}
.partner-sec.inner-page .container {
  border: none;
}
.partner-sec.inner-page .container .item {
  background: var(--lightgreycolor);
}
.partner-sec.inner-page .container img {
  mix-blend-mode: multiply;
  background-color: #ffffff;
}

.team-expertise .owl-stage {
  height: 100%;
}
.team-expertise .owl-item {
  height: 100%;
}
.team-expertise .item {
  padding: 25px 50px;
  height: 100%;
  border-radius: 50px;
  transition: all linear 0.3s;
  background: #BAE0F2;
  transition: all linear 0.3s;
}
.team-expertise .item .icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 10px;
}
.team-expertise .item img {
  transition: all linear 0.3s;
}
.team-expertise .item:hover {
  color: #fff;
  background: var(--bluecolor);
}
.team-expertise .item:hover img {
  filter: brightness(0) invert(1);
}

.offerings-include .left {
  width: 57%;
  max-height: 600px;
}
.offerings-include .left img {
  height: 100% !important;
}
.offerings-include .right {
  width: 38%;
  max-height: 610px;
  overflow-x: hidden;
  overflow-y: auto;
}
.offerings-include .right::-webkit-scrollbar {
  width: 5px;
}
.offerings-include .right::-webkit-scrollbar-thumb {
  background-color: #0266a9;
  border-radius: 6px;
}
.offerings-include .right::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.offerings-include .right .item {
  padding: 20px 10px 20px 0px;
  border-top: solid 1px #000;
}
.offerings-include .right .item .title-sec {
  padding-right: 40px;
  cursor: pointer;
  position: relative;
}
.offerings-include .right .item .title-sec:after {
  position: absolute;
  content: "+";
  right: 0;
  transition: all linear 0.3s;
  top: 10px;
  font-size: 34px;
}
.offerings-include .right .item .title-sec.active:after {
  transform: rotate(45deg);
}
.offerings-include .right .item .icon {
  width: 90px;
}
.offerings-include .right .item .text {
  width: calc(100% - 110px);
}
.offerings-include .right .item:first-of-type {
  padding-top: 0;
  border: none;
}
.offerings-include .right .item .answer-sec .text {
  display: none;
}
.offerings-include .right .item .answer-sec .text ul li {
  position: relative;
  padding-left: 23px;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px;
}
.offerings-include .right .item .answer-sec .text ul li::before {
  font-size: 14px;
  color: #0266a9;
  width: 8px;
  height: 8px;
  background-color: #0266a9;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 10px;
}
.offerings-include.career-job-form-sec .container {
  max-width: 1200px !important;
}
.offerings-include.career-job-form-sec .left {
  width: 48%;
}
.offerings-include.career-job-form-sec .left li {
  width: 100%;
}
.offerings-include.career-job-form-sec .left li .size {
  font-size: 12px;
  text-align: right;
  margin-top: 3px;
  display: block;
}
.offerings-include.career-job-form-sec .left input,
.offerings-include.career-job-form-sec .left select,
.offerings-include.career-job-form-sec .left textarea {
  background: #EEEEEE;
  padding: 15px 0 15px 20px;
}
.offerings-include.career-job-form-sec .left .file-input {
  width: 100%;
  padding: 10px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.offerings-include.career-job-form-sec .left .file-input-label {
  display: block;
  padding: 15px 0 15px 20px;
  background-color: #EEEEEE;
  border-radius: 6px;
  cursor: pointer;
}
.offerings-include.career-job-form-sec .left .file-input-label::before {
  content: "Upload your CV";
  /* This mimics a placeholder */
  font-size: 16px;
  color: var(--darkgreycolor) !important;
  font-weight: var(--fontmedium);
  word-wrap: break-word;
}
.offerings-include.career-job-form-sec .left .file-input-label::after {
  position: absolute;
  content: "Upload File";
  right: 7px;
  font-size: 16px;
  color: #fff;
  padding: 12px 14px;
  background: #a0a0a0;
  font-weight: var(--fontmedium);
  border-radius: 4px;
  top: 7px;
  line-height: 1;
}
.offerings-include.career-job-form-sec .left .file-input:valid + .file-input-label::before {
  content: attr(data-file);
}
.offerings-include.career-job-form-sec .right {
  width: 43%;
  order: -1;
}
.offerings-include.career-job-form-sec .right .item {
  padding: 40px 0;
}
.offerings-include.career-job-form-sec .right .item:first-of-type {
  padding-top: 0;
}
.offerings-include.career-job-form-sec .right .item .title-sec:after {
  transform: rotate(0deg) !important;
  line-height: 0;
}
.offerings-include.career-job-form-sec .right .item .title-sec.active:after {
  content: "-";
}
.offerings-include.career-job-form-sec .right .item .answer-sec .text {
  width: 100%;
}
.offerings-include.career-job-form-sec .right.career-openings .item .answer-sec ul li {
  position: relative;
  padding-left: 23px;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px;
}
.offerings-include.career-job-form-sec .right.career-openings .item .answer-sec ul li::before {
  font-size: 14px;
  color: #0266a9;
  width: 8px;
  height: 8px;
  background-color: #0266a9;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 10px;
}
.offerings-include.career-job-form-sec .common-heading.sub-sub-title {
  font-size: 18px;
}
.offerings-include.career-job-form-sec .job-desc {
  margin-top: 10px;
}
.offerings-include.career-job-form-sec .job-desc span {
  padding: 5px 0 5px 35px;
  background: url("../images/icon-exp.png") no-repeat 0 3px;
}
.offerings-include.career-job-form-sec .job-desc span.location {
  background: url("../images/icon-location.png") no-repeat 0 3px;
}

.case-study-sec li {
  width: 50%;
  background: #D8EDF8;
  position: relative;
}
.case-study-sec li .image,
.case-study-sec li .text {
  width: 50%;
}
.case-study-sec li img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study-sec li .text {
  padding: 25px;
}
.case-study-sec li .title {
  font-size: 18px;
  color: var(--bluecolor);
  font-weight: var(--fontmedium);
}
.case-study-sec li p {
  font-size: 16px;
}
.case-study-sec li:nth-child(4n+2) {
  background: var(--lightgreycolor);
}
.case-study-sec li:nth-child(4n+2) .text {
  order: -1;
}
.case-study-sec li:nth-child(4n) .text {
  order: -1;
}
.case-study-sec li:nth-child(4n+3) {
  background: var(--lightgreycolor);
}

.expertise-sec {
  padding: 150px 0;
  background: url("../images/expertise-sec-bg.jpg") no-repeat 0 0;
  background-size: 100% 100%;
  color: #fff;
}
.expertise-sec .container {
  max-width: 1200px !important;
}
.expertise-sec.testimonial-page {
  background: url("../images/shaping-sucess-image.jpg") no-repeat 0 0;
  background-size: 100% 100%;
}

.needs-meet-sec.inner-page {
  background-color: transparent;
}
.needs-meet-sec.inner-page .overlay-image-effect .items {
  row-gap: 20px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.needs-meet-sec.inner-page .overlay-image-effect .owl-item {
  width: calc(25% - 4px);
}
.needs-meet-sec.inner-page .overlay-image-effect .owl-item .image img {
  max-height: 370px;
}
.needs-meet-sec.inner-page .overlay-image-effect .owl-item:nth-of-type(even) .title-sec {
  top: auto;
  bottom: 0;
}
.needs-meet-sec.inner-page .tabbs-sec ul {
  gap: 2px;
}
.needs-meet-sec.inner-page .tabbs-sec li {
  width: 100%;
}
.needs-meet-sec.inner-page .tabbs-sec li a {
  padding: 15px 10px;
  border-radius: 0;
  justify-content: center;
  background: #EDEDED;
  gap: 10px;
  height: 100%;
  align-items: center;
  box-shadow: none;
  border: none;
  color: #000;
}
.needs-meet-sec.inner-page .tabbs-sec li.active a, .needs-meet-sec.inner-page .tabbs-sec li:hover a {
  background: var(--bluecolor);
  color: #fff;
}
.needs-meet-sec.inner-page .tabbs-sec li.active img, .needs-meet-sec.inner-page .tabbs-sec li:hover img {
  filter: brightness(0) invert(1);
}

.joint-venture-sec {
  margin-bottom: 80px;
}
.joint-venture-sec .image img.w-full {
  -o-object-fit: cover;
     object-fit: cover;
}
.joint-venture-sec .description {
  width: 500px;
  background: #fff;
  padding: 40px;
}
.joint-venture-sec .description .common-heading {
  left: -600px;
  font-size: 85px;
  top: 75px;
  color: #fff;
}
.joint-venture-sec .description:before {
  position: absolute;
  content: "";
  width: 608px;
  height: 206px;
  background: url("../images/bg-image-vector.png") no-repeat 0 0;
  left: -606px;
  bottom: -68px;
}

.career-overview-sec .left {
  width: 55%;
  border-radius: 30px;
  overflow: hidden;
}
.career-overview-sec .right {
  width: 43%;
  border-radius: 30px;
  overflow: hidden;
  background: #BAE0F2;
  padding: 20px 80px;
}
.career-overview-sec .right .common-heading.sub-sub-title {
  line-height: 180%;
}
.career-overview-sec .right li {
  width: 100%;
}
.career-overview-sec .right p {
  margin: 0px 0px 4px !important;
}

.enquiry-now-page ul li {
  width: 49%;
}
.enquiry-now-page ul li input,
.enquiry-now-page ul li select,
.enquiry-now-page ul li textarea {
  background: #eee;
  padding: 15px 0 15px 20px;
}
.enquiry-now-page ul li .item {
  width: 49%;
}
.enquiry-now-page ul li span {
  display: inline-flex;
}
.enquiry-now-page ul li span input {
  max-width: 20px;
  width: 20px;
}

.casestudy-detail-page .objectiv-sec ul li {
  margin: 15px 0 15px 50px;
  list-style: disc;
}

.installations-phase {
  background: rgba(217, 217, 217, 0.2);
}
.installations-phase .item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.installations-phase .item img {
  width: 100%;
}
.installations-phase .item .title {
  position: absolute;
  width: 100%;
  padding: 15px 30px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  color: #fff;
  font-weight: var(--fontregular);
  bottom: 0;
}

.contact-page-sec {
  margin-top: 40px;
  background: var(--bluecolor);
  color: #fff;
  position: relative;
}
.contact-page-sec .image {
  width: 50%;
}
.contact-page-sec .inner {
  max-width: 450px;
}
.contact-page-sec .inner ul {
  max-width: 80%;
}
.contact-page-sec .inner ul li {
  margin-top: 35px;
  font-size: 20px;
  font-weight: var(--fontregular);
  line-height: 180%;
  background: url("../images/icon-add.png") no-repeat 0 7px;
  padding: 5px 0 5px 60px;
}
.contact-page-sec .inner ul li.phone {
  background: url("../images/icon-call.png") no-repeat 0 7px;
}
.contact-page-sec .inner ul li.email {
  background: url("../images/icon-email.png") no-repeat 0 6px;
}

@media (min-width: 768px) {
  .map-section .container {
    max-width: 1200px !important;
  }
  .map-section .image {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
  }
  .map-section .image .india-map {
    width: 1170px;
    height: 585px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    min-width: 1170px;
    overflow-x: auto;
  }
  .map-section .image .map-tab {
    position: absolute;
    left: 0;
    top: 0;
  }
  .map-section .image .map-tab li {
    position: absolute;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    transition: all linear 0.3s;
  }
  .map-section .image .map-tab li a {
    position: relative;
    display: inline-block;
    color: #fff;
  }
  .map-section .image .map-tab li a .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: var(--bluecolor);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 45%;
    margin-left: -65px;
  }
  .map-section .image .map-tab li a .tooltiptext:after {
    position: absolute;
    content: "";
    transition: all linear 0.3s;
    width: 5px;
    height: 5px;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid var(--bluecolor);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
  }
  .map-section .image .map-tab li.active a span, .map-section .image .map-tab li:hover a span {
    visibility: visible;
  }
  .map-section .image .map-tab li.UttarPradesh {
    left: 546px;
    top: 157px;
  }
  .map-section .image .map-tab li.Maharashtra {
    left: 440px;
    top: 280px;
  }
  .map-section .image .map-tab li.WestBengal {
    left: 654px;
    top: 225px;
  }
  .map-section .image .map-tab li.Karnataka {
    left: 466px;
    top: 349px;
  }
  .map-section .image .map-tab li.Gujarat {
    left: 401px;
    top: 237px;
  }
  .map-section .image .map-tab li.Delhi {
    left: 500px;
    top: 157px;
  }
  .map-section .image .map-tab li.Haryana {
    left: 487px;
    top: 120px;
  }
  .map-section .image .map-tab li.Rajasthan {
    left: 445px;
    top: 157px;
  }
  .map-section .image .map-tab li.TamilNadu {
    left: 521px;
    top: 397px;
  }
  .map-section .image .map-tab li.MadhyaPradesh {
    left: 517px;
    top: 230px;
  }
  .map-section .image .map-tab li.Assam {
    left: 727px;
    top: 164px;
  }
  .map-section .image .map-tab li.Telangana {
    left: 530px;
    top: 297px;
  }
  .map-section .image .map-tab li.Punjab {
    left: 473px;
    top: 89px;
  }
  .map-section .image .map-tab li.Uttarakhand {
    left: 527px;
    top: 105px;
  }
  .map-section .image .data-sec {
    position: absolute;
    width: 850px;
    max-width: 95%;
    right: 0;
    bottom: 30px;
  }
  .map-section .image .data-sec .owl-stage {
    height: 100%;
  }
  .map-section .image .data-sec .owl-item {
    height: 100%;
  }
  .map-section .image .data-sec .item {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .map-section .image .data-sec .item .image-short {
    width: 135px;
    height: 135px;
  }
  .map-section .image .data-sec .item .image-short img {
    width: 100%;
    height: 100%;
  }
  .map-section .image .data-sec .item .text {
    width: calc(100% - 150px);
    padding: 10px 0;
  }
  .map-section .image .data-sec .item .title {
    font-size: 18px;
    color: var(--bluecolor);
    font-weight: var(--fontmedium);
  }
  .map-section .image .data-sec .item p {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0 0 !important;
    font-weight: var(--fontmedium);
  }
  .map-tab li a .map-icon-listing {
    max-width: 24px;
    margin-right: 10px;
  }
  .map-tab li a:hover span {
    visibility: visible;
  }
}
.future-parallax {
  background: url(../images/future-parallx.jpg);
}
.future-parallax .container {
  max-width: 1430px !important;
}/*# sourceMappingURL=inner-page.css.map */