@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* banner carousel CSS start */

.banner-div .banner-heading {
  position: absolute;
  bottom: 40px;
  left: 56px;
  margin: 0;
  color: #fff;
  font-size: calc(21px + (47 - 30) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 15px;
}

.carousel-indicators {
  gap: 2%;
}
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.9;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #554d89;
}

.image-caption-container {
  position: absolute;
  top: 200px;
  right: 6%;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2%;
  width: 30%;
}
.image-caption-container .heading {
  font-size: calc(22px + (30 - 22) * ((100vw - 768px) / (1920 - 768)));
  font-weight: 400;
  line-height: calc(28px + (43 - 28) * ((100vw - 768px) / (1920 - 768)));
  margin-bottom: 3.5%;
  color: #554d89;
}
.caption-inner-container {
  width: 100%;
}
.image-caption-container .list {
  list-style: none;
  padding-left: 0;
}
.image-caption-container .list li {
  background-image: url("../images/subtraction-icon.svg");
  background-size: 16px 18px;
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 24px;
  padding-bottom: 3%;
  font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #454545;
  font-weight: 400;
}
/* banner carousel CSS End */

.bg-odd {
  background-image: url("../images/exp-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.bg-even {
  background-image: url("../images/customer-solution-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border: 1px solid #fff;
}

.index-section .heading {
  text-align: center;
  font-size: calc(21px + (34 - 21) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  color: #554d89;
  margin-bottom: 3%;
}

/* sector css */

.sectors-container {
  width: fit-content;
  margin: auto;
  padding: 3% 0;
}

/* .sectors-container .heading {
  text-align: center;
  font-size: calc(21px + (34 - 21) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  color: #554d89;
  margin-bottom: 3%;
} */

.sectors-container .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 60px 0;
  gap: 50px;
}

.profile a {
  text-decoration: none;
  text-align: center;
}

.sectors-profile-title {
  color: #000;
  font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
  opacity: 0.8;
  padding: 20px 0 15px 0;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  height: 83px;
}

.sectors-container .read-more-btn {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  display: block;
  width: fit-content;
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  margin: auto;
  border: 1px solid #000;
}

/* Customer Solutions CSS Start */
/* .customer-sol-container-outer {
  background-image: url("../images/customer-solution-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border: 1px solid #fff;
} */
.customer-sol-container-inner {
  width: 80%;
  margin: 3% auto;
}
/* .customer-sol-container-inner .heading {
  text-align: center;
  font-size: calc(21px + (34 - 21) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  color: #554d89;
  margin-bottom: 3%;
} */
.custom-solution-grid {
  width: 1200px;
  margin: 30px auto;
}
.custom-solution-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  align-items: center;
  padding: 30px 0;
}
.custom-solution-item .sub-heading {
  font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  color: #000000;
  margin-bottom: 3%;
}
.custom-solution-item .text {
  font-size: calc(
    14px + (18 - 14) * ((100vw - 320px) / (1920 - 320))
  ); /*font-weight:500;*/
  color: #716c80;
  margin-bottom: 4%;
}
.custom-solution-item .read-more-btn {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  display: block;
  width: fit-content;
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  border: 1px solid #000;
}

.custom-solution-item a {
  text-decoration: none;
}
.profile:hover .read-more-btn,
.custom-sol-text > a:hover .read-more-btn,
.read-more-btn:hover,
span.read-more-btn:hover {
  color: #554d89;
  background-color: #fff;
  border: 1px solid #000;
}
/* Customer Solutions CSS End */

/* Experience CSS Start */
.experience-container-outer {
  background-image: url("../images/exp-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.experience-container-inner {
  width: 100%;
  padding: 100px 0;
}
/* .experience-container-inner .heading {
  padding: 0 0 30px 0;
} */
.experience-item {
  max-width: 930px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
  justify-items: start;
  align-items: center;
  padding: 20px 0;
  position: relative;
  will-change: transform, opacity;
}
.experience-item-reverse {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  justify-items: end;
  align-items: center;
  padding: 20px 0;
  position: relative;
  will-change: transform, opacity;
}
.experience-grid {
  width: 100%;
  max-width: 930px;
  margin: 30px auto;
}
.experience-container-inner .text {
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  color: #1f2327;
}
/* Experience CSS End */

/* Contact Us CSS Start */
.contactus-inner-container {
  width: 85%;
  max-width: 1480px;
  margin: 5% auto;
}
.contactus-inner-container .heading {
  margin-bottom: 5%;
}
.contactus-inner-container .contact-us-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: start;
  align-items: center;
}
.contact-us-grid div {
  width: 100%;
}
.contact-us-grid .info {
  margin-bottom: 10px;
  color: #716c80;
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-weight: normal;
}
.contact-us-grid .info * {
  color: #716c80;
  text-decoration: none;
}
.contact-us-grid .img-fluid {
  margin-right: 2%;
}

/* Contact Us CSS End */

@media (min-width: 1920px) {
  body {
    width: 1920px;
    margin: auto;
  }
}

@media (max-width: 1680px) {
  /* banner carousel CSS start */
  /* banner carousel CSS End */
}
@media (max-width: 1536px) {
  .caption-inner-container {
    width: 90%;
  }
  .image-caption-container {
    top: 100px;
  }
}
@media (max-width: 1440px) {
  /* banner carousel CSS start */

  .image-caption-container {
    width: 40%;
  }
  .image-caption-container .list li {
    padding-bottom: 3%;
  }
  /* banner carousel CSS End */
  .experience-container-inner {
    padding: 80px 0;
  }
}
@media (max-width: 1366px) {
  /* banner carousel CSS start */
  .caption-inner-container {
    width: 100%;
  }
  .image-caption-container .heading {
    margin-bottom: 2%;
  }
  .image-caption-container .list li {
    padding-bottom: 2%;
  }
  /* banner carousel CSS End */
}
@media (max-width: 1280px) {
  /* banner carousel CSS start */
  /* banner carousel CSS End */
  /* Customer Solutions CSS Start */
  .banner-div .banner-heading {
    bottom: 25px;
  }

  .customer-sol-container-inner {
    width: 90%;
    margin: 0 auto;
    padding: 3% 0 3% 0;
  }

  .custom-solution-grid {
    width: 100%;
  }

  .experience-container-inner {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .experience-container-inner .heading {
    padding: 0;
  }

  /* Customer Solutions CSS End */
  /* Contact Us CSS Start */
  .contactus-inner-container {
    width: 90%;
  }
  .contactus-inner-container .heading {
    margin-bottom: 4%;
  }
  /* Contact Us CSS End */
  .sectors-container .grid {
    gap: 40px 40px;
  }
}

@media (max-width: 1024px) {
  /* banner carousel CSS start */
  .image-caption-container {
    width: 60%;
    right: 3%;
  }
  .image-caption-container .list li {
    padding-bottom: 2%;
    background-size: 16px 16px;
  }
  /* banner carousel CSS End */
  .custom-solution-grid {
    max-width: 100%;
  }
  .experience-grid {
    max-width: 90%;
  }
}

@media (max-width: 991px) {
  /* banner carousel CSS start */

  .carousel-indicators {
    margin-bottom: 0;
  }
  .sectors-container .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* banner carousel CSS End */
  /* Customer Solutions CSS Start */
  .customer-sol-container-inner,
  .experience-container-inner {
    width: 100%;
    margin: auto;
  }
  .custom-solution-item {
    padding: 20px 40px;
  }
  /* Customer Solutions CSS End */
  .experience-item,
  .experience-item-reverse {
    padding: 10px 0;
  }
  /* Contact Us CSS Start */
  .contactus-inner-container {
    width: 100%;
    padding: 0 35px;
  }
  /* .contactus-inner-container .heading{margin-bottom: 2%;} */
  /* Contact Us CSS End */
}

@media (max-width: 900px) {
  /* banner carousel CSS start */
  .image-caption-container .list li {
    padding-bottom: 1%;
  }
  .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
  }

  /* banner carousel CSS End */
}

@media (max-width: 850px) {
  .image-caption-container {
    top: 40px;
  }
}
@media (max-width: 768px) {
  /* banner carousel CSS start */

  .banner-div .banner-heading {
    bottom: 10px;
    left: 30px;
  }
  .image-caption-container {
    width: 100%;
    right: 0;
    top: unset;
    bottom: 0%;
    position: relative;
    padding: 20px 0px;
    min-height: 250px;
    max-width: 500px;
    margin: auto;
    transform: unset;
  }
  .image-caption-container .heading {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 3%;
  }
  .image-caption-container .list li {
    padding-bottom: 10px;
    background-size: 12px 12px;
  }
  .carousel-indicators {
    bottom: unset;
    top: 48%;
  }
  .carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;
    border: 1px solid #554d89;
  }
  .caption-inner-container {
    width: 100%;
  }
  /* banner carousel CSS End */

  .sectors-container {
    padding: 40px 0;
  }
  .sectors-profile-title {
    height: unset;
  }

  /* Customer Solutions CSS Start */
  .customer-sol-container-inner {
    max-width: 650px;
    padding: 3% 0;
  }
  .custom-solution-grid {
    margin: 0px auto;
  }
  .custom-solution-item {
    padding: 10px 0 60px 0;
    gap: 30px;
  }
  .custom-solution-item .sub-heading,
  .custom-solution-item .text {
    margin-bottom: 10px;
  }
  .index-section .heading {
    margin-bottom: 25px;
  }
  /* Customer Solutions CSS End */
  /* Experience CSS start */
  .experience-container-inner {
    max-width: 650px;
    padding: 3% 0;
  }
  .experience-item,
  .experience-item-reverse {
    padding: 20px 0;
  }
  /* Experience CSS end */
  /* Contact Us CSS Start */
  .experience-grid {
    max-width: 100%;
  }
  .contactus-inner-container {
    max-width: 100%;
    padding: 0 30px;
  }
  .contactus-inner-container .heading {
    margin-bottom: 3%;
  }
  .contactus-inner-container .contact-us-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Contact Us CSS End */

  .sectors-profile-title br {
    display: none;
  }
}
@media (max-width: 700px) {
  .image-caption-container {
    min-height: 240px;
  }
}
@media (max-width: 650px) {
  .carousel-indicators {
    top: 43%;
  }
}

