/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  width: 100%;
}

@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");


/* .header-navbar-sect {
    height: 115px;
} */

.justify {
  text-align: justify !important;
  
}

.header-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px lightgray;
  box-shadow: 0 0 10px lightgray;
  height: 90px;
}

.logo {
  height: auto;
  width: 100px;
}

.nav li a {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: rgb(84, 84, 84);
}

.hero-section {
  width: 100%;
  height: 600px;
  position: relative;
}

.bg-hero {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
}

.hero-section {
  z-index: 1;
  height: 730px;
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.4;
  z-index: 2;
}

/* #video-bg {
    width: 100% !important;
    height: auto !important;
} */

.bg-content {
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-319px, -54px);
  -ms-transform: translate(-319px, -54px);
  transform: translate(-319px, -54px);
  z-index: 9;
  color: white;
  text-align: center;
}

.hero-heading h2 {
  font-size: 42px;
}

.hero-heading h1 {
  font-size: 68px;
  line-height: 42px;
}

.hero-heading {
  padding-bottom: 20px;
}

.bg-content p {
  width: 500px;
  margin: 0 auto;
}

.highlights-section {
  background-color: #f5f5f2;
  position: relative;
  z-index: 1;
}

.highlights {
  /* gap: 10px; */
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 50px 0;
}

