
/*Banner*/
.section--hero-banner {
    height: calc(100vh - 86px);
    display: block;
    padding: 0 !important;
    position: relative;
}
.section--hero-banner .carousel-indicators {
    right: 0;
    z-index: 3;
    margin-bottom: 4.5rem;
    left:0;
}
.section--hero-banner .carousel-indicators .active {
    background: var(--secondary-color);
}
.section--hero-banner .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 6px;
    border-radius: 50px;
    border: 0;
}
.section--hero-banner .carousel-inner .carousel-item.active, .section--hero-banner .carousel-inner .carousel-item-next, .section--hero-banner .carousel-inner .carousel-item-prev {
    display: block;
}
.section--hero-banner .carousel-item {
    height: calc(100vh - 86px);
    position: relative;
}
.section--hero-banner .carousel-item:before {
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 70%;
    height: 100%;
    /* background: url(../imgs/overlay-img.png); */
    z-index: 1;
    /* opacity: 0.50; */
    background: linear-gradient(90deg, rgb(0 0 0 / 75%), transparent);
}
.section--hero-banner .carousel-item > img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.section--hero-banner .carousel-caption {
    z-index: 2;
    left: 0;
    text-align: left;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
}
  .scroll-anim {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 99;
  }
  .scroll-txt span {
    position: relative;
    width: 20px;
    height: 20px;
    animation: scorl 0.9s ease-in-out infinite alternate;
    display: block;
    margin: auto;
    border: 2px solid;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
  }
@keyframes scorl {
    0% {
      top: 0;
    }
  
    100% {
      top: 10px;
    }
  }
  
  @-webkit-keyframes scorl {
    0% {
      top: 0;
    }
  
    100% {
      top: 10px;
    }
  }
.section--resources {
    background:#fbfbfb;
}
.client .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.2;
    border: 0;
}
.client .carousel-indicators .active[data-bs-target] {
    background-color: #fe8a39;
    opacity: 1;
}
.client .carousel-indicators {
    top:110%;
}
.section--join-us {
    background:#fbfbfb;    
}
.details .name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.details .job {
    font-size: 12px;
    font-weight: 400;
    color: #333;
}
.testi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
    height: 100%;
}
.testimonial_txt {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    min-height: 128px;
}
.card_service_heading {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 0 10px;
    margin: 0;
    min-height: 58px;
}
.counter {
    color: #7d7d7d;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
}
.custom_color {
    color: #7d7d7d;
}
.counter h3 {
    font-size: 14px;
    font-weight: 600;
    color:#000;
}
.counter .counter-value {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(147deg, #fe8a39 0%, #ffbb09 74%) !important;
    font-size: 75px;
    font-weight: 600;
    /* line-height: 30px; */
    /* margin: 25px 0 25px; */
    display: block;
    transition: all 0.3s ease 0s;
}
@media (min-width: 991px) {
  .client .carousel-item.active>.col-md-6:first-child {
    border-right: 1.5px solid rgb(200, 200, 200);
  }
}
@media (max-width: 991px) {
  .counter .counter-value {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
    .section--hero-banner .carousel-inner .carousel-item-end.active,
    .section--hero-banner .carousel-inner .carousel-item-next {
      transform: translateX(100%);
    }
  
    .section--hero-banner .carousel-inner .carousel-item-start.active,
    .section--hero-banner .carousel-inner .carousel-item-prev {
      transform: translateX(-100%);
    }
  }
  
  @media (max-width: 767px) {
    .section--hero-banner .carousel-inner .carousel-item > div {
      display: block;
    }
    .counter .counter-value {
      font-size: 40px;
    }
  }
  .section--hero-banner .carousel-inner .carousel-item-end,
  .section--hero-banner .carousel-inner .carousel-item-start {
    transform: translateX(0);
  }
  .services .carousel-inner .carousel-item .card img {
    aspect-ratio: 3/2; border-radius: 12px 12px 0 0; object-fit: cover;
  }
  .services .carousel-inner .carousel-item .card {
    border: none; background-color: #f8f9fa; border-radius: 0 0 12px 12px;
  }
  .services .carousel-inner .carousel-item .card .button-text {
    color: #000000;
  }