@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Archivo", sans-serif;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Archivo", sans-serif;
}

.heading__ {
  text-align: center;
}
.heading__ h6 {
  font-size: 1.25rem;
  color: #3E4095;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  margin-bottom: 0;
}
.heading__ h2 {
  font-size: 2.75rem;
  color: #000000;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
}

h1 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 3.875rem;
}

h2 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.125rem;
}

h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.875rem;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
}

h5 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25rem;
}

h6 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}

p {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875rem;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.number__heading {
  font-size: 3.125rem;
  font-weight: 700;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.blue__button {
  background-color: #3E4095;
  color: #FFFFFF;
  padding: 0.6rem 1.8rem;
  border: 1px solid #3E4095;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Archivo", sans-serif;
  border-radius: 1.6rem;
}
.blue__button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 1.6rem;
}

.primary__btn {
  background-color: #FFFFFF;
  padding: 0.8rem 2rem;
  color: #000000;
  font-weight: 500;
  font-size: 1rem;
  border: 1px solid #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 1.844rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.primary__btn a {
  color: #3E4095;
}
.primary__btn:hover {
  background-color: #3E4095;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.primary__btn:hover a {
  color: #FFFFFF;
}

.secondary__btn {
  background-color: #FFFFFF;
  padding: 0.5rem 1.4rem;
  color: #3E4095;
  font-weight: 500;
  font-size: 1rem;
  border: 1px solid #3E4095;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 1.844rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.secondary__btn a {
  color: #3E4095;
}
.secondary__btn:hover {
  background-color: #3E4095;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.secondary__btn:hover a {
  color: #FFFFFF;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  padding: 0rem 7rem;
  position: relative;
  z-index: 99;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  margin-left: 4rem;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #3E4095;
  font-weight: 400;
}
header .navbar .navbar-nav .nav-item .nav-link.active {
  font-weight: 700;
  color: #3E4095;
}
header .navbar .btn:focus, header .navbar .btn:focus-visible {
  outline: none;
  box-shadow: none;
}
header .navbar .offcanvas .offcanvas-header img {
  width: 45%;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  margin-left: 0rem;
  border-bottom: 1px solid #3E4095;
  padding: 1rem 0rem;
}

.main_uppper_section {
  background-image: url(../images/home-image/upper-section-bg.png);
  margin-top: -7rem;
  position: relative;
  z-index: -1;
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.main_uppper_section::before {
  content: "";
  background-image: url(../images/home-image/home/explore.png);
  position: absolute;
  transform: translate(-50%, -50%);
  width: 8%;
  height: 16%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 55%;
  animation: rotate 7s linear infinite;
  /* Adjust the duration (5s) as needed */
}
.main_uppper_section .text____main_section {
  padding-left: 8rem;
  padding-top: 12rem;
  margin-bottom: 5rem;
}
.main_uppper_section .text____main_section h6 {
  font-size: 2.5rem;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
}
.main_uppper_section .text____main_section h2 {
  font-size: 3.75rem;
  font-weight: 700;
  color: #3E4095;
  font-family: "Archivo", sans-serif;
  line-height: 3.875rem;
}
.main_uppper_section .text____main_section p {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  padding-top: 1rem;
}

.business__ {
  position: relative;
  padding: 0rem 0rem;
  background-repeat: no-repeat;
  margin-top: -1rem;
}
.business__ .business__data {
  display: flex;
  justify-content: space-between;
  padding: 8rem 8rem 25rem 20rem;
  background-color: #E1E6E9;
}
.business__ .business__data .business__heading h6 {
  color: #3E4095;
}
.business__ .business__data .business__para p {
  color: #000000;
  margin-top: 2.5rem;
}
.business__ .business__slider {
  padding: 0rem 0rem 5rem 20rem;
  margin-top: -15rem;
}
.business__ .business__slider .main__card {
  position: relative;
}
.business__ .business__slider .main__card .card__wrapper {
  position: relative;
  transition: all ease 0.5s;
}
.business__ .business__slider .main__card .card__wrapper .card__element {
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}
.business__ .business__slider .main__card .card__wrapper .card__element img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  width: 100%;
}
.business__ .business__slider .main__card .card__wrapper .card__element:hover .card__data {
  bottom: 0;
}
.business__ .business__slider .main__card .card__wrapper .card__element:hover .card__data .desc {
  display: block;
}
.business__ .business__slider .main__card .card__wrapper .card__element .card__data {
  background-color: #121C22;
  color: #FFFFFF;
  padding: 1.4rem 2rem 2rem 2rem;
  position: absolute;
  min-height: 74px;
  width: 100%;
  bottom: 10%;
  left: 0;
  transition: opacity 0.3s ease;
}
.business__ .business__slider .main__card .card__wrapper .card__element .card__data .card__heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0rem;
  font-family: "Archivo", sans-serif;
}
.business__ .business__slider .main__card .card__wrapper .card__element .card__data .desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: none;
  transition: all 0.3s ease;
  min-height: 80px;
  max-height: 152px;
  padding-top: 0.5rem;
}
.business__ .business__slider .main__card .card__wrapper span {
  position: absolute;
  top: -17%;
  left: 3%;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 6.25rem;
  font-weight: 700;
  z-index: 99;
}
.business__ .business__slider .main__card .card__wrapper:hover {
  transform: translateY(-15px);
  /* Moves the card up */
}

