.wrapper {
  position: relative;
  width: 100%;
}

.outer {
  width: 100%;
  height: 120vh;
}

.inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* top banner */
.home--top--slide .banner--content > .thum--bg--content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.home--top--slide .banner--content > .thum--bg--content video {
  width: 100%;
  height: 100%;
        object-fit: cover;
}

.home--top--slide .banner--content > .thum--bg--content:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 63.31%, #000000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home--top--slide .banner--content .banner--content--area {
  position: relative;
  color: var(--white);
  max-width: 1100px;
  width: 100%;
}

.home--top--slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 100px;
}

.home--top--slide .banner--tabs {
  position: relative;
  z-index: 1;
  padding-bottom: 0px;
  display: flex;
  align-items: end;
  padding-top: 50px;
}

.home--top--slide .banner--tabs > .btn-link {
  backdrop-filter: blur(4px);
  border-radius: 10px 10px 0px 0px;
  background: #ffffff33;
  color: var(--white);
  font-size: 16px;
  padding: 10px 20px;
  min-height: 45px;
}

.home--top--slide .banner--tabs > .btn-link.active {
  background: #146aaeb2;
}

.home--top--slide .banner--tabs > .btn-link:hover,
.home--top--slide .banner--tabs > .btn-link:focus {
  text-decoration: none;
}

.home--top--slide .banner--content .banner--content--area .transparent--text {
  font-size: 50px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 2px;
}

.home--top--slide .banner--content .banner--content--area .heading--tab {
  font-size: 84px;
  color: var(--white);
  line-height: 1.05;
}

.banner--certificate {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--white);
  max-width: 690px;
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--white);
  flex-wrap: wrap;
  row-gap: 10px;
}

.banner--certificate .certificate--item--banner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner--certificate--container {
  position: relative;
}

.circle--banner {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
}

.text--circle {
  position: absolute;
  width: 100%;
  height: 100%;
  color: var(--white);
  animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

.text--circle span {
  position: absolute;
  left: 50%;
  font-size: 16px;
  transform-origin: 0 100px;
}

/* top banner end */

/* About */
.about--us--section {
  background: #fff7f7;
  position: relative;
}

.about--us-inner {
  display: flex;
  padding-left: 100px;
}

.about--us-inner > .left--about {
  max-width: 525px;
  min-height: 530px;
  background: var(--primary);
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  margin-top: -50px;
}

.about--us-inner > .left--about h2 {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about--us-inner > .right--about > .about--counts {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about--us-inner > .right--about {
  width: 100%;
  flex: 1;
}

.about--us-inner > .right--about > .about--counts > .about--count--item {
  text-align: center;
  border: 1px solid #d4d4d4;
  min-height: 219px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}

.about--us-inner > .right--about > .about--counts > .about--count--item > h3 {
  color: var(--black);
  font-weight: 700;
  font-size: 64px;
}

.about--us-inner > .right--about > .about--counts > .about--count--item > p {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
}
/* About End */

/* Our Solutions */
.our--solutions--list {
  display: flex;
  gap: 10px;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 40px;
}

.our--solutions--list .our--solution--item .solution--thum > img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

.our--solutions--list .our--solution--item .solution--thum .heading--solution {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  height: 65%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  z-index: 1;
}

.our--solutions--list .our--solution--item .solution--thum {
  position: relative;
  height: 275px;
  overflow: hidden;
}

.our--solutions--list .our--solution--item {
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
  border: 1px solid #e9e9e9;
}

.our--solutions--list .our--solution--item .solution--thum:before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0 0 0 / 58%) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
}

.our--solutions--list
  .our--solution--item
  .solution--thum
  .heading--solution
  .heading--icon {
  width: 48px;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--white);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  backdrop-filter: blur(4.199999809265137px);
}

.our--solutions--list .our--solution--item .solution--thum .heading--solution .heading--icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.our--solutions--list .our--solution--item .solution--content {
  background: var(--white);
  padding: 25px;
  color: var(--black);
  height: 100%;
}

.our--solutions--list .our--solution--item .solution--content .common--btn {
  border-color: var(--black);
  width: 100%;
  justify-content: center;
}

.our--solutions--list
  .our--solution--item
  .solution--content
  .common--btn:hover {
  background: var(--headingcolor);
  border-color: var(--headingcolor);
  color: var(--white);
}

.our--solutions--list .our--solution--item:hover .solution--thum > img {
  transform: scale(1.2);
}
/* Our Solutions end */

/* Managing Director */
.managing--director {
  display: flex;
  align-items: center;
  margin-bottom: -80px;
}

