@font-face {
  font-family: eurostile-black;
  src: url(/font/fonnts.com-Eurostile_Black.otf);
}
@font-face {
  font-family: eurostile;
  src: url(/font/fonnts.com-Eurostile.otf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.aboutusheader {
  background-image: url(images/qserve_aboutus-banner.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  z-index: -6;
}
.banner_text {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 75%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 50px;
}
.banner_text .banner-descripton {
  font-family: "eurostile";
  text-transform: none;
  font-size: 16px;
  width: 75%;
}
.banner_text h5 {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  font-size: 44px;
}
.banner_text span {
  letter-spacing: 5px;
  font-family: "eurostile-black";
  font-size: 22px;
}

/* what qserve do */
.what_do .firstbox-body {
  font-family: "Poppins", sans-serif;
  background-color: #d9daff;
  color: #747474;
}
.what_do .firstbox-body p {
  font-size: 16px;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
.what_do .firstbox-body h6 {
  font-weight: 200;
  text-transform: capitalize;
  font-size: 20px;
}
.what_do .firstbox-body span {
  font-family: "eurostile-black";
  color: #302a72;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
}
.qualityreport_text {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.what_do .secondbox {
  background-color: #2f2973;
}
.what_do .secondbox img,
.what_do .thirdbox img {
  height: 380px;
  width: auto;
}
.what_do .content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  width: 50%;
}
.what_do .thirdbox {
  background-color: #6059ac;
}

/* imageanimation */
.image-hover-container {
  position: relative;
  overflow: hidden;
}

.overlay-text {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  width: 90%;
  transition: all 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.4); /* Optional background */
  border-radius: 8px;
}

.image-hover-container:hover .overlay-text {
  transform: translate(-50%, 0);
  opacity: 1;
}

.mainelements {
  position: relative;
  z-index: 1;
}
/* our team */
.backgroundimg .mainelements .firstelement-heading {
  color: #747474;
}
.backgroundimg .mainelements .firstelement-heading h6 {
  font-weight: 200;
  text-transform: capitalize;
  font-size: 20px;
}
.backgroundimg .mainelements .firstelement-heading p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #747474;
  text-align: center;
}
.backgroundimg .mainelements .firstelement-heading span {
  font-family: "eurostile-black";
  color: #302a72;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
}
.backgroundimg .mainelements .cardsrow .cards img {
  width: 25%;
  height: auto;
}
.backgroundimg .mainelements .cardsrow .cards {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #747474;
}
.backgroundimg .mainelements .cardsrow .cards h5 {
  font-size: 16px;
  font-family: "eurostile-black";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #858484;
}

/* our vission and mission */
.v-mission {
  background-color: #302a72;
}
/* vission-mission card */
.backgroundimg .v-mission .v-mrow .box1 .outerbox {
  background-color: white;
  position: relative;
  border-radius: 10px;
}
.backgroundimg .v-mission .v-mrow .box1 .stip {
  position: absolute;
  left: 0px;
  top: 55px;
  width: 40px;
  height: 25px;
  background-color: #302a72;
}
.backgroundimg .v-mission .v-mrow .box1 .vission {
  position: relative;
  top: 0px;
  left: 0px;
  width: 75%;
}
.backgroundimg .v-mission .v-mrow .box1 .vission-text li {
  list-style-position: inside;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #747474;
}
.backgroundimg .v-mission .v-mrow .box1 .vission .innerbox {
  background-color: #302a72;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.backgroundimg .v-mission .v-mrow .box1 .vission .innerbox img {
  width: 85%;
  height: 85%;
}
.v-mission .v-mrow {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #747474;
}
.backgroundimg .v-mission .v-mrow .box1 .vission h4 {
  text-transform: uppercase;
  color: #302a72;
  font-weight: bold;
  font-size: 26px;
}
.backgroundimg .v-mission .v-mrow .box1 .mission-text {
  position: absolute;
  top: 140px;
  left: 65px;
}
.v-mission .v-mrow h6 {
  font-family: "eurostile-black";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
}
.v-mission .v-mrow span {
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
}
/* ourvalues */
.our-values img {
  box-shadow: 15px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.our-value_secondhalf {
  background: linear-gradient(
    99.35deg,
    rgba(48, 42, 114, 0.85),
    rgba(174, 167, 255, 0.85)
  );
}
.our-value_secondhalf h6 {
  font-family: "eurostile-black";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
}
.our-value_secondhalf .driveus {
  color: white;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
}
/* bluecard */
.our-value_secondhalf .first-carosel .firstrollcard .cardblue {
  width: 350px;
  flex-shrink: 0;
  height: 180px;
  background-color: #302a72;
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 200;
  box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.our-value_secondhalf .first-carosel .firstrollcard .cardblue span {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}
.our-value_secondhalf .first-carosel .firstrollcard:hover {
  animation-play-state: paused;
}
.our-value_secondhalf .first-carosel .firstrollcard {
  display: flex;
  position: relative;
  top: 30px;
  left: 0;
  width: 100%;
  animation: moveLTR 3s ease-in-out infinite;
}
.our-value_secondhalf .first-carosel {
  width: 70%;
  height: 50%;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

/* whitecard */
.our-value_secondhalf .second-carosel .secondrollcard .cardwhite {
  width: 350px;
  flex-shrink: 0;
  height: 180px;
  background-color: white;
  font-family: "Poppins", sans-serif;
  color: #302a72;
  font-size: 14px;
  font-weight: 200;
  box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.our-value_secondhalf .second-carosel .secondrollcard .cardwhite span {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}
.our-value_secondhalf .second-carosel .secondrollcard:hover {
  animation-play-state: paused;
}
.our-value_secondhalf .second-carosel .secondrollcard {
  display: flex;
  position: relative;
  top: 20%;
  left: 0;
  width: 100%;
  animation: moveRTL 3s ease-in-out infinite;
}

.our-value_secondhalf .second-carosel {
  width: 70%;
  height: 50%;
  overflow: hidden;
  margin: 0;
  position: relative;
}
/*------------- ourvalues-animation-------------- */

@keyframes moveLTR {
  0% {
    transform: translateX(-180%);
  }
  50% {
    transform: translateX(-84%);
  }
  100% {
    transform: translateX(11%);
  }
}
@keyframes moveRTL {
  0% {
    transform: translateX(11%);
  }
  50% {
    transform: translateX(-84%);
  }
  100% {
    transform: translateX(-180%);
  }
}
/* inputform */

.letconnect h4 {
  font-family: "Poppins", sans-serif;
  color: #747474;
  font-size: 20px;
  font-weight: 200;
}
.letconnect p {
  text-align: center;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  color: #747474;
  font-size: 14px;
}

.letconnect h4 > span {
  font-family: "eurostile-black";
  color: #302a72;
  width: 260px;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
}
.letconnect .custom-form .letconnecterror {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: red;
}
.backgroundimg .letconnect .custom-form .countryselect .customwidth-sm {
  width: 50%;
}
.backgroundimg .letconnect .custom-form .countryselect {
  display: flex;
  flex-direction: row;
}

.backgroundimg .letconnect .form-control {
  border: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #747474;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.backgroundimg .letconnect .custom-form {
  background: white;
  border-radius: 15px;
  /* padding: 40px; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.backgroundimg .letconnect .custom-form .form-control:focus {
  border-color: #302a72;
  box-shadow: none;
}
.backgroundimg .letconnect .custom-form .mobilenumber span {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.backgroundimg .letconnect .custom-form .submit-btn {
  color: white;
  background-color: #302a72;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  transition: background-color 0.5s ease;
}
.backgroundimg .letconnect .custom-form .submit-btn:hover {
  background-color: #50499a;
}
.backgroundimg .letconnect .custom-form .submit-btn:active {
  background-color: #50499a;
}

/* animations */

/* hover card */
.hover-box {
  font-size: 25px;
  letter-spacing: 2px;
  font-family: "eurostile-black";
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  /* cursor: pointer; */
}
.hover-content-top {
  padding: 0px 10px 0px 10px;
  position: absolute;
  bottom: -100%;
  transition: all 0.5s ease;
}
.hover-box:hover .hover-content-top {
  bottom: 50px;
}
.hover-content-bottom {
  padding: 0px 10px 0px 10px;
  position: absolute;
  top: -100%;
  transition: all 0.5s ease;
}
.hover-box:hover .hover-content-bottom {
  top: 50px;
}
/* ourteam-animaition */
.cards .cardanimi1 {
  position: relative;
  overflow: hidden;
  /* cursor: pointer;   */
}
.cards .cardanimi1 .overlay {
  position: absolute;
  background-color: rgba(197, 218, 255, 0.4);
  top: 0%;
  right: 100%;
  border-radius: 16px;
  transform: translateX(0%);
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.cards .cardanimi1:hover .overlay {
  transform: translateX(100%);
}
/* vision/mission */
.outerbox {
  transition: box-shadow 0.3s ease;
}

.outerbox:hover {
  box-shadow: 7px 16px 47px -18px rgba(255, 255, 255, 0.99);
  -webkit-box-shadow: 7px 16x 47px -18px rgba(255, 255, 255, 0.99);
  -moz-box-shadow: 7px 16px 47px -18px rgba(255, 255, 255, 0.99);
}
/* ourvalues */
.img-animi {
  overflow: hidden;
  box-shadow: 13px 0px 17px -5px rgba(0, 0, 0, 0.58);
  -webkit-box-shadow: 13px 0px 17px -5px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 13px 0px 17px -5px rgba(0, 0, 0, 0.58);
}
.img-animi img {
  object-fit: cover;
  transition: all 0.5s;
}
.img-animi:hover img {
  transform: scale(1.2);
}

/* responsive */
/* desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*laptops*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /*banner*/
  .banner_text .banner-descripton {
    font-size: 14px;
  }
  .banner_text h5 {
    font-size: 38px;
  }
  .banner_text span {
    font-size: 20px;
  }
  /* what qserve do */
  .what_do .firstbox-body p {
    font-size: 16px;
    line-height: auto;
  }
  .what_do .firstbox-body h6 {
    font-size: 18px;
  }
  .what_do .firstbox-body span {
    font-size: 28px;
  }
  .qualityreport_text {
    font-size: 14px;
  }
  /*vission-mission*/
  .backgroundimg .v-mission .v-mrow .box1 .vission-text li {
    font-size: 16px;
  }
  .v-mission .v-mrow h6 {
    font-size: 28px;
  }
  .v-mission .v-mrow span {
    font-size: 18px;
  }
  /* ourvalues */
  .our-value_secondhalf h6 {
    font-size: 28px;
  }
  .our-value_secondhalf .driveus {
    font-size: 18px;
  }
  /* bluecard */
  .our-value_secondhalf .first-carosel .firstrollcard .cardblue {
    height: 130px;
  }
  .our-value_secondhalf .first-carosel .firstrollcard .cardblue span {
    font-size: 18px;
    font-weight: 400;
  }
  .our-value_secondhalf .first-carosel {
    width: 85%;
  }

  /* whitecard */
  .our-value_secondhalf .second-carosel .secondrollcard .cardwhite {
    height: 130px;
  }
  .our-value_secondhalf .second-carosel .secondrollcard .cardwhite span {
    font-size: 18px;
    font-weight: 400;
  }
  .our-value_secondhalf .second-carosel {
    width: 85%;
  }
  /*------------- ourvalues-animation-------------- */

  @keyframes moveLTR {
    0% {
      transform: translateX(-208%);
    }
    50% {
      transform: translateX(-104%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  @keyframes moveRTL {
    0% {
      transform: translateX(0%);
    }
    50% {
      transform: translateX(-104%);
    }
    100% {
      transform: translateX(-208%);
    }
  }

  /*letconnect*/
  .letconnect h4 {
    font-size: 18px;
  }

  .letconnect h4 > span {
    font-size: 28px;
  }
}
/*tablets*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner_text {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aboutusheader {
    background-image: url(images/qserve_aboutus-banner-md.webp);
  }
  .menu_text li {
    display: none !important;
  }
  .banner_text .banner-descripton {
    font-size: 16px;
    text-align: center;
  }
  .banner_text h5 {
    font-size: 38px;
    text-align: center;
  }
  .banner_text span {
    letter-spacing: 5px;
    font-family: "eurostile-black";
    font-size: 20px;
  }
  /* what qserve do */
  .what_do .firstbox-body p {
    font-size: 16px;
    line-height: auto;
  }
  .what_do .firstbox-body h6 {
    font-size: 18px;
  }
  .what_do .firstbox-body span {
    font-size: 28px;
  }
  .qualityreport_text {
    font-size: 14px;
  }
  /*vission-mission*/
  .backgroundimg .v-mission .v-mrow .box1 .vission-text li {
    font-size: 16px;
  }
  .v-mission .v-mrow h6 {
    font-size: 28px;
  }
  .v-mission .v-mrow span {
    font-size: 18px;
  }

  /*ourteam*/
  .backgroundimg .mainelements .firstelement-heading h6 {
    font-size: 18px;
  }
  .backgroundimg .mainelements .firstelement-heading p {
    font-size: 16px;
  }
  .backgroundimg .mainelements .firstelement-heading span {
    font-size: 28px;
  }
  /*ourvalues*/
  .our-value_secondhalf {
    background-image: url(images/ourvalue-md.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .img-animi {
    display: none !important;
  }
  /* ourvalues */
  .our-value_secondhalf h6 {
    font-size: 28px;
  }
  .our-value_secondhalf .driveus {
    font-size: 18px;
  }
  /* bluecard */
  .our-value_secondhalf .first-carosel .firstrollcard {
    top: 0px;
    left: 0;
  }
  .our-value_secondhalf .second-carosel .secondrollcard {
    top: 0%;
    left: 0;
  }
  .our-value_secondhalf .first-carosel .firstrollcard .cardblue {
    height: 130px;
  }
  .our-value_secondhalf .first-carosel .firstrollcard .cardblue span {
    font-size: 18px;
    font-weight: 400;
  }
  .our-value_secondhalf .first-carosel {
    width: 55%;
    height: 100%;
    margin: auto;
  }

  /* whitecard */
  .our-value_secondhalf .second-carosel .secondrollcard .cardwhite {
    height: 130px;
  }
  .our-value_secondhalf .second-carosel .secondrollcard .cardwhite span {
    font-size: 18px;
    font-weight: 400;
  }

  .our-value_secondhalf .second-carosel {
    width: 55%;
    height: 100%;
    margin: auto;
  }
  /*------------- ourvalues-animation-------------- */

  @keyframes moveLTR {
    0% {
      transform: translateX(-195%);
    }
    50% {
      transform: translateX(-97%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  @keyframes moveRTL {
    0% {
      transform: translateX(0%);
    }
    50% {
      transform: translateX(-97%);
    }
    100% {
      transform: translateX(-195%);
    }
  }
  /*letconnect*/
  .letconnect h4 {
    font-size: 18px;
  }

  .letconnect h4 > span {
    font-size: 28px;
  }
}

/*landscape phones*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner_text {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aboutusheader {
    background-image: url(images/qserve_aboutus-banner-landsm.webp);
  }
  .menu_text li {
    display: none !important;
  }
  .banner_text .banner-descripton {
    display: none;
  }
  .banner_text h5 {
    font-size: 30px;
    text-align: center;
  }
  .banner_text span {
    letter-spacing: 5px;
    font-family: "eurostile-black";
    font-size: 18px;
  }
  /* what qserve do */
  .what_do .secondbox img,
  .what_do .thirdbox img {
    height: 280px;
    width: auto;
  }
  .what_do .firstbox-body p {
    font-size: 16px;
    line-height: auto;
  }
  .what_do .firstbox-body h6 {
    font-size: 18px;
  }
  .what_do .firstbox-body span {
    font-size: 28px;
  }
  /*vission-mission*/
  .backgroundimg .v-mission .v-mrow .box1 .vission-text li {
    font-size: 16px;
  }
  .v-mission .v-mrow h6 {
    font-size: 28px;
  }
  .v-mission .v-mrow span {
    font-size: 18px;
  }

  /*our team*/
  .backgroundimg .mainelements .firstelement-heading h6 {
    font-size: 18px;
  }
  .backgroundimg .mainelements .firstelement-heading p {
    font-size: 16px;
  }
  .backgroundimg .mainelements .firstelement-heading span {
    font-size: 28px;
  }
  .backgroundimg .mainelements .cardsrow .cards img {
    width: 15%;
    height: auto;
  }
  .backgroundimg .mainelements .cardsrow .cards {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #747474;
  }
  .backgroundimg .mainelements .cardsrow .cards h5 {
    font-size: 18px;
    font-weight: 600;
  }
  /*ourvalues*/
  .our-value_secondhalf {
    background-image: url(images/ourvalue-md.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .img-animi {
    display: none !important;
  }
  /* ourvalues */
  .our-value_secondhalf h6 {
    font-size: 28px;
  }
  .our-value_secondhalf .driveus {
    font-size: 18px;
  }
  /* bluecard */
  .our-value_secondhalf .first-carosel .firstrollcard {
    top: 0px;
    left: 0;
  }
  .our-value_secondhalf .second-carosel .secondrollcard {
    top: 0%;
    left: 0;
  }
  .our-value_secondhalf .first-carosel .firstrollcard .cardblue {
    height: 130px;
  }
  .our-value_secondhalf .first-carosel .firstrollcard .cardblue span {
    font-size: 18px;
    font-weight: 400;
  }
  .our-value_secondhalf .first-carosel {
    width: 55%;
    height: 100%;
    margin: auto;
  }

  /* whitecard */
  .our-value_secondhalf .second-carosel .secondrollcard .cardwhite {
    height: 130px;
  }
  .our-value_secondhalf .second-carosel .secondrollcard .cardwhite span {
    font-size: 18px;
    font-weight: 400;
  }

  .our-value_secondhalf .second-carosel {
    width: 55%;
    height: 100%;
    margin: auto;
  }
  /*------------- ourvalues-animation-------------- */

  @keyframes moveLTR {
    0% {
      transform: translateX(-223%);
    }
    50% {
      transform: translateX(-110%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  @keyframes moveRTL {
    0% {
      transform: translateX(0%);
    }
    50% {
      transform: translateX(-110%);
    }
    100% {
      transform: translateX(-223%);
    }
  }
  /*letconnect*/
  .backgroundimg .letconnect .custom-form .countryselect .customwidth-sm {
    width: 100%;
  }
  .backgroundimg .letconnect .custom-form .countryselect {
    display: flex;
    flex-direction: column;
  }

  .letconnect h4 {
    font-size: 18px;
  }
  .letconnect h4 > span {
    font-size: 28px;
  }
}

/*portrait phones*/
@media (max-width: 575.98px) {
  .aboutusheader {
    background-image: url(images/qserve_aboutus-banner-sm.webp);
  }
  .banner_text {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .menu_text li {
    display: none !important;
  }
  .banner_text .banner-descripton {
    font-size: 14px;
    text-align: center;
  }
  .banner_text h5 {
    font-size: 24px;
    text-align: center;
  }
  .banner_text span {
    letter-spacing: 5px;
    font-family: "eurostile-black";
    font-size: 16px;
  }
  /* what qserve do */
  .what_do .firstbox-body p {
    font-size: 14px;
    line-height: auto;
  }
  .what_do .firstbox-body h6 {
    font-size: 16px;
  }
  .what_do .firstbox-body span {
    font-size: 24px;
  }
  .what_do .secondbox img,
  .what_do .thirdbox img {
    height: 300px;
    width: auto;
  }
  .what_do .content {
    height: 300px;
    width: auto;
  }

  /*vission-mission*/
  .backgroundimg .v-mission .v-mrow .box1 .stip {
    height: 18px;
  }
  .backgroundimg .v-mission .v-mrow .box1 .vission .innerbox {
    background-color: #302a72;
    width: 150px;
    height: 80px;
  }
  .backgroundimg .v-mission .v-mrow .box1 .vission .innerbox img {
    width: 85%;
    height: 85%;
  }
  .v-mission .v-mrow {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #747474;
  }
  .backgroundimg .v-mission .v-mrow .box1 .vission h4 {
    font-size: 24px;
  }
  .backgroundimg .v-mission .v-mrow .box1 .vission-text li {
    font-size: 14px;
  }
  .v-mission .v-mrow h6 {
    font-size: 24px;
  }
  .v-mission .v-mrow span {
    font-size: 16px;
  }
  /*our team*/
  .backgroundimg .mainelements .firstelement-heading h6 {
    font-size: 16px;
  }
  .backgroundimg .mainelements .firstelement-heading p {
    font-size: 14px;
  }
  .backgroundimg .mainelements .firstelement-heading span {
    font-size: 24px;
  }
  .backgroundimg .mainelements .cardsrow .cards img {
    width: 25%;
    height: auto;
  }
  .backgroundimg .mainelements .cardsrow .cards {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #747474;
  }
  .backgroundimg .mainelements .cardsrow .cards h5 {
    font-size: 18px;
    font-weight: 600;
  }
  /*ourvalues*/
  .our-value_secondhalf {
    background-image: url(images/ourvalue-md.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .img-animi {
    display: none !important;
  }
  /* ourvalues */
  .our-value_secondhalf h6 {
    font-size: 28px;
  }
  .our-value_secondhalf .driveus {
    font-size: 18px;
  }
  /* bluecard */
  .our-value_secondhalf .first-carosel .firstrollcard {
    top: 0px;
    left: 0;
  }
  .our-value_secondhalf .second-carosel .secondrollcard {
    top: 0%;
    left: 0;
  }
  .our-value_secondhalf .first-carosel .firstrollcard .cardblue {
    height: 130px;
  }
  .our-value_secondhalf .first-carosel .firstrollcard .cardblue span {
    font-size: 18px;
    font-weight: 400;
  }
  .our-value_secondhalf .first-carosel {
    width: 100%;
    height: 100%;
    margin: auto;
  }

  /* whitecard */
  .our-value_secondhalf .second-carosel .secondrollcard .cardwhite {
    height: 130px;
  }
  .our-value_secondhalf .second-carosel .secondrollcard .cardwhite span {
    font-size: 18px;
    font-weight: 400;
  }

  .our-value_secondhalf .second-carosel {
    width: 100%;
    height: 100%;
    margin: auto;
  }
  /*------------- ourvalues-animation-------------- */

  @keyframes moveLTR {
    0% {
      transform: translateX(-223%);
    }
    50% {
      transform: translateX(-110%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  @keyframes moveRTL {
    0% {
      transform: translateX(0%);
    }
    50% {
      transform: translateX(-110%);
    }
    100% {
      transform: translateX(-223%);
    }
  }
  /*letconnect*/
  .backgroundimg .letconnect .custom-form .countryselect .customwidth-sm {
    width: 100%;
  }
  .backgroundimg .letconnect .custom-form .countryselect {
    display: flex;
    flex-direction: column;
  }
  .letconnect h4 {
    font-size: 16px;
  }
  .letconnect h4 > span {
    font-size: 24px;
  }
}