@media (max-width: 580px) {
  /* banner carousel CSS start */
  .banner-div .banner-heading {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
  }

  .image-caption-container {
    padding: 25px 30px;
    min-height: 270px;
  }
  .image-caption-container .list li {
    background-position: 0 5px;
    background-size: 12px 12px;
    padding-bottom: 15px;
  }
  .carousel-indicators {
    top: 36%;
  }

  /* banner carousel CSS End */
  /* Customer Solutions CSS Start */
  .custom-solution-grid {
    margin: 0;
  }
  .custom-solution-item {
    gap: 0;
    padding: 0 0 60px 0;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .custom-solution-item:last-child {
    padding: 0;
  }
  .customer-sol-container-inner {
    width: 100%;
    margin: auto;
    padding: 60px 45px 20px 45px;
  }
  .custom-solution-item .sub-heading {
    margin: 25px 0;
  }
  .custom-solution-item .text {
    margin-bottom: 25px;
  }
  .custom-sol-text,
  .experience-container-inner .text {
    text-align: center;
  }
  .custom-solution-item .read-more-btn {
    margin: auto;
  }
  /* Customer Solutions CSS End */
  /* Experience CSS start */
  .experience-container-inner .heading {
    max-width: 300px;
    margin: auto;
  }
  .experience-grid {
    margin: auto;
    padding: 40px 0 0 0;
  }
  .experience-container-inner {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0 0;
  }
  .experience-item {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0;
    gap: 0px;
  }
  .experience-item-reverse {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    gap: 0px;
  }
  .experience-container-inner .text {
    margin: 55px 0;
    max-width: 250px;
  }
  /* Experience CSS End */
  /* Contact Us CSS Start */
  .contactus-inner-container {
    margin: 0 auto;
    text-align: center;
    padding: 60px 20px;
  }
  .contactus-inner-container .heading {
    margin-bottom: 50px;
  }
  .contact-us-grid .info {
    margin-bottom: 20px;
  }
  .contact-us-grid .address {
    margin-bottom: 30px;
  }
  .contact-us-grid .contact-details .info {
    margin-bottom: 25px;
  }
  .contact-us-grid .contact-details .info:last-child {
    margin-bottom: 0;
  }
  /* Contact Us CSS End */
  .sectors-container .grid {
    grid-template-columns: repeat(1, 1fr);
    margin: 40px 0;
  }
}
@media (max-width: 540px) {
  .image-caption-container {
    min-height: 290px;
  }
}
@media (max-width: 480px) {
  .image-caption-container {
    min-height: 310px;
  }
  .carousel-indicators {
    top: 33%;
  }
}
@media (max-width: 425px) {
  .image-caption-container {
    min-height: 310px;
  }
  .carousel-indicators {
    top: 33%;
  }
}
@media (max-width: 393px) {
  /* .carousel-indicators {
    top: 31%;
  } */
  .image-caption-container .heading {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .carousel-indicators {
    top: 46%;
  }
}