.managing--director .profile--thum--director > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.managing--director .profile--thum--director {
  max-width: 604px;
  width: 100%;
  height: 604px;
  overflow: hidden;
  border-radius: 0px 20px 20px 0px;
}

.managing--director .info--director {
  background: linear-gradient(180deg, #146aae 0%, #082c48 100%);
  padding: 60px;
}

.managing--director .info--director .content--director {
  display: flex;
  align-items: flex-start;
}

.managing--director .info--director .content--director .commas--director {
  opacity: 0.15;
  max-width: 140px;
  width: 100%;
}

.managing--director .info--director .content--director .left--heading {
  flex: 1;
}

.managing--director .info--director .content--director .commas--director > img {
  width: 100%;
  margin-top: -50px;
}

.managing--director
  .info--director
  .content--director
  .left--heading
  .director--info
  h3 {
  font-size: 20px;
  font-weight: 700;
}

.managing--director
  .info--director
  .content--director
  .left--heading
  .director--info {
  margin-top: 40px;
}
/* Managing Director end */

/* Industries Slides */
.industries--slides .swiper-slide > img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
}

.industries--slides .swiper-slide {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  min-height: 308px;
}

.industries--slides .swiper-slide .info--indus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}

.industries--slides .swiper-slide .info--indus .indus--icon {
  width: 65px;
  aspect-ratio: 1 / 1;
  background: rgb(255 255 255 / 18%);
  backdrop-filter: blur(6.800000190734863px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-bottom: 15px;
}

.industries--slides .swiper-slide .info--indus .indus--icon img {
  width: 35px;
  object-fit: contain;
}

.industries--slides .swiper-slide .info--indus p {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
}

.industries--slides .swiper-pagination {
  position: relative;
  top: 0;
  padding-top: 50px;
}

.industries--slides .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 2px;
  background: rgb(255 255 255 / 40%);
  border-radius: 0px;
  opacity: 1;
}

.industries--slides
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px;
  background: var(--white);
  width: 42px;
}
/* Industries Slides end */

/* Our Process */
.process--list {
  display: flex;
  max-width: 1187px;
  width: 100%;
  margin: 0 auto;
  /* transform: translateX(20px); */
}

.process--list .process--item {
  min-height: 205px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 1;
  margin-right: -3px;
}

.process--list .process--item:nth-child(odd) {
  background-image: url("../img/process/b-1.svg");
}
.process--list .process--item:nth-child(even) {
  background-image: url("../img/process/b-2.svg");
}
.process--list .process--item:nth-child(3),
.process--list .process--item:nth-child(5) {
  background-image: url("../img/process/b-4.svg");
}
.process--list .process--item h3 {
  font-size: 14px;
  margin-bottom: 0;
  background: var(--white);
  border-radius: 50px;
  width: 100%;
  min-height: 30px;
  max-width: 165px;
  margin-top: 3px;
  margin-left: 3px;
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: center;
  color: var(--black);
  font-weight: 600;
}

.process--list .process--item p {
  font-size: 12px;
  max-width: 127px;
  width: 100%;
  margin-left: 23px;
  margin-bottom: 0;
}

.process--list .process--item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-top: 17px;
  margin-left: -25px;
  margin-bottom: 8px;
}

.process--list .process--item:last-child {
  background-image: url(../img/process/b-3.svg);
}
/* Our Process end */

/* Delivering Area */
.delivering--area--section .delivering--area--inner {
  display: flex;
margin: 0 auto;
width: 100%;
gap: 10px;
justify-content: space-between;
max-width: 1280px;
}

.delivering--area--section
  .delivering--area--inner
  .delivering--area--location {
  max-width: 540px;
  width: 100%;
}

.delivering--area--section .delivering--area--inner .delivering--area--map {
  max-width: 550px;
  width: 100%;
}

.delivering--area--section .delivering--area--inner .delivering--area--map img {
  width: 100%;
}
.delivering--area--location .area--locations ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.delivering--area--location .area--locations ul li {
  border-radius: 50px;
  background: var(--white);
  border: 1px solid var(--primary);
  color: var(--black);
  padding: 5px 15px;
}
/* Delivering Area end */

/* Customers & Industries */
.customer--industries--section {
  background: linear-gradient(180deg, #eeeeee 0%, #eeeeee 100%);
}

.customer--industries--section .customer--industries--inner .center--heading {
  max-width: 550px;
}
.customer--reviews {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
}

.customer--boxes .customer--box {
  background: var(--white);
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #d4d4d4;
}

.customer--boxes .customer--box .customer--box--inner .review--icon {
  width: 57px;
  height: 33px;
  margin-bottom: 40px;
}

.customer--boxes .customer--box .customer--box--inner .review--icon img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  object-position: left;
}