.our_business___ {
  background-image: url(../images/home-image/our_buiness_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: relative;
}
.our_business___ .since__image {
  padding: 10rem 0rem;
}
.our_business___ .businesss___text h6 {
  font-size: 1.5rem;
  color: #000000;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
}
.our_business___ .businesss___text p {
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  color: #000000;
  padding-top: 0.4rem;
}
.our_business___ .businesss___text h2 {
  font-size: 6.25rem;
  font-weight: 800;
  font-family: "Archivo", sans-serif;
  text-align: end;
  color: transparent;
  -webkit-text-stroke: 2px #3E4095;
  text-shadow: none;
  transform: rotate(-90deg);
  margin-top: 6rem;
  margin-left: 12rem;
}
.our_business___ .businesss___text h2:hover {
  color: #3E4095;
}
.our_business___ .since___ {
  font-size: 12.5rem;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #3E4095;
  text-shadow: none;
  text-align: right;
  padding: 5rem 0rem;
}
.our_business___ .since___:hover {
  color: #3E4095;
}
.our_business___ .vinay__about_us {
  padding: 5rem 0rem 7rem 0rem;
}
.our_business___ .vinay__about_us h6 {
  font-size: 1.25rem;
  color: #3E4095;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  margin-bottom: 0;
}
.our_business___ .vinay__about_us h2 {
  font-size: 2.75rem;
  color: #000000;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
}
.our_business___ .vinay__about_us p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  color: #000000;
}

