@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://owlcarousel2.github.io/OwlCarousel2/assets/owlcarousel/assets/owl.carousel.min.css");
@import url("https://owlcarousel2.github.io/OwlCarousel2/assets/owlcarousel/assets/owl.theme.default.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");
@import url("../css/validation.css");
section {
  max-width: 1960px;
  margin-left: auto;
  margin-right: auto;
}

* {
  font-family: "Open Sans", sans-serif;
  font-family: "Afacad", sans-serif;
}

body {
  background: #ECECEC;
  overflow-x: hidden;
}

@media (min-width: 1360px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
  }
}
.btn {
  border-radius: 50px;
  border-width: 0.5px;
  background: #ffffff;
  border: 1px solid #000000;
  padding: 10px 20px;
  transition: 0.3s linear;
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.btn img {
  transition: 0.3s linear;
  transition: 0.7s ease-in-out;
}
@media (max-width: 769px) {
  .btn {
    padding: 0.625rem 2.0625rem;
    margin-bottom: 1rem;
  }
}
.btn:hover {
  background: #da251d;
  color: #ffffff;
  border-color: transparent;
}
.btn:hover img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(89%) saturate(3%) hue-rotate(265deg) brightness(110%) contrast(97%);
  transition: 0.7s ease-in-out;
  transform: translateX(8px);
}

.top-heading {
  color: #001837;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  display: inline-flex;
  height: 28px;
  padding: 6px 18px 7px 21px;
  justify-content: center;
  align-items: center;
  border: 1px solid #001837;
  border-radius: 30px;
  margin: 1rem auto;
}

h3 {
  font-weight: 600;
  font-size: 2.5rem;
}

p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 145%;
}

.ListStyle a {
  color: #001837;
  text-decoration: none;
  text-decoration: underline;
  font-weight: 600;
}

header {
  width: 100%;
  z-index: 99999;
  position: sticky;
  top: 0;
}
header .navbar {
  background: #00307b;
  padding-top: 0;
  box-shadow: 0 0 10px #002866;
  position: relative;
}
header .navbar .navbar-brand {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0.5rem;
}
@media (min-width: 1200px) {
  header .navbar .navbar-brand {
    position: absolute;
    top: 0;
  }
}
header .navbar .navbar-brand img {
  width: 6.25rem;
  height: 6.25rem;
}
@media (max-width: 480px) {
  header .navbar .navbar-brand img {
    width: 3.125rem;
    height: auto;
  }
}
header .navbar #navbarNav {
  flex-direction: column;
}
header .navbar #navbarNav .dropdown {
  position: unset;
}
header .navbar #navbarNav .nav-link {
  transition: 0.3s linear;
  padding: 7px 15px;
  font-size: 17px;
}
header .navbar #navbarNav .nav-link.show {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 6%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
header .navbar #navbarNav .nav-link:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 6%;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-underline-offset: 0.25reM;
}
header .navbar #navbarNav .nav-link.active {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 6%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-underline-offset: 0.25rem;
}

.navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list li {
  list-style: none;
}

.homepage header .navbar #navbarNav .nav-link {
  color: #fff;
}

