:root {
  --theme-color: #207694;
  --theme-color2: #684df4;
  --title-color: #141d38;
  --body-color: #737887;
  --smoke-color: #f5f5f5;
  --smoke-color2: #e2e8fa;
  --smoke-color3: #eff1f9;
  --black-color: #000000;
  --black-color2: #080e1c;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #72849b;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #e0e0e0;
  --title-font: 'Barlow', sans-serif;
  --body-font: 'Roboto', sans-serif;
  --icon-font: 'Font Awesome 6 Pro';
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

.banner_service {
  padding: 100px 0;
  overflow: hidden;
  text-align: center;
}

.heading-service-que {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
  text-transform: uppercase;
  line-height: 24px;
  margin-top: -0.34em;
  text-align: start;
}

.heading-service {
  font-size: 40px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.heading-service-que {
  font-family: Barlow;
  font-size: 20px;
  font-weight: 400;
  line-height: 40.8px;
  color: var(--title-color);
}

.grow-us-section-top {
  padding: 90px 0 90px 0px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.topLeft {
  position: absolute;
  top: 0;
  left: 0;
  z-index:0;
}
.bottomRight{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.imageWidth{
 max-width:150px;
  height: auto;
}
.cont-position{
  position: relative;
}
.imageWidth img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.grow-us-circle {
  width: 25px;
  height: 25px;
  border-radius: 100% 0 0 100%;
  background-color: #207694 !important;
}
.grow-us-heading {
  color: var(--title-color);
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0;
  min-width: 100px;
  margin-right: 12px !important;
}
.left-grow-sec {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.grow-us-description {
  color: #737887;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  max-width: 800px;
  text-align: justify;
}

.features-one {
  background: var(--logistiq-white);
  padding: 60px 0 60px 0;
  z-index: 1;
}
.faq-one--faq,
.features-one {
  position: relative;
  display: block;
}

.left-grow-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 100%;
}
.top-image-div {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
}
.icon-image {
  border-radius: 10px;
  height: 33px;
}
.grow-card h5 {
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #141d38;
}
.grow-card p {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #737887;
}
.grow-card-img {
  background-color: rgba(32, 118, 148, 0.1);
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 100%;
}
.left-grow-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  padding: 50px 10px;
  background-color: #eef1f9;
  border-radius: 10px;
}

.card-grow {
  border-radius: 10px;
  background-color: #eef1f9;
  border: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.grow-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.right-grow-div {
  position: relative;
  padding-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  z-index: 0;
}

.backImg {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  z-index: -1;
  width: 320px;
  height: 333px;
}

.front-img {
  position: relative;
  z-index: 1;
  max-width: 522px;
  max-height: 377px;
  border-radius: 10px 0px 0px 0px;
  opacity: 0px;
}
.front-img {
  position: relative;
  z-index: 1;

  border-radius: 10px 0px 0px 0px;
  opacity: 0px;
  height: 100%;
  object-fit: cover;
  height: 100% !important;
}
.service-fluid-background {
  background: url(./../img/servicePge/Background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service-grow-card {
  border-color: #207694;
  border-top: 8px solid #207694;
}
.service-grow-card {
  border-color: #207694;
  border-top: 8px solid #207694;
  padding: 10px;
}

.section-why-choose > p {
  flex-direction: column;
}
.service-grow-card-text {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #141d38 !important;
}
.service-grow-card-text-body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px !important;
  color: #000000;
}
.bottom-grow-card {
  border: none;
}
.feature-card-wrap2 > .card {
  border-radius: 15px;
  height: 100%;
}
.innerHeading {
  font-weight: 700;
}

.text-container {
  position: relative;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tracewave {
  color: rgba(200, 200, 200, 0.5);
  position: absolute;
  font-family: Barlow;
  font-size: 8rem;
  font-weight: 700;
  line-height: 7px;
  letter-spacing: 8.399999618530273px;

  z-index: 1;
}

.android-development {
  position: relative;
  z-index: 2;
  top: 30px;
}
.android {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 60.64px;
  font-weight: 400;
  line-height: 72.77px;
}
.development {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 60.64px;
  font-weight: 700;
  line-height: 72.77px;
}
.service-grow-card-text-body.service-grow-card:hover {
  background-color: var(--theme-color);
}
.bottom-grow-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #eef1f9;
}
.body-grow-down {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grow-card-img {
  min-width: 64px;
}
.relative-container {
  position: relative;
  top: -130px;
  padding-bottom: 0;
}

.portfolioBanner {
  object-fit: contain;
}
.portfolio-top-banner {
  display: flex;
  gap: 20px;
}
.portfolio-circle {
  width: 5px;
  height: 80%;
  border-radius: 0;
}
.portfolio-span {
  font-family: var(--title-font);
  font-size: 48px;
  font-weight: 400;
  line-height: 28px;
  color: var(--title-color);
}

.portFolio-cust-card.card {
  display: flex;
  background-color: #fff;
  border: none !important;
  border-radius: unset;

  overflow: hidden;
  transition: transform 0.3s ease;
  background-color: #eef1f9;
}

.portFolio-cust-card img.image {
  flex: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portFolio-cust-card > .card-details {
  flex: 1;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  background-color: white;
}

.portFolio-cust-card > .card-details h3 {
  margin: 0 0;
  color: #333;
  font-family: var(--body-font);
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: var(--theme-color);
}

.portFolio-cust-card > .card-details p {
  margin: 0;

  line-height: 1.6;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--title-color);
}

.portFolio-cust-card.reverse {
  flex-direction: row-reverse;
}
.portfolio-custom-cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1200px;
  /*margin: 40px auto;*/
  /*padding: 15px;*/
}
.second-portfolio-img {
  background-color: #5e9eea80;
}
.portfolio-inner-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: transparent;
  border: none;
}
.portfolio-inner-card > .card-body > h5 {
  margin-bottom: 0;
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 30.89px;
  color: #141d38;
}
.portfolio-inner-card > .card-body > p {
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;

  color: #737887;
}
.portfolio-inner-card > .card-body {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.card-custom-img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-custom-img > img {
  object-fit: contain;
}

.portfolio-bottom-image-div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.portfolio-link-image {
  max-height: 36px;
  object-fit: contain;
}
.portFolio-cust-card:nth-of-type(1) {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.card-inner-img {
  width: 50%;
}
.card-end {
  align-items: flex-end;
}

.card-custom-img {
  width: 20%;
}
.portfolio-inner-card > .card-body {
  width: 80%;
}
.card-custom-img > img {
  width: 90%;
}

.sub-title {
  padding: 10px 0;
}
.text-content {
  margin-top: 8px;
}

@media (max-width: 1300px) {
  .right-grow-div {
    justify-content: center;
  }
  .backImg {
    display: none;
  }
  .card-grow {
    border-radius: 10px;
    background-color: #eef1f9;
    border: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .grow-card-img {
    background-color: rgba(32, 118, 148, 0.1);
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
  }
  .grow-card-img {
    min-width: 60px;
  }
}
.font-30 {
  font-size: 30px !important;
}
@media (max-width: 1200px) {
  .backImg {
    top: 150px;
    left: 40px;
  }
  .right-grow-div {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .tracewave {
    font-size: 6rem;
  }
  .development {
    font-size: 40px;
  }
  .android {
    font-size: 40px;
  }
  .grow-us-section {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .android-development {
    top: 24px;
  }
  .left-grow-div {
    display: flex;
    justify-content: center !important;
    gap: 20px;
  }
  .backImg {
    top: 150px;
    left: -70px;
  }

  .right-grow-div {
    padding-top: 0;
    justify-content: center !important;
  }

  .font-30 {
    font-size: 25px !important;
  }
  .portFolio-cust-card.reverse {
    flex-direction: column;
  }
  .card-inner-img {
    width: 100%;
  }
  .portFolio-cust-card > .card-details {
    padding: 15px;
  }
  .card-end {
    order: 2;
    align-items: flex-start;
  }
  .portFolio-cust-card.card {
    padding: 20px 0;
  }
  .portfolio-inner-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .android-development {
    top: 15px;
  }
  .tracewave {
    font-size: 4rem;
  }
  .development {
    font-size: 30px;
  }
  .android {
    font-size: 30px;
  }
  .grow-us-section {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .left-grow-div {
    display: flex;
    justify-content: center !important;
  }

  .backImg {
    top: 80px;
    left: -40px;
  }
  .right-grow-div {
    justify-content: center !important;
  }
  .card-grow {
    gap: 10px;
  }
  .bottom-grow-card {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
  }
  .body-grow-down {
    padding-left: 0;
    padding-right: 0;
  }
  .bottom-padding {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 576px) {
  .android-development {
    top: 13px;
  }
  .heading-service {
    font-size: 30px;
  }

  .tracewave {
    font-size: 3rem;
  }
  .development {
    font-size: 20px;
  }
  .android {
    font-size: 20px;
  }
  .grow-us-section {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .left-grow-div {
    display: flex;
    justify-content: center !important;
  }
  .features-one {
    padding: 40px 0;
  }
  .grow-card-img {
    padding: 20px;
  }
  .icon-image {
    min-width: 33px;
  }
  .bottom-grow-card {
    justify-content: space-around;
    gap: 10px;
    align-items: flex-start;
  }
  .grow-us-section-top {
    padding: 50px 0;
  }
  .relative-container {
    top: -80px;
  }
  .heading-service {
    font-size: 24px;
  }
  .right-grow-div {
    padding-bottom: 50px !important;
  }
  .portfolio-custom-cont {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 380px) {
  .android-development {
    top: 10px;
  }
  .tracewave {
    font-size: 2.5rem;
  }
  .development {
    font-size: 25px;
  }
  .android {
    font-size: 25px;
  }
  .grow-us-section {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .banner_service {
    padding: 50px 0;
  }
  .grow-us-section-top {
    padding: 60px 0;
  }
  .heading-service {
    font-size: 30px;
  }
}

.portFolio-cust-card.card {
  margin: 20px 0 !important;
}
.portFolio-cust-card:nth-of-type(1) {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.portFolio-cust-card:nth-of-type(6) {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.heading-service-portfolio {
  font-family: var(--title-font);
  font-size: 31px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.heading-port {
  font-family: var(--title-font);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.portMobileImg-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.portMobileImg {
  object-fit: contain;
  width: 100%;
}

/* .center-slider .slick-slide {
  transition: transform 0.3s ease;
} */
/* .center-slider .slick-center {
    transform: scale(1.2);
  } */
/* .center-slider .slick-slide.slick-active {
    transform: scale(0.8);
  } */
/*
  
  */
/* .center-slider .slick-slide.slick-active.slick-center {
    transform: scale(1.4);
  } */

/* .center-slider .slick-slide.slick-active.slick-left,
  .center-slider .slick-slide.slick-active.slick-right {
    transform: scale(1.2);
  }

  .center-slider .slick-slide.slick-active.slick-second-left,
  .center-slider .slick-slide.slick-active.slick-second-right {
    transform: scale(1);
  } */

/* .slick-second-right{
  left:-63px;
  position: relative;
}
.slick-second-left{
  left:63px;
  position: relative;
} */

/* 
.slick-list{
 
  padding: 61px 20px !important;
  padding-right: 10px !important;
}
.slick-active .slick-right{
  margin-right: 20px !important;
} */

.slick-next:before,
.slick-prev:before {
  color: black !important;
}

/* .wrapper1{
  padding: 70px 0;
} */
.center-slider .slick-slide {
  color: #fff;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.center-slider .slick-slide,
.center-slider
  .slick-slide[aria-hidden='true']:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden='true'] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

.center-slider .slick-center,
.center-slider
  .slick-slide[aria-hidden='true']:not([tabindex='-1'])
  + .slick-cloned[aria-hidden='true'] {
  transform: scale(1.1);
 
}
.center-slider .slick-current.slick-active {
  transform: scale(1.1);
}

.slick-next,
.slick-prev {
  z-index: 5;
}
.slick-next {
  right: 15px;
}
.slick-prev {
  left: 15px;
}
.slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 26px;
}

/* .slick-list{
  padding: 408px 0 !important;
} */
.slick-list {
  overflow: hidden;
  padding: 33px 20px !important;
}
.slick-list {
  padding-top: 97px !important;
}

.track {
  justify-content: space-around;
  width: 100%;
}
.track-parent {
  width: 100%;
  gap: 100px;
}
.imageBefore1Div {
  position: relative;
}

.last::before {
  left: 100px;
}

.first::before {
  left: -30px;
}

.imageBefore1Div::after {
  position: absolute;
  content: '';
  height: 266px;
  width: 2px;
  top: 50px;
  /* left: -100px; */
  /* background-size: contain; */
  background-image: url('../img/servicePge/Line\ 17.png');
  background-repeat: no-repeat;
  /* object-fit: contain; */
}

.first::after {
  right: 200px;
}

.last::after {
  right: -100px;
}

.track-bottom {
  width: 100%;
}

.imageBefore1DivBottom {
  position: relative;
}
.imageBefore1DivBottom::before {
  position: absolute;
  content: '';
  height: 9px;
  width: 659px;
  top: 50px;

  /* background-size: contain; */
  background-image: url('../img/servicePge/Line\ 19\ \(1\).png');
  background-repeat: no-repeat;
  /* object-fit: contain; */
  transform: rotate(180deg);
}
.imageBefore1DivBottom::after {
  position: absolute;
  content: '';
  height: 9px;
  width: 655px;
  top: 50px;
  right: -652px;
  /* background-size: contain; */
  background-image: url('../img/servicePge/Line\ 19\ \(1\).png');
  background-repeat: no-repeat;
  /* object-fit: contain; */
}

.firstImage::before {
  left: -659px;
}

.imageBeforeFirst {
  position: relative;
}

.imageBeforeFirst::before {
  position: absolute;
  content: '';
  height: 9px;
  width: 180px;
  top: 50px;
  /* background-size: contain; */
  background-image: url('../img/servicePge/Line\ 10.png');
  background-repeat: no-repeat;
  /* object-fit: contain; */
}
.imageBefore1Div::before {
  position: absolute;
  content: '';
  height: 5px;
  width: 103px;
  top: 46px;
  /* left: -100px; */
  /* background-size: cover; */
  background-image: url('../img/servicePge/Line 18.png');
  background-repeat: no-repeat;
  /* object-fit: contain; */
}
.beforeFirst::before {
  left: -177px;
}
.beforeLast::before {
  left: 100px;
}

.imageBeforeFirst::after {
  position: absolute;
  content: '';
  height: 9px;
  width: 177px;
  top: 50px;
  /* background-size: contain; */
  background-image: url('../img/servicePge/Line\ 10.png');
  background-repeat: no-repeat;
  /* object-fit: contain; */
}

.beforeFirst::after {
  left: 100px;
}
.beforeLast::after {
  left: -175px;
}
.slick-next:before {
  font-size: 50px !important;
}
.slick-prev:before{
  font-size: 50px !important;
  
}
.slick-next{
  right: 18px !important;
}























@media screen and (min-width: 1200px) {
  .track-bottom {
    position: relative;
    top: -32px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1460px) {
  .cust-contain {
    max-width: 1100px;
  }

  .imageBeforeFirst::before {
    width: 115px;
    height: 10px;
  }
  .beforeFirst::before {
    left: -115px;
  }
  .imageBeforeFirst::after {
    width: 116px;
    height: 10px;
  }

  .beforeLast::after {
    left: -115px;
  }

  .imageBefore1DivBottom::before {
    width: 531px;
    left: -530px;
    height: 10px;
  }
  .imageBefore1DivBottom::after {
    width: 531px;
    right: -531px;
    height: 10px;
  }
}
.track h5, .track-bottom h5 {
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 0 !important;
  text-align: center;
  max-width: 100px;
}
/* .track-bottom h5 {
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 0 !important;
  text-align: center;
  max-width: 100px;
} */

.track-parent {
  padding: 90px 0;
}

.sec-portFolio-p {
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #141d38;
}

.heading-port {
  font-family: var(--title-font);
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #141d38;
}

.bg-image-cont {
  background-color: #f5f5f5;
}

.title-area.port {
  padding: 30px 80px;
  margin-bottom: 0;
}

.port-card-title {
  text-align: justify;
}

.port-link-img-div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}
.port-link-image {
  object-fit: contain;
  width: 100%;
}

.port-right-img-div {
  left: 100px;
  position: relative;
}
.port-left-div {
  gap: 30px;
}

.imageBefore1DivBottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.divStruct {
  text-align: center;
}
.imageBeforeInner img {
  max-height: 50px;
}
.imageBeforeInner img {
  height: 100%;
  object-fit: contain;
}
.track-bottom {
  top: -22px;
  position: relative;
  left: 25px;
}
@media screen and (max-width: 1200px) {
  .imageBeforeInner img {
    max-height: 50px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .cust-contain {
    max-width: 900px;
  }

  .imageBeforeFirst::before {
    width: 99px;
    height: 10px;
    top: 25px;
  }
  .beforeFirst::before {
    left: -95px;
  }
  .imageBeforeFirst::after {
    width: 123px;
    height: 10px;
    top: 24px;
  }
  .imageBeforeFirst::before {
    width: 128px;
  }
  .imageBefore1DivBottom::before {
    top: 19px;
    width: 408px;
  }
  .firstImage::before {
    left: -405px;
    width: 430px;
    top: 21px;
  }
  .firstImage::after {
    left: 99px;
  }

  .imageBefore1DivBottom::after {
    width: 407px;
    top: 23px;
  }
  .imageBeforeInner {
    height: 50px;
  }

  .beforeFirst::before {
    left: -108px;
    top: 20px;
    width: 133px;
  }
  .imageBefore1Div::before {
    width: 57px;
    top: 23px;
  }
  .beforeFirst::after {
    left: 76px;
    top: 21px;
    width: 133px;
  }

  .beforeLast::after {
    left: -108px;
    top: 20px;
    width: 112px;
  }
  .beforeLast::before {
    left: 56px;
    top: 20px;
    width: 110px;
  }
  .last::before {
    left: 73px;
    top: 20px;
  }

  .imageBefore1Div::after {
    height: 181px;
    top: 23px;
    right: -36px;
  }
  .first::after {
    right: 132px;
    height: 180px;
    top: 26px;
  }

  .firstImage::after {
    left: 76px;
    width: 382px;
  }
  .divStruct {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .track-bottom {
    left: 23px;
}
  .imageBefore1Div::before {
    top: 25px;
    width: 55px;
  }
  .last::before {
    left: 74px;
    top: 20px;
    width: 50px;
  }
  .first::before {
    left: -29px;
    top: 21px;
    /* background-size: 100%; */
  }
  .imageBeforeFirst::before {
    top: 25px;
    width: 89px;
  }
  .beforeFirst::before {
    left: -73px;
    top: 21px;
    /* background-size: 100%; */
    width: 97px;
    }
  .beforeLast::before {
    left: 55px;
    top: 21px;
    width: 74px;
    /* background-size: 100%; */
  }
  .beforeLast::after {
    left: -72px;
    width: 76px;
  }
  .beforeFirst::after {
    left: 77px;
  }
  .imageBeforeFirst::after {
    top: 21px;
    width: 96px;
    /* background-size: 100%; */
  }
  .beforeLast::after {
    left: -72px;
    width: 76px;
}
  .imageBefore1Div::after {
    top: 23.5px;
    height: 197px;
  }
  .last::after {
    right: -28px;
    height: 178px;
}
  .first::after {
    right: 128px;
    height: 182px;
  }
  .imageBefore1DivBottom::before {
    top: 18px;
    width: 332px;
  }
  .firstImage::before {
    left: -324px;
    top: 20px;
    width: 348px;
  }
  .imageBefore1DivBottom::after {
    top: 21px;
    right: -279px;
    width: 303px;
  }

  @media screen and (max-width: 768px) {
    .port-right-img-div {
      left: 20px;
    }
    .title-area.port {
      padding: 0;
    }
  }
}

@media(max-width: 768px){
  .imageBeforeInner img {
    max-height: 35px;
  }

  .track-parent{
    padding-top: 20px;
  }

  .imageBefore1DivBottom {
    margin-bottom: 0;
  }
  .title-area.port{
    padding: 0;
  }
  .slick-second-right{
  right: -63px;
  position: relative;
  display: none;

}
.slick-left{
  left: -233px;
  position: relative;
  display: none;
}



.slick-prev {
left: 15px !important;
}

}


@media screen and (min-width: 576px) and (max-width: 768px) {
  .imageBefore1Div::before {
    top: 16px;
    width: 34px;
  }
  .track-bottom {
    left: 0;
}
  .last::before {
    left: 64px;
    top: 13px;
    width: 45px;
  }
  .first::before {
    left: -20px;
    top: 13px;
    width: 48px;
  }
  .imageBeforeFirst::before {
    top: 16px;
    width: 70px;
  }
  .beforeFirst::before {
    left: -39px;
    top: 13px;
    width: 67px;
  }
  .beforeLast::before {
    left: 63px;
    top: 13px;
    width: 67px;
  }

  .imageBeforeInner img {
    max-height: 35px;
  }


  .imageBefore1Div::after {
    top: 19px;
    height: 100px;
  }
  .last::after {
    right: -19px;
    top: 19px;
    height: 97px;
}
  .imageBefore1DivBottom::before {
    width: 240px;
    top: 10px;
  }
  .imageBefore1DivBottom::after {
    top: 14px;
    right: -221px;
    width: 252px;
  }
  .firstImage::before {
    left: -222px;
    top: 13px;
    width: 254px;
  }
  .first::after {
    right: 109px;
    top: 16px;
    height: 100px;
  }
  .imageBeforeFirst::after {
    top: 13px;
  }
  .imageBeforeFirst::after {
    width: 64px;
    left: 168px;
  }
  .beforeLast::after {
    left: -143px;
    width: 65px;
    top: 13px;
  }
  .track h5 {
    font-size: 12px;
    min-width: 90px;
    max-width: 90px;
  }
  .track-bottom h5, .track-bottom h5 {
    font-size: 12px;
  }
  .track-parent {
    gap: 50px;
    padding-bottom: 0;
  
  }
  .title-area.port{
    padding: 0;
  }
}
.top-card{
  gap: 16px;
 }
.our_values_box .our_values_box_item .values_box_item:first-child {
  border-top-left-radius: 70px;
}
.our_values_box .our_values_box_item .values_box_item {
  max-width: 180px;
  min-width: 180px;
  height: 180px;
  border-radius: 44px;
  background: #dee0e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}



@media (min-width: 1201px) {
  .firstImage::before {
    left: -533px;
    top: 19px;
    width: 558px;
  }
  .imageBefore1DivBottom::after {
    width: 526px;
    top: 21px;
    right: -500px;
  }
  .beforeFirst::before {
    left: -149px;
    top: 21px;
    width: 174px;
    background-size: 100% 100%;
  }
  .beforeFirst::after {
    left: 76px;
    top: 21px;
    width: 174px;
    background-size: 100% 100%;
  }
  .beforeLast::after {
    left: -149px;
    top: 21px;
    background-size: 100% 100%;
    width: 153px; 
  }
  .beforeLast::before {
    left: 55px;
    top: 21px;
    background-size: 100% 100%;
    width: 151px;
  }
  .imageBefore1Div::before {
    top: 21px;
    left: 73px;
    width: 121px;
  }
  .last::after {
    right: -100px;
    top: 24px;
    height: 181px;
  }
  .first::before {
    left: -80px;
    top: 22px;
    width: 104px;
  }
  .first::after {
    right: 180px;
    top: 25px;
    height: 182px;
  }
}


@media (min-width: 1461px) {
  .firstImage::before {
    left: -655px;
    top: 21px;
    width: 680px;
  }
  .imageBefore1DivBottom::after {
    width: 648px;
    top: 21px;
    right: -623px;
  }
  .beforeFirst::before {
    left: -210px;
    top: 21px;
    width: 235px;
    background-size: 100% 100%;
  }
  .beforeFirst::after {
    left: 76px;
    top: 21px;
    width: 234px;
    background-size: 100% 100%;
  }
  .beforeLast::after {
    left: -209px;
    top: 21px;
    background-size: 100% 100%;
    width: 214px;
  }
  .beforeLast::before {
    left: 56px;
    top: 21px;
    background-size: 100% 100%;
    width: 211px;
  }
  .imageBefore1Div::before {
    top: 21px;
    left: 74px;
    width: 122px;
  }
  .last::after {
    right: -100px;
    top: 24px;
    height: 181px;
  }
  .first::before {
    left: -80px;
    top: 21px;
    width: 104px;
  }
  .first::after {
    right: 180px;
    top: 25px;
    height: 177px;
  }
}
@media (max-width: 768px){
  .port-right-img-div{
    left:33px;
  }
  .heading-port{
    font-size: 30px;
    margin-bottom: 0;
  }
  .top-card{
   gap: 0;
  }
  .slick-next {
    right: -7px;
  }
  .slick-slide{
    transform: scale(0.8) !important;
  }
  .slick-slide img{
    width: 100%;
    object-fit: contain;
    padding: 0 10px;
  }
  .center-slider .slick-slide {
   margin-right: 16px;
  }
  .slick-prev {
    left: -37px !important;
}
.slick-dotted.slick-slider{
  top: -60px !important;
  margin-bottom: 0 !important;
}
.cont-margin-bottom{
  padding-bottom: 0 !important;
}
}


@media(max-width: 576px){
  .title-area.port{
    padding: 0;
  }
  .track {
    flex-wrap: wrap;
    flex-direction: column;
}

.track-parent{
  padding-top: 10px;
  padding-bottom: 10px;
}

.track h5,  .track-bottom h5{
  font-size: 12px;
  text-align: start;
  padding-left: 10px;
}

.track-bottom{
  left: unset;
}

.first::after, .last::after, .imageBefore1DivBottom::after, .imageBeforeFirst::after, .imageBefore1Div::before {
  content: unset;
}

.divStruct, .track-bottom .imageBefore1DivBottom  {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  /* justify-content: center; */
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  max-width: 130px;
  min-width: 130px;
}

.track-bottom .imageBefore1DivBottom {
  margin-bottom: 0;
}

.imageBeforeInner img {
  min-height: 35px;
}

.imageBeforeFirst1, .imageBefore1DivBottom  {
  position: relative;
}

.first::before, .beforeFirst::before, .beforeLast::before, .imageBeforeFirst1::before {
  /* left: -4px;
  top: calc(100% + 18px); */
  /* width: 40px; */
  /* transform: rotate(90deg);
  background-size: cover;
  content: "";
  position: absolute; */
  /* height: 1px; */
  /* background-image: url('../img/servicePge/Line\ 10.png'); */
  background-image: url("../img/servicePge/Line 19 (1).png");
  /* width: 39px;
  height: 4px;
  background-repeat: no-repeat; */
  transform: rotate(270deg);
  top: unset;
  top: calc(100% + 16px);
  content: "";
  position: absolute; 
  background-size: cover;
  width: 39px;
  height: 4px;
  left: -3px;
}
.firstImage::before {
  transform: rotate(270deg);
  top: unset;
  bottom: calc(100% + 16px);
  background-size: cover;
  width: 39px;
  height: 4px;
  left: -3px;
}
.track-parent {
  gap: 20px;
}
.slick-prev{
  left: 12px !important;
}
.slick-next{
  right: 18px !important;
}
.slick-dots{
  bottom: 36px !important;
}

.slick-next::before, .slick-prev::before
{
  font-size: 25px !important;
}
.slick-list{
  padding-top: 0 !important;
  padding: 0 !important;
}
.center-slider .slick-slide{
  margin-right: 0 !important;
}
}