.services__offer {
  background: linear-gradient(rgba(40, 31, 111, 0.85), rgba(40, 31, 111, 0.85)), url("../images/home-image/services-offer.png");
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 200px;
  padding: 15rem 0;
  margin-top: 20rem;
}
.services__offer .services__video__image img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0%;
}
.services__offer .services__offer__data {
  height: 100%;
  width: 100%;
  border-radius: 50px;
  color: #FFFFFF;
  padding-top: 15rem;
}
.services__offer .services__offer__data h6 {
  text-align: center;
}
.services__offer .services__offer__data h2 {
  text-align: center;
}
.services__offer .services__offer__data p {
  text-align: center;
}
.services__offer .services__offer__data .excellelnce__video {
  padding: 5rem 0rem;
}
.services__offer .services__offer__data .excellelnce__video video {
  border-radius: 30px;
}
.services__offer .services__offer__data .excellelnce__data {
  padding: 5rem 0rem;
}
.services__offer .services__offer__data .excellelnce__data h2 {
  text-align: start;
  line-height: 3.438rem;
}
.services__offer .services__offer__data .excellelnce__data h2 span {
  font-weight: 400;
}
.services__offer .services__offer__data .excellelnce__data p {
  text-align: start;
  line-height: 1.875rem;
}
.services__offer .services__offer__data .excellelnce__data .additional {
  font-weight: 600;
  font-size: 1.125;
  margin: 1.5rem 0rem;
}
.services__offer .services__offer__data .excellelnce__data .info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.services__offer .services__offer__data .excellelnce__data .info .info__image img {
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
}
.services__offer .services__offer__data .excellelnce__data .info .info__data h6 {
  text-align: start;
  margin: 0;
}
.services__offer .services__offer__data .excellelnce__data .info .info__data h6 .st {
  color: #FFFFFF;
}
.services__offer .services__offer__data .bio__toilet__wrapper {
  padding: 20rem 0rem;
}
.services__offer .services__offer__data .bio__toilet__wrapper .card__element {
  position: relative;
  z-index: 2;
}
.services__offer .services__offer__data .bio__toilet__wrapper .card__element .bio__heading {
  font-size: 7.5rem;
  line-height: 6.25rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #FFFFFF;
}
.services__offer .services__offer__data .bio__toilet__wrapper .card__element .bio__subheading__data {
  text-align: center;
  padding-top: 15rem;
}
.services__offer .services__offer__data .bio__toilet__wrapper .card__element img {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 50%;
}
.services__offer .services__offer__data .bio__toilet__wrapper .owl-nav {
  position: absolute;
  top: 80%;
  display: flex;
  width: 100%;
  justify-content: center;
}
.services__offer .services__offer__data .bio__toilet__wrapper .owl-nav [class*=owl-] {
  display: grid;
  display: inline-block;
  place-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF !important;
  color: #FFFFFF !important;
}
.services__offer .services__offer__data .bio__toilet__wrapper .owl-nav [class*=owl-]:hover {
  background-color: #FFFFFF;
  color: #3E4095 !important;
}
.services__offer .services__offer__data .bio__toilet__wrapper .owl-nav .owl-next {
  margin-right: 5vw;
}
.services__offer .services__offer__data .bio__toilet__wrapper .owl-nav .owl-prev {
  margin-left: 5vw;
}
.services__offer .services__offer__data .bio__toilet__wrapper .owl-item.active .card__wrapper .card__element .bio__subheading__data,
.services__offer .services__offer__data .bio__toilet__wrapper .owl-item .card__wrapper .card__element .bio__subheading__data,
.services__offer .services__offer__data .bio__toilet__wrapper .owl-item.cloned .card__wrapper .card__element .bio__subheading__data {
  visibility: hidden;
}
.services__offer .services__offer__data .bio__toilet__wrapper .owl-item.center .card__wrapper .card__element .bio__heading {
  color: #FFFFFF;
}
.services__offer .services__offer__data .bio__toilet__wrapper .owl-item.center .card__wrapper .card__element .bio__subheading__data {
  visibility: visible;
}
.services__offer .services__offer__data .bio__toilet__wrapper .owl-item.center .card__wrapper .card__element:hover img {
  visibility: visible;
}

.modern__train__image img {
  margin-top: -7rem;
  position: relative;
  z-index: 99;
}

.product___page {
  padding: 3rem 0rem 10rem 0rem;
}
.product___page .card__wrapper {
  position: relative;
  margin-bottom: 4rem;
  transition: all ease 0.5s;
}
.product___page .card__wrapper .card__element {
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}
.product___page .card__wrapper .card__element img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  width: 100%;
  height: 100%;
}
.product___page .card__wrapper .card__element:hover .card__data {
  bottom: 0;
}
.product___page .card__wrapper .card__element:hover .card__data .read__data {
  display: block;
}
.product___page .card__wrapper .card__element:hover .read__data a {
  color: white;
}
.product___page .card__wrapper .card__element .card__data {
  background-color: #121C22;
  color: #FFFFFF;
  padding: 1.4rem 2rem 2rem 2rem;
  position: absolute;
  min-height: 74px;
  width: 100%;
  bottom: 10%;
  left: 0;
  transition: opacity 0.3s ease;
}
.product___page .card__wrapper .card__element .card__data .card__heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0rem;
  font-family: "Archivo", sans-serif;
}
.product___page .card__wrapper .card__element .card__data .read__data {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: none;
  transition: all 0.3s ease;
  min-height: 40px;
  max-height: 80px;
  padding-top: 0.5rem;
}
.product___page .card__wrapper:hover {
  transform: translateY(-15px);
  /* Moves the card up */
}

#content-slide-new .owl-stage-outer {
  overflow: hidden !important;
}
#content-slide-new .owl-nav {
  display: flex;
  width: 46%;
  margin-left: auto;
  justify-content: space-between;
  position: absolute;
  margin-left: auto !important;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#content-slide-new .owl-nav .owl-prev,
#content-slide-new .owl-nav .owl-next {
  border-radius: 50%;
  background-color: white;
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1/1;
  color: #000;
  font-size: 2rem;
  font-weight: 400 !important;
}
#content-slide-new .owl-nav .owl-prev {
  margin-left: -10rem;
}