.highlights-card {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

.highlights-card i {
  font-size: 30px;
  background-color: #2868d8;
  color: white;
  border-radius: 100%;
  margin-bottom: 20px;
}

.fa-award {
  padding: 18px 23px;
}

.fa-users {
  padding: 20px 17px;
}

.fa-indian-rupee-sign {
  padding: 17px 25px;
}

.fa-chart-line {
  padding: 17px 18px;
}

.highlights-card p {
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.about-us {
  padding: 115px 0 0 0;
}

.about-us-heading {
  margin-bottom: 50px;
  text-align: center;
}

.vision,
.mission {
  border: 1px solid lightgray;
  width: 450px;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 17px lightgray;
  box-shadow: 5px 5px 17px lightgray;
}

.vision h5,
.mission h5 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.vision p,
.mission p {
  line-height: 20px;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "Dosis", sans-serif;
  text-transform: capitalize;
  text-align: justify !important;
}

.fa-eye {
  color: rgb(19 206 173);
  font-size: 24px;
  margin-right: 10px;
}

.fa-rocket {
  color: rgb(61 58 177);
  font-size: 24px;
  margin-right: 10px;
}

.stock-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.row {
  margin-top: 80px;
}

.about-us-content h4 {
  font-size: 20px;
  letter-spacing: 1px;
  padding: 0 0 10px 20px !important;
}

.about-us-content p {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0 0 10px 20px !important;
  text-align: justify !important;
}

/* SERVICES */

.services {
  padding: 115px 80px 80px;
}

.services-heading {
  margin-bottom: 30px;
}

.services-heading h3 {
  text-align: center;
}

.card {
  width: 461px !important;
  padding: 10px;
  background: #e4dbdb3d;
  /* filter: blur(0px); */
  -webkit-box-shadow: 0 0 5px lightgray;
  box-shadow: 0 0 5px lightgray;
}

.service-card {
    text-align: justify !important;
}

.about-us-card {
  height: 469px;
}

.card-image {
  background-color: lightgray !important;
  width: 150px !important;
  height: 191px !important;
  -webkit-transform: translate(-62px, 10px);
  -ms-transform: translate(-62px, 10px);
  transform: translate(-62px, 10px);
  overflow: hidden;
}

/* WHY CHOOSE US  */

/* .why-choose-us {
    padding: 0 0 80px;
}  */

.why-choose-us-heading {
  margin-bottom: 30px;
}

.why-choose-us-heading h3 {
  text-align: center;
}

.why-choose-us-content ul {
  list-style-type: none;
  list-style-position: outside;
}

.why-choose-us-content li {
  font-size: 18px;
  text-align: justify !important;
  padding: 5px 2px;
}

.why-choose-us-content li span {
  padding-right: 5px;
}

.why-choose-us-content ul li img {
  height: auto;
  width: 20px;
  /* position: relative;
    left: -10px; */
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.visionary-main {
  padding: 80px 35px;
  text-align: justify !important;
}

.visionary-cards {
  margin-bottom: 30px;
}

.visionaries {
  margin-bottom: 30px;
}

.visionaries h3 {
  text-align: center;
  margin-bottom: 20px;
}

.visionaries p {
  padding: 23px 82px;
  letter-spacing: 1px;
}

/* .shared-vision h3 {
    text-align: center;
    margin-bottom: 20px;
}

.shared-vision p {
    letter-spacing: 1px;
} */

.shared-vision {
  margin-top: 50px;
  letter-spacing: 1px;
  font-family: "Dosis", sans-serif;
  margin: 0 auto;
  width: 400px;
  height: auto;
  background-color: #13cead;
  -webkit-box-shadow: 20px 20px #3d3ab1;
  box-shadow: 20px 20px #3d3ab1;
  padding: 20px;
  color: white;
}

/* Testimonials */

.testimonials {
  padding: 100px 80px 0;
}

.testimonials-heading {
  margin-bottom: 30px;
}

.testimonials-heading h3 {
  text-align: center;
}

.swiper-box {
  border: 1px solid lightgray;
  border-radius: 8px;
  padding: 30px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  text-align: justify !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.test {
  font-weight: 600;
}

.swiper-slide h5 {
  padding: 10px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.swiper-slide p {
  text-align: left;
}

.swiper-button-prev {
  color: lightgray;
  left: -50px !important;
  z-index: 99;
}

.swiper-button-next {
  color: lightgray;
  right: -50px !important;
  z-index: 99;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 25px !important;
}

/* scroll logos */

.company-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 100px 50px;
}

.company-logo img {
  display: block;
  height: 100px;
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* contact us */

#contactus {
  padding: 115px 0 0 0;
}

.contact-us-heading {
  margin-bottom: 20px;
}

.contact-us-heading h3 {
  text-align: center;
  padding-bottom: 33px;
}

.contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  gap: 20px;
}

.form {
  width: 48%;
  -webkit-box-shadow: 0 0 18px 11px lightgray;
  box-shadow: 0 0 18px 11px lightgray;
  border-radius: 10px;
  margin: 0 auto;
  height: 561px ;
}

.shadow-sm {
  border-radius: 10px;

  -webkit-box-shadow: 0px 0rem 19rem 20px rgba(0, 0, 0, 0.075) !important;

  box-shadow: 0px 0rem 19rem 20px rgba(0, 0, 0, 0.075) !important;
}

.mb-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 53px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.py-2 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-radius: 8px !important;
}

.py-2-text {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  border-radius: 8px !important;
}

.px-3 {
  /* padding-right: 1rem !important; */
  padding-left: 13px !important;
  width: 100% !important;
  height: 49px;
}

.px-4 {
  /* padding-right: 1rem !important; */
  padding-left: 13px !important;
  width: 100% !important;
  height: 195px;
  padding: 10px 0 0 0;
}

.map-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 48%;
}

.map {
  height: 400px;
  width: 100%;
  -webkit-box-shadow: 0 0 18px 11px lightgray;
  box-shadow: 0 0 18px 11px lightgray;
}

.map-locat {
  height: 400px;
  width: 100%;
}

.contact {
  padding: 20px;
  text-align: justify !important;
}

.contact i {
  font-size: 24px;
  margin-right: 10px;
}

.phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-number-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-number-list a,
.contact-email {
  text-decoration: none;
  color: black;
}

.email,
.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer-info {
  margin-top: 20px;
  text-align: center;
  background-color: #3d3ab1;
  color: white;
}

/* LAPTOP L MEDIS SCREEN  */
/* LAPTOP L MEDIS SCREEN  */
/* LAPTOP L MEDIS SCREEN  */

@media screen and (max-width: 1200px) {
  .highlights-card {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
  }

  .vision,
  .mission {
    border: 1px solid lightgray;
    width: 47%;
    padding: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 17px lightgray;
    box-shadow: 5px 5px 17px lightgray;
  }

  .vision p,
  .mission p {
    line-height: 23px;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    text-transform: capitalize;
  }

  .about-us-content p {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 0 10px 20px !important;
  }

  .card {
    width: 47% !important;
    padding: 10px;
    background: #e4dbdb3d;
    /* filter: blur(0px); */
    -webkit-box-shadow: 0 0 5px lightgray;
    box-shadow: 0 0 5px lightgray;
  }

  .why-choose-us-content li {
    font-size: 16px;
    padding: 5px 2px;
  }

  .visionaries p {
    padding: 23px 0px;
    letter-spacing: 1px;
  }

  .card-image {
    background-color: lightgray !important;
    width: 150px !important;
    height: 191px !important;
    -webkit-transform: translate(-0px, 0px);
    -ms-transform: translate(-0px, 0px);
    transform: translate(-0px, 0px);
    overflow: hidden;
  }

  .card-info {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .swiper-slide p {
    text-align: left;
    font-size: 14px;
  }

  .contact-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
  }
}

/* LAPTOP SMALL MEDIA SCREEN  */
/* LAPTOP SMALL MEDIA SCREEN  */
/* LAPTOP SMALL MEDIA SCREEN  */

@media screen and (max-width: 1024px) {
  .highlights-card {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
  }

  .about-us {
    padding: 96px 0 0 0;
  }

  .vision,
  .mission {
    border: 1px solid lightgray;
    width: 444px;
    padding: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 17px lightgray;
    box-shadow: 5px 5px 17px lightgray;
    height: 242px;
  }

  .vision p,
  .mission p {
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: "Dosis", sans-serif;
    text-transform: capitalize;
    line-height: 23px;
  }

  .about-us-content p {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 0 0px 0px !important;
  }

  .card {
    width: 48% !important;
    padding: 10px;
    background: #e4dbdb3d;
    /* filter: blur(0px); */
    -webkit-box-shadow: 0 0 5px lightgray;
    box-shadow: 0 0 5px lightgray;
  }

  .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    padding: 4px 15px 15px;
  }

  .card .card-text {
    font-size: 14px;
  }

  .why-choose-us-content li {
    font-size: 15px;
    padding: 5px 2px;
  }

  .visionaries p {
    padding: 0px 0px;
    letter-spacing: 1px;
    font-size: 14px;
  }

  .card-info {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .card-image {
    background-color: lightgray !important;
    width: 150px !important;
    height: 191px !important;
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
    overflow: hidden;
  }

  .card-text-img {
    padding-top: 20px;
    font-size: 15px;
  }

  .swiper-box {
    border: 1px solid lightgray;
    border-radius: 8px;
    padding: 12px;
    width: 80%;
    margin: 0 auto;
    position: relative;
  }

  .swiper-slide p {
    font-size: 15px;
  }
  .contact-us {
    width: 100%;
  }
  .form {
    width: 48%;
    -webkit-box-shadow: 0 0 18px 11px lightgray;
    box-shadow: 0 0 18px 11px lightgray;
    border-radius: 10px;
    margin: 0 auto;
    height: 500px;
  }

  .p-5 {
    padding: 1rem !important;
  }
}

/* TABLET MEDIA SCREEN  */
/* TABLET MEDIA SCREEN  */
/* TABLET MEDIA SCREEN  */
/* TABLET MEDIA SCREEN  */

@media screen and (max-width: 991px) {
  .logo {
    height: auto;
    width: 82px;
  }

  .hero-section {
    z-index: 1;
    height: 530px;
  }

  .navbar-collapse {
    height: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white !important;
    padding: 20px !important;
  }

  .navbar-nav {
    margin-left: 0 !important;
  }

  .bg-content {
    position: absolute;
    top: 50%;
    left: 58%;
    -webkit-transform: translate(-319px, -54px);
    -ms-transform: translate(-319px, -54px);
    transform: translate(-319px, -54px);
    z-index: 9;
    color: white;
    text-align: center;
  }
  .highlights-card {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
  }

  .fa-users {
    padding: 17px 15px;
  }

  .vision,
  .mission {
    border: 1px solid lightgray;
    width: 46%;
    padding: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 17px lightgray;
    box-shadow: 5px 5px 17px lightgray;
    height: 242px;
  }
  .vision p,
  .mission p {
    letter-spacing: 1px;
    font-size: 13px;
    font-family: "Dosis", sans-serif;
    text-transform: capitalize;
    line-height: 20px;
  }

  .about-us-content p {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 0 0px 0px !important;
  }

  .about-us-content h4 {
    font-size: 17px;
    letter-spacing: 1px;
    padding: 0 0 0px 0px !important;
  }

  .about-us-content p {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 0 0px 0px !important;
    margin-bottom: 4px;
  }

  .services {
    padding: 115px 0px 80px;
  }

  .why-choose-us-content li {
    font-size: 13px;
    padding: 5px 2px;
  }

  .visionary-main {
    padding: 80px 0px;
  }

  .card-text-img {
    padding-top: 20px;
    font-size: 14px;
  }

  .testimonials {
    padding: 100px 0px 0;
  }

  .company-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 100px 0px;
  }

  .map {
    height: 261px;
    width: 100%;
    -webkit-box-shadow: 0 0 18px 11px lightgray;
    box-shadow: 0 0 18px 11px lightgray;
  }

  .map-locat {
    height: 261px;
    width: 100%;
  }
}