@media (min-width: 992px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    width: 100%;
    padding: 1rem 3rem 3rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border: 0;
    height: 70vh;
    overflow: auto;
    box-shadow: 0 0 10px;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu h3 {
    font-weight: 700;
    font-size: 1.57rem;
    color: #00307b;
    margin-bottom: 1rem;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list {
    border-left: 1px solid #8f8f8f;
    margin-bottom: 1rem;
    max-width: 15rem;
    min-width: 15rem;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.25rem;
    padding: 0.25rem 1rem;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list img {
    width: 6.25rem;
    height: 6.25rem;
    margin: 0.25rem 1rem;
    -o-object-fit: contain;
       object-fit: contain;
    background: #e8e8e8;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list .dropdown-item {
    transition: 0.3s linear;
    white-space: break-spaces;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list .dropdown-item:hover {
    color: #001837;
    background: #ECECEC !important;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list .dropdown-item.active {
    color: #001837;
    font-weight: 600;
    background: transparent !important;
  }
}
@media (max-width: 992px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu h3 {
    font-weight: 700;
    font-size: 1.57rem;
    color: #00307b;
    margin-bottom: 1rem;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list {
    width: 50%;
    margin-bottom: 1rem;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list img {
    width: 3.125rem;
    height: 3.125rem;
  }
  .dropdown-item {
    transition: 0.3s linear;
    white-space: break-spaces;
  }
  .dropdown-item:hover {
    color: #001837;
    background: #ECECEC !important;
  }
  .dropdown-item.active {
    color: #001837;
    font-weight: 600;
    background: transparent !important;
  }
}
.banner {
  background: #00307b;
}
.banner .carousel::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.banner .banner.homepage-banner .carousel::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.banner .container {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner .container .carousel-caption {
  width: 80%;
  bottom: 6rem;
  left: 2%;
  text-align: left;
  z-index: 1;
}
@media (max-width: 769px) {
  .banner .container .carousel-caption {
    width: 80%;
    bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .banner .container .carousel-caption {
    width: 100%;
    bottom: 3rem;
  }
}
.banner .container .carousel-caption .cap-heading {
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.banner .container .carousel-caption p {
  font-size: 20px;
  line-height: 145%;
  font-weight: 500;
}

.carousel-item.active .carousel-img {
  margin-left: auto;
}
@media (max-width: 769px) {
  .carousel-item.active .carousel-img {
    height: 390px;
  }
}
@media (max-width: 480px) {
  .carousel-item.active .carousel-img {
    height: 350px;
  }
}
.carousel-item.active .carousel-caption {
  animation: zoom 0.3s linear;
  position: static;
}
@media (max-width: 769px) {
  .carousel-item.active .carousel-caption .cap-heading {
    font-size: 1.875rem;
  }
}
@media (max-width: 480px) {
  .carousel-item.active .carousel-caption .cap-heading {
    font-size: 1.875rem;
  }
}

.banner.homepage-banner .carousel-item.active .carousel-img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.homepage header .navbar {
  background: transparent;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.homepage header .navbar.blue-bg-nav {
  background: #00307b;
  box-shadow: 0 0 10px #002866;
}

@keyframes zoom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.aboutUs {
  margin: 3rem 0;
  background: #EAF1FF;
  background: #ECECEC;
}
@media (max-width: 769px) {
  .aboutUs {
    padding: 1rem 0;
  }
}
.aboutUs .about-us-info {
  padding-right: 30px;
}
.aboutUs .about-us-info .about-us-title {
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.aboutUs .about-us-info .about-us-para {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 30px;
}
.aboutUs .about-us-info .founder-para {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-style: italic;
  color: #00307b;
}
.aboutUs .main-img-aboutus {
  border-radius: 25px;
  width: 100%;
}

.mission_vision_sec {
  padding: 3rem 0 2.5rem;
  background: #dbdbdb;
}
.mission_vision_sec .mis_vis_box {
  display: flex;
  gap: 20px;
  background: linear-gradient(116deg, #00307b 0%, #da251d 100%);
  border-radius: 20px;
  box-shadow: 0 0 10px #5f5f5f;
  align-items: center;
  padding: 20px 10px 15px;
  height: 95%;
}
.mission_vision_sec .mis_vis_box .img-box {
  min-width: 100px;
}
.mission_vision_sec .mis_vis_box .cont-box .cont-box-title {
  color: #fff;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 5px;
  font-weight: 500;
}
.mission_vision_sec .mis_vis_box .cont-box .cont-box-para {
  color: #dcdcdc;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.counterSection {
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 16px 3px rgba(54, 27, 109, 0.15);
  padding: 3rem 0;
}
.counterSection .counterSection-heading {
  color: #000;
  font-size: 44px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.counterSection .counter-value {
  color: #DA251D;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
}
.counterSection .counter-value::after {
  content: "+";
}
.counterSection .counter-text {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.exploreSection {
  text-align: center;
  padding: 3rem 0 2rem;
}
.exploreSection .exploreSection-heading {
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
}
.exploreSection .exploreSection-para {
  color: #6A7391;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 2rem;
}
.exploreSection .card {
  padding: 15px;
  border-radius: 30px;
  margin-bottom: 2rem;
  border: 0;
  text-align: left;
  gap: 15px;
  overflow: hidden;
  transition: 0.7s ease-in-out;
}
@media (min-width: 992px) {
  .exploreSection .card {
    height: 90%;
    padding-bottom: 22px;
  }
}
.exploreSection .card .card-img-top {
  border-radius: 15px;
  min-height: 250px;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.exploreSection .card .card-body {
  padding: 0;
}
.exploreSection .card .card-body .card-title {
  color: #001837;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #E6E8EC;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.exploreSection .card .card-body .card-text {
  color: #6A7391;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.exploreSection .card .card-body .btn {
  width: 55px;
  height: 55px;
  border-radius: 50px;
  border-width: 0;
  padding: 0;
  position: absolute;
  right: -3px;
  bottom: -7px;
  background: #da251d;
  border: 10px solid #eaf1ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .exploreSection .card .card-body .btn {
    right: -0.875rem;
    bottom: -2.75rem;
  }
}
.exploreSection .card:hover {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
  transition: 0.7s ease-in-out;
}
.exploreSection .card:hover .btn {
  transform: rotate(-30deg);
}

.client {
  text-align: center;
  padding: 3rem 0;
  background: #fff;
}
.client .top-heading {
  margin: 0 auto 3rem;
}
.client img {
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.client #partner img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industriServe {
  text-align: center;
  background: #ffffff;
  padding: 2rem 0;
}
.industriServe .owl-carousel.owl-drag .owl-item {
  width: auto !important;
}
.industriServe .owl-carousel.owl-drag .owl-item .title-point {
  white-space: nowrap;
  border-right: 8px solid #da251d;
  margin-top: 2rem;
  padding-right: 3rem;
  font-size: 40px;
}

.whyChooseUs {
  padding: 3rem 0;
}
.whyChooseUs .blue-bg {
  background: #00307b;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  padding: 2rem 2rem 3rem;
  margin: 0 3rem;
}
.whyChooseUs .blue-bg .top-heading {
  border-color: #ffffff;
  color: #ffffff;
}
.whyChooseUs .blue-bg .whyChooseUs-heading {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  margin: 0 auto 15px;
}
@media (min-width: 992px) {
  .whyChooseUs .blue-bg .whyChooseUs-heading {
    max-width: 80%;
  }
}
.whyChooseUs .blue-bg .whyChooseUs-para {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  margin: 0 auto 10px;
}
@media (min-width: 992px) {
  .whyChooseUs .blue-bg .whyChooseUs-para {
    max-width: 80%;
  }
}
.whyChooseUs .blue-bg .card {
  background: rgba(12, 12, 12, 0.1019607843);
  border-radius: 30px;
  margin-top: 2rem;
  height: 90%;
  border: none;
  border-bottom: 4px solid transparent;
  transition: 0.7s ease-in-out;
}
.whyChooseUs .blue-bg .card:hover {
  border-bottom: 4px solid #fff;
  box-shadow: 0 0 14px rgba(0, 28, 73, 0.5803921569);
  transition: 0.7s ease-in-out;
  cursor: grab;
}
.whyChooseUs .blue-bg .card:hover img {
  transform: translateY(-10px);
  transition: 0.7s;
}
.whyChooseUs .blue-bg .card img {
  width: 4rem;
  height: 4rem;
  margin: 2rem auto 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.7s;
}
.whyChooseUs .blue-bg .card .card-body {
  padding-bottom: 1.5rem;
}
.whyChooseUs .blue-bg .card .card-body .card-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.whyChooseUs .blue-bg .card .card-body p {
  margin-bottom: 0;
  font-size: 16px;
}

.whyChooseUs.product-feature {
  display: none;
}

.product-feature .blue-bg {
  background: transparent;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  padding: 0;
  margin: 0 3rem;
}
.product-feature .blue-bg .top-heading {
  border-color: #011938;
  color: #001837;
}
.product-feature .blue-bg .whyChooseUs-heading {
  color: #001837;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  margin: 0 auto 15px;
}
.product-feature .blue-bg .card {
  background: #00307B;
  border-radius: 30px;
  margin-top: 1rem;
  height: 90%;
  border: none;
  border-bottom: 4px solid transparent;
  transition: 0.7s ease-in-out;
}

.newsEvent {
  padding-bottom: 7rem;
}
.newsEvent .newsEvent-row {
  gap: 30px 0;
}
.newsEvent .top-heading {
  text-align: left;
  margin: 1rem 0;
}
.newsEvent .newsEvent-heading {
  color: #001837;
  font-family: "Open Sans";
  font-family: "Afacad", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 10px;
  max-width: 100%;
}
.newsEvent .newsEvent-para {
  color: #6A7391;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem;
  max-width: 90%;
}
.newsEvent .newsEvent-img {
  border-radius: 30px;
}
.newsEvent .btn {
  background: #011938;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsEvent .card {
  padding: 1rem;
  border-radius: 30px;
  border: 0;
  height: 95%;
}
@media (max-width: 480px) {
  .newsEvent .card .card-body {
    padding: 0 1rem;
  }
}
.newsEvent .card .card-body .card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.newsEvent .card .card-body .card-text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.newsEvent .custom-btn {
  border-radius: 50px;
  border-width: 0.5px;
  background: #ffffff;
  border: 1px solid #000000;
  padding: 10px 20px;
  transition: 0.3s linear;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #000;
  text-decoration: none;
}
.newsEvent .custom-btn img {
  transition: 0.7s ease-in-out;
}
.newsEvent .custom-btn:hover {
  background: #da251d;
  color: #ffffff;
  border-color: transparent;
}
.newsEvent .custom-btn:hover img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(89%) saturate(3%) hue-rotate(265deg) brightness(110%) contrast(97%);
  transition: 0.7s ease-in-out;
  transform: translateX(8px);
}
.newsEvent .border-radius-start {
  border-radius: 20px;
  min-height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.quote {
  background: #00307b;
  color: #ffffff;
  padding: 3rem 0;
}
.quote .quote-heading {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}
.quote .quote-para {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.quote .pump-img {
  position: absolute;
  bottom: -3rem;
  left: 0;
}

.faqs-inn {
  padding: 3rem 0;
  text-align: center;
}

.faq-heading {
  color: #001837;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 20px 0 25px;
}

.accordion {
  color: #011938;
}
.accordion .accordion-item {
  background: transparent;
  border: 1px solid #000;
  margin-bottom: 1rem;
  border-radius: 30px;
  padding: 10px 20px;
}
.accordion .accordion-item .accordion-button {
  background: transparent;
  color: #011938;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  padding: 8px 0;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-button::after {
  display: none;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #011938;
  box-shadow: inset 0 -1px 0 #656565;
}
.accordion .accordion-item .accordion-body {
  padding: 7px 0 15px;
  text-align: left;
  color: #767676;
  font-size: 18px;
}

.faqSection {
  padding: 4rem 0 3rem;
}
.faqSection .container {
  background-image: url("../images/faq-bg.webp");
  background-size: cover;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 0, rgba(0, 0, 0, 0.62) 43%) 0 0/cover, url(../images/faq-bg.webp) center/cover no-repeat;
  padding: 2rem 0;
  border-radius: 30px;
}
.faqSection .container .faq {
  background: rgba(255, 255, 255, 0.6784313725);
  border-radius: 30px;
  padding: 5rem 4rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.faqSection .container .faq .top-heading {
  margin: 0;
}
.faqSection .container .faq .faq-heading {
  color: #001837;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 20px 0 25px;
}
.faqSection .container .faq .accordion {
  color: #011938;
}
.faqSection .container .faq .accordion .accordion-item {
  background: transparent;
  border: 1px solid #000;
  margin-bottom: 1rem;
  border-radius: 30px;
  padding: 10px 20px;
}
.faqSection .container .faq .accordion .accordion-item .accordion-button {
  background: transparent;
  color: #011938;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  padding: 8px 0;
}
.faqSection .container .faq .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faqSection .container .faq .accordion .accordion-item .accordion-button::after {
  display: none;
}
.faqSection .container .faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #011938;
  box-shadow: inset 0 -1px 0 #656565;
}
.faqSection .container .faq .accordion .accordion-item .accordion-body {
  padding: 7px 0 15px;
}
.faqSection .container .faq span {
  position: absolute;
  right: 4rem;
  bottom: 0;
  background: #101211;
  padding: 1rem 1rem 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.faqSection .container .joinTeam {
  background: #00307b;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 3rem 4rem 3rem 2.5rem;
}
.faqSection .container .joinTeam .joinTeam-heading {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 20px;
}
.faqSection .container .joinTeam .joinTeam-para {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 2rem;
}
.faqSection .container .joinTeam .btn {
  margin: 0;
}

.gotQuestion {
  padding: 3rem 0;
}
.gotQuestion .gotQuestion-heading {
  color: #001837;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 15px;
}
.gotQuestion .gotQuestion-para {
  color: #6A7391;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}
.gotQuestion .form {
  background: #ffffff;
  padding: 3rem 3rem 1rem 3rem;
  border-radius: 30px;
}
.gotQuestion .form .form-field {
  display: flex;
  gap: 0.5rem;
}
.gotQuestion .form .form-field img {
  width: 24px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.gotQuestion .form .form-control {
  border: 0;
  border-bottom: 1px solid rgba(121, 121, 121, 0.8);
  padding: 0.375rem 0rem;
  border-radius: 0;
}
.gotQuestion .form .form-control:focus {
  box-shadow: none;
}
.gotQuestion .form .form-control .btn {
  float: right;
}
.gotQuestion .form .form-group .placeholder {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
  display: flex;
  align-items: center;
  color: #797979;
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
}
.gotQuestion .form .form-group .placeholder span {
  color: #f00;
}
.gotQuestion .form .validateField {
  display: flex;
  gap: 15px;
}

footer {
  background: #00307b;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 3rem 0;
}
footer .footer-title {
  color: #FFF;
  font-family: "Open Sans";
  font-family: "Afacad", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
footer .nav-link {
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin-bottom: 8px;
}
footer .link-media {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}
footer .address {
  color: #FFF;
  font-size: 17px;
  font-weight: 300;
  line-height: 160%;
}
footer .address b {
  font-weight: 700;
}
footer .list {
  list-style: none;
  -moz-column-count: 2;
       column-count: 2;
  padding-left: 0;
}
footer .socialMedia {
  display: flex;
  gap: 1rem;
  justify-content: end;
  margin-top: 0.5rem;
}

.whatsapp-sticky {
  position: fixed;
  bottom: 35px;
  right: 70px;
  width: 40px;
  z-index: 99;
}

.enquiry-sticky {
  position: fixed;
  bottom: 35px;
  right: 20px;
  width: 40px;
  z-index: 99;
}

.copy-right {
  color: #6a7391;
}
.copy-right a {
  text-decoration: none;
  color: #6a7391;
}

#bredcrum {
  background: #00307b;
  color: #ffffff;
  padding: 50px 0;
}
#bredcrum .bredcrum-heading {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
#bredcrum .bredcrum-para {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 15px;
}
#bredcrum .btn {
  color: #000;
  font-family: "Open Sans";
  font-family: "Afacad", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 0.5px solid #000;
  background: #FFF;
}
#bredcrum .btn:hover {
  background: #da251d;
  color: #ffffff;
  border-color: transparent;
}
#bredcrum .bredcrumBor ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-left: 0;
  margin-bottom: 0;
}
#bredcrum .bredcrumBor ul li:nth-last-child(1)::after {
  display: none;
}
#bredcrum .bredcrumBor ul li::after {
  content: " -";
}
#bredcrum .bredcrumBor ul a {
  color: #ffffff;
  text-decoration: none;
}

.global-ass-page #product .container {
  margin-bottom: 0;
}

.global-ass-page .sub-title-comp {
  font-size: 24px;
}

.global-ass-page .title-comp {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
}

.credentials .icon-card {
  width: 150px;
  margin: 15px auto 5px;
}

.tabber-sec .nav-pills {
  position: sticky;
  top: 86px;
  z-index: 99;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin-bottom: 15px;
  background: #ECECEC;
}

.tabber-sec .nav-pills .nav-link.btn {
  border-radius: 50px;
  border-width: 0.5px;
  background: #ffffff;
  border: 1px solid #000000;
  padding: 10px 20px;
  transition: 0.3s linear;
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #000;
  box-shadow: none;
}

.tabber-sec .nav-pills .nav-link.active.btn {
  background: #da251d;
  color: #ffffff;
  border-color: transparent;
}

.client-sec {
  padding: 15px 0 2rem;
}

.client-sec .client-logo-box {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
}

.client-sec .client-logo-box img.img-fluid {
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#product {
  padding: 3rem 0 1rem;
}
#product .container {
  background: #ffffff;
  padding: 2%;
  border-radius: 15px;
  margin-bottom: 3rem;
}
#product .container .companyLogo img {
  width: 100%;
  min-height: 180px;
}
@media (max-width: 480px) {
  #product .container .gap-3 {
    gap: 0 1rem !important;
  }
}
#product #productTwoRitTwo {
  margin-top: 3rem;
}
#product #productTwoRitTwo .dropdown-toggle {
  padding: 0.5rem 2rem;
  margin: 0 0 0.5rem;
}
#product #productTwoRitTwo .dropdown-menu.show {
  border-radius: 15px;
}
@media (max-width: 480px) {
  #product #productTwoRitTwo {
    margin: 0;
  }
}
#product #productLft h1 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #00307b;
}
#product #productLft h3 {
  font-weight: 600;
  font-size: 1.25rem;
  color: #00307b;
}
#product #productLft p {
  font-size: 18px;
}
#product #productLft img {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ebebeb;
}
#product #productLft .clientLogo {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding-left: 0;
}
#product #productLft .clientLogo li {
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  background: #00307b;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  box-shadow: 0 0 10px lightblue;
}
#product h6 {
  font-weight: 700;
  font-size: 1.125rem;
}
#product .btn {
  margin-top: 2rem;
}
@media (max-width: 480px) {
  #product .btn {
    margin: 0.5rem;
  }
}