.automobile-industry {
  position: relative;
}
.automobile-industry .image-container {
  margin-right: 1rem;
}
.automobile-industry .image-container img {
  margin-top: 1rem;
  margin-left: 10.5rem;
}
.automobile-industry .content {
  position: relative;
  padding-block: 12rem;
  padding-inline: 16rem 7rem;
  color: white;
  height: 62rem;
}
.automobile-industry .content::before {
  content: "";
  position: absolute;
  background-image: url(../images/home-image/aotomobile-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.automobile-industry .content .title {
  font-size: 70px;
  margin-bottom: 5rem;
}
.automobile-industry .content .category {
  color: #7879b5;
  line-height: normal;
}
.automobile-industry .content .pu-form {
  font-size: 28px;
  font-weight: 600;
}
.automobile-industry .content .company {
  color: #7879b5;
}
.automobile-industry .content .pinnacle {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.automobile-industry .content .subtitle {
  font-size: 23px;
  margin-bottom: 2rem;
}
.automobile-industry .content ul {
  list-style: none;
  padding: 0;
}
.automobile-industry .content ul li {
  margin-bottom: 1rem;
  font-size: 22px;
  padding-left: 30px;
  background-image: url(../images/home-image/list-image.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left center;
}

.Modern__passenger {
  padding: 2rem 0rem 0rem 0rem;
}
.Modern__passenger .modern__images {
  text-align: end;
}
.Modern__passenger .modern__left__data {
  padding: 0rem 7rem;
}
.Modern__passenger .modern__left__data span {
  background-color: #3E4095;
  color: #FFFFFF;
  border-radius: 0.976rem;
  padding: 0.5rem 1rem;
  font-size: 0.849rem;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.Modern__passenger .modern__left__data .modern__heading {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.875rem;
  padding: 1.5rem 0rem;
}
.Modern__passenger .modern__left__data .item {
  display: flex;
  gap: 15px;
  margin-bottom: 1rem;
}
.Modern__passenger .modern__left__data .item .arrow {
  background: none;
  color: #3E4095;
  font-size: 1.3rem;
  margin-right: 0.5rem;
  padding: 0;
  width: 12.37px;
  font-weight: 700;
}
.Modern__passenger .modern__left__data .item p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.achievements___ {
  padding: 8rem 0rem 6rem 0rem;
}
.achievements___ .achievement__heading {
  text-align: end;
  padding-right: 4rem;
  padding-bottom: 2rem;
}
.achievements___ .achievement__heading h6 {
  color: #3E4095;
}
.achievements___ .bringing__image {
  background-image: url("../images/services/bringing-image.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.25rem;
}
.achievements___ .bringing__image .counter__wrapper .counter {
  display: flex;
  align-items: center;
  gap: 50px;
  color: #FFFFFF;
  padding-top: 4rem;
}
.achievements___ .bringing__image .counter__wrapper .counter .counter__one .counter__title {
  font-size: 3.75rem;
  font-weight: 800;
}
.achievements___ .bringing__image .counter__wrapper .counter .counter__one .counter__subtitle {
  font-size: 1.125rem;
  font-weight: 400;
}
.achievements___ .bringing__image .counter__wrapper .desc {
  color: #FFFFFF;
  line-height: 1.625rem;
  display: flex;
  padding-top: 2rem;
  letter-spacing: 1px;
}

.completed__project {
  background-color: #3E4095;
  padding: 0rem 0rem 7rem 0rem;
}
.completed__project .completed__project__heading {
  padding: 7rem 0rem 0rem 0rem;
  display: flex;
  justify-content: space-between;
}
.completed__project .completed__project__heading .project__left__data {
  color: #FFFFFF;
}
.completed__project .completed__project__heading .project__right__data .project__stroke {
  font-size: 9.375rem;
  font-weight: 700;
  line-height: 9.375rem;
  color: transparent;
  -webkit-text-stroke: 1px #FFFFFF;
  text-shadow: none;
}
.completed__project .completed__project__heading .project__right__data .project__subheading {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
  color: #FFFFFF;
  margin-left: 6rem;
  margin-bottom: 6rem;
}
.completed__project .completed__project__wrapper {
  display: flex;
}
.completed__project .completed__project__wrapper .card__wrapper {
  position: relative;
  margin-bottom: 4rem;
  transition: all ease 0.3s;
}
.completed__project .completed__project__wrapper .card__wrapper .card__element {
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}
.completed__project .completed__project__wrapper .card__wrapper .card__element img {
  width: 100%;
  height: 100%;
}
.completed__project .completed__project__wrapper .card__wrapper .card__element:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.completed__project .completed__project__wrapper .card__wrapper .card__element:hover .card__data {
  bottom: 0;
}
.completed__project .completed__project__wrapper .card__wrapper .card__element:hover .card__data .read__data {
  display: block;
}
.completed__project .completed__project__wrapper .card__wrapper .card__element:hover .read__data a {
  color: white;
}
.completed__project .completed__project__wrapper .card__wrapper .card__element .card__data {
  background-color: rgba(0, 0, 0, 0.613);
  color: #FFFFFF;
  padding: 1.4rem 2rem 2rem 2rem;
  position: absolute;
  min-height: 74px;
  width: 100%;
  bottom: 10%;
  left: 0;
  transition: opacity 0.3s ease;
}
.completed__project .completed__project__wrapper .card__wrapper .card__element .card__data .card__heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0rem;
  font-family: "Archivo", sans-serif;
}
.completed__project .completed__project__wrapper .card__wrapper .card__element .card__data .read__data {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: none;
  transition: all 0.3s ease;
  min-height: 40px;
  max-height: 80px;
  padding-top: 0.5rem;
}
.completed__project .completed__project__wrapper .owl-nav {
  position: absolute;
  top: 98%;
  display: flex;
  width: 100%;
  justify-content: center;
}
.completed__project .completed__project__wrapper .owl-nav [class*=owl-] {
  display: grid;
  display: inline-block;
  place-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF !important;
  color: #FFFFFF !important;
}
.completed__project .completed__project__wrapper .owl-nav [class*=owl-]:hover {
  background-color: #FFFFFF;
  color: #3E4095 !important;
}
.completed__project .completed__project__wrapper .owl-nav .owl-next {
  margin-right: 5vw;
}
.completed__project .completed__project__wrapper .owl-nav .owl-prev {
  margin-left: 5vw;
}

.top_section {
  background-image: url("../images/contact/contact-banner.png");
  background-size: cover;
  background-position: center;
  border-top: 1px solid #d3d3d3;
  padding-top: 4rem;
}
.top_section .mind {
  margin-top: 3.75rem;
  padding: 0;
}
.top_section .mind span {
  background-color: #3E4095;
  color: #FFFFFF;
  border-radius: 0.976rem;
  font-size: 0.849rem;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  letter-spacing: 2px;
  line-height: 0.849rem;
  font-weight: 500;
}
.top_section .mind .mind__subheading {
  font-size: 3.051rem;
  font-weight: 400;
  color: #000000;
}
.top_section .mind .mind__heading {
  font-size: 4.577rem;
  font-weight: 700;
  color: #3E4095;
}
.top_section .mind h6 {
  color: #000000;
  line-height: 1.875rem;
  padding: 2rem 0rem;
}
.top_section .innovation {
  padding: 5rem 0rem 5rem 0rem;
}
.top_section .innovation .innovation__subheading {
  font-size: 30px;
  font-weight: 500;
}
.top_section .innovation p {
  max-width: 45%;
  display: inline-block;
}

.contact-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form .form-group {
  margin-bottom: 0px;
  padding: 10px;
  border: 1px solid #bbbbbb;
}
.contact-form .form-group:last-child {
  border: none;
  padding: 0;
}
.contact-form .full-width {
  width: 100%;
}
.contact-form .half-width {
  width: calc(50% - 0px);
}
.contact-form label {
  padding: 10px 0px 0px 20px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 20px;
  color: #979797;
  display: block;
  margin-bottom: 5px;
}
.contact-form input,
.contact-form textarea {
  padding: 0px 0px 10px 20px;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  /* Corrected the duplicate font-size property */
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #000000;
  border: none;
  width: 100%;
}
.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  border: none;
  outline: none;
}
.contact-form textarea {
  height: 150px;
  resize: vertical;
}
.contact-form button {
  margin-bottom: 80px;
  margin-top: 30px;
  width: 100%;
  padding: 15px;
  background: #3E4095;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.76px;
  text-align: center;
}

.about__second .about__second-im {
  width: device-width;
}
.about__second .innovation {
  padding: 5rem 0rem 5rem 0rem;
}
.about__second .innovation .innovation__subheading {
  font-size: 1.875rem;
  font-weight: 500;
  position: relative;
}
.about__second .innovation .innovation__subheading::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0.424rem;
  height: 6.456rem;
  background-color: #3E4095;
  border-radius: 5px;
  margin-left: -19px;
}
.about__second .innovation p {
  max-width: 48%;
  display: inline-block;
  text-align: justify;
}

.director__ .vinay__about_us h6 {
  font-size: 1.25rem;
  color: #3E4095;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  margin-bottom: 0;
}
.director__ .vinay__about_us h2 {
  color: #000000;
  font-weight: 700;
}
.director__ .vinay__about_us p {
  font-weight: 400;
  color: #000000;
}

.values__ {
  background-image: url("../images/about/value__banner.png");
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 5rem 0;
}
.values__ .values__data {
  height: 100%;
  width: 100%;
  border-radius: 50px;
  color: #FFFFFF;
}
.values__ .values__data h6 {
  text-align: center;
}
.values__ .values__data h2 {
  text-align: center;
  font-weight: 600;
}
.values__ .values__data p {
  margin-top: 0.625rem;
  text-align: center;
}
.values__ .values__data .special__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  border: 1px solid #FFFFFF;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 1.5rem;
  border-radius: 3.75rem;
  margin: 6rem 0rem 3rem 0rem;
  transform: translate(-50%, -50%);
  position: relative;
  left: 50%;
}

.our__team .card__wrapper {
  position: relative;
  margin-bottom: 4rem;
  transition: all ease 0.5s;
}
.our__team .card__wrapper .card__element {
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}
.our__team .card__wrapper .card__element img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  width: 100%;
  height: 100%;
}
.our__team .card__wrapper .card__element:hover .card__data {
  bottom: 0;
}
.our__team .card__wrapper .card__element:hover .card__data .read__data {
  display: block;
}
.our__team .card__wrapper .card__element:hover .read__data a {
  color: white;
}
.our__team .card__wrapper .card__element .card__data {
  background-color: #121C22;
  color: #FFFFFF;
  padding: 1.4rem 2rem 2rem 2rem;
  position: absolute;
  min-height: 74px;
  width: 100%;
  bottom: 10%;
  left: 0;
  transition: opacity 0.3s ease;
}
.our__team .card__wrapper .card__element .card__data .card__heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0rem;
  font-family: "Archivo", sans-serif;
}
.our__team .card__wrapper .card__element .card__data .read__data {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: none;
  transition: all 0.3s ease;
  min-height: 40px;
  max-height: 80px;
  padding-top: 0.5rem;
}
.our__team .card__wrapper:hover {
  transform: translateY(-15px);
  /* Moves the card up */
}