/* MOBILE MEDIA SCREEN  */
/* MOBILE MEDIA SCREEN  */
/* MOBILE MEDIA SCREEN  */

@media screen and (max-width: 767px) {
  .navbar-collapse {
    height: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white !important;
    padding: 20px !important;
  }

  .navbar-nav {
    margin-left: 0 !important;
  }

  .header-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px lightgray;
    box-shadow: 0 0 10px lightgray;
    height: 90px;
  }

  .logo {
    height: auto;
    width: 80px;
  }

  .nav li a {
    font-family: "Dosis", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: rgb(84, 84, 84);
  }

  .hero-section {
    width: 100%;

    position: relative;
    z-index: 1;
    height: 300px;
  }

  .bg-hero {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
  }

  .hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.4;
    z-index: 2;
  }

  /* #video-bg {
        width: 100% !important;
        height: auto !important;
    } */

  .bg-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -43px);
    -ms-transform: translate(0, -43px);
    transform: translate(0, -43px);
    z-index: 9;
    color: white;
    text-align: center;
    width: 100%;
  }

  .hero-heading h2 {
    font-size: 24px;
  }

  .hero-heading h1 {
    font-size: 40px;
    line-height: 16px;
  }

  .hero-heading {
    padding-bottom: 20px;
  }

  .bg-content p {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
  }

  .highlights-section {
    background-color: #f5f5f2;
    position: relative;
    z-index: 1;
  }

  .highlights {
    /* gap: 10px; */
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 25px 0;
  }

  .highlights-card {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    width: 50%;
  }

  .highlights-card i {
    font-size: 30px;
    background-color: #fafafa00;
    color: rgb(45, 99, 225);
    border-radius: 100%;
    margin-bottom: 20px;
  }

  .fa-award {
    padding: 0;
  }

  .fa-users {
    padding: 0;
  }

  .fa-indian-rupee-sign {
    padding: 0;
  }

  .fa-chart-line {
    padding: 0;
  }

  .highlights-card p {
    font-weight: 600;
    font-family: "Dosis", sans-serif;
  }

  .about-us {
    padding: 34px 0 0 0;
  }

  .about-us-heading {
    margin-bottom: 50px;
    text-align: center;
  }

  .vision,
  .mission {
    border: 1px solid lightgray;
    width: 450px;
    padding: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 17px lightgray;
    box-shadow: 5px 5px 17px lightgray;
  }

  .vision h5,
  .mission h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
  }

  .gap {
    gap: 1rem !important;
  }

  .vision p,
  .mission p {
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "Dosis", sans-serif;
    text-transform: capitalize;
  }

  .fa-eye {
    color: rgb(19 206 173);
    font-size: 16px;
    margin-right: 10px;
  }

  .fa-rocket {
    color: rgb(61 58 177);
    font-size: 16px;
    margin-right: 10px;
  }

  .stock-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about-img-one {
    display: none;
  }

  .row {
    margin-top: 80px;
  }

  .about-us-content h4 {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 0 0px 0 !important;
    margin-top: 24px;
  }

  .about-us-content p {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 0 0 0px !important;
  }

  /* SERVICES */

  .services {
    padding: 34px 0 0;
  }

  .services-heading {
    margin-bottom: 30px;
  }

  .services-heading h3 {
    text-align: center;
  }

  .card {
    width: 100% !important;
    padding: 10px;
    background: #e4dbdb3d;
    /* filter: blur(0px); */
    -webkit-box-shadow: 0 0 5px lightgray;
    box-shadow: 0 0 5px lightgray;
  }

  .about-us-card {
    height: 517px;
  }

  .card-image {
    background-color: lightgray !important;
    width: 150px !important;
    height: 200px !important;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .card-name {
    text-align: center;
  }

  .card-text {
    font-size: 14px !important;
  }

  /* WHY CHOOSE US  */

  .why-choose-us {
    padding: 20px 0;
  }

  .why-choose-us-heading {
    margin-bottom: 30px;
  }

  .why-choose-us-heading h3 {
    text-align: center;
  }

  .why-choose-us-content ul {
    list-style-type: none;
    list-style-position: outside;
  }

  .why-choose-us-content li {
    font-size: 14px;
    padding: 0px 0px 5px;
  }

  .why-choose-us-content li span {
    padding-right: 5px;
  }

  .why-choose-us-content ul li img {
    height: auto;
    width: 14px;
    -webkit-transform: translate(-20px, 0px);
    -ms-transform: translate(-20px, 0px);
    transform: translate(-20px, 0px);
  }

  .visionary-main {
    padding: 8px 0px;
  }

  .visionary-cards {
    margin-bottom: 30px;

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .visionaries {
    margin-bottom: 30px;
  }

  .visionaries h3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .visionaries p {
    padding: 0px 0px;
    letter-spacing: 1px;
    font-size: 14px;
  }

  .visionary-cards {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* .shared-vision h3 {
        text-align: center;
        margin-bottom: 20px;
    }

    .shared-vision p {
        letter-spacing: 1px;
    } */

  .shared-vision {
    letter-spacing: 1px;
    font-family: "Dosis", sans-serif;
    margin: 0 auto;
    width: 93%;
    height: auto;
    background-color: #13cead;
    -webkit-box-shadow: 8px 8px #3d3ab1;
    box-shadow: 8px 8px #3d3ab1;
    padding: 10px;
    color: white;
    font-size: 14px;
    margin: 0 auto;
  }

  /* Testimonials */

  .testimonials {
    padding: 20px 0px;
  }

  .testimonials-heading {
    margin-bottom: 30px;
  }

  .testimonials-heading h3 {
    text-align: center;
  }

  .swiper-box {
    border: 1px solid lightgray;
    border-radius: 8px;
    padding: 30px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .test {
    font-weight: 600;
  }

  .swiper-slide h5 {
    padding: 10px 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .swiper-slide p {
    text-align: left;
    font-size: 12px;
  }

  .swiper-button-prev {
    color: lightgray;
    left: 0px !important;
    z-index: 99;
    display: none;
  }

  .swiper-button-next {
    color: lightgray;
    right: 0px !important;
    bottom: 0 !important;
    z-index: 99;
    display: none;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 25px !important;
  }

  /* scroll logos */

  .company-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 100px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .company-logo img {
    display: block;
    height: 103px;
    width: 124px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  /* contact us */

  .contact-us-heading {
    margin-bottom: 20px;
  }

  .contact-us-heading h3 {
    text-align: center;
  }

  .contact-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 47px;
  }

  .form {
    width: 100%;
  }

  .p-5 {
    padding: 10px !important;
  }

  .map-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .contact {
    padding: 20px;
  }

  .contact i {
    font-size: 24px;
    margin-right: 10px;
  }

  .footer-info {
    margin-top: 20px;
    text-align: center;
    background-color: #3d3ab1;
    color: white;
  }

  /* footer {
        height: 200px;
        width: 100%;
    } */
}