.customer--boxes
  .customer--box
  .customer--box--inner
  .content--customer--review {
  margin-bottom: 40px;
}

.customer--boxes
  .customer--box
  .customer--box--inner
  .content--customer--review
  p {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.customer--boxes
  .customer--box
  .customer--box--inner
  .info--customer
  .customer--name {
  font-size: 20px;
  color: var(--black);
  font-weight: 800;
}

.customer--boxes
  .customer--box
  .customer--box--inner
  .info--customer
  .customer--info {
  font-size: 16px;
  color: var(--black);
  margin-bottom: 0;
}

.customer--reviews .swiper-pagination {
  position: relative;
  top: 0 !important;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer--reviews .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 2px;
  background: rgb(0 0 0 / 16%);
  border-radius: 0px;
  opacity: 1;
}

.customer--reviews
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px;
  background: var(--headingcolor);
  width: 42px;
}

.customer--industries--section .customer--industries--inner {
    overflow: hidden;
  }
  .client--wrapper {
    position: relative;
    overflow: hidden;
    display: flex !important;
    width: max-content;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
  }

  .client--wrapper .client--boxes .client--box {
    width: 280px;
    height: 170px;
    background: transparent;
    border-right: 1px solid #d4d4d4;
    text-align: center;
  }

  .client--wrapper .client--boxes .client--box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 150px;
  }

  .client--wrapper .client--boxes {
    position: relative;
    display: flex;
  }
/* Customers & Industries end */


/* FAQ */

.faq--section {
  width: calc(100% - 200px);
  margin: 0 auto;
}
.faq--section .left--heading {
  padding-right: 50px;
}
.faq--section .left--heading a:hover {
  text-decoration: none;
  color: var(--primary);
}
.faq--accordion .card-header,
.faq--accordion .card {
  background: transparent;
  border: none;
}

.faq--accordion .btn-link {
  padding: 0;
  width: 100%;
  text-align: left;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.faq--accordion .card:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}

.faq--accordion .card {
  border-radius: 0px;
}

.faq--accordion .card-body p {
  margin-bottom: 0px;
}

.faq--accordion .card-header {
  min-height: 75px;
  display: flex;
  align-items: center;
  padding-right: 5px;
  padding-left: 0px;
}

.faq--accordion .card-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq--accordion .btn-link .faq--arrow {
  width: 15px;
  aspect-ratio: 1 / 1;
  display: block;
  position: relative;
}

.faq--accordion .btn-link .faq--arrow:before,
.faq--accordion .btn-link .faq--arrow:after {
  content: "";
}

.faq--accordion .btn-link .faq--arrow:before {
  width: 100%;
  height: 1px;
  display: block;
  background: var(--black);
  position: absolute;
  top: calc(50% - 0.5px);
  transform: translateY(-50%) rotate(0deg);
}

.faq--accordion .btn-link .faq--arrow:after {
  height: 100%;
  width: 1px;
  display: block;
  background: var(--black);
  position: absolute;
  left: calc(50% - 0.5px);
  transform: translateX(-50%);
  top: 0;
  transition: 0.3s;
}

.faq--accordion .btn-link[aria-expanded="true"] .faq--arrow:after {
  opacity: 0;
  transform: rotate(90deg);
}

.faq--accordion .btn-link:focus,
.faq--accordion .btn-link:hover {
  text-decoration: none;
}
/* FAQ end */



@media(max-width:1280px){
  .about--us-inner{
    padding-left: 40px;
  }
}

@media (max-width: 1024px) {
  .home--top--slide .banner--content .banner--content--area .heading--tab {
    font-size: 65px;
  }

  .home--top--slide .banner--content .banner--content--area .transparent--text {
      font-size: 45px;
  }

  .home--top--slide .banner--tabs {
      padding-top: 0;
  }
  .home--top--slide {
      padding: 0px 40px;
  }
  .about--us-inner > .right--about > .about--counts > .about--count--item > h3 {
      font-size: 45px;
  }

  .about--us-inner > .right--about > .about--counts > .about--count--item > p {
      font-size: 18px;
  }

  .about--us-inner > .left--about {
      max-width: 425px;
      padding: 20px;
  }
  .our--solutions--list {
      display: grid;
      grid-template-columns: 1fr 1fr;
  }

  .our--solutions--list .our--solution--item:last-child {
      grid-column: 1 / 3;
  }
  .case--studies--gallery .tab-content .tab-pane .case--study--list .case-study--item .case--study--content {
      padding: 15px;
  }

  .case--studies--gallery .tab-content .tab-pane .case--study--list .case-study--item .case--study--content .case--study--info .case--study--info--item .value--info--item {
      font-size: 14px;
  }

  .case--studies--gallery .tab-content .tab-pane .case--study--list .case-study--item .case--study--content .title--case--study {
      font-size: 15px;
  }

  .case--studies--gallery .tab-content .tab-pane .case--study--list .case-study--item {min-height: 315px;}
  .faq--section {
      width: calc(100% - 50px);
  }
  .customer--boxes .customer--box{
    padding: 30px 20px;
  }
    .client--wrapper .client--boxes .client--box img{
      max-width: 100px;
    }
  
}