.client__wrapper {
  position: relative;
}
.client__wrapper::after {
  content: "";
  background-image: url("../images/about/train-sketch.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: end;
  height: 27%;
  width: 27%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.client__wrapper .client-top-border {
  border: 1px solid #bbbbbb;
}
.client__wrapper .client-top-border .client {
  display: grid;
  place-content: center;
  text-align: center;
  padding: 2rem 0.5rem 1.8rem;
  height: 15rem;
}
.client__wrapper .client-top-border .client img {
  transition: transform 0.3s ease;
}
.client__wrapper .client-top-border .client:hover img {
  transform: scale(1.2);
}
.client__wrapper .special__card {
  border-top: none;
  border-left: none;
  padding: 0;
}
.client__wrapper .special__card .client {
  text-align: start !important;
  place-content: center;
  display: grid;
}
.client__wrapper .special__card-two {
  border-top: none;
  border-right: none;
}
.client__wrapper .special__card-three {
  border-bottom: none;
  border-right: none;
}
.client__wrapper .client h6 {
  color: #3E4095;
}

.business__accordian {
  background-image: url("../images/about/accordian-banner.png");
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 5rem 0;
}
.business__accordian .values__data {
  height: 100%;
  width: 100%;
  border-radius: 50px;
  color: #FFFFFF;
}
.business__accordian .values__data h6 {
  text-align: center;
}
.business__accordian .values__data h2 {
  text-align: center;
  font-weight: 600;
}
.business__accordian .values__data p {
  margin-top: 0.625rem;
  text-align: center;
}
.business__accordian .accordion .accordion-item {
  background-color: #292B69;
  color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.business__accordian .accordion .accordion-item .accordion-button {
  width: 100%;
  background-color: #292B69;
  color: #FFFFFF;
  padding: 35px;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.business__accordian .accordion .accordion-item .accordion-button.collapsed::after {
  content: "";
  /* Make sure there's no text content */
  background-image: url("../images/about/minus.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  /* Adjust position as needed */
  top: 50%;
  transform: translateY(-50%);
}
.business__accordian .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "";
  /* Make sure there's no text content */
  background-image: url("../images/about/plus.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  /* Adjust position as needed */
  top: 50%;
  transform: translateY(-50%);
}
.business__accordian .accordion .accordion-item .accordion-button .accordian__heading {
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Archivo", sans-serif;
}
.business__accordian .accordion .accordion-item .accordion-content {
  padding: 1rem 2rem 2rem 2rem;
  display: none;
  transition: display 300ms ease-in-out;
}
.business__accordian .accordion .accordion-item .accordion-content p {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
}
.business__accordian .white_img img {
  border-radius: 1.875rem;
}

.business__accordian_B {
  display: none;
  background-image: url("../images/about/accordian-banner.png");
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 5rem 0;
}
.business__accordian_B .values__data {
  height: 100%;
  width: 100%;
  border-radius: 50px;
  color: #FFFFFF;
}
.business__accordian_B .values__data h6 {
  text-align: center;
}
.business__accordian_B .values__data h2 {
  text-align: center;
  font-weight: 600;
}
.business__accordian_B .values__data p {
  margin-top: 0.625rem;
  text-align: center;
}
.business__accordian_B .accordion .accordion-item {
  background-color: #292B69;
  color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.business__accordian_B .accordion .accordion-item .accordion-button {
  width: 100%;
  background-color: #292B69;
  color: #FFFFFF;
  padding: 35px;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business__accordian_B .accordion .accordion-item .accordion-button .accordian__heading {
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Archivo", sans-serif;
}
.business__accordian_B .accordion .accordion-item .accordion-button.collapsed::after {
  background: url("../images/about/minus.svg");
}
.business__accordian_B .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background: url("../images/about/plus.svg");
}
.business__accordian_B .accordion .accordion-item .accordion-content {
  padding: 1rem 2rem 2rem 2rem;
  display: none;
}
.business__accordian_B .accordion .accordion-item .accordion-content p {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
}
.business__accordian_B .white_img img {
  border-radius: 1.875rem;
}

.over_clients {
  margin: 5rem 0rem;
}
.over_clients .one_fifty_plus h6 {
  font-size: 1.625rem;
  line-height: 1.25rem;
  color: #000000;
}
.over_clients .one_fifty_plus h6 span {
  color: #3E4095;
}
.over_clients .one_fifty_plus h2 {
  font-size: 2.5rem;
  color: #000000;
}
.over_clients .one_fifty_plus h2 span {
  color: #3E4095;
}
.over_clients .group_img {
  margin-left: 10rem;
}
.over_clients .explore_more img {
  margin-left: 13.75rem;
  opacity: 1;
  /* Start with the element visible */
  animation: continuousRotate 10s linear infinite;
  /* Continuous rotation */
}
@keyframes continuousRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.over_clients .three_parts {
  margin: 6.25rem 0rem;
}
.over_clients .three_parts .members {
  border-top: 1px solid #c1c1c1;
}
.over_clients .three_parts .members h1 {
  padding-top: 0.625rem;
  color: #3E4095;
  font-size: 2.5rem;
}
.over_clients .three_parts .members h6 {
  font-size: 1.625rem;
  font-weight: 500;
}
.over_clients .three_parts .members p {
  padding: 1.25rem 1.875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.over_clients .three_parts .coaches {
  border: 1px solid #c1c1c1;
  border-bottom: none;
}
.over_clients .three_parts .coaches h1 {
  padding-top: 0.625rem;
  color: #3E4095;
  font-size: 2.5rem;
}
.over_clients .three_parts .coaches h6 {
  font-size: 1.625rem;
  font-weight: 500;
}
.over_clients .three_parts .coaches p {
  padding: 1.25rem 1.875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.over_clients .three_parts .happy_clients {
  border-top: 1px solid #c1c1c1;
}
.over_clients .three_parts .happy_clients h1 {
  padding-top: 0.625rem;
  color: #3E4095;
  font-size: 2.5rem;
}
.over_clients .three_parts .happy_clients h6 {
  font-size: 1.625rem;
  font-weight: 500;
}
.over_clients .three_parts .happy_clients p {
  padding: 1.25rem 1.875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

footer .footer {
  background: #F4F4F4;
  background: url("../images/footer-images/bg-footer.png");
}
footer .footer .picadd {
  padding: 50px 16rem;
}
footer .footer .picadd .route .corporate .dwarka p:nth-child(1) {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  color: #000000;
}
footer .footer .picadd .route .corporate .dwarka p:nth-child(2) {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
footer .footer .picadd .route .plant-1 .village p:nth-child(1) {
  font-family: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
  color: #000000;
}
footer .footer .picadd .route .plant-1 .village p:nth-child(2) {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  color: #000000;
}
footer .footer .picadd .route .plant-2 .sonipat p:nth-child(1) {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
  color: #000000;
}
footer .footer .picadd .route .plant-2 .sonipat p:nth-child(2) {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  color: #000000;
}
footer .footer .picadd .logo {
  margin-left: 43px;
  margin-top: 91px;
}
footer .footer .picadd .logo .innvations .arctic {
  padding-top: 19px;
  padding-left: 1px;
}
footer .footer .picadd .logo .innvations .arctic p {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  color: #000000;
}
footer .footer .picadd .logo .contact-details {
  margin-top: 0px;
}
footer .footer .picadd .logo .contact-details .call {
  margin-top: 43px;
  padding-left: 1px;
}
footer .footer .picadd .logo .contact-details .call p:nth-child(1) {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2rem;
  text-align: left;
  color: #000000;
}
footer .footer .picadd .logo .contact-details .call p:nth-child(2) {
  font-family: "Archivo", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 2rem;
  text-align: left;
  color: #3E4095;
}
footer .footer .picadd .logo .contact-details .call p:nth-child(2) .st {
  color: #3E4095 !important;
}
footer .footer .picadd .logo .contact-details .message {
  margin-top: 43px;
  padding-left: 0px;
}
footer .footer .picadd .logo .contact-details .message p:nth-child(1) {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2rem;
  text-align: left;
  color: #000000;
}
footer .footer .picadd .logo .contact-details .message p:nth-child(2) {
  font-family: "Archivo", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #3E4095;
}
footer .footer .picadd .logo .contact-details .message p:nth-child(2) .st {
  color: #3E4095 !important;
}
footer .footer .picadd .logo .company {
  padding-left: 30px;
}
footer .footer .picadd .logo .company p {
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2rem;
  text-align: left;
  color: #000000;
}
footer .footer .picadd .logo .company .pages a {
  text-decoration: none;
}
footer .footer .picadd .logo .company .pages a p {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2rem;
  text-align: left;
  color: #000000;
}
footer .footer .picadd .logo .follow {
  padding-left: 100px;
}
footer .footer .picadd .logo .follow p {
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2rem;
  text-align: left;
  color: #000000;
}
footer .footer .picadd .logo .follow .social a {
  text-decoration: none;
}
footer .footer .picadd .logo .follow .social a p {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2rem;
  text-align: left;
  color: #000000;
}
footer .footer .picadd .rights {
  margin-top: 79px;
  margin-left: 43px;
}
footer .footer .picadd .rights .reserved p {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: #000000;
}
footer .footer .picadd .rights .reserved p span:nth-child(1) {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: #3E4095;
}
footer .footer .picadd .rights .reserved p span:nth-child(2) {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  color: #000000;
}
footer .footer .picadd .rights .policy {
  padding-left: 10px;
}
footer .footer .picadd .rights .policy p {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: right;
  color: #000000;
}
footer .footer .picadd .rights .policy p a {
  text-decoration: none;
  color: #000000;
}

.top__slider .completed__project__wrapper {
  display: flex;
}
.top__slider .completed__project__wrapper .card__wrapper {
  margin-bottom: 4rem;
  transition: all ease 0.3s;
}
.top__slider .completed__project__wrapper .card__wrapper .card__element {
  border-radius: 1.25rem;
  overflow: hidden;
}
.bottom__slider .completed__project__wrapper {
  display: flex;
}
.bottom__slider .completed__project__wrapper .card__wrapper {
  margin-bottom: 4rem;
  transition: all ease 0.3s;
}
.bottom__slider .completed__project__wrapper .card__wrapper .card__element {
  border-radius: 1.25rem;
  overflow: hidden;
}
.collaborator__slider .collaborator__slider__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.terms_policy ul li {
  line-height: 2.5rem;
}
.terms_policy h6 {
  padding-top: 2rem;
}
.terms_policy .privacy__info a {
  color: #000000;
}/*# sourceMappingURL=style.css.map */