.productFaq {
  padding-bottom: 1rem;
}
.productFaq .container {
  background: #ffffff;
  border-radius: 15px;
  padding: 1rem;
}
.productFaq .container .accordion {
  color: #011938;
}
.productFaq .container .accordion .accordion-item {
  background: transparent;
  border: 1px solid #000;
  margin-bottom: 1rem;
  border-radius: 30px;
}
.productFaq .container .accordion .accordion-item .accordion-button {
  background: transparent;
}
.productFaq .container .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.productFaq .container .accordion .accordion-item .accordion-button::after {
  display: none;
}
.productFaq .container .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #011938;
  box-shadow: inset 0 -1px 0 #656565;
}

.moreProduct .container {
  background: #ffffff;
  border-radius: 15px;
  padding: 1rem;
  margin-bottom: 2rem;
}
.moreProduct .container h4 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #001837;
}
.moreProduct .container .productList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: space-between;
  align-items: center;
}
.moreProduct .container .productList a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
.moreProduct .container .productList a:hover {
  color: #001837;
  text-decoration: underline;
}
.moreProduct .container .productList a.active {
  font-weight: 600;
}

.main-image-container {
  position: relative;
  overflow: hidden;
  background: #dddedb;
  margin-bottom: 1rem;
}

.main-image {
  width: 100%;
  min-height: 300px;
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.main-image.zoomed {
  transform: scale(2);
  cursor: zoom-out;
}

.zoom-controls {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

.zoom-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.zoom-btn:hover {
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.product-tab {
  /* width: 100px;
  height: 100px;
  border-radius: 12px; */
  overflow: hidden;
  transition: all 0.3s ease;
  border: 3px solid transparent;
  position: relative;
  margin-top: 1rem;
  background: #e8e8e8;
}

.product-tab img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
  z-index: 99;
  position: relative;
}

.companyLogo .companyLogo-heading {
  font-weight: 600;
  font-size: 1.5rem;
  color: #00307b;
  text-align: left;
}

.global-ass .product-tab img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-height: 180px;
}

.pr_po p {
  margin-bottom: 5px;
  font-size: 18px;
}
.pr_po li {
  font-size: 18px;
}

.product-tab:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-tab:hover img {
  transform: scale(1.1);
}

/* .product-tab.active {
    border-color: #007bff;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
} */
.product-tab::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(235, 235, 235);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-tab.active::after {
  opacity: 1;
}

.whoWeAre {
  background-image: url("../images/who-we-are.webp");
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.whoWeAre .whoWeAre-heading {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
.whoWeAre .whoWeAre-para {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

.missionVision {
  padding: 3rem 0;
  background: #fff;
}
.missionVision .visson-mission-sec {
  display: flex;
  gap: 30px;
  align-items: self-start;
  position: relative;
  height: 300px;
}
.missionVision .visson-mission-sec .bg-img-m, .missionVision .visson-mission-sec .bg-img-v {
  position: absolute;
  top: -55px;
}
.missionVision .visson-mission-sec .vm-img {
  background: #fff;
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
}
.missionVision .visson-mission-sec .vm-content {
  z-index: 9;
  position: relative;
  max-width: 300px;
}
.missionVision .visson-mission-sec .vm-content .vm-content-heading {
  color: #fff;
  font-family: "Open Sans";
  font-family: "Afacad", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.missionVision .visson-mission-sec .vm-content .vm-content-para {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}
.missionVision .mission-sec {
  transform: translateX(103px);
  top: 45px;
}
.missionVision .vision-sec {
  transform: translateX(-103px);
  top: 45px;
}
.missionVision .vision-sec .vm-img {
  margin-left: 115px;
}

.trustSection {
  background-image: url(../images/trust-bg.webp);
  padding: 3rem 0;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}
.trustSection .trustSection-heading {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}
.trustSection .trustSection-para {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.trustSection.product-bg {
  background-image: url(../images/product-bg.webp);
}

.aboutFaqSection .aboutFaqSection-heading {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
.aboutFaqSection .accordion {
  color: #011938;
}
.aboutFaqSection .accordion .accordion-item {
  background: transparent;
  border: 0;
  padding: 0 1rem;
}
.aboutFaqSection .accordion .accordion-item .accordion-button {
  background: transparent;
  color: #000000;
  font-weight: 400;
  padding: 12px 0px;
}
.aboutFaqSection .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.aboutFaqSection .accordion .accordion-item .accordion-button::after {
  display: none;
}
.aboutFaqSection .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #000000;
  box-shadow: inset 0 -1px 0 #656565;
}
.aboutFaqSection .accordion .accordion-item .accordion-body {
  color: #767676;
  padding: 10px 0;
}

.milestone {
  margin: 3rem 0;
  background: #ffffff;
  background: #ececec;
}
.milestone .top-heading {
  margin-top: 0;
  margin-bottom: 3rem;
}
.milestone .milestone-heading {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8rem;
}
.milestone .milestone-title {
  color: #000;
  font-family: "Open Sans";
  font-family: "Afacad", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 6%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
}
.milestone .milestone-info {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

/* Keyframe Animations */
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes drawLine {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* Updated Classes with Longer Animations */
.milestoneTextLeft {
  position: relative;
}
@media (max-width: 480px) {
  .milestoneTextLeft {
    width: 100%;
  }
}
.milestoneTextLeft .first {
  position: absolute;
  top: -5px;
  max-width: 270px;
  animation: slideInLeft 1.5s ease-out 0.3s both;
}
@media (max-width: 480px) {
  .milestoneTextLeft .first {
    position: relative;
    top: auto;
    animation: fadeInUp 1.2s ease-out 0.3s both;
  }
}
.milestoneTextLeft .second {
  position: absolute;
  top: 22%;
  max-width: 270px;
  animation: slideInLeft 1.5s ease-out 0.9s both;
}
@media (max-width: 480px) {
  .milestoneTextLeft .second {
    position: relative;
    top: auto;
    animation: fadeInUp 1.2s ease-out 0.9s both;
  }
}
.milestoneTextLeft .third {
  position: absolute;
  top: 50%;
  max-width: 290px;
  animation: slideInLeft 1.5s ease-out 1.5s both;
}
@media (max-width: 480px) {
  .milestoneTextLeft .third {
    position: relative;
    top: auto;
    animation: fadeInUp 1.2s ease-out 1.5s both;
  }
}

.milestoneTextRight {
  position: relative;
}
@media (max-width: 480px) {
  .milestoneTextRight {
    width: 100%;
  }
}
.milestoneTextRight .first {
  position: absolute;
  top: -85px;
  left: -50px;
  max-width: 270px;
  animation: slideInRight 1.5s ease-out 0.6s both;
}
@media (max-width: 480px) {
  .milestoneTextRight .first {
    position: relative;
    top: auto;
    animation: fadeInUp 1.2s ease-out 0.6s both;
  }
}
.milestoneTextRight .second {
  position: absolute;
  top: 8%;
  left: -50px;
  max-width: 270px;
  animation: slideInRight 1.5s ease-out 1.2s both;
}
@media (max-width: 480px) {
  .milestoneTextRight .second {
    position: relative;
    top: auto;
    animation: fadeInUp 1.2s ease-out 1.2s both;
  }
}
.milestoneTextRight .third {
  position: absolute;
  top: 37%;
  left: -50px;
  max-width: 270px;
  animation: slideInRight 1.5s ease-out 1.8s both;
}
@media (max-width: 480px) {
  .milestoneTextRight .third {
    position: relative;
    top: auto;
    animation: fadeInUp 1.2s ease-out 1.8s both;
  }
}
.milestoneTextRight .fourth {
  position: absolute;
  top: 65%;
  left: -45px;
  max-width: 270px;
  animation: slideInRight 1.5s ease-out 2.4s both;
}
@media (max-width: 480px) {
  .milestoneTextRight .fourth {
    position: relative;
    top: auto;
    animation: fadeInUp 1.2s ease-out 2.4s both;
  }
}

.about-infogr {
  position: relative;
}
.about-infogr img {
  display: block;
  position: absolute;
}
.about-infogr .vector-7 {
  bottom: 0;
  animation: scaleIn 1s ease-out 0.2s both;
}
.about-infogr .line-7 {
  bottom: 46px;
  right: 60px;
  z-index: 1;
  animation: drawLine 1.2s ease-out 0.5s both;
  transform-origin: bottom;
}
.about-infogr .vector-6 {
  bottom: 92px;
  left: 60px;
  animation: scaleIn 1s ease-out 0.8s both;
}
.about-infogr .line-6 {
  bottom: 110px;
  left: 10px;
  z-index: 1;
  animation: drawLine 1.2s ease-out 1.1s both;
  transform-origin: bottom;
}
.about-infogr .vector-5 {
  bottom: 198px;
  left: 134px;
  animation: scaleIn 1s ease-out 1.4s both;
}
.about-infogr .line-5 {
  bottom: 215px;
  right: 70px;
  z-index: 1;
  animation: drawLine 1.2s ease-out 1.7s both;
  transform-origin: bottom;
}
.about-infogr .vector-4 {
  bottom: 289px;
  left: 175px;
  animation: scaleIn 1s ease-out 2s both;
}
.about-infogr .line-4 {
  bottom: 305px;
  left: -35px;
  z-index: 1;
  animation: drawLine 1.2s ease-out 2.3s both;
  transform-origin: bottom;
}
.about-infogr .vector-3 {
  bottom: 377px;
  left: 228px;
  animation: scaleIn 1s ease-out 2.6s both;
}
.about-infogr .line-3 {
  bottom: 390px;
  right: 75px;
  z-index: 1;
  animation: drawLine 1.2s ease-out 2.9s both;
  transform-origin: bottom;
}
.about-infogr .vector-2 {
  bottom: 423px;
  left: 241px;
  animation: scaleIn 1s ease-out 3.2s both;
}
.about-infogr .line-2 {
  bottom: 435px;
  left: -35px;
  z-index: 1;
  animation: drawLine 1.2s ease-out 3.5s both;
  transform-origin: bottom;
}
.about-infogr .vector-1 {
  bottom: 462px;
  left: 261px;
  animation: scaleIn 1s ease-out 3.8s both;
}
.about-infogr .line-1 {
  bottom: 470px;
  left: 270px;
  z-index: 1;
  animation: drawLine 1.2s ease-out 4.1s both;
  transform-origin: bottom;
}
.about-infogr .flag {
  bottom: 490px;
  left: 260px;
  z-index: 1;
  animation: scaleIn 1.2s ease-out 4.4s both, bounce 2s ease-in-out 5.5s infinite;
}

/* Additional utility classes for trigger animations */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease-out;
}

.animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Enhanced Hover effects for interactive elements */
.milestoneTextLeft .first:hover,
.milestoneTextLeft .second:hover,
.milestoneTextLeft .third:hover,
.milestoneTextRight .first:hover,
.milestoneTextRight .second:hover,
.milestoneTextRight .third:hover,
.milestoneTextRight .fourth:hover {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.about-infogr img:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

/* Responsive animation adjustments */
@media (max-width: 480px) {
  .milestoneTextLeft .first,
  .milestoneTextLeft .second,
  .milestoneTextLeft .third {
    animation-duration: 1.2s;
  }
  .milestoneTextRight .first,
  .milestoneTextRight .second,
  .milestoneTextRight .third,
  .milestoneTextRight .fourth {
    animation-duration: 1.2s;
  }
}
.whyUs {
  background: #ffffff;
  padding: 5rem 0;
}
.whyUs .whyUs-heading {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 50px;
}
.whyUs .card {
  max-width: 16rem;
  position: relative;
  border: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 1rem;
}
@media (max-width: 1400px) {
  .whyUs .card {
    max-width: 14rem;
  }
}
@media (max-width: 1025px) {
  .whyUs .card {
    max-width: 13rem;
  }
}
@media (max-width: 769px) {
  .whyUs .card {
    max-width: 18rem;
    margin: auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .whyUs .card {
    max-width: 75%;
    margin: auto;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.whyUs .card::before {
  content: "";
  width: 50px;
  height: 100%;
  border-radius: 10px;
  background: #a3c7ff;
  display: block;
  position: absolute;
  left: -10%;
}
.whyUs .card .card-body {
  margin: 1rem 1rem 1rem 0;
  border: 2px solid #00307b;
  padding: 1rem;
  border-radius: 20px;
}
.whyUs .card .card-body::before {
  content: "";
  width: 40px;
  height: 70%;
  border-radius: 10px;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 0%;
  top: 14%;
}
.whyUs .card .card-body .card-text {
  width: 120%;
  height: 15rem;
  box-shadow: 0 4px 15px 10px rgba(90, 102, 250, 0.2);
  padding: 1.25rem;
  padding-left: 2.5rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #ffffff;
}
.whyUs .card .card-body .card-text::before {
  content: "";
  width: 90%;
  height: 275px;
  background: transparent;
  display: block;
  position: absolute;
  z-index: -1;
  top: 5%;
  left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 1025px) {
  .whyUs .card .card-body .card-text {
    height: auto;
  }
}
@media (max-width: 769px) {
  .whyUs .card .card-body .card-text {
    height: auto;
  }
}
@media (max-width: 480px) {
  .whyUs .card .card-body .card-text {
    height: auto;
  }
}
.whyUs .card .card-body .card-text .card-text-title {
  color: #00307B;
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}
.whyUs .card .card-body .card-text .card-text-info {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 0;
}

.aboutFaqSection {
  padding: 3rem 0;
}

.contactPage .container .joinTeam p {
  font-size: 1.25rem;
}
.contactPage .container .joinTeam a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.careerPage .joinTeam img {
  margin-bottom: 1rem;
}
.careerPage .joinTeam h3 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.careerPage .joinTeam p {
  font-size: 1rem;
}
.careerPage .productFaq .container .accordion .accordion-item .accordion-button {
  font-size: 1.5rem;
  font-weight: 600;
}

#gallery img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.credentials .container .card {
  height: auto;
  min-height: auto;
  max-height: -moz-max-content;
  max-height: max-content;
}
.credentials .container .card .card-body .card-title {
  height: 6rem;
}
.credentials .container .card .card-body .card-text {
  min-height: 15rem;
  max-height: 15rem;
  overflow: auto;
}
.credentials .container .card .card-body .card-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.credentials .container .card .card-body .card-text::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
.credentials .container .card .card-body .card-text::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #da251d;
}

.productPage .card {
  background: #00307b !important;
  margin-top: 0 !important;
  min-height: 18rem !important;
  max-height: 18rem !important;
}
.productPage .card .card-img-top {
  background: transparent !important;
  width: 7rem !important;
  margin: 0 auto !important;
}
.productPage .card .card-title {
  margin-bottom: 0 !important;
}

.globalIndustry {
  padding: 3rem 0;
}
.globalIndustry h3 {
  font-size: 1.5rem;
  color: #001837;
}
.globalIndustry h3::before {
  content: "🔵";
}

.card-href {
  color: #fff !important;
  text-decoration: none;
}

.more-text {
  display: none;
}

#more {
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: space-between;
  align-items: center;
}

.bg-blue {
  background: #00307b;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .btn {
    padding: 7px 20px;
    font-size: 18px;
  }
  .homepage header .navbar {
    background: #00307b;
  }
  .banner.homepage-banner {
    margin-top: 0;
  }
  .banner .container .carousel-caption .cap-heading {
    font-size: 52px;
  }
  .banner .container .carousel-caption {
    bottom: 10rem;
  }
  .banner .container .carousel-caption p {
    font-size: 22px;
    line-height: 130%;
  }
  .aboutUs {
    padding: 3rem 0;
  }
  .aboutUs .about-us-info {
    padding-right: 0;
  }
  .aboutUs .about-us-info .about-us-title, .counterSection .counterSection-heading, .exploreSection .exploreSection-heading {
    font-size: 36px;
  }
  .aboutUs .about-us-info .about-us-para {
    margin-bottom: 10px;
  }
  .aboutUs .about-us-info .btn {
    margin-top: 20px;
  }
  .counterSection .counter-value {
    font-size: 36px;
  }
  .counterSection .counter-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .exploreSection {
    padding: 2rem 0 3rem;
  }
  .exploreSection .card {
    padding: 10px;
    border-radius: 20px;
  }
  .exploreSection .card .card-body .card-title {
    font-size: 18px;
  }
  .exploreSection .card .card-body .card-text {
    line-height: 20px;
    margin-bottom: 3rem;
  }
  .client {
    padding: 0 0 3rem;
  }
  .industriServe {
    padding: 2rem 0 15px;
  }
  .industriServe .owl-carousel.owl-drag .owl-item .title-point {
    font-size: 32px;
    border-right: 4px solid #da251d;
    margin-top: 1rem;
    padding-right: 2rem;
  }
  .whyChooseUs {
    padding: 3rem 0;
  }
  .whyChooseUs .blue-bg {
    border-radius: 20px;
    padding: 2rem 1rem;
    margin: 0;
  }
  .whyChooseUs .blue-bg .whyChooseUs-heading {
    font-size: 36px;
    margin: 0 auto 15px;
    max-width: 100%;
  }
  .whyChooseUs .blue-bg .whyChooseUs-para {
    margin: 0 auto 10px;
    max-width: 90%;
  }
  .whyChooseUs .blue-bg .card {
    margin-top: 2rem;
    height: auto;
  }
  .whyChooseUs .blue-bg .card img {
    width: auto;
    height: auto;
    margin: 1rem auto;
  }
  .whyChooseUs .blue-bg .card .card-body .card-title {
    margin-bottom: 10px;
  }
  .whyChooseUs .blue-bg .card .card-body .card-title br {
    display: none;
  }
  .whyChooseUs .blue-bg .card .card-body {
    padding-bottom: 1rem;
  }
  .newsEvent {
    padding-bottom: 3rem;
  }
  .newsEvent .newsEvent-heading {
    font-size: 36px;
  }
  .newsEvent .newsEvent-para {
    margin-bottom: 0;
  }
  .quote {
    padding: 2rem 0;
  }
  .quote .row {
    align-items: center;
  }
  .quote .quote-heading {
    font-size: 36px;
  }
  .quote .quote-para {
    margin-bottom: 15px;
  }
  .quote .pump-img {
    position: static;
    max-width: 100%;
    height: auto;
  }
  .faqSection {
    padding: 3rem 0 2rem;
  }
  .faqSection .container .faq {
    border-radius: 0 30px 30px 0;
  }
  .faqSection .container .faq span {
    position: static;
    background: transparent;
  }
  .faqSection .container .faq .faq-heading, .faq-heading {
    font-size: 40px;
    line-height: 110%;
    margin: 10px 0 20px;
  }
  .faqSection .container .faq .accordion .accordion-item, .accordion .accordion-item {
    margin-bottom: 15px;
    padding: 7px 15px;
    border-radius: 15px;
  }
  .faqSection .container .joinTeam .joinTeam-heading {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .faqSection .container .joinTeam .joinTeam-para {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .faqSection .container .joinTeam {
    padding: 2rem 3rem 2rem 1.5rem;
  }
  .faqSection .container .faq {
    padding: 2rem;
  }
  .gotQuestion {
    padding: 2rem 0 3rem;
  }
  .gotQuestion .row {
    align-items: center;
  }
  .gotQuestion .gotQuestion-heading {
    font-size: 36px;
    line-height: 130%;
  }
  .gotQuestion .gotQuestion-para {
    font-size: 18px;
  }
  .gotQuestion .form {
    padding: 1.5rem;
    border-radius: 15px;
  }
  footer .link-media {
    font-size: 14px;
  }
  .copy-right * {
    font-size: 14px;
  }
  #bredcrum .bredcrum-heading {
    font-size: 36px;
  }
  #bredcrum {
    padding: 2rem 0;
  }
  .whoWeAre {
    padding: 2rem 0;
  }
  .whoWeAre .whoWeAre-heading {
    font-size: 32px;
  }
  .milestone {
    padding: 2rem 0 0;
  }
  .milestone .milestone-heading {
    font-size: 32px;
    margin-bottom: 2rem;
  }
  .milestone .milestone-title {
    font-size: 14px;
  }
  .milestone .milestone-info {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .whyUs {
    padding: 2rem 0;
  }
  .whyUs .whyUs-heading {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .whyUs .card {
    max-width: 18rem;
    margin-bottom: 25px;
  }
  .aboutFaqSection {
    padding: 2rem 0;
  }
  .aboutFaqSection .aboutFaqSection-heading {
    font-size: 32px;
  }
  .aboutFaqSection .accordion .accordion-item .accordion-body {
    font-size: 15px;
  }
  .trustSection {
    padding: 2rem 0;
  }
  .trustSection .trustSection-heading {
    font-size: 32px;
  }
  .milestone .milestoneTextLeft > div, .milestone .milestoneTextRight > div {
    position: static !important;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .missionVision .visson-mission-sec {
    display: flex;
    gap: 30px;
    align-items: center;
    background: #da251d;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    transform: translateX(0);
    top: 0;
    height: auto;
  }
  .missionVision .visson-mission-sec .bg-img-m, .missionVision .visson-mission-sec .bg-img-v {
    display: none;
  }
  .missionVision .visson-mission-sec .vm-img, .missionVision .vision-sec .vm-img {
    margin-left: 0;
  }
  .missionVision .visson-mission-sec .vm-content {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (max-width: 991px) {
  header .navbar {
    background: #00307b;
    max-height: 400px;
    overflow: auto;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list {
    margin-bottom: 2rem;
    flex: 0 0 auto;
    width: 50%;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list .dropdown-item {
    font-size: 15px;
    font-weight: 600;
    padding: 0 9px;
  }
  .banner .container .carousel-caption {
    width: 100%;
    bottom: 15rem;
  }
  .banner .container .carousel-caption .cap-heading {
    font-size: 40px;
  }
  .banner .container .carousel-caption p br {
    display: none;
  }
  .aboutUs {
    padding: 2rem 0;
  }
  .aboutUs .about-us-info .about-us-para {
    font-size: 17px;
  }
  .aboutUs .about-us-info .about-us-title {
    margin-bottom: 7px;
  }
  .aboutUs .about-us-info .btn {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .counterSection {
    padding: 2rem 0 3rem;
  }
  .counterSection .counter-text {
    margin-bottom: 15px;
  }
  .aboutUs .about-us-info .about-us-title, .counterSection .counterSection-heading, .exploreSection .exploreSection-heading {
    font-size: 32px;
  }
  .exploreSection .card {
    height: 95%;
  }
  .industriServe {
    padding: 1rem 0 0;
  }
  .industriServe .owl-carousel.owl-drag .owl-item .title-point {
    border-right: 4px solid #da251d;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding-right: 2rem;
    font-size: 24px;
  }
  .whyChooseUs {
    padding: 2rem 0;
  }
  .whyChooseUs .blue-bg {
    padding: 1rem 1rem 2rem;
  }
  .whyChooseUs .blue-bg .card {
    margin-top: 2rem;
    height: 90%;
    padding-bottom: 0px;
    padding-top: 15px;
  }
  .whyChooseUs .blue-bg .card img {
    margin: 0rem auto;
  }
  .newsEvent .btn {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: inherit;
  }
  .newsEvent .card > .row {
    align-items: center;
  }
  .newsEvent .newsEvent-para {
    margin-bottom: 1rem;
    max-width: 100%;
  }
  .newsEvent .newsEvent-row {
    gap: 20px 0;
  }
  .newsEvent .card .card-body .card-text {
    margin-bottom: 10px;
  }
  .quote .position-relative {
    text-align: end;
  }
  .quote .quote-heading {
    font-size: 36px;
    line-height: 110%;
  }
  .faqSection {
    padding: 2rem 0;
  }
  .faqSection .container .faq {
    padding: 2rem;
  }
  .faqSection .container .faq .faq-heading, .faq-heading {
    font-size: 28px;
    margin: 10px 0 20px;
  }
  .faqSection .container .faq .accordion .accordion-item .accordion-button, .accordion .accordion-item .accordion-button {
    font-size: 16px;
    padding-top: 0;
  }
  .faqSection .container .faq .accordion .accordion-item .accordion-body, .accordion .accordion-item .accordion-body {
    font-size: 15px;
  }
  .faqSection .container .faq span {
    display: block;
    padding: 0;
    margin-top: 1.5rem;
  }
  .faqSection .container .faq .accordion .accordion-item, .accordion .accordion-item {
    margin-bottom: 1rem;
    border-radius: 20px;
    padding: 10px 10px 0px;
  }
  .faqSection .container .joinTeam {
    padding: 2rem;
  }
  .faqSection .container .joinTeam .joinTeam-heading {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .faqSection .container .joinTeam .joinTeam-para {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 1rem;
  }
  .gotQuestion {
    padding: 2rem 0;
  }
  .gotQuestion .gotQuestion-heading {
    font-size: 28px;
  }
  .gotQuestion .gotQuestion-para {
    font-size: 17px;
  }
  .gotQuestion .gotQuestion-para br {
    display: none;
  }
  .gotQuestion .form {
    padding: 1rem;
    border-radius: 15px;
  }
  .gotQuestion .gotQuestion-heading {
    font-size: 32px;
    line-height: 110%;
  }
  footer {
    padding: 2rem 0;
  }
  footer ul.nav.flex-column {
    margin-bottom: 1rem;
  }
  footer .footer-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  #bredcrum .bredcrum-heading {
    font-size: 32px;
  }
  #bredcrum .bredcrum-para {
    font-size: 15px;
    font-weight: 500;
  }
  #bredcrum .btn {
    font-size: 15px;
  }
  .milestone {
    padding: 2rem 0;
  }
  .milestone .milestoneTextLeft > div, .milestone .milestoneTextRight > div {
    position: static !important;
  }
}
@media (max-width: 767px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu h3 {
    font-size: 22px;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list h4 {
    font-size: 17px;
  }
  .banner .container .carousel-caption {
    width: 100%;
    bottom: 10rem;
  }
  .banner .container .carousel-caption .cap-heading {
    font-size: 32px;
  }
  .banner .container .carousel-caption p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .aboutUs {
    padding: 2rem 0 3rem;
  }
  .exploreSection {
    padding: 2rem 0 0rem;
  }
  .exploreSection .card .card-body .card-text {
    margin-bottom: 1rem;
  }
  .exploreSection .card .card-body .btn {
    position: static;
    margin: 0;
  }
  .exploreSection .card {
    height: auto;
    margin-bottom: 15px;
  }
  .exploreSection .card .card-body .card-title {
    font-size: 24px;
  }
  .client .top-heading {
    margin: 1rem auto 1.5rem;
  }
  .whyChooseUs .blue-bg .whyChooseUs-heading {
    font-size: 32px;
  }
  .whyChooseUs .blue-bg .whyChooseUs-para {
    max-width: 100%;
    font-size: 17px;
  }
  .whyChooseUs .blue-bg .card {
    margin-top: 1rem;
    height: auto;
  }
  .newsEvent .border-radius-start {
    border-radius: 10px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .newsEvent .newsEvent-heading {
    font-size: 32px;
  }
  .newsEvent .newsEvent-para {
    font-size: 17px;
    margin-bottom: 7px;
  }
  .newsEvent .custom-btn {
    display: block;
  }
  .quote .quote-heading {
    font-size: 32px;
  }
  .faqSection .container .faq {
    padding: 1rem;
  }
  .faqSection .container .joinTeam {
    padding: 1rem;
  }
  .faqSection .container {
    padding: 0rem 0;
    overflow: hidden;
  }
  footer .nav-link {
    font-size: 15px;
    font-weight: 600;
  }
  footer .nav-link:hover {
    color: #da251d;
  }
  .whoWeAre {
    background-size: cover;
  }
  .milestone .milestoneTextLeft > div, .milestone .milestoneTextRight > div {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list {
    margin-bottom: 1rem;
    width: 100%;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-list:last-child {
    border: none;
    margin-bottom: 0;
  }
  .btn {
    padding: 5px 15px;
    font-size: 16px;
  }
  .banner .container .carousel-caption .cap-heading {
    font-size: 28px;
  }
  .banner .container .carousel-caption p {
    font-size: 17px;
  }
  .banner .container .carousel-caption {
    bottom: 8rem;
    display: block;
    padding: 10px 20px 10px 10px;
  }
  .aboutUs .about-us-info .about-us-title, .counterSection .counterSection-heading, .exploreSection .exploreSection-heading {
    font-size: 28px;
  }
  .top-heading {
    font-size: 15px;
  }
  .aboutUs {
    padding: 1.5rem 0 2rem;
  }
  .aboutUs .about-us-info .btn {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .counterSection {
    padding: 2rem 0;
  }
  .counterSection .counter-text {
    font-size: 18px;
  }
  .whyChooseUs .blue-bg .whyChooseUs-heading {
    font-size: 28px;
  }
  .newsEvent .newsEvent-heading {
    font-size: 28px;
  }
  .newsEvent .border-radius-start {
    border-radius: 20px;
    -o-object-fit: contain;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }
  .newsEvent .card .card-body {
    padding: 0;
  }
  .gotQuestion .form {
    margin: 10px;
    width: 94%;
  }
  .faqSection {
    padding: 2rem 10px;
  }
  .quote .quote-heading {
    font-size: 28px;
  }
  #bredcrum .bredcrum-heading {
    font-size: 28px;
  }
  #bredcrum .btn {
    margin-bottom: 0;
  }
  .missionVision .visson-mission-sec {
    display: block;
  }
  .missionVision .visson-mission-sec .vm-img {
    min-width: 90px;
    max-width: 90px;
    min-height: 90px;
    max-height: 90px;
  }
  .milestone .milestone-heading {
    font-size: 28px;
    margin-bottom: 1rem;
  }
  .whyUs .card {
    max-width: 14rem;
  }
  .whyUs .whyUs-heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
  footer .footer-title {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  #productLft, #productRit {
    width: 100%;
  }
  .companyLogo > .col-md-2 {
    width: 24%;
  }
  #product .container .companyLogo img {
    width: 100%;
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .companyLogo > .col-md-2 {
    width: 49%;
  }
}
@media (max-width: 576px) {
  .companyLogo > .col-md-2 {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */