@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

a {
  color: unset;
  text-decoration: none;
}

p,
ul {
  margin: 0;
  padding: 0;
}

.nav-link {
  color: unset;
}

.navbar-collapse {
  flex-grow: 0;
}

#preloader {
  /* background: lightblue url(../img/Settings.gif) no-repeat center center; */
  background: #d3d3e4;
  background-size: 5%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;

}

#preloader .spinner-grow {
  color: #322eb8 !important;
}

.navbar-nav .nav-link.active {
  color: #2162B8;
}

.contact_us {
  border-radius: 10px;
  padding: 10px 16px;
  align-items: flex-start;
  margin-left: 20px;
  color: #003566;
  border: none;
  background: #FFBB26;
  font-family: "Comfortaa";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;

}

.Custom_navmenu {
  font-family: "Comfortaa";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;

}

.customHeader {
  width: 90%;
  margin: auto;
}

.header {
  /* border-top: #003566; */
  border-top: 8px solid #003566;
}

img {
  width: 100%;
}

.homebannerImgDiv {
  display: flex;
  position: absolute;
  top: 45%;
  width: 100%;
  column-gap: 19%;
  justify-content: center;
}

.hometextDiv {
  width: 100%;
  padding-left: 10%;
}

.hometextDiv button {
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
  background-color: #FFBB26;
  border: none;
}

.hometextDiv span {
  font-family: "Comfortaa";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #FFBB26;

}

.hometextDiv h1 {
  font-family: "Comfortaa";
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  color: #FFFFFF;
  margin-top: 20px;
}

.hometextDiv h2 {
  font-family: "Comfortaa";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  color: #fff;
  margin-bottom: 16px;
}

.homeimgDiv {}

.headphoneaccessories {
  display: flex;
  position: absolute;
  top: 21%;
  width: 100%;
  justify-content: end;
  column-gap: 22%;
}

.headphoneaccessories .headaccessfirst {
  position: relative;
  top: -125px;
}

.headphoneaccessories .headaccessfirst img {
  animation: slideUpDown 5.3s linear infinite;
}

@keyframes slideUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
    /* Move 2px up */
  }
}

@keyframes slideDownUp {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(+30px);
    /* Move 2px up */
  }
}

.headphoneaccessories .headaccesssecond {
  position: relative;
  right: 15%;
}

.headphoneaccessories .headaccesssecond img,
.watchaccessories .watchaccessfirst img,
.watchaccessories .watchaccesssecond img {
  animation: slideUpDown 5.3s linear infinite;
}

.homeimgDiv .homeimgDivfigure img {
  animation: slideDownUp 5.3s linear infinite;
}

.watchaccessories {
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: end;
  bottom: -35%;
}

.watchaccessories .watchaccessfirst {
  position: relative;
  left: -31%;
  top: -88px;
}

.watchaccessories .watchaccesssecond {
  position: relative;
  top: -86px;
}

/* infinite scroll */

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: white;
  white-space: nowrap;
  width: 90%;
  margin: auto;
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 5s slide infinite linear;
}

.logos-slide img {
  height: 110px;
  width: unset;
  margin: 0 50px;
}

figure {
  margin: 0 0 0rem;
}

@keyframes slide {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

/* slider our service */
.our_service {
  position: relative;
}

.our_services .our_servicess_figuree {
  height: 110em;
}

.our_services .our_servicess_figuree img {
  height: 100%;
  object-fit: cover;
}

.our_service .slick-dots li.slick-active button:before {
  opacity: 1;
  color: unset;
  background: #0860BD;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.our_service .slick-dots li button:before {
  opacity: 1;
  color: unset;
  background: #0860BD;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

/* .service_child_parent {
  display: flex;
  width: 90%;
  margin: auto;
  column-gap: 20px;
  height: 437px;
} */
.service_child_parent {
  width: 90%;
  margin: auto;
}

.service_child_parent .slick-dots {
  bottom: -10%;
}

.service_child_parent .slick-track {
  height: 429px;
  column-gap: 23px;
  display: flex;
}

.service_child_parent .slick-list {
  padding-bottom: 20px;
}

.service_card {
  background-color: white;
  position: relative;
}

.dummycard figure {}

/* .service_child_parent .slick-list {
  height: 100%;
} */

.partnersStyle {
  background-color: #F8F8F8;
  padding: 25px 0;
}

.partnersStyle h2 {
  font-family: "Comfortaa";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #FFBB26;
  text-align: center;
}

.partnersStyle:last-child {
  margin-bottom: 0;
}

.partnersStyle .partnersImage {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 76%;
  row-gap: 15px;
  margin: auto;
  /* row-gap: 15px; */
  column-gap: 15px;
  margin-bottom: 15px;
}

.partnersStyle .partnersImage figure {
  width: 150px;
}

.partnersStyle .partnersImage figure img {
  height: 100%;
  object-fit: cover;
}

.arrow_right_style {
  background: #FFBB26;
  height: 40px;
  width: 40px !important;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  right: 45%;
  bottom: -20px;
}

.arrow_right_style img {
  width: 20px;
  height: 20px;
}

.arrow_style_parent {
  display: flex;
  justify-content: center;
  /* position: relative; */
}

/* .service_child_parent .service_card {
  box-shadow: 0px 8px 16px 0px #00000014;
} */

.service_absolute {
  height: 0;
  position: relative;
  top: -44em;
}

.service_card_text {
  background-color: #FFFFFF;
  padding: 24px;
}

/* .service_child_parent .slick-track {
  display: flex;
  column-gap: 20px;
} */

.service_absolute h3 {
  font-family: "Comfortaa";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #FFBB26;
  text-align: center;
  margin-bottom: 20px;
}

.service_absolute h2 {
  font-family: "Comfortaa";
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  color: #fff;
  width: 88%;
  margin: auto;
  margin-bottom: 24px;
}

.service_absolute .service_span {
  color: #FFBB26;
}

.consulting_collapse {
  display: flex;
  width: 90%;
  margin: auto;
  column-gap: 12%;
}


.consulting_approach {
  position: relative;
}

.consulting_approach_figure {
  height: 59em;
}

.consulting_approach_figure img {
  height: 100%;
  object-fit: cover;
}

.consulting_collapse figure img {
  width: 378px;
}

.collapse_heading {
  width: 100%;
}

.accordion-item {
  border: none;
}

.accordion-button::after {
  /* background-color: #FFBB26;
  height: 26px;
  border-radius: 50%;
  width: 26px; */
  display: none;
}

.accordion-button {
  /* padding: 10px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-button.collapsed .fa-chevron-down {
  display: inline-block;
}

.accordion-button:not(.collapsed) .fa-chevron-down {
  display: none;
}

.accordion-button.collapsed .fa-chevron-up {
  display: none;
}

.accordion-button:not(.collapsed) .fa-chevron-up {
  display: inline-block;
}

.iconDiv {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  background: #FFBB26;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.accordion-button hr {
  /* height: 4px;
  width: 100%;
  margin-right: 1rem;
  background-color: #003566;
  border: none;
  opacity: 1; */
}

.accordion-button .accordionTitle {
  font-family: "Comfortaa";
  font-size: 19px;
  font-weight: 600;
  line-height: 28.5px;
}

.accordion-button {
  border-bottom: 2px solid gainsboro;
}

.accordion-button span {
  margin-right: 10px;
  font-family: "Comfortaa";
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #ABABAB;

}

.accordion-button:not(.collapsed) {
  background-color: unset;
}

.accordion-body {
  border-bottom: 2px solid gainsboro;
}

.consulting_absolute {
  position: absolute;
  top: 11%;
  width: 100%;
}

.consulting_child h3 {
  font-family: "Comfortaa";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #FFBB26;
  margin-bottom: 20px;
}

.consulting_child h2 {
  font-family: "Comfortaa";
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  width: 88%;
  margin: auto;
  margin-bottom: 60px;
}

.consulting_child span {
  color: #FFBB26;
}

.tech_trends {
  position: relative;
}

.tech_trends_figure {
  height: 61em;
}

.tech_trends_figure img {
  height: 100%;
  object-fit: cover;
}

.tech_trends_grid_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 80%;
  margin: auto;
  column-gap: 91px;
  row-gap: 91px;
}

.trends_cards {
  padding: 20px;
  box-shadow: 0px 8px 16px 0px #00000014;
  background: #FFFFFF;
  position: relative;
  height: 216px;
}

.trends_cards h5 {
  font-family: "Comfortaa";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin-top: 26px;
}

.trends_cards p {
  font-family: "Comfortaa";
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: center;
}

.trends_cards figure {
  height: 70px;
  width: 70px;
  position: absolute;
  top: -21%;
  left: 37%;
}

.trends_cards figure img {
  height: 100%;
  width: 100%;
}

.tech_trends_absolute {
  position: absolute;
  top: 8%;
  width: 100%;
}

.tech_trends_text {
  text-align: center;
}

.tech_trends_text h3 {
  font-family: "Comfortaa";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #FFBB26;
  margin-bottom: 20px;
}

.tech_trends_text h2 {
  font-family: "Comfortaa";
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}

.tech_trends_text h2 span {
  color: #FFBB26;
}

.tech_trends_text h4 {
  font-family: "Comfortaa";
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: #fff;
  width: 86%;
  margin: auto;
  margin-bottom: 104px;
}

.our_clients .client_figure {
  height: 600px;
}

.our_clients .client_figure img {
  height: 100%;
  object-fit: cover;
}

.client_card figure {
  height: 100px;
  position: absolute;
  top: -18%;
  left: 37%;
}

.client_card figure img {
  height: 100%;
}

.client_slider {
  display: flex;
  width: 90%;
  margin: auto;
  column-gap: 68px;
}

.client_card {
  text-align: center;
  box-shadow: 0px 8px 16px 0px #00000014;
  background-color: #FFFFFF;
  padding: 24px;
  position: relative;
}

.client_slider .slick-track {
  display: flex;
  column-gap: 28px;
  height: 350px;
  padding-top: 65px;
}

.our_clients_text {
  text-align: center;
  margin-bottom: 30px;
}

.our_clients_text h3 {
  font-family: "Comfortaa";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #FFBB26;
  margin-bottom: 20px;
}

.our_clients_text h2 {
  font-family: "Comfortaa";
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
}

.our_clients_text h2 span {
  color: #FFBB26;
}

.our_clients .slick-dots li.slick-active button:before,
.product_slider .slick-dots li.slick-active button::before,
.team_slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: unset;
  background: #0860BD;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.our_clients .slick-dots li button:before,
.product_slider .slick-dots li button::before,
.team_slider .slick-dots li button::before {
  opacity: 1;
  color: unset;
  background: #fff;
  border: 2px solid #0860BD;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.our_clients {
  position: relative;
}

.our_client_absolute {
  position: relative;
  top: -32em;
  height: 0;
}

.contact_us_div figure {
  height: 650px;
}

.contact_us_div figure img {
  height: 100%;
  object-fit: cover;
}

.contact_us_div {
  position: relative;
}

.contact_div_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 100px;
  position: absolute;
  top: 8%;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact_form {
  display: flex;
  flex-direction: column;
}

.contact_form .validate_number {
  position: absolute;
  bottom: 39%;
}

.contact_form .validate_name {
  position: absolute;
  top: 16.4%;
}

.contact_us_child2 {
  padding: 40px;
  background-color: #003566;
  margin-right: 8%;
}

.contact_form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.contact_form input,
.contact_form textarea {
  padding: 11px 20px;
  font-family: "Comfortaa";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  border-radius: 10px;
}

.send_button {
  text-align: center;
}

.send_button button {
  background-color: #FFBB26;
  padding: 10px 16px;
  border: none;
  border-radius: 10px;
  font-family: "Comfortaa";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
}

.contact_us_child1 {
  padding-left: 12%;
}

.contact_us_child1 h3 {
  font-family: "Comfortaa";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #003566;
  margin-bottom: 20px;
}

.contact_us_child1 h2 {
  font-family: "Comfortaa";
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  color: #424240;
}

.contact_us_child1 span {
  color: #FFBB26;
}

.contact_us_child1 p {
  font-family: "Comfortaa";
  font-size: 19px;
  font-weight: 500;
  line-height: 28.5px;
  color: #666563;
}

.contact_us_child1 button {
  background-color: #FFBB26;
  padding: 10px 16px;
  border: none;
  border-radius: 10px;
  font-family: "Comfortaa";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
}

.about_absolute h1 {
  font-family: "Comfortaa";
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  color: #FFBB26;
  margin-bottom: 45px;
}

.about_absolute h2 {
  font-family: "Comfortaa";
  font-size: 25px;
  font-weight: 600;
  line-height: 42px;
  color: #fff;
  margin-bottom: 26px;
  text-align: justify;
}

.about_absolute p {
  font-family: "Comfortaa";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  margin-bottom: 48px;
  text-align: justify;
}

.aboutParent {
  position: relative;
}

.about_absolute {
  width: 55%;
  position: absolute;
  top: 6%;
  padding-left: 7%;
}

.whatsapp_position {
  bottom: 8%;
  right: 4%;
  position: fixed;
  z-index: 2;
}

.whatsapp_position figure {
  height: 52px;
  width: 52px;
  background-color: #09AC02;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp_position figure img {
  height: 28px;
  width: 28px;
}

.product_slider {
  width: 90%;
  margin: auto;
}

.product_slider .slick-list {
  padding-top: 51px;
}

.product_slider .slick-track {
  display: flex;
  column-gap: 28px;
}

.product_card {
  background-color: #EBF4FD;
  text-align: center;
  box-shadow: 0px 8px 16px 0px #00000014;
  position: relative;
  height: 318px !important;
}

.product_card figure {
  position: absolute;
  top: -51px;
  right: 37%;
}

.product_card figure img {
  /* height: 100%;
  position: absolute;
  top: -50px; */
}

.our_product_absolute {
  height: 0;
  top: -76em !important;
  position: relative;
}

.our_product_figure {
  height: 81em;
}

.our_product_figure img {
  height: 100%;
  object-fit: cover;
}

.our_product_absolute h3 {
  font-family: "Comfortaa";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #FFBB26;
  text-align: center;
  margin-bottom: 20px;
}

.spanproduct {
  color: #FFBB26;
}

.our_product_absolute h2 {
  font-family: "Comfortaa";
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  margin-bottom: 40px;
}

.team_card figure img {
  /* height: 476px; */
  height: 384px;
  object-fit: cover;
}

.team_slider {
  width: 90%;
  margin: auto;
}

.team_slider .slick-track {
  display: flex;
  column-gap: 28px;
}

.team_card_text {
  text-align: center;
  color: #fff;
  position: relative;
  top: -66px;
  height: 0;
}

.our_team_absolute {
  height: 0;
  position: relative;
  top: -37em;
}

.our_team_absolute h3 {
  font-family: "Comfortaa";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #FFBB26;
  text-align: center;
  margin-bottom: 20px;
}

.our_team_absolute h2 {
  font-family: "Comfortaa";
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;

}

.footer_div_style {
  justify-content: center;
  position: relative;
  height: 0;
  top: -21em;
}

.footer_div_style {
  margin-right: 0;
}

.containerCustomFooter {
  width: 98%;
  margin: auto;
}

.footer_div_style .logo {
  width: 213px;
  margin-bottom: 20px;
}

.footerBottom {
  background-color: #FFBB26;
  align-items: center;
  padding: 16px;
  gap: 6px;
}

.footer_div_style .pText p {
  font-family: "Comfortaa";
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  color: #FFFFFF;
  padding-left: 22px;
  width: 81%;
}

.usefulLinkStyle h5 {
  font-family: "Comfortaa";
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 45px;
}

.usefulLinkStyle ul {
  font-family: "Comfortaa";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #FFFFFF;
}

/* services css starts here */
.services_card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 90%;
  margin: auto;
  column-gap: 20px;

}

.services_card_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: auto;
  column-gap: 20px;
}

.services_card_child {
  box-shadow: 0px 8px 16px 0px #00000014;
  padding: 24px 16px;
  background-color: #FFFFFF;
}

.services_card_child img {
  width: 60px;
}

.service_inner_child {
  display: flex;
  align-items: baseline;
  column-gap: 16px;
}

.services_card_child h4 {
  font-family: "Comfortaa";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.services_card_child p {
  font-family: "Comfortaa";
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
}

.our_services_absolute .services_card {
  margin-bottom: 45px;
}

.our_services_absolute h3 {
  font-family: "Comfortaa";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #FFBB26;
  text-align: center;
  margin-bottom: 20px;
}

.our_services_absolute h2 {
  font-family: "Comfortaa";
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  margin-bottom: 31px;
}

.our_services_absolute h2 span {
  color: #FFBB26;
}

.workmodel_collapse {
  display: flex;
  width: 88%;
  margin: auto;
  column-gap: 2%;
}

.workmodel_collapse figure img {
  width: 378px;
}

.workmodel_text h3 {
  font-family: "Comfortaa";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #FFBB26;
  margin-bottom: 20px;
}

.workmodel_text h2 {
  font-family: "Comfortaa";
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  width: 81%;
}

.workmodel_text span {
  color: #FFBB26;
}

.workmodel_text .workfigure {
  text-align: center;
}

.workmodel_text .workfigure img {
  width: 627px;
}

.our_services {
  position: relative;
}

.services_absolute_parent {
  position: absolute;
  top: 5%;
}

.our_work_model {
  margin-top: 12%;
}

.other_Services {
  background-color: #F2F7FD;
  padding-top: 100px;
  padding-bottom: 100px;
}

.other_services_child {
  display: flex;
  justify-content: center;
  width: 100%;
  column-gap: 3%;
}

.services_icon_div h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #FFBB26;
  margin-bottom: 20px;
}

.services_icon_div ul {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.services_icon_div ul li {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 4px;
  padding-right: 44px;
  column-gap: 24px;
}

.services_icon_div ul li span {
  font-family: "Comfortaa";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #254669;
}

.services_icon_div ul li img {
  width: 32px;
}

.news_letter_div {
  background-color: #003566;
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  border-radius: 20px;
  position: relative;
  left: 4%;
}

.news_letter_div ul li {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.news_letter_div ul li span {
  font-family: "Comfortaa";
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  color: #FDFDFD;
}

.news_letter_div ul li img {
  width: 53px;
}

.services_search_container {
  position: relative;
  display: flex;
}

.services_search_container input {
  width: 100%;
  padding: 16px;
  box-shadow: 0px 4px 8px 0px #00000029;
  border-radius: 10px;
  font-family: "Comfortaa";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  color: #CDCDC8;
}

.services_search_container button {
  position: absolute;
  right: 3%;
  top: 8px;
  font-family: "Comfortaa";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  background-color: #FFBB26;
  border-radius: 10px;
  padding: 10px 16px;
  border: navajowhite;
}

.career_banner {
  display: flex;
  justify-content: center;
  background-color: #FFF7E6;
  column-gap: 75px;
}

.career_banner .imageDiv {
  width: 427px;
}

.career_banner .textDiv {
  padding-top: 75px;
}

.career_banner .textDiv h3 {
  font-family: "Comfortaa";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #FFBB26;
}

.career_banner .textDiv h1 {
  font-family: "Comfortaa";
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  color: #666563;
}

.career_banner .textDiv h1 span {
  color: #FFBB26;
}

.career_banner .textDiv h2 {
  font-family: "Comfortaa";
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #666563;
}

.carrer_job_Head {
  position: relative;
}

.carrer_job_Head .job-list-figure {
  height: 61em;
}

.carrer_job_Head .job-list-figure img {
  height: 100%;
  object-fit: cover;
}

.carrer_job_Head .job-list-figure_img {
  height: 55em;
}

.carrer_job_Head .job-list-figure_img img {
  height: 100%;
  object-fit: cover;
}

.career_job_parent {
  position: absolute;
  top: 5%;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.career_job_parent .pagination {
  justify-content: center;
  margin-top: 12px;
  text-align: center;
  /* background-color: #003566; */
}

.career_job_parent .pagination .page-item {
  width: 47px;
}

.career_job_parent .pagination .active>.page-link,
.page-link.active {
  background-color: #2162B8;
}

.career_job_parent .pagination .nexticon {
  /* background-image: url(../img/rightangle.png); 
 height: 30px;
 width: 30px; */
}

.career_job_detail {
  position: absolute;
  top: 8%;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.searchbar_contain {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}

.searchbar_contain .form-group select {
  border-radius: 5px;
  background-color: #FFBB26;
  border: none;
  font-family: "Comfortaa";
  font-size: 17px;
  font-weight: 600;
  line-height: 25.5px;
  padding: 8px 60px;
}

.searchbar_contain .form-group select option {
  background-color: white !important;
}

.downButton button {
  border-radius: 5px;
  background-color: #FFBB26;
  border: none;
  font-family: "Comfortaa";
  font-size: 17px;
  font-weight: 600;
  line-height: 25.5px;
  padding: 8px 60px;
}

.searchinput_containeR {
  display: flex;
  position: relative;
}

.searchinput_containeR input {
  width: 500px;
  border: 1px solid #003566;
  border-radius: 8px;
  padding: 8px 31px;
  font-family: "Comfortaa";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  color: black;

}

.searchinput_containeR input:focus {
  outline: none;
}

.searchinput_containeR img {
  width: 24px;
  position: relative;
  left: 30px;
}

.logos-slider-section {
  position: relative;
}

.logos-slider-section span {
  position: absolute;
  top: 5%;
  left: 5%;
  font-family: "Comfortaa";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #FFBB26;
}

.searchinput_containeR button {
  background-color: #FFBB26;
  border-radius: 8px;
  font-family: "Comfortaa";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  border: none;
  padding: 8px 16px;
  color: #FFFFFF;
  position: absolute;
  right: 1.1%;
  top: 3px;
}

.Carrer_card_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 42px;
}

.Carrer_cards {
  background-color: #EBF4FD;
  box-shadow: 0px 8px 16px 0px #00000014;
  padding: 24px 16px;
}

.Carrer_cards h3 {
  font-family: "Comfortaa";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.Carrer_cards ul li,
.job-detail-child ul li {
  list-style: none;
  font-family: "Comfortaa";
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  color: #424240;
}

.Carrer_cards ul {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.Carrer_cards ul li span,
.job-detail-child ul li span {
  font-family: "Comfortaa";
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.job-detail-title {
  display: flex;
  justify-content: space-between;
}

.job-detail-child .job-apply {
  background: #FFBB26;
  border: none;
  font-family: "Comfortaa";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  padding: 8px 10px;
  border-radius: 8px;
  width: 135px;
}

.job-detail-child .job-save {
  background: #FFFFFF;
  border: none;
  font-family: "Comfortaa";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  padding: 8px 10px;
  border: 1px solid #003566;
  border-radius: 8px;
  width: 135px;
  margin-left: 10px;
}

.job-descP p {
  font-family: "Comfortaa";
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
}

.job-descP .jobDescpspan {
  font-family: "Comfortaa";
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  color: #003566;
}

.job-descP .job-desculStyle li {
  list-style: disc;
}

.job-descP .job-desculStyle {
  padding-left: 20px;
}

.job-desculStyle span {
  color: #FFBB26;
}

.job-descP {
  margin-top: 24px;
}

.product_slider h4 {
  margin-top: 59px !important;
}

.client_slider h4,
.product_slider h4 {
  font-family: "Comfortaa";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
  margin-top: 36px;
}

.client_slider .slick-dots {
  bottom: -7%;
}

.client_slider p,
.product_slider p {
  font-family: "Comfortaa";
  font-size: 19px;
  font-weight: 500;
  line-height: 28.5px;
  color: #666563;
}

.job-detail {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px 0px #00000029;
  padding: 16px;
  border-radius: 8px;
}

.product_slider .slick-dots {
  bottom: -12%;
}

.team_slider .slick-dots {
  position: absolute;
  bottom: -10%;
}

/* apply */
.career_documents {
  border-radius: 16px;
}

.career_documents.modal {
  --bs-modal-width: 70%;
}

.career_documents .modal-content {
  background-color: #F2F7FD;
  padding: 30px 0;
}

.form_div {
  width: 58%;
  margin: auto;
}

.file-input-container {
  text-align: center;
  margin-bottom: 14px;
}

.custom-file-label {
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--E77A11, #FFBB26);
  background: #FFF;
  color: var(--E77A11, #FFBB26);
  text-align: center;
  font-variant-numeric: slashed-zero;
  font-family: "Comfortaa";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-file-input {
  display: none;
}

.form_div h4 {
  color: #424240;
  font-variant-numeric: slashed-zero;
  font-family: "Comfortaa";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 12px;
}

.form-group {
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
}

.form-group label {
  color: #424240;
  font-variant-numeric: slashed-zero;
  font-family: "Comfortaa";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-group label span {
  color: red;
}

.form-group input {
  border-radius: 10px;
  border: 1px solid #ADACA8;
  background: #FFF;
  padding: 11px 24px;
  outline-color: #E77A11;
  width: 100%;
}

.custom-file-label2 {
  border-radius: 10px;
  border: 1px solid var(--E77A11, #FFBB26);
  background: #FFF;
  color: #fff;
  padding: 4px 20px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-align: initial;
  padding-left: 9%;
}

#country_code {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 29%;
  padding-left: 3%;
  outline-color: #E77A11;
  color: #ADACA8;
}

#phone {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

::placeholder {
  color: #ADACA8;
}

.input1 {
  color: var(--E77A11, #FFBB26);
  font-variant-numeric: slashed-zero;
  font-family: "Comfortaa";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input2 {
  color: #ADACA8;
  font-variant-numeric: slashed-zero;
  font-family: "Comfortaa";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.phone-input {
  display: flex;
  align-items: center;


}

.phone-input select,
.phone-input input[type="tel"] {
  height: 47.5px;
  width: 100%;
  -webkit-appearance: none;
  /* Adjust the height as needed */
}

.button_form {
  width: 100%;
  border-radius: 10px;
  background: var(--E77A11, #FFBB26);
  padding: 10px 24px;

  color: #FFF;
  font-family: "Comfortaa";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}

.add_docx {
  height: 0;
  position: relative;
  top: 1%;
  left: 3%;
  font-size: 24px;
  color: #ADACA8;
  pointer-events: none;
}

.drop_down {
  position: relative;
  top: 11px;
  left: 14%;
  height: 0;
  color: #ADACA8;
  font-size: 17px;
  pointer-events: none;
}

.career_success {
  background: #FFF;
  padding: 80px;
}

.success_child1 {
  border-radius: 16px;
  border: 1px solid var(--E77A11, #2162B8);
  background: #FFF;
  padding: 24px;
}

.success_child2 {
  border-radius: 16px;
  background: var(--background, #F2F7FD);
  text-align: center;
}

.success_child3 {
  padding: 156px 100px;
  width: 63%;
  margin: auto;
}

.success_child3 figure {
  width: 100%;
  margin-bottom: 25px;
}

.success_child3 figure img {
  width: 112px;
}

.success_child3 h2 {
  color: #254669;
  text-align: center;
  font-variant-numeric: slashed-zero;
  font-family: "Comfortaa";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.success_child3 p {
  color: #666563;
  text-align: center;
  font-family: "Comfortaa";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.success_child3 h3 {
  color: var(--E77A11, #FFBB26);
  text-align: center;
  font-family: "Comfortaa";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  #particles-js {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 88vh;
    margin-top: -75%!important;
}
  .service_child_parent .slick-track {
    height: 375px;
    column-gap: 23px;
    display: flex;
  }

  .partnersStyle .partnersImage figure {
    min-width: 150px;
  }

  .partnersStyle .partnersImage {
    justify-content: unset;
    overflow: auto;
    flex-wrap: unset;
  }

  .drop_down {
    position: absolute;
    top: 39%;
    left: 15%;
  }

  .Carrer_child {
    grid-template-columns: repeat(1, 1fr);
    width: 98%;

  }

  .cImgicon {
    width: 100%;
  }

  .Carrer_child img {
    width: 100%;
  }

  .Carrer_child figure img {
    left: -55px;
  }

  .custom_button {
    font-size: 18px;
  }

  .career_documents {
    padding: 24px 0px;
  }

  .form_div {
    width: 94%;
  }

  .custom-file-label2 {
    padding-left: 12%;
  }

  .career_success {
    padding: 80px 0px;
  }

  .success_child3 {
    padding: 84px 34px;
    width: 100%;
  }

  .custom_button2 {
    width: 44%;
    margin: auto;
  }

  .homeBanner .homeBanner_figure {
    height: 38em;
  }

  .homebannerImgDiv {
    display: flex;
    position: absolute;
    top: 43%;
  }

  .homeBanner .homeBanner_figure img {
    height: 100%;
    object-fit: cover;
  }

  .headphoneaccessories {
    display: flex;
    position: absolute;
    top: 8%;
    overflow: hidden;
  }

  .headphoneaccessories .headaccessfirst {
    position: relative;
    top: -38px;
    left: 43%;
  }

  .headaccesssecond {
    display: none;
  }

  .homeimgDiv {
    display: none;
  }

  .watchaccessories {
    display: none;
  }

  .hometextDiv {
    width: 90%;
    margin-top: -35%;
  }

  .our_service .our_service_figure {
    height: 48em;
  }

  .our_service .our_service_figure img {
    height: 100%;
    object-fit: cover;
  }

  .consulting_collapse {
    display: block;
  }

  .consulting_approach .consulting_approach_figure {
    height: 111em;
  }

  .consulting_approach .consulting_approach_figure img {
    object-fit: cover;
    height: 100%;
  }

  .tech_trends_absolute {
    position: absolute;
    top: 8%;
  }

  .tech_trends .tech_trends_figure {
    height: 52em;
  }

  .tech_trends .tech_trends_figure img {
    height: 100%;
    object-fit: cover;
  }

  .trends_cards {
    height: 251px;
    min-width: 302px;
  }

  .tech_trends_grid_cards {
    display: flex;
    padding-top: 70px;
    overflow: auto;
  }

  .trends_cards figure {
    height: 70px;
    position: absolute;
    top: -15%;
  }

  .contact_us_div figure {
    height: 69em;
  }

  .contact_div_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact_us_child2 {
    margin: 0;
    padding: 16px 8px;
  }

  .services_absolute_parent {
    position: absolute;
    top: 1%;
    width: 100%;
  }

  .services_card {
    grid-template-columns: repeat(1, 1fr);
  }

  .services_card_flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
  }

  .workmodel_collapse {
    display: flex;
    width: 88%;
    margin: auto;
    column-gap: 2%;
    flex-direction: column;
  }

  .our_services .our_servicess_figuree {
    height: 179em;
  }

  .our_services .our_servicess_figuree img {
    height: 100%;
    object-fit: cover;
  }

  .workmodel_text .workfigure img {
    width: 100%;
  }

  .footer_div_style {
    top: -67em;
  }

  footer .footer_figure {
    height: 70em;
  }

  footer .footer_figure img {
    height: 100%;
    object-fit: cover;
  }

  .footer_div_style {
    text-align: center;
  }

  .footer_div_style .pText p {
    width: 100%;
  }

  .footer_div_style .logo {
    width: 76%;
    margin: auto;
    margin-bottom: 13px;
  }

  .other_services_child {
    row-gap: 52px;
  }

  .services_search_container {
    flex-direction: column;
    row-gap: 10px;
  }

  .services_search_container button {
    position: unset;
  }

  .news_letter_div ul li span {
    font-size: 15px;
    line-height: 20px;
  }

  .news_letter_div ul li img {
    width: 20px;
  }

  .news_letter_div ul li {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }

  .aboutParent .aboutParent_figure {
    height: 52em;
  }

  .aboutParent .aboutParent_figure img {
    height: 100%;
    object-fit: cover;
  }

  .about_absolute {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .about_absolute h2 {
    font-family: "Comfortaa";
    font-size: 20px;
    text-align: left;
  }

  .about_absolute p {
    font-family: "Comfortaa";
    font-size: 17px;
    text-align: justify;
    width: 100%;
  }

  .career_job_parent {
    position: absolute;
    top: 3%;
  }

  .career_job_detail {
    position: absolute;
    top: 3%;
  }

  .carrer_job_Head figure {
    height: 141em !important;
  }

  .carrer_job_Head .job-list-figure {
    height: 132em;
  }

  .carrer_job_Head .job-list-figure img {
    object-fit: cover;
    height: 100%;
  }

  .Carrer_card_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .carrer_job_Head figure img {
    height: 100%;
    object-fit: cover;
  }

  .career_banner {
    display: block;
  }

  .downButton button {
    /* padding: 8px 8px; */
  }

  .searchbar_contain {
    display: flex;
    flex-direction: column;
  }

  .downButton {
    text-align: center;
    margin-bottom: 16px;
  }

  .career_banner .imageDiv {
    width: 270px;
  }

  .career_banner .textDiv {
    padding-left: 10px;
  }

  .aboutParent .aboutprentFigure {
    height: 55em;
  }

  .aboutParent .aboutprentFigure img {
    height: 100%;
    object-fit: cover;
  }

  .our_product .our_product_figure {
    height: 90em;
  }

  .our_product .our_product_figure img {
    height: 100%;
    object-fit: cover;
  }

  .our_product_absolute {
    height: 0;
    top: -85em !important;
    position: relative;
  }

  .our_team_absolute {
    height: 0;
    position: relative;
    top: -43em;
  }

  .navbar-nav {
    text-align: center;
    background-color: aliceblue;
  }

  .team_card figure {
    height: 385px;
  }

  .team_card figure img {
    height: 100%;
  }

  .team_card_text {
    position: relative;
    top: -63px;
  }

  .about_absolute h1 {
    font-family: "Comfortaa";
    font-size: 28px;
  }

  .consulting_collapse figure {
    text-align: center;
  }

  .consulting_collapse figure img {
    width: 100%;
  }

  /* .service_child_parent {
    display: flex;
    width: 90%;
    margin: auto;
    column-gap: 20px;
    height: 388px;
  } */

  .arrow_right_style {
    position: absolute;
    right: 42%;
  }

  .tech_trends_text h4 {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 30px;
  }

  .tech_trends_text {
    width: 95%;
    margin: auto;
  }

  .contact_us_child1 h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .contact_us_child1 p {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .hometextDiv h1 {
    font-size: 28px;
    line-height: 42px;
  }

  .service_absolute h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .service_absolute h3 {
    font-family: "Comfortaa";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .consulting_child h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .tech_trends_text h2,
  .our_clients_text h2,
  .our_product_absolute h2,
  .our_team_absolute h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .contact_us_child1 {
    padding: 0;
  }

  .product_slider .slick-dots {
    bottom: -12%;
  }

  .team_slider .slick-dots {
    position: absolute;
    bottom: -10%;
  }

  .our_services_absolute h2 {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
  }

  .our_services_absolute .services_card {
    row-gap: 16px;
  }

  .searchinput_containeR input {
    width: 100%;
  }

  .searchinput_containeR img {
    width: 24px;
    position: absolute;
    left: 5px;
    top: 9px;
  }

  .career_banner .textDiv h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .career_banner .textDiv h2 {
    font-family: "Comfortaa";
    font-size: 19px;
  }

  .slick-next {
    display: none !important;
  }

  .slick-prev {
    display: none !important;
  }
}


@media only screen and (max-width:400px) {
  .Carrer_card_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .our_service_figure {
    height: 46em;
  }

  .carrer_job_Head figure {
    height: 82em !important;
  }

  .our_service_figure img {
    object-fit: cover;
    height: 100%;
  }

  .homebannerImgDiv {
    padding: 0px 10px;
    display: flex;
    position: absolute;
    top: 22%;
    width: 100%;
    column-gap: 8%;
    justify-content: center;
  }

  .consulting_collapse {
    display: block;
  }

  .consulting_collapse figure {
    text-align: center;
  }

  .consulting_approach_figure {
    height: 87em;
  }

  .headphoneaccessories {
    top: 15%;
  }

  .tech_trends_grid_cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    height: 470px;
    margin: auto;
    column-gap: 91px;
    row-gap: 91px;
  }

  .tech_trends_figure {
    height: 87em;
  }

  .our_client_absolute {
    position: relative;
    top: -34em;
    height: 0;
  }

  .about_absolute p {
    font-family: "Comfortaa";
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    margin-bottom: 48px;
    text-align: justify;
  }

  .client_slider .slick-dots {
    bottom: -13%;
  }

  .contact_div_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    position: absolute;
    top: 8%;
  }

  .footer_figure {
    height: 25em;
  }

  .footer_figure img {
    height: 100%;
    object-fit: cover;
  }

  .aboutprentFigure {
    height: 47em;
  }

  .aboutprentFigure img {
    object-fit: cover;
    height: 100%;
  }

  .about_absolute {
    width: 95%;
  }

  .workmodel_collapse {
    display: flex;
    width: 88%;
    margin: auto;
    column-gap: 2%;
    flex-direction: column;
  }

  .our_services .our_servicess_figuree {
    height: 143em;
  }

  .other_services_child {
    display: flex;
    justify-content: space-around;
    column-gap: 0;
  }

  .usefulLinkStyle h5 {
    font-family: "Comfortaa";
    font-size: 21px;
  }

  .workmodel_text h2 {
    font-family: "Comfortaa";
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    width: 100%;
  }

  .imageDiv figure {
    /* width: 406px; */
  }

  .career_banner .imageDiv {
    width: 367px;
  }

  .Carrer_card_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .career_banner {
    display: flex;
    justify-content: center;
    background-color: #FFF7E6;
    column-gap: 10px;
  }

  .searchinput_containeR input {
    width: 439px;
  }

  .carrer_job_Head .job-list-figure_img {
    height: 76em;
  }

  .watchaccessories {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1450px) {
  .our_product_absolute {
    height: 0;
    top: -83em;
  }

  .service_absolute {
    height: 0;
    position: relative;
    top: -43em;
  }
}

@media only screen and (min-width:1550px) {
  /* .service_child_parent {
    height: 470px;
  } */

  .consulting_approach_figure {
    height: 57em;
  }

  .consulting_approach_figure img {
    object-fit: cover;
    height: 100%;
  }

  .service_absolute h2 {
    width: 80%;
  }

  .service_absolute {
    top: -46em;
  }

  .our_product_absolute {
    height: 0;
    top: -77em !important;
    position: relative;
  }

  .our_team_absolute {
    top: -40em;
  }

  .our_product_figure {
    height: 84em;
  }

  .our_product_figure img {
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1253px) {
  .our_product_absolute {
    height: 0;
    top: -80em;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .our_product_absolute {
    height: 0;
    top: -67em;
  }

  .service_absolute {
    height: 0;
    position: relative;
    top: -42em;
  }

  .our_service_figure {
    height: 46em;
  }

  .our_service_figure img {
    object-fit: cover;
    height: 100%;
  }

  .our_team_absolute {
    height: 0;
    position: relative;
    top: -41em;
  }
}