@media(max-width:768px){
  .circle--banner{
    display: none;
  }
  .process--list{
    flex-direction: column;
    row-gap: 10px;
  }
  .process--list .process--item {
      margin: 0 auto;
      max-width: 202px;
      width: 100%;
      background-image: none !important;
      border-radius: 20px;
      padding: 5px;
      position: relative;
  }

  .process--list .process--item:nth-child(odd) {
      background: #e6312e;
  }

  .process--list .process--item:nth-child(even) {
      background: #146aae;
  }

  .process--list .process--item h3 {
      width: 100%;
      max-width: 100%;
      margin: 0;
      margin-bottom: 30px;
  }

  .process--list .process--item:before {
      content: '';
      width: calc(100% - 10px);
      height: calc(100% - 45px);
      background: #fff7f7;
      position: absolute;
      left: 5px;
      bottom: 5px;
      border-radius: 20px;
  }

  .process--list .process--item p, .process--list .process--item img {
      position: relative;
  }

  .process--list .process--item p {
      margin-left: 0px;
      max-width: 100%;
      padding: 10px;
      padding-top: 0;
  }

  .process--list .process--item img {
      margin-left: 0;
      margin-top: 0;
  }
  .about--us-inner {
    flex-direction: column;
    padding-left: 0;
}

.about--us--section {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
}

.about--us-inner > .left--about {
    min-height: auto;
    padding: 30px 15px;
}

.about--us-inner > .right--about {
    margin-top: 20px;
}

.about--us-inner > .right--about > .about--counts > .about--count--item {
    padding: 20px 10px;
    border-radius: 10px;
    min-height: auto;
}

.about--us-inner > .right--about > .about--counts {
    gap: 5px;
}

.about--us-inner > .right--about > .about--counts > .about--count--item > h3 {
    font-size: 35px;
}

.about--us-inner > .right--about > .about--counts > .about--count--item > p {
    font-size: 14px;
    margin-bottom: 0;
}

.our--solutions--list {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.managing--director {
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
}

.managing--director .profile--thum--director {
    max-width: 100%;
    border-radius: 20px;
    height: 350px;
}

.managing--director .info--director {
    padding: 30px 15px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -50px;
}

.managing--director .info--director .content--director {
    flex-direction: column;
    position: relative;
}

.managing--director .info--director .content--director .left--heading {
    width: 100%;
}

.managing--director .info--director .content--director .commas--director {
    position: absolute;
    top: 20px;
    right: 0;
    opacity: 0.10;
}

.industries--slides .swiper-pagination {
    padding-top: 30px;
}
.home--top--slide {
    padding: 10px 15px;
}

.home--top--slide .banner--content .banner--content--area .heading--tab {
    font-size: 35px;
}

.home--top--slide .banner--content .banner--content--area .transparent--text {
    font-size: 25px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 0.5px;
}

.home--top--slide .banner--content .banner--content--area .btn--group {
    flex-direction: column;
    align-items: flex-start;
}

.home--top--slide .banner--tabs > .btn-link {
    font-size: 14px;
    padding: 5px 10px;
    min-height: 40px;
}

.home--top--slide .banner--tabs {
    padding-bottom: 10px;
}
.outer {
  height: 110vh;
}

.delivering--area--section .delivering--area--inner {
    flex-direction: column;
}

.delivering--area--location .area--locations ul li {
    font-size: 14px;
    padding: 5px 10px;
}

.delivering--area--location .area--locations ul {
    gap: 5px;
    margin-bottom: 15px;
}

.client--wrapper.swiper{
  display: block !important;
  width: 100%;
}
.client--wrapper .client--boxes .client--box{
  height: 150px;
}

.faq--section{
  width: calc(100% - 30px);
}

}